mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Add USES=alias to 10 ports (Aids DragonFly support)
This commit is contained in:
parent
42490a7743
commit
3f80a1e6b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397334
@ -13,7 +13,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output
|
||||
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
|
||||
USES= libtool
|
||||
USES= alias libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Assembler for a variety of microcontrollers/-processors
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USES= alias
|
||||
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
||||
|
||||
post-extract:
|
||||
|
@ -20,7 +20,7 @@ LICENSE_COMB= dual
|
||||
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gmake jpeg tar:bzip2
|
||||
USES= alias gmake jpeg tar:bzip2
|
||||
USE_GL= glew
|
||||
USE_SDL= sdl
|
||||
MAKEFILE= Makefile.linux
|
||||
|
@ -34,7 +34,7 @@ USE_GL= gl
|
||||
USE_GNOME= gtk20
|
||||
USE_SDL= mixer sdl
|
||||
|
||||
USES= dos2unix gmake pkgconfig:build
|
||||
USES= alias dos2unix gmake pkgconfig:build
|
||||
DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)?
|
||||
|
||||
NO_CDROM= Must be distributed only through the Internet and free of charge
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Real-time graphical music representation program
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
USES= alias gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
|
||||
USE_SDL= sdl
|
||||
|
@ -23,6 +23,7 @@ RUN_DEPENDS= buffer:${PORTSDIR}/misc/buffer \
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
USES= alias
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
VAMPSRC= vamps.c requant.c
|
||||
LXDVDRIPSRC= cputest.c \
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Delete NALU fill data from h.264 TS files
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake iconv:wchar_t tar:tgz
|
||||
USES= alias gmake iconv:wchar_t tar:tgz
|
||||
PATCH_STRIP= -p1
|
||||
CFLAGS+= "-I${LOCALBASE}/include"
|
||||
CFLAGS+= "-L${LOCALBASE}/lib"
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Linux-DECnet project LAT protocol suite
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= alias
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/llogin etc/latd.conf.sample \
|
||||
|
@ -21,7 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -ljson-c
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= autoreconf libtool pathfix pkgconfig compiler:c++11-lang
|
||||
USES= alias autoreconf libtool pathfix pkgconfig compiler:c++11-lang
|
||||
WRKSRC= ${WRKDIR}/nDPI-${PORTVERSION}
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf \
|
||||
liblzo2.so:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
USES= cmake
|
||||
USES= alias cmake
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user