FreeBSD Bugzilla – Attachment 145771 Details for
Bug 192647
[PATCH] sysutils/LPRng 3.8.C updates broke config file locations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised patch (bump portrevision)
lprng-3.8.C-fixpaths2.patch (text/plain), 1.87 KB, created by
Adam McDougall
on 2014-08-14 12:46:57 UTC
(
hide
)
Description:
Revised patch (bump portrevision)
Filename:
MIME Type:
Creator:
Adam McDougall
Created:
2014-08-14 12:46:57 UTC
Size:
1.87 KB
patch
obsolete
>diff -urN sysutils/LPRng.orig/Makefile sysutils/LPRng/Makefile >--- sysutils/LPRng.orig/Makefile 2014-08-01 12:25:46.000000000 -0400 >+++ sysutils/LPRng/Makefile 2014-08-14 08:44:36.575549535 -0400 >@@ -3,6 +3,7 @@ > > PORTNAME= LPRng > PORTVERSION= 3.8.C >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= sysutils print > MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl} >@@ -22,8 +23,6 @@ > CONFIGURE_ARGS= --with-config_subdir="" \ > --with-filterdir=${PREFIX}/libexec/filters \ > --with-filter_path="${PREFIX}/bin:/bin:/usr/bin:${PREFIX}/sbin:/sbin:/usr/sbin" \ >- --with-lpd_conf_path=${SYSCONFDIR}/lpd.conf \ >- --with-lpd_perms_path=${SYSCONFDIR}/lpd.perms \ > --with-printcap_path=/etc/printcap \ > --with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib" > MAKE_ARGS= INSTALLCONFIGEXAMPLES="" >@@ -49,14 +48,13 @@ > NLS_LDFLAGS= -lintl > > post-install: >- @${MKDIR} ${STAGEDIR}${DATADIR} > .for i in lpd.perms printcap > (cd ${WRKSRC}/conf && $ ${INSTALL_DATA} ${i} \ >- ${STAGEDIR}${DATADIR}/${i}.sample) >+ ${STAGEDIR}/${PREFIX}/etc/${i}.sample) > .endfor > .for i in lpd.conf > (cd ${WRKSRC}/src && $ ${INSTALL_DATA} ${i} \ >- ${STAGEDIR}${DATADIR}/${i}.sample) >+ ${STAGEDIR}/${PREFIX}/etc/${i}.sample) > .endfor > > .include <bsd.port.mk> >diff -urN sysutils/LPRng.orig/pkg-plist sysutils/LPRng/pkg-plist >--- sysutils/LPRng.orig/pkg-plist 2014-08-01 12:25:46.000000000 -0400 >+++ sysutils/LPRng/pkg-plist 2014-08-13 23:37:44.165885057 -0400 >@@ -31,12 +31,11 @@ > sbin/lpd > sbin/lprng_certs > sbin/lprng_index_certs >-%%DATADIR%%/lpd.conf.sample >-%%DATADIR%%/lpd.perms.sample >-%%DATADIR%%/printcap.sample >+@sample etc/lpd.conf.sample >+@sample etc/lpd.perms.sample >+@sample etc/printcap.sample > %%NLS%%share/locale/de/LC_MESSAGES/LPRng.mo > %%NLS%%share/locale/fr/LC_MESSAGES/LPRng.mo > %%NLS%%share/locale/pl/LC_MESSAGES/LPRng.mo > %%NLS%%share/locale/vi/LC_MESSAGES/LPRng.mo >-@dirrm %%DATADIR%% > @dirrm libexec/filters
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 192647
:
145766
| 145771