From xcas@cox.net  Fri Feb 17 06:05:16 2006
Return-Path: <xcas@cox.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CC38116A420
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Feb 2006 06:05:16 +0000 (GMT)
	(envelope-from xcas@cox.net)
Received: from fed1rmmtao08.cox.net (fed1rmmtao08.cox.net [68.230.241.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 73C5E43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Feb 2006 06:05:16 +0000 (GMT)
	(envelope-from xcas@cox.net)
Received: from localhost.bsd-unix.org ([70.190.83.42])
          by fed1rmmtao08.cox.net
          (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP
          id <20060217060230.CCHU26964.fed1rmmtao08.cox.net@localhost.bsd-unix.org>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Fri, 17 Feb 2006 01:02:30 -0500
Message-Id: <1140156316.19581@localhost.bsd-unix.org>
Date: Thu, 16 Feb 2006 23:05:16 -0700
From: "Greg J." <xcas@cox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [maintainer] x11-wm/pekwm: update to 20060216 snapshot
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         93463
>Category:       ports
>Synopsis:       [maintainer] x11-wm/pekwm: update to 20060216 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 17 06:10:05 GMT 2006
>Closed-Date:    Fri Feb 17 21:22:58 CET 2006
>Last-Modified:  Fri Feb 17 21:22:58 CET 2006
>Originator:     Greg J.
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Sat Feb 11 01:14:46 MST 2006
    root@localhost.bsd-unix.org:/usr/obj/usr/src/sys/CASX32



>Description:


-update to 20060216 snapshot
-remove imlib2 & pcre dependencies
-add jpeg, png & xpm dependencies
-use autotools for this version


>How-To-Repeat:


patch -d /usr/ports < pekwm-20060216.diff


>Fix:


--- pekwm-20060216.diff begins here ---
diff -u x11-wm/pekwm/Makefile.orig x11-wm/pekwm/Makefile
--- x11-wm/pekwm/Makefile.orig	Thu Feb 16 22:50:52 2006
+++ x11-wm/pekwm/Makefile	Thu Feb 16 22:51:03 2006
@@ -6,29 +6,33 @@
 #
 
 PORTNAME=	pekwm
-PORTVERSION=	20050515
+PORTVERSION=	20060216
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://bsd-unix.org/downloads/ \
 		http://pekwm.org/files/
-DISTNAME=	${PORTNAME}-0.1.4pre2
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	xcas@cox.net
 COMMENT=	A windowmanager based on aewm++
 
-LIB_DEPENDS=	Imlib2.3:${PORTSDIR}/graphics/imlib2 \
-		Xft.2:${PORTSDIR}/x11-fonts/libXft \
-		pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft \
+		jpeg.9:${PORTSDIR}/graphics/jpeg \
+		png.5:${PORTSDIR}/graphics/png
+
+USE_AUTOTOOLS=	autoconf:259 autoheader:259 automake:19 aclocal:19
 
 USE_BZIP2=	yes
 USE_GCC=	3.4
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_XPM=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
-		--enable-xft --enable-pcre --enable-imlib2 --disable-debug \
-		--enable-menus --enable-harbour
+		--enable-xft --disable-pcre --enable-image-xpm \
+		--enable-image-jpeg  --enable-image-png --disable-debug \
+		--disable-pedantic --enable-menus --enable-harbour
 
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/pekwm
diff -u x11-wm/pekwm/distinfo.orig x11-wm/pekwm/distinfo
--- x11-wm/pekwm/distinfo.orig	Thu Feb 16 22:50:52 2006
+++ x11-wm/pekwm/distinfo	Thu Feb 16 22:51:21 2006
@@ -1,3 +1,3 @@
-MD5 (pekwm-0.1.4pre2.tar.bz2) = a5aae71550cb8ace2bc4db423d67532a
-SHA256 (pekwm-0.1.4pre2.tar.bz2) = 16b75f4a44a5f8cd433cfc21a91eab3065890d0bc6944659a21680a2ca4e121a
-SIZE (pekwm-0.1.4pre2.tar.bz2) = 226873
+MD5 (pekwm-20060216.tar.bz2) = 3bc76ee5245346f829f3787956e997a9
+SHA256 (pekwm-20060216.tar.bz2) = 83201fcbb09e8eeeeb97fe64e15838d496b93354609bf835136f48819ee1d2d5
+SIZE (pekwm-20060216.tar.bz2) = 276201
diff -u x11-wm/pekwm/pkg-plist.orig x11-wm/pekwm/pkg-plist
--- x11-wm/pekwm/pkg-plist.orig	Thu Feb 16 22:50:52 2006
+++ x11-wm/pekwm/pkg-plist	Thu Feb 16 22:51:03 2006
@@ -8,6 +8,7 @@
 etc/pekwm/vars
 %%DATADIR%%/scripts/pekwm_themeset.pl
 %%DATADIR%%/scripts/pekwm_themeset.sh
+%%DATADIR%%/scripts/pekwm_window_info.sh
 %%DATADIR%%/scripts/pekwm_ws_menu.pl
 %%DATADIR%%/themes/default/theme
 @dirrm %%DATADIR%%/scripts
--- pekwm-20060216.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Fri Feb 17 21:19:50 CET 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93463 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Fri Feb 17 21:22:57 CET 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93463 
>Unformatted:
