mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
USES=tar:...
This commit is contained in:
parent
d9f77a83a9
commit
a4fd9d5220
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358496
5 changed files with 5 additions and 9 deletions
|
@ -7,7 +7,6 @@ PORTREVISION= 1
|
||||||
CATEGORIES= devel pear
|
CATEGORIES= devel pear
|
||||||
MASTER_SITES= http://pecl.php.net/get/
|
MASTER_SITES= http://pecl.php.net/get/
|
||||||
PKGNAMEPREFIX= pecl-
|
PKGNAMEPREFIX= pecl-
|
||||||
EXTRACT_SUFX= .tgz
|
|
||||||
DIST_SUBDIR= PECL
|
DIST_SUBDIR= PECL
|
||||||
|
|
||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
|
@ -17,6 +16,7 @@ LICENSE= PHP301
|
||||||
|
|
||||||
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu
|
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu
|
||||||
|
|
||||||
|
USES= tar:tgz
|
||||||
USE_PHP= yes
|
USE_PHP= yes
|
||||||
USE_PHPEXT= yes
|
USE_PHPEXT= yes
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ MASTER_SITES= SF
|
||||||
MAINTAINER= johans@FreeBSD.org
|
MAINTAINER= johans@FreeBSD.org
|
||||||
COMMENT= Arbitrary precision calculator
|
COMMENT= Arbitrary precision calculator
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake tar:bz2
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
|
@ -34,10 +34,9 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_BZIP2= yes
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
USES= shebangfix
|
USES= shebangfix tar:bz2
|
||||||
SHEBANG_FILES= scripts/sort_res.perl5
|
SHEBANG_FILES= scripts/sort_res.perl5
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
|
@ -6,7 +6,6 @@ PORTVERSION= 6.2.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.vanheusden.com/multitail/ \
|
MASTER_SITES= http://www.vanheusden.com/multitail/ \
|
||||||
http://fossies.org/unix/privat/
|
http://fossies.org/unix/privat/
|
||||||
EXTRACT_SUFX= .tgz
|
|
||||||
|
|
||||||
MAINTAINER= beat@FreeBSD.org
|
MAINTAINER= beat@FreeBSD.org
|
||||||
COMMENT= Tail multiple files on console with ncurses
|
COMMENT= Tail multiple files on console with ncurses
|
||||||
|
@ -14,7 +13,7 @@ COMMENT= Tail multiple files on console with ncurses
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake tar:tgz
|
||||||
|
|
||||||
PLIST_FILES= bin/multitail etc/multitail.conf.sample \
|
PLIST_FILES= bin/multitail etc/multitail.conf.sample \
|
||||||
man/man1/multitail.1.gz
|
man/man1/multitail.1.gz
|
||||||
|
|
|
@ -16,8 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
|
||||||
CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]*
|
CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/p.*//}
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/p.*//}
|
||||||
USE_BZIP2= yes
|
USES= iconv shebangfix tar:bz2
|
||||||
USES= iconv shebangfix
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
SHEBANG_FILES= samples/mailto-form.pl
|
SHEBANG_FILES= samples/mailto-form.pl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue