mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
This commit is contained in:
parent
afe3e8c709
commit
62ef31db61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348096
@ -11,7 +11,7 @@ PKGNAMEPREFIX= g
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= GNU cpio copies files to and from archives
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--disable-silent-rules \
|
||||
|
@ -15,8 +15,7 @@ LICENSE= GPLv3
|
||||
|
||||
INFO= tar
|
||||
|
||||
USES= iconv:${STATIC_ARGS}
|
||||
USE_XZ= yes
|
||||
USES= iconv:${STATIC_ARGS} tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--disable-silent-rules
|
||||
|
@ -12,10 +12,9 @@ COMMENT= Free lossless audio codec
|
||||
|
||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig tar:xz
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-sse \
|
||||
--with-ogg="${LOCALBASE}" \
|
||||
|
@ -12,10 +12,9 @@ COMMENT= Audio compression codec library
|
||||
|
||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix tar:xz
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_XZ= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
|
||||
|
@ -14,11 +14,10 @@ LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
|
||||
libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
|
||||
libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USES= gettext iconv
|
||||
USES= gettext iconv tar:xz
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gtk12
|
||||
USE_XORG= x11 xau xcb xdmcp xext xi
|
||||
USE_XZ= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-silent-rules
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -12,8 +12,7 @@ COMMENT= XMMS input plugin to play WavPack files
|
||||
LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack \
|
||||
libxmms.so:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -9,8 +9,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Interactive typing tutor
|
||||
|
||||
USES= iconv
|
||||
USE_XZ= yes
|
||||
USES= iconv tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= EMACS=no
|
||||
CPPFLAGS+= -I${WRKDIR}/include
|
||||
|
@ -8,8 +8,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= GTK-based scientific calculator
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user