mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Switch to USES=tar for my ports
This commit is contained in:
parent
73a9cf9f72
commit
ea7e480abc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349973
7 changed files with 7 additions and 13 deletions
|
@ -15,8 +15,7 @@ COMMENT= Vi-like editor
|
|||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= cmake gettext perl5
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2 cmake gettext perl5
|
||||
USE_XORG= x11 xext ice
|
||||
USE_LUA= 5.1
|
||||
LUA_COMPS= lua
|
||||
|
|
|
@ -19,7 +19,6 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
|||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -34,7 +33,7 @@ USE_XORG= x11 xv xext xxf86vm xtst
|
|||
USE_SDL= sdl
|
||||
USE_GL= gl
|
||||
|
||||
USES= dos2unix iconv gmake pkgconfig desktop-file-utils
|
||||
USES= tar:bzip2 dos2unix iconv gmake pkgconfig desktop-file-utils
|
||||
DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am)
|
||||
|
||||
PORTDOCS= ChangeLog README
|
||||
|
|
|
@ -14,8 +14,7 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= desktop-file-utils gmake iconv
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2 gmake iconv desktop-file-utils
|
||||
USE_GL= gl
|
||||
USE_SDL= mixer sdl ttf
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -16,7 +16,6 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread
|
||||
|
||||
USE_XZ= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure2
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||
|
@ -26,7 +25,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
|||
--incdir="${PREFIX}/include/dvdnav" \
|
||||
--disable-opts \
|
||||
--cc="${CC}"
|
||||
USES= gmake
|
||||
USES= tar:xz gmake
|
||||
CONFLICTS= libdvdnav-mplayer-[0-9]*
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ COMMENT= MPlayer version of the libdvdread project
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_XZ= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure2
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||
|
@ -24,7 +23,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
|||
--incdir="${PREFIX}/include/dvdread" \
|
||||
--disable-opts \
|
||||
--cc="${CC}"
|
||||
USES= gmake
|
||||
USES= tar:xz gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DVDCSS DEBUG
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Simulate the root user behaviour
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ipc=tcp
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
|
@ -15,9 +15,8 @@ LICENSE= ART20
|
|||
CONFLICTS= waon-[0-9]*
|
||||
|
||||
PROJECTHOST= pipeviewer
|
||||
USE_BZIP2= yes
|
||||
|
||||
USES= gmake
|
||||
USES= tar:bzip2 gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/pv man/man1/pv.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue