Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2004 01:53:35 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ade@FreeBSD.org
Subject:   ports/72651: [PATCH] devel/gmake: minor fixes
Message-ID:  <20041013175335.AA33F3EAE07@utopia.leeym.com>
Resent-Message-ID: <200410131800.i9DI0q9O038034@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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
-@unexec install-info --delete %D/info/make.info %D/info/dir
-info/make.info
-@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041013175335.AA33F3EAE07>