head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2-base:1.2 buildlink2:1.2.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2002.08.25.21.51.29; author jlam; state dead; branches; next 1.2; 1.2 date 2002.06.17.18.57.50; author tron; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2002.06.12.00.36.21; author wiz; state Exp; branches 1.1.1.1; next ; 1.2.2.1 date 2002.06.17.18.57.50; author jlam; state dead; branches; next 1.2.2.2; 1.2.2.2 date 2002.06.23.19.03.04; author jlam; state Exp; branches; next 1.2.2.3; 1.2.2.3 date 2002.06.30.06.24.27; author jlam; state dead; branches; next ; 1.1.1.1 date 2002.06.12.00.36.21; author wiz; state Exp; branches; next ; desc @@ 1.3 log @Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. @ text @$NetBSD: patch-aa,v 1.2 2002/06/17 18:57:50 tron Exp $ --- Makefile.orig Wed Feb 6 20:05:51 2002 +++ Makefile Mon Jun 17 07:16:33 2002 @@@@ -1,6 +1,6 @@@@ CC = gcc -LIBS = -lXpm `gtk-config --libs` -CFLAGS = `gtk-config --cflags` +LIBS += -lXpm `${GTK_CONFIG} --libs` +CFLAGS += `${GTK_CONFIG} --cflags` OBJS = bbrun.o \ ../wmgeneral/wmgeneral.o \ ../wmgeneral/misc.o \ @ 1.2 log @Fix build problem on systems where the "xpkwedge" package is installed. Patches supplied by Robert Elz in PR pkg/17300. @ text @d1 1 a1 1 $NetBSD$ @ 1.2.2.1 log @file patch-aa was added on branch buildlink2 on 2002-06-23 19:03:04 +0000 @ text @d1 13 @ 1.2.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 13 $NetBSD: patch-aa,v 1.2.2.1 2002/06/23 19:03:04 jlam Exp $ --- Makefile.orig Wed Feb 6 20:05:51 2002 +++ Makefile Mon Jun 17 07:16:33 2002 @@@@ -1,6 +1,6 @@@@ CC = gcc -LIBS = -lXpm `gtk-config --libs` -CFLAGS = `gtk-config --cflags` +LIBS += -lXpm `${GTK_CONFIG} --libs` +CFLAGS += `${GTK_CONFIG} --cflags` OBJS = bbrun.o \ ../wmgeneral/wmgeneral.o \ ../wmgeneral/misc.o \ @ 1.2.2.3 log @Convert to use the buildlink2 framework. Trim any unnecessary changes in the patches or remove them entirely. @ text @d1 13 @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- Makefile.orig Wed Feb 6 21:05:51 2002 +++ Makefile d9 2 a10 2 +LIBS = -lXpm `${GTK_CONFIG} --libs` +CFLAGS = `${GTK_CONFIG} --cflags` a13 11 @@@@ -9,8 +9,10 @@@@ .c.o: $(CC) -c -O2 -Wall $< -o $*.o $(CFLAGS) +all: bbrun + bbrun: $(OBJS) $(CC) -Wall -g -o bbrun $^ $(LIBS) clean: rm -f bbrun $(OBJS) @ 1.1.1.1 log @Initial import of bbrun-1.3, based on a package provided by ptiJo in pkg/16863: BBrun is a run utility for BlackBox which can be run in the slit or in withdrawn mode so that it can be bound to a keystroke from bbkeys. It also features a history list of the most recent commands. @ text @@