Actually put something in files/patch-setup.sh and fix left-overs on deinstall.

Submitted by:	pointyhat via kris
This commit is contained in:
Ion-Mihai Tetcu 2006-09-27 20:39:17 +00:00
parent e0bcd63236
commit 3ea5caa2a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173996
6 changed files with 36 additions and 0 deletions

View file

@ -72,6 +72,7 @@ post-patch:
${WRKSRC}/lib/setup-mysql.sh
@${RM} ${WRKSRC}/lib/setup-mysql.sh.bak
.endif
@${RM} ${WRKSRC}/create.orig ${WRKSRC}/setup.sh.orig
do-install:
${MKDIR} ${PREFIX}/tinderbox/scripts

View file

@ -0,0 +1,11 @@
--- ./setup.sh.orig Wed Sep 27 21:23:59 2006
+++ ./setup.sh Wed Sep 27 21:24:43 2006
@@ -33,7 +33,7 @@
pb=$(realpath $(dirname $pb))
pb=${pb%%/scripts}
-MAN_PREREQS="lang/perl5.8 net/p5-Net security/p5-Digest-MD5"
+MAN_PREREQS="lang/perl5.8"
OPT_PREREQS="lang/php[45] databases/pear-DB www/php[45]-session"
PREF_FILES="rawenv tinderbox.ph"
README="${pb}/scripts/README"

View file

@ -72,6 +72,7 @@ post-patch:
${WRKSRC}/lib/setup-mysql.sh
@${RM} ${WRKSRC}/lib/setup-mysql.sh.bak
.endif
@${RM} ${WRKSRC}/create.orig ${WRKSRC}/setup.sh.orig
do-install:
${MKDIR} ${PREFIX}/tinderbox/scripts

View file

@ -0,0 +1,11 @@
--- ./setup.sh.orig Wed Sep 27 21:23:59 2006
+++ ./setup.sh Wed Sep 27 21:24:43 2006
@@ -33,7 +33,7 @@
pb=$(realpath $(dirname $pb))
pb=${pb%%/scripts}
-MAN_PREREQS="lang/perl5.8 net/p5-Net security/p5-Digest-MD5"
+MAN_PREREQS="lang/perl5.8"
OPT_PREREQS="lang/php[45] databases/pear-DB www/php[45]-session"
PREF_FILES="rawenv tinderbox.ph"
README="${pb}/scripts/README"

View file

@ -72,6 +72,7 @@ post-patch:
${WRKSRC}/lib/setup-mysql.sh
@${RM} ${WRKSRC}/lib/setup-mysql.sh.bak
.endif
@${RM} ${WRKSRC}/create.orig ${WRKSRC}/setup.sh.orig
do-install:
${MKDIR} ${PREFIX}/tinderbox/scripts

View file

@ -0,0 +1,11 @@
--- ./setup.sh.orig Wed Sep 27 21:23:59 2006
+++ ./setup.sh Wed Sep 27 21:24:43 2006
@@ -33,7 +33,7 @@
pb=$(realpath $(dirname $pb))
pb=${pb%%/scripts}
-MAN_PREREQS="lang/perl5.8 net/p5-Net security/p5-Digest-MD5"
+MAN_PREREQS="lang/perl5.8"
OPT_PREREQS="lang/php[45] databases/pear-DB www/php[45]-session"
PREF_FILES="rawenv tinderbox.ph"
README="${pb}/scripts/README"