head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.44 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.42 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.40 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.38 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.36 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.34 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.32 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.30 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.28 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.26 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.24 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.22 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.20 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.18 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.16 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.14 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.12 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.10 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.8 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.6 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.4 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.2 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.5.0.12 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.10 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.8 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.6 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.4 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.2 netbsd-1-6-1-base:1.5 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2005.03.20.17.34.49; author jmmv; state dead; branches; next 1.5; 1.5 date 2002.08.25.21.52.49; author jlam; state Exp; branches; next 1.4; 1.4 date 2001.08.23.18.01.11; author jlam; state Exp; branches 1.4.2.1; next 1.3; 1.3 date 2001.03.22.14.00.40; author wiz; state Exp; branches; next 1.2; 1.2 date 99.10.06.06.07.24; author jlam; state Exp; branches; next 1.1; 1.1 date 99.08.26.11.32.28; author jlam; state Exp; branches 1.1.1.1; next ; 1.4.2.1 date 2002.06.30.06.24.46; author jlam; state Exp; branches; next ; 1.1.1.1 date 99.08.26.11.32.28; author jlam; state Exp; branches; next ; desc @@ 1.6 log @Remove wmessage: it broke when windowmaker was updated to 0.90 at the beginning of previous November. It has been broken since then and nobody has complained (during more than four months). Futhermore, the program itself is dead. @ text @$NetBSD: patch-aa,v 1.5 2002/08/25 21:52:49 jlam Exp $ --- Makefile.orig Sun Aug 29 20:38:35 1999 +++ Makefile @@@@ -1,19 +1,18 @@@@ -PREFIX = /usr/local +#PREFIX = /usr/local -CFLAGS = `get-wraster-flags --cflags` -Wall -LDFLAGS = `get-wraster-flags --ldflags` -LIBS = `get-wraster-flags --libs` -CC = gcc +CFLAGS += `get-wraster-flags --cflags` -Wall +LDFLAGS += `get-wraster-flags --ldflags` +LIBS += `get-wraster-flags --libs` +#CC = gcc all: wmessage wmessage: wmessage.o panel.o $(CC) -o wmessage wmessage.o panel.o \ - $(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs -lPropList - strip wmessage + $(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs install: wmessage - install -c wmessage $(PREFIX)/bin/wmessage + ${BSD_INSTALL_PROGRAM} wmessage $(PREFIX)/bin/wmessage uninstall: rm -f $(PREFIX)/bin/wmessage @ 1.5 log @Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4.2.1 2002/06/30 06:24:46 jlam Exp $ @ 1.4 log @Use ${GET_WRASTER_FLAGS} instead of get-wraster-flags. @ text @d1 1 a1 1 $NetBSD$ d13 3 a15 3 +CFLAGS = `${GET_WRASTER_FLAGS} --cflags` -Wall +LDFLAGS += `${GET_WRASTER_FLAGS} --ldflags` +LIBS = `${GET_WRASTER_FLAGS} --libs` d22 1 a22 1 $(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs -lPropList d24 1 @ 1.4.2.1 log @Convert to use the buildlink2 framework. Trim any unnecessary changes in the patches or remove them entirely. @ text @d13 3 a15 3 +CFLAGS += `get-wraster-flags --cflags` -Wall +LDFLAGS += `get-wraster-flags --ldflags` +LIBS += `get-wraster-flags --libs` d22 1 a22 1 - $(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs -lPropList a23 1 + $(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs @ 1.3 log @Update to Windowmaker 0.64.0 (WINGs include path change, and rename of a function). @ text @d3 1 a3 1 --- Makefile.orig Mon Aug 30 02:38:35 1999 d9 1 a9 1 CFLAGS = `get-wraster-flags --cflags` -Wall d11 1 a11 2 +LDFLAGS += `get-wraster-flags --ldflags` LIBS = `get-wraster-flags --libs` d13 3 @ 1.2 log @The API for WINGs changed, but this little app hasn't caught up yet. Patch so it can link correctly. @ text @d3 2 a4 2 --- ./Makefile.orig Sun Aug 29 20:38:35 1999 +++ ./Makefile Thu Sep 30 06:27:09 1999 @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- Makefile.orig Wed Aug 25 22:08:08 1999 +++ Makefile Thu Aug 26 07:21:46 1999 @@@@ -1,7 +1,7 @@@@ d13 4 a16 1 CC = gcc a17 1 @@@@ -10,10 +10,9 @@@@ @ 1.1.1.1 log @wmessage 0.6 - WINGs based message viewer similar to xmessage. @ text @@