FreeBSD Bugzilla – Attachment 110183 Details for
Bug 151312
[PATCH]devel/gmake: update to 3.82 (exp-run probably desirable)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.59 KB, created by
bf
on 2010-10-08 16:00:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bf
Created:
2010-10-08 16:00:10 UTC
Size:
4.59 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/gmake/Makefile,v >retrieving revision 1.68 >diff -u -r1.68 Makefile >--- Makefile 31 May 2010 01:58:12 -0000 1.68 >+++ Makefile 8 Oct 2010 14:28:01 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= gmake >-PORTVERSION= 3.81 >-PORTREVISION= 4 >+PORTVERSION= 3.82 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= make >@@ -19,6 +18,7 @@ > MAINTAINER= autotools@FreeBSD.org > COMMENT= GNU version of 'make' utility > >+LICENSE= GPLv3 > USE_BZIP2= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--program-prefix=g >@@ -49,4 +49,12 @@ > @${CHMOD} g-s ${PREFIX}/bin/gmake > @chgrp ${BINGRP} ${PREFIX}/bin/gmake > >+.if defined(MAINTAINER_MODE) >+USE_PERL5_BUILD=yes >+ >+regression-test: build >+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} \ >+ check-regression) >+ >+.endif > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/devel/gmake/distinfo,v >retrieving revision 1.13 >diff -u -r1.13 distinfo >--- distinfo 27 Jun 2006 20:04:18 -0000 1.13 >+++ distinfo 8 Oct 2010 11:35:06 -0000 >@@ -1,3 +1,3 @@ >-MD5 (make-3.81.tar.bz2) = 354853e0b2da90c527e35aabb8d6f1e6 >-SHA256 (make-3.81.tar.bz2) = f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8 >-SIZE (make-3.81.tar.bz2) = 1151445 >+MD5 (make-3.82.tar.bz2) = 1a11100f3c63fcf5753818e59d63088f >+SHA256 (make-3.82.tar.bz2) = e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966 >+SIZE (make-3.82.tar.bz2) = 1242186 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/gmake/pkg-plist,v >retrieving revision 1.17 >diff -u -r1.17 pkg-plist >--- pkg-plist 29 Jun 2006 22:39:05 -0000 1.17 >+++ pkg-plist 8 Oct 2010 14:00:52 -0000 >@@ -10,17 +10,16 @@ > %%NLS%%share/locale/he/LC_MESSAGES/make.mo > %%NLS%%share/locale/hr/LC_MESSAGES/make.mo > %%NLS%%share/locale/id/LC_MESSAGES/make.mo >+%%NLS%%share/locale/it/LC_MESSAGES/make.mo > %%NLS%%share/locale/ja/LC_MESSAGES/make.mo > %%NLS%%share/locale/ko/LC_MESSAGES/make.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/make.mo > %%NLS%%share/locale/nl/LC_MESSAGES/make.mo > %%NLS%%share/locale/pl/LC_MESSAGES/make.mo > %%NLS%%share/locale/pt_BR/LC_MESSAGES/make.mo > %%NLS%%share/locale/ru/LC_MESSAGES/make.mo >-%%NLS%%share/locale/rw/LC_MESSAGES/make.mo > %%NLS%%share/locale/sv/LC_MESSAGES/make.mo > %%NLS%%share/locale/tr/LC_MESSAGES/make.mo > %%NLS%%share/locale/uk/LC_MESSAGES/make.mo > %%NLS%%share/locale/vi/LC_MESSAGES/make.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/make.mo >-%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES >-%%NLS%%@dirrmtry share/locale/rw >Index: files/patch-ab >=================================================================== >RCS file: /home/pcvs/ports/devel/gmake/files/patch-ab,v >retrieving revision 1.7 >diff -u -r1.7 patch-ab >--- files/patch-ab 7 Oct 2002 19:14:30 -0000 1.7 >+++ files/patch-ab 8 Oct 2010 11:35:21 -0000 >@@ -1,14 +1,14 @@ >---- 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 >+--- ./doc/make.texi.orig 2010-07-19 03:10:54.000000000 -0400 >++++ ./doc/make.texi 2010-10-08 07:11:29.000000000 -0400 >+@@ -50,9 +50,9 @@ >+ @c ISPELL CHECK: done, 2000-06-25 --Martin Buchholz > >--@dircategory GNU Packages >+ >+-@dircategory Software development > +@dircategory Programming & development tools > @direntry > -* Make: (make). Remake files automatically. > +* GNU make: (make). Remake files automatically. > @end direntry > >- @ifinfo >+ @iftex >Index: files/patch-make.h >=================================================================== >RCS file: /home/pcvs/ports/devel/gmake/files/patch-make.h,v >retrieving revision 1.1 >diff -u -r1.1 patch-make.h >--- files/patch-make.h 25 Oct 2002 14:31:18 -0000 1.1 >+++ files/patch-make.h 8 Oct 2010 11:35:21 -0000 >@@ -1,12 +1,11 @@ >---- make.h.orig Wed Sep 11 18:55:44 2002 >-+++ make.h Mon Oct 21 22:05:11 2002 >-@@ -33,7 +33,7 @@ >- # ifdef _AIX >+--- ./make.h.orig 2010-07-20 09:12:06.000000000 -0400 >++++ ./make.h 2010-10-08 07:12:42.000000000 -0400 >+@@ -35,7 +35,7 @@ >+ # ifdef _AIX > #pragma alloca >- # else >--# ifndef alloca /* predefined by HP cc +Olibcalls */ >-+# if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */ >+ # else >+-# if !defined(__GNUC__) && !defined(WINDOWS32) >++# if !defined(__GNUC__) && !defined(WINDOWS32) && !defined(__FreeBSD__) >+ # ifndef alloca /* predefined by HP cc +Olibcalls */ > char *alloca (); > # endif >- # endif >-
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 151312
: 110183