From owner-freebsd-ports Wed Apr 21 11:13:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2957615832 for ; Wed, 21 Apr 1999 11:12:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA96931; Wed, 21 Apr 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 36DB61575E for ; Wed, 21 Apr 1999 11:10:22 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D2D4316BF; Wed, 21 Apr 1999 11:07:42 -0700 (PDT) Message-Id: <19990421180742.D2D4316BF@norn.ca.eu.org> Date: Wed, 21 Apr 1999 11:07:42 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11261: Change gtimer to use gtk12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11261 >Category: ports >Synopsis: Change gtimer to use gtk12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 21 11:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Just change it to use (and it works fine) gtk12 instead of 11d >How-To-Repeat: >Fix: Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/08 17:50:35 1.1.1.1 +++ Makefile 1999/04/21 18:03:33 @@ -12,7 +12,7 @@ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_BZIP2= YES MAN1= gtimer.1 Index: gtimer/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/08 17:50:35 1.1.1.1 +++ patch-aa 1999/04/21 18:04:07 @@ -5,15 +5,15 @@ #CFLAGS = -O2 -Wall -CFLAGS = `gtk-config --cflags` -+CFLAGS += `gtk11d-config --cflags` ++CFLAGS += `gtk12-config --cflags` LIBS = -# determine LDFLAGS using "gtk-config --libs" -STATIC_LDFLAGS = -static `gtk-config --libs` -LDFLAGS = `gtk-config --libs` -+# determine LDFLAGS using "gtk11d-config --libs" -+STATIC_LDFLAGS = -static `gtk11d-config --libs` -+LDFLAGS = `gtk11d-config --libs` ++# determine LDFLAGS using "gtk12-config --libs" ++STATIC_LDFLAGS = -static `gtk12-config --libs` ++LDFLAGS = `gtk12-config --libs` VERSION = unknown DIR = gtimer-$(VERSION) -DESTDIR = /usr/X11R6/bin @@ -22,17 +22,17 @@ # default default: - make "CFLAGS=`gtk-config --cflags`" "LDFLAGS=`gtk-config --libs`" "LIBS=" gtimer -+ make "CFLAGS=`gtk11d-config --cflags`" "LDFLAGS=`gtk11d-config --libs`" "LIBS=" gtimer ++ make "CFLAGS=`gtk12-config --cflags`" "LDFLAGS=`gtk12-config --libs`" "LIBS=" gtimer # to build this, you need the memdebug library I wrote. debug: - make "CFLAGS=`gtk-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LIBS=memdebug/libmd.a" gtimer -+ make "CFLAGS=`gtk11d-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LIBS=memdebug/libmd.a" gtimer ++ make "CFLAGS=`gtk12-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LIBS=memdebug/libmd.a" gtimer # build a static version static: - make "CFLAGS=`gtk-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LDFLAGS=$(STATIC_LDFLAGS)" gtimer -+ make "CFLAGS=`gtk11d-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LDFLAGS=$(STATIC_LDFLAGS)" gtimer ++ make "CFLAGS=`gtk12-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LDFLAGS=$(STATIC_LDFLAGS)" gtimer strip gtimer -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message