1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

*/*: De-orbit alias.mk

Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted.
This feature was never documented in the PHB, so there is no work to
be done by the docs@ team.

Nothing against DragonFly, but if DPorts still needs FreeBSD 9
support, they really should work that out with upstream projects.

Ultimately, we don't need to keep carrying this outdated feature that
doesn't affect us.
This commit is contained in:
Jason E. Hale
2025-12-30 05:25:53 -05:00
parent adb35b4f2e
commit 14f7c29430
99 changed files with 96 additions and 128 deletions
-28
View File
@@ -1,28 +0,0 @@
# Add __FreeBSD__ definition to CFLAGS
# Used by DPorts when masquerading as FreeBSD allows port to build without
# additional patches
#
# Feature: alias
# Usage: USES=alias or USES=alias:ARGS
# Valid ARGS: 9 (default), 10, 11
#
# MAINTAINER: ports@FreeBSD.org
.if !defined(_INCLUDE_USES_ALIAS_MK)
_INCLUDE_USES_ALIAS_MK= yes
. if ${OPSYS} != FreeBSD
. if empty(alias_ARGS)
CFLAGS+= -D__FreeBSD__=9
. else
. if ${alias_ARGS} == 9 || ${alias_ARGS} == 10 || ${alias_ARGS} == 11
CFLAGS+= -D__FreeBSD__=${alias_ARGS}
. else
IGNORE= invalid MAJOR RELEASE argument (${alias_ARGS}) for USES=alias
. endif
. endif
. endif # OPSYS != FreeBSD
.endif
+1 -1
View File
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL= arcanist-php[0-9][0-9]
OPTIONS_DEFINE= DOCS
USES= alias cpe
USES= cpe
CPE_VENDOR= arc_project
PLIST_FILES= bin/arc bin/marc share/man/man1/arc.1.gz
PORTDOCS= Arc521.doc
+1 -1
View File
@@ -23,7 +23,7 @@ IGNORE_PATCHES= 002_no_remove_static_const.patch \
hurd_no_fcntl_getlk.patch \
reproducible_help_archive.patch
USES= alias autoreconf gmake
USES= autoreconf gmake
EXTRA_PATCHES= ${WRKDIR}/debian/patches/*.patch
PATCH_STRIP= -p1
+1 -1
View File
@@ -18,7 +18,7 @@ CONFIGURE_ENV+= ac_cv_prog_ASM_PROG='no '
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LDFLAGS+= -L${LOCALBASE}/lib
USES= alias cpe libtool perl5 shebangfix tar:xz
USES= cpe libtool perl5 shebangfix tar:xz
SHEBANG_FILES= ${WRKSRC}/lrztar
USE_PERL5= build
USE_LDCONFIG= yes
+1 -1
View File
@@ -27,7 +27,7 @@ FLAVORS= default noopenmp
FLAVOR?= ${FLAVORS:[1]}
noopenmp_PKGNAMESUFFIX= 4-noopenmp
USES= alias cpe gmake iconv libarchive libtool lua pkgconfig \
USES= cpe gmake iconv libarchive libtool lua pkgconfig \
readline shebangfix sqlite tar:bzip2
USE_LDCONFIG= yes
+1 -1
View File
@@ -12,7 +12,7 @@ LICENSE= LGPL21+
LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= alias libtool:keepla localbase pkgconfig tar:bzip2
USES= libtool:keepla localbase pkgconfig tar:bzip2
USE_LDCONFIG= ${PREFIX}/lib/alsa-lib
GNU_CONFIGURE= yes
MAKE_ARGS+= RM="${RM}"
+1 -1
View File
@@ -16,7 +16,7 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= alias bison cmake compiler:c++11-lib cpe eigen:3 localbase ncurses python:build # is python needed: https://github.com/csound/csound/issues/1437 ?
USES= bison cmake compiler:c++11-lib cpe eigen:3 localbase ncurses python:build # is python needed: https://github.com/csound/csound/issues/1437 ?
USE_GITHUB= yes
USE_LDCONFIG= yes
+1 -1
View File
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfftw.so:math/fftw
USES= alias gmake ncurses perl5
USES= gmake ncurses perl5
USE_CSTD= gnu89
MAKE_ARGS= CC="${CC}" \
+1 -1
View File
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-CDDB-File>=0:audio/p5-CDDB-File \
p5-Moo>=0:devel/p5-Moo
USES= alias perl5
USES= perl5
USE_PERL5= configure
post-install:
+1 -1
View File
@@ -17,7 +17,7 @@ LIB_DEPENDS= libao.so:audio/libao \
libavcodec.so:multimedia/ffmpeg \
libcurl.so:ftp/curl
USES= alias gmake localbase pkgconfig tar:bzip2
USES= gmake localbase pkgconfig tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= PromyLOPh
+1 -1
View File
@@ -26,7 +26,7 @@ RUN_DEPENDS= dssi_osc_update:audio/dssi \
xdg-open:devel/xdg-utils \
lilypond:print/lilypond
USES= alias cmake compiler:c++11-lib desktop-file-utils \
USES= cmake compiler:c++11-lib desktop-file-utils \
localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \
qt:5 xorg
USE_QT= core gui network printsupport testlib widgets xml \
-1
View File
@@ -9,7 +9,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= MOD/S3M player
WWW= http://dj1.willowmail.com/~jeske/s3mod.html
USES= alias
ALL_TARGET= freebsd
PLIST_FILES= bin/s3mod
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS_INSTALL= timidity++
USES= alias ncurses
USES= ncurses
INSTALL_TARGET= install.all
OPTIONS_SINGLE= FONTS
+1 -1
View File
@@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix
WWW= https://umix.sourceforge.net/
USES= alias ncurses
USES= ncurses
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+1 -1
View File
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= sox:audio/sox
RUN_DEPENDS= sox:audio/sox
USES= alias libtool
USES= libtool
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= https://www.dockapps.net/wmsmixer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias imake xorg
USES= imake xorg
USE_XORG= x11 xext xpm
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
+1 -1
View File
@@ -9,7 +9,7 @@ MAINTAINER= blttll@gmail.com
COMMENT= General purpose storage I/O benchmarking tool
WWW= http://iorate.org/
USES= alias bison tar
USES= bison tar
MAKEFILE= makefile
MAKE_ARGS= CC="${CC}"
NO_WRKSUBDIR= yes
+1 -1
View File
@@ -27,7 +27,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
RUN_DEPENDS= bash:shells/bash
# Check ${WRKSRC}/dox/build/build_occt/building_occt.md
USES= alias:10 cmake compiler:c++17-lang eigen:3 gettext-runtime \
USES= cmake compiler:c++17-lang eigen:3 gettext-runtime \
gl gnome localbase python qt:5 shebangfix tk xorg
USE_XORG= ice sm x11 xau xcb xdmcp xext xft xi xmu xrender xscrnsaver xt
USE_GL= egl gl glesv2 glu
+1 -1
View File
@@ -21,7 +21,7 @@ RUN_DEPENDS= bash:shells/bash
# Check ${WRKSRC}/dox/overview/overview.md
# and ${WRKSRC}/dox/dev_guides/building
USES= alias:10 cmake compiler:c++14-lang dos2unix \
USES= cmake compiler:c++14-lang dos2unix \
gl python qt:5 shebangfix tk tar:tgz xorg
USE_XORG= ice sm x11 xext xi xmu xt
USE_GL= gl glu
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libavahi-client.so:net/avahi-app
USES= alias iconv pkgconfig python shebangfix gnome xorg
USES= iconv pkgconfig python shebangfix gnome xorg
USE_GNOME= glib20
SHEBANG_FILES= cfg-data/Utils/all-in-1.py
GNU_CONFIGURE= yes
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= alias autoreconf gmake libtool localbase python tar:bzip2 xorg
USES= autoreconf gmake libtool localbase python tar:bzip2 xorg
USE_XORG= sm x11 ice
USE_CSTD= gnu89
INSTALL_TARGET= install-strip
+1 -1
View File
@@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libgdal.so:graphics/gdal \
libpcre2-8.so:devel/pcre2
USES= alias compiler:c++14-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
USES= compiler:c++14-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
localbase perl5 pkgconfig pgsql:11+ shebangfix
USE_GNOME= libxml2
USE_PERL5= build
+1 -1
View File
@@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libgdal.so:graphics/gdal \
libpcre2-8.so:devel/pcre2
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
USES= compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
localbase perl5 pkgconfig pgsql:11+ shebangfix
USE_GNOME= libxml2
USE_PERL5= build
+1 -1
View File
@@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libgdal.so:graphics/gdal \
libpcre2-8.so:devel/pcre2
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
USES= compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
localbase perl5 pkgconfig pgsql:11+ shebangfix
USE_GNOME= libxml2
USE_PERL5= build
+1 -1
View File
@@ -17,7 +17,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libgdal.so:graphics/gdal \
libpcre2-8.so:devel/pcre2
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
USES= compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
localbase perl5 pkgconfig pgsql:11+ shebangfix
USE_GNOME= libxml2
USE_PERL5= build
+1 -1
View File
@@ -16,7 +16,7 @@ BROKEN_i386= typedef redefinition with different types ('unsigned long' vs 'unsi
ONLY_FOR_ARCHS= amd64 i386
USES= alias gmake
USES= gmake
MAKE_ARGS+= INSTROOT=${STAGEDIR}
WRKSRC= ${WRKDIR}/asl-current
+1 -1
View File
@@ -21,7 +21,7 @@ gtk_PKGNAMESUFFIX= -gtk
gtk_DESCR= ${.CURDIR}/pkg-descr.gtk
gtk_COMMENT= (gtk monitor)
USES= alias autoreconf cpe gmake libtool localbase pkgconfig
USES= autoreconf cpe gmake libtool localbase pkgconfig
USE_GITHUB= yes
USE_RC_SUBR= distccd
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libopenjp2.so:graphics/openjpeg \
libexpat.so:textproc/expat2
USES= alias cmake compiler:c++11-lang pkgconfig python:build tar:bzip2 ssl
USES= cmake compiler:c++11-lang pkgconfig python:build tar:bzip2 ssl
USE_LDCONFIG= yes
OPTIONS_DEFINE= VTK
+1 -1
View File
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_riscv64= fails to build: ../src/util/build_config.h:168:2: Please add support for your architecture in build_config.h
USES= alias compiler:c++20-lang ninja python:build shebangfix
USES= compiler:c++20-lang ninja python:build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= cglogic # mirror
SHEBANG_FILES= ${CONFIGURE_SCRIPT}
+1 -1
View File
@@ -13,7 +13,7 @@ CONFLICTS_INSTALL= efl
USE_GITHUB= yes
GH_ACCOUNT= scunningham
USES= alias autoreconf libtool
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE_FILE_GFDL= ${WRKSRC}/doc/libunistring.texi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LIB
USES= alias charsetfix cpe iconv libtool tar:xz
USES= charsetfix cpe iconv libtool tar:xz
CPE_VENDOR= gnu
USE_LDCONFIG= yes
-2
View File
@@ -15,8 +15,6 @@ GH_ACCOUNT= rpaulo
GH_PROJECT= am335x_pru_package
PLIST_FILES= bin/pasm
USES= alias
do-build:
(cd ${WRKSRC}/pru_sw/utils/pasm_source && \
${CC} ${CFLAGS} -D_UNIX_ pasm.c pasmpp.c pasmexp.c pasmop.c \
+1 -1
View File
@@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libexpat.so:textproc/expat2 \
libcurl.so:ftp/curl
USES= alias cmake compiler:c++17-lang cpe gl jpeg openal:al,alut \
USES= cmake compiler:c++17-lang cpe gl jpeg openal:al,alut \
tar:bzip2 xorg
USE_GITLAB= yes
-2
View File
@@ -14,8 +14,6 @@ LICENSE_FILE_NEWCASTLE= ${WRKSRC}/COPYRIGHT
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE
LICENSE_PERMS_NEWCASTLE= dist-mirror pkg-mirror auto-accept
USES= alias
USE_GITLAB= yes
GL_ACCOUNT= ports1
GL_TAGNAME= 9de3e5b12c5f453137305377344cb1d1c848e75e
+1 -1
View File
@@ -17,7 +17,7 @@ BUILD_DEPENDS= gsed:textproc/gsed \
LIB_DEPENDS= libgnutls.so:security/gnutls \
liblmdb.so:databases/lmdb
USES= alias compiler:c11 libtool localbase pkgconfig tar:xz
USES= compiler:c11 libtool localbase pkgconfig tar:xz
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= http://spatula-city.org/~im14u2c/intv/
LICENSE= GPLv2
USES= alias compiler:c++11-lang dos2unix gmake sdl xorg zip
USES= compiler:c++11-lang dos2unix gmake sdl xorg zip
USE_XORG= x11 xau xdmcp
USE_SDL= sdl2
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
BUILD_DEPENDS= gsed:textproc/gsed help2man:misc/help2man
USES= alias cpe gmake
USES= cpe gmake
MAKE_ARGS= INSTALL_MANPAGES_DIR=${PREFIX}/share/man/man1
+1 -1
View File
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
UPSTREAMVERSION=3.0.3
EXTVERSION= 1
USES= alias gmake tar:tgz
USES= gmake tar:tgz
WRKSRC= ${WRKDIR}/vsFTPd-${UPSTREAMVERSION}-ext.${EXTVERSION}
ALL_TARGET= vsftpd
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE= GPLv2
USERS= ftp
GROUPS= ftp
USES= cpe alias
USES= cpe
ALL_TARGET= vsftpd
USE_RC_SUBR= vsftpd vsftpd6
DOCFILES= AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL LICENSE \
+1 -1
View File
@@ -18,7 +18,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libvorbis.so:audio/libvorbis \
libpng.so:graphics/png
USES= alias gl gmake jpeg sdl tar:bzip2
USES= gl gmake jpeg sdl tar:bzip2
USE_GL= glew
USE_SDL= sdl
MAKEFILE= Makefile.linux
+1 -1
View File
@@ -28,7 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
${LOCALBASE}/share/flightgear/version:games/flightgear-data
# Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/
USES= alias cmake:noninja compiler:c++17-lang cpe dos2unix gl jpeg \
USES= cmake:noninja compiler:c++17-lang cpe dos2unix gl jpeg \
openal:al,alut sqlite tar:bzip2 xorg
USE_GITLAB= yes
+1 -1
View File
@@ -16,7 +16,7 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-acc
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
libfluidsynth.so:audio/fluidsynth
USES= alias compiler:c++11-lang dos2unix gl gmake gnome \
USES= compiler:c++11-lang dos2unix gl gmake gnome \
perl5 pkgconfig:build sdl
USE_GL= gl
USE_GNOME= gtk20
+1 -1
View File
@@ -11,7 +11,7 @@ MAINTAINER= glewis@FreeBSD.org
COMMENT= Dungeon exploration game
WWW= http://remarque.org/~grabiner/moria.html
USES= alias ncurses
USES= ncurses
WRKSRC= ${WRKDIR}/umoria
ALL_TARGET= moria
MAKE_ARGS= CURSES="${LDFLAGS} -lncurses"
+1 -1
View File
@@ -16,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION}
USES= alias gmake ncurses tar:tgz
USES= gmake ncurses tar:tgz
MAKE_ENV= GRAPHICS="${GRAPHICS}"
PLIST_SUB= HACKNAME="${HACKNAME}" \
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_NAME= NETHACK GENERAL PUBLIC LICENSE
LICENSE_FILE= ${WRKSRC}/dat/license
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= alias compiler:c11 gmake ncurses tar:tgz
USES= compiler:c11 gmake ncurses tar:tgz
WRKSRC= ${WRKDIR}/NetHack-${PORTVERSION}
+1 -1
View File
@@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libangelscript.so:lang/angelscript \
libmcpp.so:devel/mcpp
USES= alias cmake compiler:c++11-lib pkgconfig sqlite ssl
USES= cmake compiler:c++11-lib pkgconfig sqlite ssl
CMAKE_OFF= USE_WIIUSE
CMAKE_OFF+= BUILD_RECORDER
CMAKE_OFF+= USE_SYSTEM_ENET # bundled enet is required for IPv6 support
+1 -1
View File
@@ -24,7 +24,7 @@ GH_PROJECT= ValyriaTear
GH_TUPLE= ValyriaTear:luabind:76d4061:luabind/src/luabind \
ValyriaTear:vt-utils:299411e:utils/src/utils
USES= alias cmake compiler:c++11-lang gettext-tools gl gnome iconv \
USES= cmake compiler:c++11-lang gettext-tools gl gnome iconv \
lua:51 openal sdl xorg
CMAKE_ARGS= -DUSE_PCH_COMPILATION=OFF
USE_SDL= sdl2 image2 ttf2
+1 -1
View File
@@ -19,7 +19,7 @@ qt_PKGNAMESUFFIX= -qt
BUILD_DEPENDS= nroff:textproc/groff
USES= alias compiler:c11 gmake ncurses tar:tgz lua:54
USES= compiler:c11 gmake ncurses tar:tgz lua:54
USE_GITHUB= yes
GH_ACCOUNT= copperwater
+1 -1
View File
@@ -20,7 +20,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libpystring.so:devel/pystring \
libyaml-cpp.so:devel/yaml-cpp
USES= alias cmake compiler:c++14-lang localbase:ldflags minizip:ng \
USES= cmake compiler:c++14-lang localbase:ldflags minizip:ng \
pkgconfig
USE_GITHUB= yes
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \
libyaml-cpp.so:devel/yaml-cpp
USES= alias cmake compiler:c++11-lang pkgconfig \
USES= cmake compiler:c++11-lang pkgconfig \
python:build shebangfix
USE_GITHUB= yes
+1 -1
View File
@@ -16,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
USES= alias cmake compiler:c11 jpeg gl pkgconfig xorg
USES= cmake compiler:c11 jpeg gl pkgconfig xorg
USE_GL= gl
USE_XORG= x11
USE_LDCONFIG= yes
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= https://www.logarithmic.net/pfh/synaesthesia
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias cpe gmake sdl
USES= cpe gmake sdl
USE_CXXSTD= c++14
USE_SDL= sdl
+1 -1
View File
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
USES= alias cmake compiler:c++11-lib pkgconfig python:build
USES= cmake compiler:c++11-lib pkgconfig python:build
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-Loader
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= glslangValidator:graphics/glslang \
vulkan-headers>0:graphics/vulkan-headers
USES= alias cmake compiler:c++11-lib pkgconfig python:build
USES= cmake compiler:c++11-lib pkgconfig python:build
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-Tools
+1 -1
View File
@@ -15,7 +15,7 @@ BUILD_DEPENDS= robin-hood-hashing>0:devel/robin-hood-hashing \
vulkan-headers>0:graphics/vulkan-headers \
vulkan-utility-libraries>0:graphics/vulkan-utility-libraries
USES= alias cmake compiler:c++11-lib pkgconfig python:build
USES= cmake compiler:c++11-lib pkgconfig python:build
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= Vulkan-ValidationLayers
+1 -1
View File
@@ -10,7 +10,7 @@ WWW= https://www.angelcode.com/angelscript/
LICENSE= ZLIB
USES= alias compiler:c11 dos2unix gmake zip
USES= compiler:c11 dos2unix gmake zip
USE_LDCONFIG= yes
DOS2UNIX_FILES= ../../source/as_config.h
+1 -1
View File
@@ -18,7 +18,7 @@ LIB_DEPENDS= libbdd.so:science/buddy \
libgmp.so:math/gmp \
libsigsegv.so:devel/libsigsegv
USES= alias autoreconf bison compiler:c++11-lang localbase:ldflags \
USES= autoreconf bison compiler:c++11-lang localbase:ldflags \
ncurses
USE_CXXSTD= c++14
+1 -1
View File
@@ -20,7 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
WRKSRC= ${WRKDIR}/${PORTNAME:tl}${PORTVERSION:R}
USES= autoreconf alias tcl:tea tar:bzip2
USES= autoreconf tcl:tea tar:bzip2
USE_LDCONFIG= ${PREFIX}/lib/tclx${PORTVERSION:R}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared \
+1 -1
View File
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
USES= alias compiler:c11 cpe perl5 ssl
USES= compiler:c11 cpe perl5 ssl
CPE_VENDOR= isync_project
USE_PERL5= build
+2 -1
View File
@@ -1,3 +1,4 @@
PORTNAME= vtk
DISTVERSION= 9.5.2
CATEGORIES= math graphics
@@ -21,7 +22,7 @@ LIB_DEPENDS= \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
USES= alias cmake compiler:c++11-lang jpeg localbase xorg
USES= cmake compiler:c++11-lang jpeg localbase xorg
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
USE_XORG= ice x11 xt xext sm xcursor xfixes xrender
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= https://gmerlin.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias libtool localbase pathfix pkgconfig
USES= libtool localbase pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cpuflags=none --without-doxygen
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libp8-platform.so:devel/p8-platform
USES= alias cmake compiler:c++11-lib pkgconfig shebangfix
USES= cmake compiler:c++11-lib pkgconfig shebangfix
CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES=${LOCALBASE}/include \
-DCMAKE_REQUIRED_FLAGS=-L${LOCALBASE}/lib \
+1 -1
View File
@@ -44,7 +44,7 @@ TOOLFILES= aconvert.sh binary_codecs.sh calcbpp.pl \
subedit.pl subsearch.sh vobshift.py \
w32codec_dl.pl wma2ogg.pl
USES+= alias iconv pkgconfig python shebangfix
USES+= iconv pkgconfig python shebangfix
SHEBANG_FILES= TOOLS/calcbpp.pl TOOLS/checktree.sh TOOLS/countquant.pl \
TOOLS/divx2svcd.sh TOOLS/dvd2divxscript.pl TOOLS/mencvcd.sh \
TOOLS/mphelp_check.py TOOLS/plotpsnr.pl TOOLS/psnr-video.sh \
+1 -1
View File
@@ -12,7 +12,7 @@ WWW= https://www.mltframework.org/
LICENSE?= GPLv2 GPLv3 LGPL21
LICENSE_COMB?= multi
USES+= alias cmake compiler:c++11-lang eigen:3 localbase \
USES+= cmake compiler:c++11-lang eigen:3 localbase \
pathfix pkgconfig
USE_LDCONFIG= yes
+1 -1
View File
@@ -10,7 +10,7 @@ WWW= https://www.udo-richter.de/vdr/naludump.en.html
LICENSE= GPLv2
USES= alias gmake iconv:wchar_t localbase tar:tgz
USES= gmake iconv:wchar_t localbase tar:tgz
USE_CXXSTD= c++14
MAKE_ARGS+= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
+1 -1
View File
@@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
# which is fatal for imake.
USES= alias imake xorg
USES= imake xorg
USE_GCC= yes
USE_CSTD= gnu99
USE_XORG= xext xt sm ice xext x11
+1 -1
View File
@@ -26,7 +26,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
PORTSCOUT= limitw:1,even
USES= alias gmake gnome libtool pathfix pkgconfig python:build \
USES= gmake gnome libtool pathfix pkgconfig python:build \
shebangfix sqlite ssl
USE_GNOME= glib20 gtksourceview3 libxslt:build
GNU_CONFIGURE= yes
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
USES= alias bison cmake:insource compiler:c++0x libedit ssl
USES= bison cmake:insource compiler:c++0x libedit ssl
USE_GITHUB= yes
GH_ACCOUNT= icinga
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= https://puck.nether.net/sysmon/
LICENSE= GPLv2
USES= alias ssl
USES= ssl
GNU_CONFIGURE= yes
+1 -1
View File
@@ -25,7 +25,7 @@ LIB_DEPENDS?= libexpat.so:textproc/expat2 \
USERS?= ${PORTNAME}
GROUPS?= ${USERS}
USES+= alias cpe gettext gmake gnome libtool pathfix pkgconfig
USES+= cpe gettext gmake gnome libtool pathfix pkgconfig
USE_GNOME+= glib20 intltool introspection:build
USE_GNOME_SUBR= yes
USE_LDCONFIG= yes
+1 -1
View File
@@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim
USES= alias cmake compiler:c++11-lib cpe localbase pathfix pkgconfig ssl
USES= cmake compiler:c++11-lib cpe localbase pathfix pkgconfig ssl
BROKEN_SSL= libressl-devel
BROKEN_SSL_REASON_libressl-devel= fails to compile: no member named 'alert_dispatch' in 'struct ssl3_state_st'
+1 -1
View File
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim
USES= alias cmake compiler:c++11-lib cpe desktop-file-utils \
USES= cmake compiler:c++11-lib cpe desktop-file-utils \
localbase:ldflags pathfix pkgconfig ssl xorg
BROKEN_SSL= libressl-devel
+1 -1
View File
@@ -10,7 +10,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libvncserver.so:net/libvncserver \
libxcb-image.so:x11/xcb-util-image
USES= alias cmake compiler:c++11-lib gettext jpeg kde:6 pkgconfig \
USES= cmake compiler:c++11-lib gettext jpeg kde:6 pkgconfig \
qt:6 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons dnssd doctools i18n notifications \
+1 -1
View File
@@ -10,7 +10,7 @@ WWW= https://linux-decnet.sourceforge.net/
LICENSE= GPLv2
USES= alias compiler
USES= compiler
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+1 -1
View File
@@ -10,7 +10,7 @@ WWW= http://www.openslp.org/
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= alias cpe libtool ssl
USES= cpe libtool ssl
USE_LDCONFIG= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \
--localstatedir=/var
+1 -1
View File
@@ -9,7 +9,7 @@ WWW= https://gitlab.torproject.org/tpo/core/torsocks
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt
USES= autoreconf alias gmake libtool tar:xz
USES= autoreconf gmake libtool tar:xz
USE_LDCONFIG= ${PREFIX}/lib/torsocks
USE_GITLAB= yes
+1 -1
View File
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
USES= alias ssl xorg
USES= ssl xorg
USE_XORG= x11 xpm
CFLAGS+= -DUSE_OPENSSL -I${OPENSSLINC}
+1 -1
View File
@@ -18,7 +18,7 @@ NO_BUILD= yes
NO_INSTALL= yes
.endif
USES+= alias dos2unix gmake zip
USES+= dos2unix gmake zip
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/${COMPONENT_SUBDIR}
+1 -1
View File
@@ -15,7 +15,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpng.so:graphics/png
RUN_DEPENDS= ppmtogif:graphics/netpbm
USES= alias cpe ghostscript:run iconv localbase:ldflags tar:xz xorg
USES= cpe ghostscript:run iconv localbase:ldflags tar:xz xorg
USE_XORG= xpm
CPE_VENDOR= xfig_project
+1 -1
View File
@@ -11,7 +11,7 @@ COMMENT= Tools to convert Xfig .fig files
RUN_DEPENDS= ppmtogif:graphics/netpbm
LIB_DEPENDS= libpng.so:graphics/png
USES= alias ghostscript:run imake xorg
USES= ghostscript:run imake xorg
CFLAGS+= -Wno-return-type
USE_XORG= xpm
+1 -1
View File
@@ -62,7 +62,7 @@ RUN_DEPENDS= ${PYNUMPY} \
vtk${VTK_VER:R}>0:math/vtk${VTK_VER:R} \
${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
USES= alias cmake compiler:c++17-lang desktop-file-utils eigen:3 fortran gl gnome \
USES= cmake compiler:c++17-lang desktop-file-utils eigen:3 fortran gl gnome \
jpeg localbase llvm:min=19 pkgconfig python qt:6 shebangfix sqlite tar:xz xorg
USE_GL= glew opengl
USE_GNOME= libxml2
+1 -1
View File
@@ -17,7 +17,7 @@ GH_ACCOUNT= bldewolf
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= alias gettext gmake libtool
USES= gettext gmake libtool
USE_LDCONFIG= yes
CPPFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \
-I${LOCALBASE}/include
+1 -1
View File
@@ -16,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libtspi.so:security/trousers \
libepoll-shim.so:devel/libepoll-shim
USES= alias autoreconf bison gmake ldap libtool localbase ssl tar:tgz
USES= autoreconf bison gmake ldap libtool localbase ssl tar:tgz
USE_LDCONFIG= ${PREFIX}/lib/opencryptoki
USE_GITHUB= yes
GNU_CONFIGURE= yes
+1 -1
View File
@@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel
USES= alias autoreconf compiler:c11 cpe localbase ncurses \
USES= autoreconf compiler:c11 cpe localbase ncurses \
pkgconfig ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= tpm-emulator>=0.7.4_1:emulators/tpm-emulator
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= cpe dos2unix alias autoreconf gmake iconv libtool pkgconfig ssl
USES= cpe dos2unix autoreconf gmake iconv libtool pkgconfig ssl
CPE_VENDOR= ${PORTNAME}_project
DOS2UNIX_GLOB= *.h *.c
NO_WRKSUBDIR= yes
+1 -1
View File
@@ -20,7 +20,7 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-cuckoo --enable-dex --enable-dotnet --enable-macho --enable-magic
INSTALL_TARGET= install-strip
TEST_TARGET= check
USES= alias autoreconf cpe libtool localbase pathfix pkgconfig ssl
USES= autoreconf cpe libtool localbase pathfix pkgconfig ssl
CPE_VENDOR= virustotal
USE_LDCONFIG= yes
CPPFLAGS+= -isystem ${OPENSSLINC}
+1 -1
View File
@@ -16,7 +16,7 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
libgraphene-1.0.so:graphics/graphene
RUN_DEPENDS= polkit>0:sysutils/polkit
USES= alias compiler:c++20-lang gettext gnome localbase meson \
USES= compiler:c++20-lang gettext gnome localbase meson \
pkgconfig tar:xz
USE_CXXSTD= c++20
USE_GNOME= glib20 glibmm26 gtkmm40 libadwaita librsvg2 libxml2
+1 -1
View File
@@ -15,7 +15,7 @@ WWW= https://goaccess.io
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias compiler:c11 pkgconfig ncurses
USES= compiler:c11 pkgconfig ncurses
USE_RC_SUBR= goaccess
INSTALL_TARGET= install-strip
+1 -1
View File
@@ -18,7 +18,7 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
PORTSCOUT= limitw:1,even
USES= alias compiler:c++11-lib gettext gmake gnome localbase mate \
USES= compiler:c++11-lib gettext gmake gnome localbase mate \
pathfix pkgconfig tar:xz
USE_MATE= icontheme
USE_GNOME= gtkmm30 intlhack librsvg2 libwnck3 libxml2
+1 -1
View File
@@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= amd64 i386
TEST_DEPENDS= bash:shells/bash
USES= alias gmake shebangfix
USES= gmake shebangfix
USE_GITHUB= yes
GH_ACCOUNT= andikleen
+1 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgnuregex.so:devel/libgnuregex
USES= alias cmake ncurses pkgconfig
USES= cmake ncurses pkgconfig
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/multitail etc/multitail.conf.sample \
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libtre.so:textproc/libtre
USES= alias localbase
USES= localbase
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SUB_FILES= pkg-message
+1 -1
View File
@@ -12,7 +12,7 @@ LICENSE= GPLv2
ONLY_FOR_ARCHS= amd64 i386
USES= alias gettext-tools gnome meson pkgconfig tar:xz xfce
USES= gettext-tools gnome meson pkgconfig tar:xz xfce
USE_GNOME= glib20 gtk30
USE_LDCONFIG= yes
USE_XFCE= libmenu panel
+1 -1
View File
@@ -12,7 +12,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libprotobuf.so:devel/protobuf \
liblzo2.so:archivers/lzo2
USES= alias cmake:insource compiler:c++17-lang ssl
USES= cmake:insource compiler:c++17-lang ssl
USE_GITHUB= yes
CXXFLAGS+= -Wno-dynamic-exception-spec
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= https://gwsocket.io
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias compiler:c11 pkgconfig
USES= compiler:c11 pkgconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+1 -1
View File
@@ -13,7 +13,7 @@ WWW= https://www.httrack.com/ \
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= alias cpe gmake iconv libtool shebangfix ssl
USES= cpe gmake iconv libtool shebangfix ssl
CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr
GNU_CONFIGURE= yes
+1 -1
View File
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/readme.txt
LIB_DEPENDS= libpng.so:graphics/png
USES= alias cpe dos2unix gl gmake jpeg zip xorg
USES= cpe dos2unix gl gmake jpeg zip xorg
USE_CXXSTD= gnu++11
DOS2UNIX_GLOB= Makefile *.cpp *.h *.txt
USE_GL= gl
+1 -1
View File
@@ -11,7 +11,7 @@ WWW= https://fbpanel.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias gmake gnome pkgconfig tar:tbz2 xorg
USES= gmake gnome pkgconfig tar:tbz2 xorg
USE_GNOME= gdkpixbuf gdkpixbuf2xlib gtk20
USE_XORG= x11
HAS_CONFIGURE= yes
+1 -1
View File
@@ -15,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libImlib2.so:graphics/imlib2 \
libstartup-notification-1.so:x11/startup-notification
USES= alias cmake desktop-file-utils gettext-runtime gnome pkgconfig \
USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig \
shared-mime-info xorg
USE_GNOME= cairo glib20 gtk20 librsvg2 pango
USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender