Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 02:13:44 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11846: Port change: graphics/gtkfig
Message-ID:  <199905230013.CAA52465@shale.csir.co.za>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- /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 <gtk/gtkcompat.h>
+ #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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905230013.CAA52465>