Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 17:49:59 +0200 (CEST)
From:      Anders Andersson <anders@andersa.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53509: Maintain-update of x11-wm/pekwm
Message-ID:  <200306191549.h5JFnxbj042071@sushi.andersa.net>
Resent-Message-ID: <200306191910.h5JJAJ5a009831@freefall.freebsd.org>

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

>Number:         53509
>Category:       ports
>Synopsis:       Maintain-update of x11-wm/pekwm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 12:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Anders Andersson <anders@andersa.net>
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD sushi.andersa.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Jun 18 18:13:53 CEST 2003 toor@sushi.andersa.net:/usr/obj/usr/src/sys/SUSHI i386


	
>Description:
	Update to make portlint happy. Also make pekwm author happy
	while doing what he suggests in
	http://pekwm.org/cgi-bin/cvsweb/babblica/pekwm/PACKAGERS

	patch-aa fixes a hardcoded bug to pkill and replaces that with
	killall(1)
	(Note: Please do not forget to add files/patch-aa)
>How-To-Repeat:
	
>Fix:

	

--- pekwm.diff begins here ---
Index: pekwm/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/pekwm/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- pekwm/Makefile	19 Jun 2003 11:31:14 -0000	1.7
+++ pekwm/Makefile	19 Jun 2003 15:38:35 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	pekwm
 PORTVERSION=	0.1.3
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://pekwm.pekdon.net/files/source/
 
@@ -18,30 +19,9 @@
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 
-.if defined(WITH_XINERAMA)
-CONFIGURE_ARGS+=	--enable-xinerama
-.endif
-
-.if defined(WITH_HARBOUR)
-CONFIGURE_ARGS+=	--enable-harbour
-.endif
-
-.if defined(WITH_PCRE)
-CONFIGURE_ARGS+=       --enable-pcre
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
-LIB_DEPENDS+=  pcre.0:${PORTSDIR}/devel/pcre
-.endif
-
-pre-everything::
-.if !defined(WITH_XINERAMA)
-	@${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA"
-.endif
-.if !defined(WITH_HARBOUR)
-	@${ECHO_CMD} "To enable basic DockApp support define WITH_HARBOUR"
-.endif
-.if !defined(WITH_PCRE)
-	@${ECHO_CMD} "To enable pcre support define WITH_PCRE"
-.endif
+CONFIGURE_ARGS+=	--enable-shape --disable-xft --disable-xinerama \
+			--disable-debug --enable-menus --enable-keygrabber \
+			--enable-harbour --disable-pcre
 
 MAN1=		pekwm.1
 
--- pekwm.diff ends here ---


--- patch-aa ---

[anders@sushi pekwm]$ cat files/patch-aa 
--- data/scripts/pekwm_themeset.pl.orig Wed Jun 18 21:15:56 2003
+++ data/scripts/pekwm_themeset.pl      Wed Jun 18 21:16:16 2003
@@ -46,5 +46,5 @@
 	print(PKCONF @file);
 	close(PKCONF);

-	system("pkill -HUP pekwm"); # Make pekwm re-read it's config
+	system("killall -HUP pekwm"); # Make pekwm re-read it's config
 }
		  
>Release-Note:
>Audit-Trail:
>Unformatted:



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