From carpetsmoker@rwxrwxrwx.net  Wed Aug  6 22:40:31 2008
Return-Path: <carpetsmoker@rwxrwxrwx.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 35B7F106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Aug 2008 22:40:31 +0000 (UTC)
	(envelope-from carpetsmoker@rwxrwxrwx.net)
Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E6C78FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Aug 2008 22:40:30 +0000 (UTC)
	(envelope-from carpetsmoker@rwxrwxrwx.net)
Received: from localhost (localhost [127.0.0.1])
	by mail.rwxrwxrwx.net (Postfix) with ESMTP id 83EBD6D4D1
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Aug 2008 00:44:11 +0200 (CEST)
Received: from mail.rwxrwxrwx.net ([127.0.0.1])
	by localhost (mail.rwxrwxrwx.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id udWgnyCjYTp5 for <FreeBSD-gnats-submit@freebsd.org>;
	Thu,  7 Aug 2008 00:44:03 +0200 (CEST)
Received: from rwxrwxrwx.net (phong [192.168.100.13])
	by mail.rwxrwxrwx.net (Postfix) with ESMTPSA id 70CBB6D443
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Aug 2008 00:44:03 +0200 (CEST)
Message-Id: <20080806224403.70CBB6D443@mail.rwxrwxrwx.net>
Date: Thu,  7 Aug 2008 00:44:03 +0200 (CEST)
From: Martin Tournoij <carpetsmoker@xs4all.nl>
Reply-To: Martin Tournoij <carpetsmoker@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] x11-wm/pekwm Update to 0.1.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126318
>Category:       ports
>Synopsis:       [Maintainer] x11-wm/pekwm Update to 0.1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 06 22:50:01 UTC 2008
>Closed-Date:    Fri Aug 08 22:53:32 UTC 2008
>Last-Modified:  Fri Aug  8 23:00:09 UTC 2008
>Originator:     Martin Tournoij
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Jun 5 22:13:23 CEST 2008 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG  i386


>Description:
o Update to 0.1.7
o Update maintainer email address

Version 0.1.7 contains both bug fixes and new features compared to
0.1.6, most notably:

o UTF-8 support, finally non ASCII characters should render ok.
o RandR support, multi-screen configuration is now detected and should
  be handled correctly.
o Viewport support removed, it was buggy and not used by many.

For a somewhat more complete list of changes see:
http://www.pekwm.org/projects/pekwm/wikis/Release-0_1_7

>How-To-Repeat:

>Fix:

--- pekwm.diff begins here ---
diff -urN --exclude CVS /ports/x11-wm/pekwm/Makefile x11-wm/pekwm/Makefile
--- /ports/x11-wm/pekwm/Makefile	2008-05-16 16:21:06.000000000 +0200
+++ x11-wm/pekwm/Makefile	2008-08-06 23:59:52.000000000 +0200
@@ -6,32 +6,32 @@
 #
 
 PORTNAME=	pekwm
-PORTVERSION=	0.1.6
+PORTVERSION=	0.1.7
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://www.carpetsmoker.net/distfiles/ \
+MASTER_SITES=	http://pekwm.org/projects/3/files/ \
+		http://www.carpetsmoker.net/distfiles/ \
 		http://www.xs4all.nl/~tournoij/distfiles/ \
 		http://www.rwxrwxrwx.net/distfiles/
 
-MAINTAINER=	carpetsmoker@xs4all.nl
-COMMENT=	A windowmanager based on aewm++
+MAINTAINER=	carpetsmoker@rwxrwxrwx.net
+COMMENT=	Light, Unobtrusive, and configurable windowmanager
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_XORG=	xft xpm x11
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
-		--enable-xft --disable-pcre --enable-image-xpm \
-		--enable-image-jpeg --enable-image-png --disable-debug \
+		--enable-xft --enable-image-xpm --enable-image-jpeg \
+		--enable-image-png --disable-debug \
 		--disable-pedantic --enable-menus --enable-harbour
+CFLAGS+=	-DICONV_CONST
 MAN1=		pekwm.1
 MANCOMPRESSED=	no
 
-post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/pekwm
+post-configure:
+	@${REINPLACE_CMD} 's|-lXin|-liconv -lXin|' ${WRKSRC}/src/Makefile
 
 .include <bsd.port.mk>
diff -urN --exclude CVS /ports/x11-wm/pekwm/distinfo x11-wm/pekwm/distinfo
--- /ports/x11-wm/pekwm/distinfo	2008-05-16 16:21:06.000000000 +0200
+++ x11-wm/pekwm/distinfo	2008-08-06 23:22:44.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (pekwm-0.1.6.tar.bz2) = 551358cbe15cfe7be3a7f614c49c1d00
-SHA256 (pekwm-0.1.6.tar.bz2) = 2cf2f3a59c83273c022419d50e627b9e8f1f629cad89c1c91dffe7a4bc1b4c44
-SIZE (pekwm-0.1.6.tar.bz2) = 275703
+MD5 (pekwm-0.1.7.tar.bz2) = 30acfa41a5005a9f31117041ec32eb0d
+SHA256 (pekwm-0.1.7.tar.bz2) = 2216eb0c722f4aad15761a7f4eced67ea1284a00e32e03d66de4b55f8c1c9524
+SIZE (pekwm-0.1.7.tar.bz2) = 363788
diff -urN --exclude CVS /ports/x11-wm/pekwm/files/patch-aa x11-wm/pekwm/files/patch-aa
--- /ports/x11-wm/pekwm/files/patch-aa	2005-03-14 14:58:32.000000000 +0100
+++ x11-wm/pekwm/files/patch-aa	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- data/scripts/pekwm_themeset.pl.orig	Sun Feb 27 14:52:08 2005
-+++ data/scripts/pekwm_themeset.pl	Sun Mar 13 16:38:13 2005
-@@ -51,7 +51,7 @@
- 	close $fh
- 		or die "Failed to write $cfg_file successfully: $!\n";
- 
--	system 'pkill', -HUP => 'pekwm'; # tell pekwm to reread its config
-+	system("killall -HUP pekwm"); # tell pekwm to reread its config
- }
- 
- if( @ARGV == 1 ) {
diff -urN --exclude CVS /ports/x11-wm/pekwm/files/patch-ab x11-wm/pekwm/files/patch-ab
--- /ports/x11-wm/pekwm/files/patch-ab	2005-02-11 15:36:41.000000000 +0100
+++ x11-wm/pekwm/files/patch-ab	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- data/scripts/pekwm_themeset.sh.orig	Tue Jan 13 06:42:34 2004
-+++ data/scripts/pekwm_themeset.sh	Tue Dec 21 06:27:44 2004
-@@ -44,7 +44,7 @@
- 		sed -e "s/Theme\ =\ \".*\"/Theme\ =\ \"$THEME\"/" $PEKWM_CONFIG_FILE > $TMPFILE;
- 		cp $TMPFILE $PEKWM_CONFIG_FILE;
- 		rm $TMPFILE
--		pkill -HUP pekwm;
-+		killall -HUP pekwm;
- fi;
- 
- exit 0
diff -urN --exclude CVS /ports/x11-wm/pekwm/pkg-descr x11-wm/pekwm/pkg-descr
--- /ports/x11-wm/pekwm/pkg-descr	2008-05-16 16:21:06.000000000 +0200
+++ x11-wm/pekwm/pkg-descr	2008-05-16 17:51:11.000000000 +0200
@@ -11,4 +11,4 @@
   they should when starting applications. 
 o Chainable Keygrabber, usability for everyone.
 
-WWW: https://projects.pekdon.net/projects/3
+WWW: http://pekwm.org/
diff -urN --exclude CVS /ports/x11-wm/pekwm/pkg-plist x11-wm/pekwm/pkg-plist
--- /ports/x11-wm/pekwm/pkg-plist	2006-04-28 23:30:24.000000000 +0200
+++ x11-wm/pekwm/pkg-plist	2008-08-06 23:48:45.000000000 +0200
@@ -1,17 +1,16 @@
 bin/pekwm
-etc/pekwm/autoproperties
-etc/pekwm/config
-etc/pekwm/keys
-etc/pekwm/menu
-etc/pekwm/mouse
-etc/pekwm/start
-etc/pekwm/vars
-%%DATADIR%%/scripts/pekwm_themeset.pl
-%%DATADIR%%/scripts/pekwm_themeset.sh
-%%DATADIR%%/scripts/pekwm_ws_menu.pl
+%%ETCDIR%%/autoproperties
+%%ETCDIR%%/config
+%%ETCDIR%%/keys
+%%ETCDIR%%/menu
+%%ETCDIR%%/mouse
+%%ETCDIR%%/start
+%%ETCDIR%%/vars
 %%DATADIR%%/themes/default/theme
+%%DATADIR%%/scripts/pekwm_ws_menu.sh
+%%DATADIR%%/scripts/pekwm_themeset.sh
 @dirrm %%DATADIR%%/scripts
 @dirrm %%DATADIR%%/themes/default
 @dirrm %%DATADIR%%/themes
 @dirrm %%DATADIR%%
-@dirrm etc/pekwm
+@dirrm %%ETCDIR%%
--- pekwm.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Aug 6 23:46:31 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126318 

From: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126318: [Maintainer] x11-wm/pekwm Update to 0.1.7
Date: Thu, 7 Aug 2008 01:59:18 +0200

 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
 And an additional patch to fix a runtime issue.
 
 -- 
 Martin Tournoij
 carpetsmoker@rwxrwxrwx.net
 http://www.daemonforums.org
 
 QOTD:
 We must remember the First Amendment which protects any shrill
 jackass no matter how self-seeking.
 		-- F. G. Withington
 
 --PNTmBPCT7hxwcZjr
 Content-Type: text/x-diff; charset=utf-8
 Content-Disposition: attachment; filename="pekwm2.diff"
 
 diff -urN --exclude CVS x11-wm/pekwm.orig/Makefile x11-wm/pekwm/Makefile
 --- x11-wm/pekwm.orig/Makefile	2008-08-07 01:52:31.000000000 +0200
 +++ x11-wm/pekwm/Makefile	2008-08-07 01:50:22.000000000 +0200
 @@ -19,6 +19,7 @@
  
  LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
  		png.5:${PORTSDIR}/graphics/png
 +RUN_DEPENDS+=	gsed:${PORTSDIR}/textproc/gsed
  
  USE_BZIP2=	yes
  USE_XORG=	xft xpm x11
 diff -urN --exclude CVS x11-wm/pekwm.orig/files/patch-data-scripts-pekwm_themeset.sh x11-wm/pekwm/files/patch-data-scripts-pekwm_themeset.sh
 --- x11-wm/pekwm.orig/files/patch-data-scripts-pekwm_themeset.sh	1970-01-01 01:00:00.000000000 +0100
 +++ x11-wm/pekwm/files/patch-data-scripts-pekwm_themeset.sh	2008-08-07 01:55:17.000000000 +0200
 @@ -0,0 +1,12 @@
 +--- data/scripts/pekwm_themeset.sh.in.orig	2008-08-07 01:54:14.000000000 +0200
 ++++ data/scripts/pekwm_themeset.sh.in	2008-08-07 01:55:00.000000000 +0200
 +@@ -46,7 +46,8 @@
 +         fi
 + 
 +         # Change theme
 +-        sed -e "s/^\([^#]*\)Theme\ =\ \"[^\"]*\"/\\1Theme\ =\ \"${theme}\"/i" "${PEKWM_CONFIG_FILE}" > "${tmp_file}"
 ++        gsed -e "s/^\([^#]*\)Theme\ =\ \"[^\"]*\"/\\1Theme\ =\ \"${theme}\"/i" "${PEKWM_CONFIG_FILE}" > "${tmp_file}"
 ++        cp "${PEKWM_CONFIG_FILE}" "${PEKWM_CONFIG_FILE}".bak
 +         mv "${tmp_file}" "${PEKWM_CONFIG_FILE}"
 + 
 +         # Reload pekwm
 
 --PNTmBPCT7hxwcZjr--
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 8 10:18:04 UTC 2008 
State-Changed-Why:  

Build failed, could you please take a look. 

http://i386.miwibox.org/index.php?action=describe_port&id=1842 
http://amd64.miwibox.org/index.php?action=describe_port&id=1754 

Thanks 


http://www.freebsd.org/cgi/query-pr.cgi?pr=126318 

From: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To: miwi@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126318: [Maintainer] x11-wm/pekwm Update to 0.1.7
Date: Fri, 8 Aug 2008 13:08:32 +0200

 --azLHFNyN32YCQGCU
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
 On Fri, Aug 08, 2008 at 10:18:36AM +0000, miwi@FreeBSD.org wrote:
 > Synopsis: [Maintainer] x11-wm/pekwm Update to 0.1.7
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: miwi
 > State-Changed-When: Fri Aug 8 10:18:04 UTC 2008
 > State-Changed-Why: 
 > 
 > Build failed, could you please take a look.
 > 
 > http://i386.miwibox.org/index.php?action=describe_port&id=1842
 > http://amd64.miwibox.org/index.php?action=describe_port&id=1754
 > 
 > Thanks
 
 Forgot to add libiconv dependency, sorry.
 
 Patch attached.
 
 -- 
 Martin Tournoij
 carpetsmoker@rwxrwxrwx.net
 http://www.daemonforums.org
 
 QOTD:
 New members urgently required for SUICIDE CLUB, Watford area.
 		-- Monty Python's Big Red Book
 
 --azLHFNyN32YCQGCU
 Content-Type: text/x-diff; charset=utf-8
 Content-Disposition: attachment; filename="pekwm3.diff"
 
 diff -urN pekwm/Makefile ports/x11-wm/pekwm/Makefile
 --- pekwm/Makefile	2008-08-08 13:03:39.000000000 +0200
 +++ ports/x11-wm/pekwm/Makefile	2008-08-08 12:49:26.000000000 +0200
 @@ -18,7 +18,8 @@
  COMMENT=	Light, Unobtrusive, and configurable windowmanager
  
  LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 -		png.5:${PORTSDIR}/graphics/png
 +		png.5:${PORTSDIR}/graphics/png \
 +		iconv.3:${PORTSDIR}/converters/libiconv
  RUN_DEPENDS+=	gsed:${PORTSDIR}/textproc/gsed
  
  USE_BZIP2=	yes
 @@ -33,6 +34,6 @@
  MANCOMPRESSED=	no
  
  post-configure:
 -	@${REINPLACE_CMD} 's|-lXin|-liconv -lXin|' ${WRKSRC}/src/Makefile
 +	@${REINPLACE_CMD} 's|-lX11|-liconv -lX11|' ${WRKSRC}/src/Makefile
  
  .include <bsd.port.mk>
 
 --azLHFNyN32YCQGCU--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 8 22:53:31 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126318 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126318: commit references a PR
Date: Fri,  8 Aug 2008 22:52:22 +0000 (UTC)

 miwi        2008-08-08 22:52:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/pekwm         Makefile distinfo pkg-descr pkg-plist 
   Added files:
     x11-wm/pekwm/files   patch-data-scripts-pekwm_themeset.sh 
   Removed files:
     x11-wm/pekwm/files   patch-aa patch-ab 
   Log:
   o Update to 0.1.7
   o Update maintainer email address
   
   Version 0.1.7 contains both bug fixes and new features compared to
   0.1.6, most notably:
   
   o UTF-8 support, finally non ASCII characters should render ok.
   o RandR support, multi-screen configuration is now detected and should
   be handled correctly.
   o Viewport support removed, it was buggy and not used by many.
   
   For a somewhat more complete list of changes see:
   http://www.pekwm.org/projects/pekwm/wikis/Release-0_1_7
   
   PR:             126318
   Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
   
   Revision  Changes    Path
   1.28      +12 -10    ports/x11-wm/pekwm/Makefile
   1.14      +3 -3      ports/x11-wm/pekwm/distinfo
   1.3       +0 -11     ports/x11-wm/pekwm/files/patch-aa (dead)
   1.2       +0 -11     ports/x11-wm/pekwm/files/patch-ab (dead)
   1.1       +12 -0     ports/x11-wm/pekwm/files/patch-data-scripts-pekwm_themeset.sh (new)
   1.6       +1 -1      ports/x11-wm/pekwm/pkg-descr
   1.9       +10 -11    ports/x11-wm/pekwm/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 
