FreeBSD Bugzilla – Attachment 139766 Details for
Bug 186077
[MAINTAINER-UPDATE] pkg-plist fix for www/privoxy 3.0.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.txt
file.txt (text/plain), 1.56 KB, created by
Fabian Keil
on 2014-01-24 15:40:00 UTC
(
hide
)
Description:
file.txt
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2014-01-24 15:40:00 UTC
Size:
1.56 KB
patch
obsolete
>From 2c04e13ca85e6cb6d2c4192ad91c64cd57e8d082 Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Fri, 24 Jan 2014 12:12:00 +0100 >Subject: [PATCH] Fix packaging failure reported by the package build servers > >--- > www/privoxy/Makefile | 4 +--- > www/privoxy/pkg-plist | 2 +- > 2 files changed, 2 insertions(+), 4 deletions(-) > >diff --git www/privoxy/Makefile www/privoxy/Makefile >index 919d4d1..7b36446 100644 >--- www/privoxy/Makefile >+++ www/privoxy/Makefile >@@ -86,8 +86,6 @@ PLIST_SUB+= PRIVOXY_TOOLS="" > PLIST_SUB+= PRIVOXY_TOOLS="@comment " > .endif > >-PLIST_SUB+= MAN1PREFIX=${MAN1PREFIX} >- > post-patch: > ${REINPLACE_CMD} \ > -e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \ >@@ -122,7 +120,7 @@ do-install: > .for examplefile in config match-all.action trust user.action > @${INSTALL_DATA} ${WRKSRC}/${examplefile} ${STAGEDIR}${EXAMPLESDIR}/ > .endfor >- @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >+ @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${STAGEDIR}${PREFIX}/man/man1 > .if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${STAGEDIR}${DOCSDIR}/user-manual > @${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${STAGEDIR}${DOCSDIR}/user-manual >diff --git www/privoxy/pkg-plist www/privoxy/pkg-plist >index 4933cd7..924f352 100644 >--- www/privoxy/pkg-plist >+++ www/privoxy/pkg-plist >@@ -2,7 +2,7 @@ > %%PRIVOXY_TOOLS%%bin/privoxy-regression-test.pl > %%PRIVOXY_TOOLS%%bin/uagen.pl > sbin/privoxy >-%%MAN1PREFIX%%/man/man1/privoxy.1.gz >+man/man1/privoxy.1.gz > etc/privoxy/default.action > etc/privoxy/default.filter > etc/privoxy/regression-tests.action >-- >1.8.5.2
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 Raw
Actions:
View
Attachments on
bug 186077
: 139766 |
139767