From owner-freebsd-ports Mon Oct 28 1: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AAE237B401 for ; Mon, 28 Oct 2002 01:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0D243E6E for ; Mon, 28 Oct 2002 01:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9S90Ex3014291 for ; Mon, 28 Oct 2002 01:00:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S90E2U014287; Mon, 28 Oct 2002 01:00:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C97437B401 for ; Mon, 28 Oct 2002 00:53:55 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF243E3B for ; Mon, 28 Oct 2002 00:53:54 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 7283AAB46; Mon, 28 Oct 2002 09:53:46 +0100 (CET) Message-Id: <20021028085346.7283AAB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 09:53:46 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44556: unbreak/update games/wmpuzzle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44556 >Category: ports >Synopsis: unbreak/update games/wmpuzzle >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 01:00:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: update to 0.2.0 and unbreak fix WWW and MASTER_SITES >How-To-Repeat: >Fix: removed files: files/patch-Makefile files/patch-wmpuzzle.6 added files: files/patch-wmpuzzle.h --- wmpuzzle.diff begins here --- diff -ruN wmpuzzle/Makefile /dana/jail/lemur/usr/ports/games/wmpuzzle/Makefile --- wmpuzzle/Makefile Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/Makefile Mon Oct 28 09:41:24 2002 @@ -6,13 +6,13 @@ # PORTNAME= wmpuzzle -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= games windowmaker afterstep -MASTER_SITES= http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmpuzzle/ \ +MASTER_SITES= http://www.godisch.de/debian/wmpuzzle/ \ ${MASTER_SITE_LOCAL:S/$/:bsdpics/} MASTER_SITE_SUBDIR= petef/:bsdpics DISTFILES= wmpuzzle_${PORTVERSION}.orig${EXTRACT_SUFX} \ - daemon.gif:bsdpics daemon.xpm:bsdpics + daemon.xpm:bsdpics DIST_SUBDIR= wmpuzzle EXTRACT_ONLY= wmpuzzle_${PORTVERSION}.orig${EXTRACT_SUFX} @@ -20,6 +20,9 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnugetopt" USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes @@ -27,11 +30,11 @@ MAN6= wmpuzzle.6 -BSDIMAGES= daemon.gif daemon.xpm +BSDIMAGES= daemon.xpm post-extract: .for i in ${BSDIMAGES} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/$i ${WRKSRC}/xpm + ${CP} ${DISTDIR}/${DIST_SUBDIR}/$i ${WRKSRC}/ .endfor do-install: diff -ruN wmpuzzle/distinfo /dana/jail/lemur/usr/ports/games/wmpuzzle/distinfo --- wmpuzzle/distinfo Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/distinfo Mon Oct 28 09:43:00 2002 @@ -1,3 +1,2 @@ -MD5 (wmpuzzle/wmpuzzle_0.1.1.orig.tar.gz) = 9d3ce8638068ecb7202e77429c9b3867 -MD5 (wmpuzzle/daemon.gif) = 08659de4c16b7f0e4e874eece1ef56fa +MD5 (wmpuzzle/wmpuzzle_0.2.0.orig.tar.gz) = 09605c3d33ba04c019b0ddc2c4bb86d4 MD5 (wmpuzzle/daemon.xpm) = 2822c63820f67a68702fe8627b0ae688 diff -ruN wmpuzzle/files/patch-Makefile /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-Makefile --- wmpuzzle/files/patch-Makefile Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-Makefile Thu Jan 1 01:00:00 1970 @@ -1,61 +0,0 @@ -$FreeBSD: ports/games/wmpuzzle/files/patch-Makefile,v 1.1 2002/08/26 01:07:47 petef Exp $ - ---- Makefile.orig Wed Mar 13 23:09:33 2002 -+++ Makefile Wed May 15 20:32:38 2002 -@@ -1,45 +1,18 @@ --# $Id: Makefile,v 1.11 2002/03/13 17:09:33 godisch Exp $ -+CC ?= gcc -+CFLAGS += -c -Wall -pedantic -+INCDIR = -I${X11BASE}/include -I/usr/local/include -+LIBDIR = -L${X11BASE}/lib -L/usr/local/lib -+LIBS = -lXpm -lXext -lX11 -lgnugetopt -+OBJS = wmpuzzle.o wmgeneral.o - --prefix = /usr/local --exec_prefix = ${prefix} --bindir = ${exec_prefix}/bin --mandir = ${prefix}/share/man -+.c.o: -+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o - --DESTDIR = -- --CFLAGS = -O2 -Wall -pedantic --LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext --XPMS = xpm/debian.xpm xpm/eagle.xpm xpm/earth.xpm xpm/linux.xpm -+wmpuzzle: $(OBJS) -+ ${CC} -o wmpuzzle $^ ${LIBDIR} ${LIBS} - - all: wmpuzzle - --wmpuzzle: wmpuzzle.o wmgeneral.o -- $(CC) $(LIBS) -o $@ $^ -- --wmpuzzle.o: wmpuzzle.c wmpuzzle.h $(XPMS) --wmgeneral.o: wmgeneral.c wmgeneral.h -- --install: install-bin install-doc -- --install-bin: wmpuzzle -- install -D -s -m 755 $< $(DESTDIR)$(bindir)/wmpuzzle -- --install-doc: wmpuzzle.6 -- install -D -m 644 $< $(DESTDIR)$(mandir)/man6/wmpuzzle.6 -- --uninstall: uninstall-bin uninstall-doc -- --uninstall-bin: -- rm -f $(DESTDIR)$(bindir)/wmpuzzle -- --uninstall-doc: -- rm -f $(DESTDIR)$(mandir)/man6/wmpuzzle.6 -- - clean: - rm -f *.o -- --distclean: clean -- rm -f wmpuzzle -- --.PHONY: all clean dist-clean install install-bin install-doc \ -- uninstall uninstall-bin uninstall-doc -+ rm -f wmpuzzle core diff -ruN wmpuzzle/files/patch-wmpuzzle.6 /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.6 --- wmpuzzle/files/patch-wmpuzzle.6 Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.6 Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ -$FreeBSD: ports/games/wmpuzzle/files/patch-wmpuzzle.6,v 1.1 2002/08/26 01:07:47 petef Exp $ - ---- wmpuzzle.6.orig Wed Mar 13 23:09:33 2002 -+++ wmpuzzle.6 Wed May 15 21:22:41 2002 -@@ -26,7 +26,8 @@ - .TP - \fB\-i\fP, \fB\-\-image=\fIimage\fP - the image which shall be shown. --Valid images are \fIdebian\fP, \fIeagle\fP, \fIearth\fP, and \fIlinux\fP. -+Valid images are \fIdebian\fP, \fIeagle\fP, \fIearth\fP, \fIlinux\fP, -+and \fIdaemon\fP. - Other images will be included on request. - .TP - \fB\-k\fP, \fB\-\-keyboard\fP diff -ruN wmpuzzle/files/patch-wmpuzzle.c /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.c --- wmpuzzle/files/patch-wmpuzzle.c Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.c Sun Oct 27 17:28:37 2002 @@ -1,30 +1,13 @@ -$FreeBSD: ports/games/wmpuzzle/files/patch-wmpuzzle.c,v 1.1 2002/08/26 01:07:47 petef Exp $ - ---- wmpuzzle.c.orig Thu Apr 18 00:13:52 2002 -+++ wmpuzzle.c Wed May 15 21:21:20 2002 -@@ -22,6 +22,7 @@ - #include "xpm/eagle.xpm" - #include "xpm/earth.xpm" - #include "xpm/linux.xpm" -+#include "xpm/daemon.xpm" +--- wmpuzzle.c.orig Mon Oct 21 22:26:35 2002 ++++ wmpuzzle.c Sun Oct 27 17:28:07 2002 +@@ -254,8 +254,8 @@ + } + } + if (image == NULL) { +- image = strdup("linux"); +- *wmpuzzle = linux_xpm; ++ image = strdup("daemon"); ++ *wmpuzzle = daemon_xpm; + } + } - #define PROGRAM_NAME "wmpuzzle" - #define PROGRAM_VERSION "0.1.1" -@@ -203,6 +204,8 @@ - *wmpuzzle = earth_xpm; - else if (!strcmp(optarg, "linux")) - *wmpuzzle = linux_xpm; -+ else if (!strcmp(optarg, "daemon")) -+ *wmpuzzle = daemon_xpm; - else { - fprintf(stderr, "%s: invalid image `%s'\n", PROGRAM_NAME, optarg); - exit(1); -@@ -224,7 +227,7 @@ - printf("Usage: %s [-h] [-i ] [-k] [-s ] [-v]\n", PROGRAM_NAME); - printf(" -h, --help displays this command line summary.\n"); - printf(" -i, --image uses , valid images are `debian', `eagle',\n"); -- printf(" `earth', and `linux'.\n"); -+ printf(" `earth', `linux', and `daemon'.\n"); - printf(" -k, --keyboard enables the arrow keys on the keyboard.\n"); - printf(" -s, --shuffle shuffles the image times.\n"); - printf(" -v, --version displays the version number.\n"); diff -ruN wmpuzzle/files/patch-wmpuzzle.h /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.h --- wmpuzzle/files/patch-wmpuzzle.h Thu Jan 1 01:00:00 1970 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.h Sun Oct 27 17:28:32 2002 @@ -0,0 +1,11 @@ +--- wmpuzzle.h.orig Mon Oct 21 21:20:19 2002 ++++ wmpuzzle.h Sun Oct 27 17:28:09 2002 +@@ -8,7 +8,7 @@ + #define WMPUZZLE_H_INCLUDED + + #include +-#include ++#include + + #define EINTERNAL 200 + #define EINVALXPM 201 diff -ruN wmpuzzle/pkg-descr /dana/jail/lemur/usr/ports/games/wmpuzzle/pkg-descr --- wmpuzzle/pkg-descr Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/pkg-descr Mon Oct 28 09:47:13 2002 @@ -3,4 +3,4 @@ Now includes special BSD Daemon skin not present in original distribution! -WWW: http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmpuzzle/ +WWW: http://www.godisch.de/debian/wmpuzzle/ --- wmpuzzle.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message