mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix RUN_DEPENDS
- Bump PORTREVISION devel/gmake was accidentially included in RUN_DEPENDS
This commit is contained in:
parent
854d3237d5
commit
e5adf620cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198069
10 changed files with 28 additions and 24 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nszlib
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers www
|
||||
MASTER_SITES= ftp://ftp.crystalballinc.com/pub/vlad/
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
|
@ -21,7 +21,7 @@ COMMENT= Zlib library interface for AOLserver
|
|||
AOLSERVERBASE?= aolserver
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nsmysql
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
|
@ -20,7 +20,7 @@ COMMENT= Internal MySQL database driver for AOLserver
|
|||
|
||||
AOLSERVERBASE?= aolserver
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nspostgres
|
||||
PORTVERSION= 4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -src
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/nspostgres-${PORTVERSION}
|
|||
|
||||
AOLSERVERBASE?= aolserver
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_PGSQL= yes
|
||||
DEFAULT_PGSQL_VER= 82
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nsgd
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics www
|
||||
MASTER_SITES= http://www.aolserver.cz/download/
|
||||
PKGNAMEPREFIX= aolserver-
|
||||
|
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}
|
|||
AOLSERVERBASE?= aolserver
|
||||
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= aolserver-nsencrypt
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
|
@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/nsencrypt-${PORTVERSION}
|
|||
|
||||
AOLSERVERBASE?= aolserver
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nsmcrypt
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://www.aolserver.cz/download/
|
||||
PKGNAMEPREFIX= aolserver-
|
||||
|
@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}
|
|||
AOLSERVERBASE?= aolserver
|
||||
LIB_DEPENDS+= mcrypt.8:${PORTSDIR}/security/mcrypt
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= Makefile.ns
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nsmhash
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://www.aolserver.cz/download/
|
||||
PKGNAMEPREFIX= aolserver-
|
||||
|
@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}
|
|||
AOLSERVERBASE?= aolserver
|
||||
LIB_DEPENDS+= mhash.2:${PORTSDIR}/security/mhash
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= Makefile.ns
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= aolserver-nsopenssl
|
||||
PORTVERSION= 3.0.b26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
|
@ -18,15 +19,15 @@ COMMENT= OpenSSL socket encryption module for AOLserver
|
|||
|
||||
WRKSRC= ${WRKDIR}/nsopenssl-3.0beta26
|
||||
|
||||
AOLSERVERBASE?= ${PREFIX}/aolserver
|
||||
BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
|
||||
AOLSERVERBASE?= aolserver
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} OPENSSL=${OPENSSLBASE}
|
||||
MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLSERVERBASE} OPENSSL=${OPENSSLBASE}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ChangeLog README TODO
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= aolserver-nssha1
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
|
@ -18,14 +19,14 @@ COMMENT= AOLserver module to perform SHA1 hashes
|
|||
|
||||
WRKSRC= ${WRKDIR}/nssha1-${PORTVERSION}
|
||||
|
||||
AOLSERVERBASE?= ${PREFIX}/aolserver
|
||||
BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
|
||||
AOLSERVERBASE?= aolserver
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} OPENSSL=${OPENSSLBASE}
|
||||
MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLSERVERBASE} OPENSSL=${OPENSSLBASE}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ChangeLog
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= aolserver-nscache
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
|
@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/nscache-${PORTVERSION}
|
|||
|
||||
AOLSERVERBASE?= aolserver
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue