FreeBSD Bugzilla – Attachment 139878 Details for
Bug 186255
[PATCH] devel/gmake stage support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
Eero Hänninen
on 2014-01-29 21:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eero Hänninen
Created:
2014-01-29 21:10:00 UTC
Size:
1.35 KB
patch
obsolete
>diff -ruN gmake.orig/Makefile gmake/Makefile >--- gmake.orig/Makefile 2013-09-20 20:04:43.000000000 +0300 >+++ gmake/Makefile 2014-01-29 23:01:36.000000000 +0200 >@@ -15,13 +15,14 @@ > MAINTAINER= autotools@FreeBSD.org > COMMENT= GNU version of 'make' utility > >+LICENSE= GPLv3 >+ > USE_BZIP2= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--program-prefix=g > > OPTIONS_DEFINE= NLS > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MNLS} >@@ -35,9 +36,6 @@ > .endif > CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" > >-MAN1= gmake.1 >-INFO= make >- > .ifdef USE_GMAKE > .error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. > .endif >@@ -50,7 +48,7 @@ > # 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 ${STAGEDIR}${PREFIX}/bin/gmake >+ @chgrp ${BINGRP} ${STAGEDIR}${PREFIX}/bin/gmake > > .include <bsd.port.mk> >diff -ruN gmake.orig/pkg-plist gmake/pkg-plist >--- gmake.orig/pkg-plist 2014-01-22 17:16:56.000000000 +0200 >+++ gmake/pkg-plist 2014-01-29 22:59:59.000000000 +0200 >@@ -1,4 +1,7 @@ > bin/gmake >+info/dir >+info/make.info >+man/man1/gmake.1.gz > %%NLS%%share/locale/be/LC_MESSAGES/make.mo > %%NLS%%share/locale/da/LC_MESSAGES/make.mo > %%NLS%%share/locale/de/LC_MESSAGES/make.mo
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 186255
: 139878