FreeBSD Bugzilla – Attachment 15982 Details for
Bug 29481
Fix www/bacon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.83 KB, created by
pat
on 2001-08-06 09:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-08-06 09:10:00 UTC
Size:
1.83 KB
patch
obsolete
>diff -ruN /usr/ports/www/bacon/Makefile bacon/Makefile >--- /usr/ports/www/bacon/Makefile Mon Feb 5 10:33:13 2001 >+++ bacon/Makefile Mon Aug 6 01:28:31 2001 >@@ -12,22 +12,22 @@ > > MAINTAINER= jmrobins@samurai.ruin.org > >-USE_PERL5= YES >+USE_PERL5= yes >+NO_BUILD= yes > >-DIST= bacon.pl >- >-do-build: >- @cd ${WRKSRC}; ${MV} ${DIST} ${DIST}.orig; \ >- ${SED} -e 's;^#! */usr/local/bin/perl *;#!${PERL5};' \ >- ${DIST}.orig > ${DIST} >+pre-patch: >+ @${PERL} -pi.orig -e 's|${LOCALBASE}/bin/perl|/usr/bin/perl|' \ >+ ${WRKSRC}/bacon.pl > > do-install: > ${MKDIR} ${PREFIX}/www/cgi-bin > ${INSTALL_SCRIPT} ${WRKSRC}/bacon.pl ${PREFIX}/www/cgi-bin/bacon.pl > > post-install: >- ${MKDIR} ${PREFIX}/share/doc/bacon/ >- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/bacon/INSTALL >- @${CAT} ${PKGMESSAGE} >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} >+.endif >+ @${SED} -e "s|INSTALL|${DOCSDIR}/INSTALL|" ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -ruN /usr/ports/www/bacon/pkg-message bacon/pkg-message >--- /usr/ports/www/bacon/pkg-message Thu Sep 9 10:55:08 1999 >+++ bacon/pkg-message Mon Aug 6 01:19:43 2001 >@@ -1,6 +1,6 @@ > > --------------------------------------------------------------------- >-Please read the ${PREFIX}/share/doc/bacon/INSTALL file for info on >+Please read the INSTALL file for info on > configuring this program." > --------------------------------------------------------------------- > >diff -ruN /usr/ports/www/bacon/pkg-plist bacon/pkg-plist >--- /usr/ports/www/bacon/pkg-plist Thu Sep 9 10:55:08 1999 >+++ bacon/pkg-plist Mon Aug 6 01:18:17 2001 >@@ -1,3 +1,5 @@ > www/cgi-bin/bacon.pl >-share/doc/bacon/INSTALL >-@dirrm share/doc/bacon >+%%PORTDOCS%%share/doc/bacon/INSTALL >+%%PORTDOCS%%@dirrm share/doc/bacon >+@unexec rmdir %D/www/cgi-bin 2>/dev/null || true >+@unexec rmdir %D/www 2>/dev/null || true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29481
: 15982