FreeBSD Bugzilla – Attachment 69160 Details for
Bug 101433
[patch] devel/gmake
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel-gmake.diff
devel-gmake.diff (text/plain), 1.63 KB, created by
Gabor Kovesdan
on 2006-08-05 21:20:16 UTC
(
hide
)
Description:
devel-gmake.diff
Filename:
MIME Type:
Creator:
Gabor Kovesdan
Created:
2006-08-05 21:20:16 UTC
Size:
1.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/cvs/ports/devel/gmake/Makefile,v >retrieving revision 1.62 >diff -u -r1.62 Makefile >--- Makefile 29 Jun 2006 22:39:05 -0000 1.62 >+++ Makefile 5 Aug 2006 20:10:37 -0000 >@@ -29,7 +29,7 @@ > CONFIGURE_ARGS+=--disable-nls > PLIST_SUB= NLS="@comment " > .endif >-CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" >+CONFIGURE_ENV+= MAKEINFO="${DESTDIR}/usr/bin/makeinfo --no-split" > > MAN1= gmake.1 > INFO= make >@@ -40,11 +40,13 @@ > > post-patch: > @${RM} ${WRKSRC}/doc/make.info* >+ @${REINPLACE_CMD} -e "s|@dircategory GNU Packages|@dircategory Programming & development tools|" \ >+ -e "s|* Make:|* GNU make:|" ${WRKSRC}/doc/make.texi > > # joerg@freebsd.org says our getloadavg() no longer requires setgid kmem > > post-install: >- @${CHMOD} g-s ${PREFIX}/bin/gmake >- @chgrp ${BINGRP} ${PREFIX}/bin/gmake >+ @${CHMOD} g-s ${TARGETDIR}/bin/gmake >+ @${CHGRP} ${BINGRP} ${TARGETDIR}/bin/gmake > > .include <bsd.port.mk> >Index: files/patch-ab >=================================================================== >RCS file: files/patch-ab >diff -N files/patch-ab >--- files/patch-ab 7 Oct 2002 19:14:30 -0000 1.7 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,14 +0,0 @@ >---- doc/make.texi.orig Mon Oct 7 22:57:59 2002 >-+++ doc/make.texi Mon Oct 7 22:58:03 2002 >-@@ -25,9 +25,9 @@ >- @c Combine the program and concept indices: >- @syncodeindex pg cp >- >--@dircategory GNU Packages >-+@dircategory Programming & development tools >- @direntry >--* Make: (make). Remake files automatically. >-+* GNU make: (make). Remake files automatically. >- @end direntry >- >- @ifinfo
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 101433
: 69160