diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-27 20:39:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-27 20:39:17 +0000 |
commit | 3ea5caa2a620da313e35972d377ec4e1140cf8e2 (patch) | |
tree | d796bbf91b6c8b55a42947b8d15083d8cccc5fde /ports-mgmt | |
parent | e0bcd63236b73cb5eeeba09257b4b10291df80b6 (diff) | |
download | ports-3ea5caa2a620da313e35972d377ec4e1140cf8e2.tar.gz ports-3ea5caa2a620da313e35972d377ec4e1140cf8e2.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-setup.sh | 11 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-setup.sh | 11 |
4 files changed, 24 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 57157c771f77..a8996126c1c7 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -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 diff --git a/ports-mgmt/tinderbox-devel/files/patch-setup.sh b/ports-mgmt/tinderbox-devel/files/patch-setup.sh index e69de29bb2d1..96c9b2af6e7c 100644 --- a/ports-mgmt/tinderbox-devel/files/patch-setup.sh +++ b/ports-mgmt/tinderbox-devel/files/patch-setup.sh @@ -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" diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 57157c771f77..a8996126c1c7 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -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 diff --git a/ports-mgmt/tinderbox/files/patch-setup.sh b/ports-mgmt/tinderbox/files/patch-setup.sh index e69de29bb2d1..96c9b2af6e7c 100644 --- a/ports-mgmt/tinderbox/files/patch-setup.sh +++ b/ports-mgmt/tinderbox/files/patch-setup.sh @@ -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" |