mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
- Convert few ports to USES
This commit is contained in:
parent
e577956b92
commit
7bf1652bda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342300
@ -12,7 +12,7 @@ COMMENT= An open-source COBOL compiler
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
||||
|
||||
USE_BDB= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -21,7 +21,6 @@ INFO= open-cobol
|
||||
CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= http://www.phpcompiler.org/src/archive/
|
||||
MAINTAINER= eg@fbsd.lt
|
||||
COMMENT= A compiler for the PHP language
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -fgnu89-inline
|
||||
|
||||
@ -19,5 +19,4 @@ post-patch: .SILENT
|
||||
${REINPLACE_CMD} 's/insert/this->&/' \
|
||||
${WRKSRC}/include/phc/lib/List.h
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,5 +26,4 @@ post-patch: .SILENT
|
||||
${WRKSRC}/rexxwrap.cmd
|
||||
@${REINPLACE_CMD} 's/-compiler=$$(CC/&:T/' ${WRKSRC}/Makefile.in
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,5 +26,4 @@ GROUPS= ${DKFILTER_GROUPNAME}
|
||||
DKFILTER_USERNAME?= dkfilter
|
||||
DKFILTER_GROUPNAME?= ${DKFILTER_USERNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,19 +20,9 @@ USE_OPENSSL= YES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
#Check for OPENSSL 0.9.8 in BASE: If not present require PORT
|
||||
.if ${OSVERSION} < 700019
|
||||
WITH_OPENSSL_PORT= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
|
||||
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
|
||||
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,9 +13,7 @@ LICENSE=LGPL21
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
||||
USE_GMAKE= yes
|
||||
USES= bison
|
||||
USES= bison gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,7 +10,6 @@ MASTERDIR?= ${.CURDIR}/../popa3d
|
||||
OPTIONS_DEFAULT= SMTP_AFTER_POP3
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
|
@ -24,5 +24,4 @@ PLIST_FILES= bin/spamcup.pl ${SITE_PERL_REL}/spamcup.pl \
|
||||
|
||||
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/Spamcup
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,7 +27,6 @@ YOUBINBINDIR= ${PREFIX}
|
||||
YOUBINBINDIR= ${LOCALBASE}
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-extract:
|
||||
|
@ -16,7 +16,6 @@ USES= cmake
|
||||
USE_ZIP= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/lib/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
|
@ -8,5 +8,4 @@ COMMENT= Fast C routines (Single Percision)
|
||||
FFTW_FLAVOR= float
|
||||
MASTERDIR= ${.CURDIR}/../../math/fftw
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -13,5 +13,4 @@ USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= prefix=${PREFIX}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,11 +11,7 @@ MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= Double-Double and Quad-Double Arithmetic
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_FORTRAN= yes
|
||||
CONFIGURE_ARGS+= --enable-shared=yes
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user