View | Details | Raw Unified | Return to bug 151312
Collapse All | Expand All

(-)Makefile (-2 / +10 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gmake
8
PORTNAME=	gmake
9
PORTVERSION=	3.81
9
PORTVERSION=	3.82
10
PORTREVISION=	4
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	make
12
MASTER_SITE_SUBDIR=	make
Lines 19-24 Link Here
19
MAINTAINER=	autotools@FreeBSD.org
18
MAINTAINER=	autotools@FreeBSD.org
20
COMMENT=	GNU version of 'make' utility
19
COMMENT=	GNU version of 'make' utility
21
20
21
LICENSE=	GPLv3
22
USE_BZIP2=	yes
22
USE_BZIP2=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS+=--program-prefix=g
24
CONFIGURE_ARGS+=--program-prefix=g
Lines 49-52 Link Here
49
	@${CHMOD} g-s ${PREFIX}/bin/gmake
49
	@${CHMOD} g-s ${PREFIX}/bin/gmake
50
	@chgrp ${BINGRP} ${PREFIX}/bin/gmake
50
	@chgrp ${BINGRP} ${PREFIX}/bin/gmake
51
51
52
.if defined(MAINTAINER_MODE)
53
USE_PERL5_BUILD=yes
54
55
regression-test: build
56
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} \
57
		check-regression)
58
59
.endif
52
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (make-3.81.tar.bz2) = 354853e0b2da90c527e35aabb8d6f1e6
1
MD5 (make-3.82.tar.bz2) = 1a11100f3c63fcf5753818e59d63088f
2
SHA256 (make-3.81.tar.bz2) = f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8
2
SHA256 (make-3.82.tar.bz2) = e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966
3
SIZE (make-3.81.tar.bz2) = 1151445
3
SIZE (make-3.82.tar.bz2) = 1242186
(-)pkg-plist (-3 / +2 lines)
Lines 10-26 Link Here
10
%%NLS%%share/locale/he/LC_MESSAGES/make.mo
10
%%NLS%%share/locale/he/LC_MESSAGES/make.mo
11
%%NLS%%share/locale/hr/LC_MESSAGES/make.mo
11
%%NLS%%share/locale/hr/LC_MESSAGES/make.mo
12
%%NLS%%share/locale/id/LC_MESSAGES/make.mo
12
%%NLS%%share/locale/id/LC_MESSAGES/make.mo
13
%%NLS%%share/locale/it/LC_MESSAGES/make.mo
13
%%NLS%%share/locale/ja/LC_MESSAGES/make.mo
14
%%NLS%%share/locale/ja/LC_MESSAGES/make.mo
14
%%NLS%%share/locale/ko/LC_MESSAGES/make.mo
15
%%NLS%%share/locale/ko/LC_MESSAGES/make.mo
16
%%NLS%%share/locale/lt/LC_MESSAGES/make.mo
15
%%NLS%%share/locale/nl/LC_MESSAGES/make.mo
17
%%NLS%%share/locale/nl/LC_MESSAGES/make.mo
16
%%NLS%%share/locale/pl/LC_MESSAGES/make.mo
18
%%NLS%%share/locale/pl/LC_MESSAGES/make.mo
17
%%NLS%%share/locale/pt_BR/LC_MESSAGES/make.mo
19
%%NLS%%share/locale/pt_BR/LC_MESSAGES/make.mo
18
%%NLS%%share/locale/ru/LC_MESSAGES/make.mo
20
%%NLS%%share/locale/ru/LC_MESSAGES/make.mo
19
%%NLS%%share/locale/rw/LC_MESSAGES/make.mo
20
%%NLS%%share/locale/sv/LC_MESSAGES/make.mo
21
%%NLS%%share/locale/sv/LC_MESSAGES/make.mo
21
%%NLS%%share/locale/tr/LC_MESSAGES/make.mo
22
%%NLS%%share/locale/tr/LC_MESSAGES/make.mo
22
%%NLS%%share/locale/uk/LC_MESSAGES/make.mo
23
%%NLS%%share/locale/uk/LC_MESSAGES/make.mo
23
%%NLS%%share/locale/vi/LC_MESSAGES/make.mo
24
%%NLS%%share/locale/vi/LC_MESSAGES/make.mo
24
%%NLS%%share/locale/zh_CN/LC_MESSAGES/make.mo
25
%%NLS%%share/locale/zh_CN/LC_MESSAGES/make.mo
25
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
26
%%NLS%%@dirrmtry share/locale/rw
(-)files/patch-ab (-7 / +7 lines)
Lines 1-14 Link Here
1
--- doc/make.texi.orig	Mon Oct  7 22:57:59 2002
1
--- ./doc/make.texi.orig	2010-07-19 03:10:54.000000000 -0400
2
+++ doc/make.texi	Mon Oct  7 22:58:03 2002
2
+++ ./doc/make.texi	2010-10-08 07:11:29.000000000 -0400
3
@@ -25,9 +25,9 @@
3
@@ -50,9 +50,9 @@
4
 @c Combine the program and concept indices:
4
 @c ISPELL CHECK: done, 2000-06-25 --Martin Buchholz
5
 @syncodeindex pg cp
6
 
5
 
7
-@dircategory GNU Packages
6
 
7
-@dircategory Software development
8
+@dircategory Programming & development tools
8
+@dircategory Programming & development tools
9
 @direntry
9
 @direntry
10
-* Make: (make).            Remake files automatically.
10
-* Make: (make).            Remake files automatically.
11
+* GNU make: (make).            Remake files automatically.
11
+* GNU make: (make).            Remake files automatically.
12
 @end direntry
12
 @end direntry
13
 
13
 
14
 @ifinfo
14
 @iftex
(-)files/patch-make.h (-9 / +8 lines)
Lines 1-12 Link Here
1
--- make.h.orig	Wed Sep 11 18:55:44 2002
1
--- ./make.h.orig	2010-07-20 09:12:06.000000000 -0400
2
+++ make.h	Mon Oct 21 22:05:11 2002
2
+++ ./make.h	2010-10-08 07:12:42.000000000 -0400
3
@@ -33,7 +33,7 @@
3
@@ -35,7 +35,7 @@
4
 #  ifdef _AIX
4
 # ifdef _AIX
5
  #pragma alloca
5
  #pragma alloca
6
 #  else
6
 # else
7
-#   ifndef alloca /* predefined by HP cc +Olibcalls */
7
-#  if !defined(__GNUC__) && !defined(WINDOWS32)
8
+#   if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */
8
+#  if !defined(__GNUC__) && !defined(WINDOWS32) && !defined(__FreeBSD__)
9
 #   ifndef alloca /* predefined by HP cc +Olibcalls */
9
 char *alloca ();
10
 char *alloca ();
10
 #   endif
11
 #   endif
11
 #  endif
12

Return to bug 151312