Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 22:07:33 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42208: [patch] make ports/math GNOMENG aware
Message-ID:  <20020830120733.C6A236A7124@k7.mavetju>

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

>Number:         42208
>Category:       ports
>Synopsis:       [patch] make ports/math GNOMENG aware
>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:   Fri Aug 30 05:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

    make ports/math GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    math/geg
    math/graphthing
    math/grpn
    math/surf

--- math/geg/Makefile.old	Fri Aug 30 22:03:40 2002
+++ math/geg/Makefile	Fri Aug 30 22:03:54 2002
@@ -15,7 +15,8 @@
 MAINTAINER=	domi@saargate.de
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_AUTOMAKE=	yes
 AUTOMAKE_ARGS=	-a -i
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
--- math/grpn/Makefile.old	Fri Aug 30 22:04:09 2002
+++ math/grpn/Makefile	Fri Aug 30 22:05:05 2002
@@ -13,7 +13,8 @@
 MAINTAINER=	jedgar@FreeBSD.org
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 ALL_TARGET=
 
--- math/surf/Makefile.old	Fri Aug 30 22:05:19 2002
+++ math/surf/Makefile	Fri Aug 30 22:05:31 2002
@@ -18,7 +18,8 @@
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gmp.6:${PORTSDIR}/math/libgmp4
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_NEWGCC=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
--- math/graphthing/Makefile.old	Fri Aug 30 22:05:45 2002
+++ math/graphthing/Makefile	Fri Aug 30 22:05:56 2002
@@ -16,7 +16,8 @@
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
 		gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
>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?20020830120733.C6A236A7124>