ports/72651: [PATCH] devel/gmake: minor fixes

Yen-Ming Lee leeym at FreeBSD.org
Wed Oct 13 18:00:57 UTC 2004


>Number:         72651
>Category:       ports
>Synopsis:       [PATCH] devel/gmake: minor fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 18:00:51 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Fri Oct  8 05:16:31 CST
>Description:

- relocate USE_GETTEXT
- utilize INFO

Port maintainer (ade at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gmake-3.80_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/gmake/Makefile,v
retrieving revision 1.59
diff -u -u -r1.59 Makefile
--- Makefile	4 Feb 2004 07:56:11 -0000	1.59
+++ Makefile	13 Oct 2004 17:52:34 -0000
@@ -16,15 +16,12 @@
 MAINTAINER=	ade at FreeBSD.org
 COMMENT=	GNU version of 'make' utility
 
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT=	yes
-.endif
-
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS+=--program-prefix=g
 .if !defined(WITHOUT_NLS)
+USE_GETTEXT=	yes
 CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
 		--with-libintl-prefix=${LOCALBASE}
 PLIST_SUB=	NLS=""
@@ -35,6 +32,7 @@
 CONFIGURE_ENV+=	MAKEINFO="/usr/bin/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.
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/gmake/pkg-plist,v
retrieving revision 1.12
diff -u -u -r1.12 pkg-plist
--- pkg-plist	10 Oct 2002 07:26:51 -0000	1.12
+++ pkg-plist	13 Oct 2004 17:52:34 -0000
@@ -1,7 +1,4 @@
 bin/gmake
- at unexec install-info --delete %D/info/make.info %D/info/dir
-info/make.info
- at exec install-info %D/info/make.info %D/info/dir
 %%NLS%%share/locale/da/LC_MESSAGES/make.mo
 %%NLS%%share/locale/de/LC_MESSAGES/make.mo
 %%NLS%%share/locale/es/LC_MESSAGES/make.mo
--- gmake-3.80_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list