Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2007 03:00:32 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115399: Update port: x11-wm/wmakerconf to 2.12
Message-ID:  <20070811030032.ced80c97.tkato432@yahoo.com>
Resent-Message-ID: <200708101810.l7AIACjM027151@freefall.freebsd.org>

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

>Number:         115399
>Category:       ports
>Synopsis:       Update port: x11-wm/wmakerconf to 2.12
>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:   Fri Aug 10 18:10:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 2.12

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/wmakerconf/Makefile x11-wm/wmakerconf/Makefile
--- /usr/ports/x11-wm/wmakerconf/Makefile	Sun May 20 13:59:23 2007
+++ x11-wm/wmakerconf/Makefile	Mon Jul 30 04:40:53 2007
@@ -7,10 +7,10 @@
 #
 
 PORTNAME=	wmakerconf
-PORTVERSION=	2.11
-PORTREVISION=	4
+PORTVERSION=	2.12
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://www.starplot.org/wmakerconf/
+MASTER_SITES=	SF
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A configuration tool for Window Maker
@@ -18,13 +18,16 @@
 LIB_DEPENDS=	wraster.4:${PORTSDIR}/x11-wm/windowmaker
 RUN_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm
 
-USE_X_PREFIX=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USE_XLIB=	yes
 USE_GNOME=	gnometarget gtk20
 USE_PERL5=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-wmakerdir="${X11BASE}/share/WindowMaker"
+CONFIGURE_ARGS=	--with-wmakerdataprefix="${LOCALBASE}/share" \
+		--with-wmakeretcprefix="${LOCALBASE}/share"
 
 MAN1=		mkpreview.1 wmakerconf.1
 
@@ -32,19 +35,14 @@
 	@${FIND} ${WRKSRC} -name "*.gmo" -delete
 
 pre-configure:
-	@${PERL} -pi -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure
-	@${PERL} -pi -e 's|: install-data-local|:|g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/chmod 0/d' ${WRKSRC}/Makefile.in
 .for file in data/WMWmakerconf data/WMWmakerconf.gettext
-	@${PERL} -pi -e 's|/usr/local/share|${LOCALBASE}|g ; \
+	@${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}|g ; \
 		 s|/usr/share|${X11BASE}|g' ${WRKSRC}/${file}
 .endfor
 .for file in data/po/ja.po po/ja.po
-	@${PERL} -pi -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
+	@${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
 .endfor
-
-post-install:
-	@${MKDIR} ${PREFIX}/share/applications
-	${INSTALL_DATA} ${WRKSRC}/wmakerconf.desktop \
-		${PREFIX}/share/applications
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/wmakerconf/distinfo x11-wm/wmakerconf/distinfo
--- /usr/ports/x11-wm/wmakerconf/distinfo	Sat Nov 26 19:34:34 2005
+++ x11-wm/wmakerconf/distinfo	Mon Jul 30 04:08:46 2007
@@ -1,3 +1,3 @@
-MD5 (wmakerconf-2.11.tar.gz) = d98ff7f6c18cd0d6ffdfa0a990bcf698
-SHA256 (wmakerconf-2.11.tar.gz) = bd7e662988c62035f85b7fafee0911a54da87d2d3c5822b035eee4dd1ae81c89
-SIZE (wmakerconf-2.11.tar.gz) = 791166
+MD5 (wmakerconf_2.12.tar.gz) = 252114b5ee5fc5bec99477497ee045cc
+SHA256 (wmakerconf_2.12.tar.gz) = debfc3b2a26fd4bd2dab4a06155b786e1b36e64145012410eb0de730a79a9bb3
+SIZE (wmakerconf_2.12.tar.gz) = 830156
diff -urN /usr/ports/x11-wm/wmakerconf/pkg-descr x11-wm/wmakerconf/pkg-descr
--- /usr/ports/x11-wm/wmakerconf/pkg-descr	Mon Jun 28 23:07:57 2004
+++ x11-wm/wmakerconf/pkg-descr	Mon Jul 30 03:54:18 2007
@@ -1,4 +1,4 @@
 Wmakerconf is a configuration tool for the famous window manager 
 Window Maker.  It is based on the GTK+ and Imlib libraries.
 
-WWW: http://www.starplot.org/wmakerconf/
+WWW: http://wmakerconf.sourceforge.net/
>Release-Note:
>Audit-Trail:
>Unformatted:



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