FreeBSD Bugzilla – Attachment 137808 Details for
Bug 183518
sysutils/kiconvtool installs an rc(8) script that references the stage directory instead of PREFIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.28 KB, created by
Kimmo Paasiala
on 2013-10-31 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kimmo Paasiala
Created:
2013-10-31 09:20:01 UTC
Size:
1.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 332203) >+++ Makefile (working copy) >@@ -12,8 +12,6 @@ > > USES= iconv # used by libkiconv, actually > >-MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" >- > PLIST_FILES= sbin/${PORTNAME} etc/rc.d/kiconv \ > man/man8/${PORTNAME}.8.gz > >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 0) >+++ files/patch-Makefile (working copy) >@@ -0,0 +1,17 @@ >+--- Makefile 2011-10-01 00:25:12.000000000 +0300 >++++ Makefile.new 2013-10-31 10:47:12.000000000 +0200 >+@@ -11,10 +11,10 @@ >+ all: kiconvtool kiconv.sh >+ >+ install: kiconvtool kiconv.sh >+- mkdir -p ${PREFIX}/sbin/ ${PREFIX}/etc/rc.d/ ${PREFIX}/man/man8/ >+- ${BSD_INSTALL_PROGRAM} kiconvtool ${PREFIX}/sbin/ >+- ${BSD_INSTALL_SCRIPT} kiconv.sh ${PREFIX}/etc/rc.d/kiconv >+- ${BSD_INSTALL_MAN} kiconvtool.8 ${PREFIX}/man/man8/ >++ mkdir -p ${DESTDIR}${PREFIX}/sbin/ ${DESTDIR}${PREFIX}/etc/rc.d/ ${DESTDIR}${PREFIX}/man/man8/ >++ ${BSD_INSTALL_PROGRAM} kiconvtool ${DESTDIR}${PREFIX}/sbin/ >++ ${BSD_INSTALL_SCRIPT} kiconv.sh ${DESTDIR}${PREFIX}/etc/rc.d/kiconv >++ ${BSD_INSTALL_MAN} kiconvtool.8 ${DESTDIR}${PREFIX}/man/man8/ >+ >+ kiconvtool: kiconvtool.c >+ ${CC} ${CFLAGS} $> ${LIBS} -o $@
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 183518
: 137808