Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2004 01:00:39 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73478: Update port: x11-fm/gentoo to 0.11.52
Message-ID:  <20041104010039.0081972d.tkato432@yahoo.com>
Resent-Message-ID: <200411031610.iA3GAUKD019314@freefall.freebsd.org>

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

>Number:         73478
>Category:       ports
>Synopsis:       Update port: x11-fm/gentoo to 0.11.52
>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 Nov 03 16:10:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.11.52

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-fm/gentoo/Makefile x11-fm/gentoo/Makefile
--- /usr/ports/x11-fm/gentoo/Makefile	Tue May 11 13:41:36 2004
+++ x11-fm/gentoo/Makefile	Mon Nov  1 14:04:32 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gentoo
-PORTVERSION=	0.11.51
+PORTVERSION=	0.11.52
 CATEGORIES=	x11-fm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,6 +22,11 @@
 
 MAN1=		gentoo.1
 
+OPTIONS=	NLS "Native Language Support" on \
+		FAM "File Alteration Monitor Support" off
+
+.include <bsd.port.pre.mk>
+
 MYPORTDOCS=	BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
 		README.gtkrc TODO
 
@@ -40,8 +45,9 @@
 .endif
 
 post-patch:
-	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|^CFLAGS = @GENTOO_CFLAGS@|CFLAGS = @CFLAGS@|g' \
+	@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
+		's|^CFLAGS = @GENTOO_CFLAGS@|CFLAGS = @CFLAGS@|g ; \
+		 s|^mkinstalldirs =.*$$|mkinstalldirs = $$(SHELL) $$(top_srcdir)/mkinstalldirs|g'
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1
@@ -57,4 +63,4 @@
 	@${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+x
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -urN /usr/ports/x11-fm/gentoo/distinfo x11-fm/gentoo/distinfo
--- /usr/ports/x11-fm/gentoo/distinfo	Tue May 11 13:41:36 2004
+++ x11-fm/gentoo/distinfo	Mon Nov  1 13:38:38 2004
@@ -1,2 +1,2 @@
-MD5 (gentoo-0.11.51.tar.gz) = e9bcc95dd5c16a607a202cb7b5d2d73a
-SIZE (gentoo-0.11.51.tar.gz) = 1309684
+MD5 (gentoo-0.11.52.tar.gz) = 9a672b15270d43abffc62c3a053dbcbb
+SIZE (gentoo-0.11.52.tar.gz) = 1359240
>Release-Note:
>Audit-Trail:
>Unformatted:



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