From owner-freebsd-ports Sat May 22 17:20: 7 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 4B6FE15075 for ; Sat, 22 May 1999 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA67102; Sat, 22 May 1999 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 5F0AD14F95 for ; Sat, 22 May 1999 17:13:46 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id CAA52465; Sun, 23 May 1999 02:13:44 +0200 (SAT) (envelope-from reg) Message-Id: <199905230013.CAA52465@shale.csir.co.za> Date: Sun, 23 May 1999 02:13:44 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11846: Port change: graphics/gtkfig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11846 >Category: ports >Synopsis: Port change: graphics/gtkfig >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 22 17:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: Change port to use GTK+ 1.2.x. >How-To-Repeat: >Fix: graphics/gtkfig: Changes: Makefile Adds : patches/patch-aa Removes: --- /usr/ports.ref/graphics/gtkfig/Makefile Fri Jan 8 16:18:42 1999 +++ graphics/gtkfig/Makefile Mon May 10 01:56:09 1999 @@ -13,10 +13,12 @@ MAINTAINER= dirk@FreeBSD.ORG -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \ - GTK_CONFIG=${X11BASE}/bin/gtk11-config +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include --- /usr/ports.ref/graphics/gtkfig/patches/patch-aa Thu Jan 1 02:00:00 1970 +++ graphics/gtkfig/patches/patch-aa Mon May 10 01:52:16 1999 @@ -0,0 +1,10 @@ +--- src/group.h.orig Mon May 10 01:51:36 1999 ++++ src/group.h Mon May 10 01:51:57 1999 +@@ -7,6 +7,7 @@ + #ifndef GTKFIG_GROUP_H + #define GTKFIG_GROUP_H + ++#include + #include "rectangleobject.h" + + /* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message