Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 19:46:02 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42192: [patch] make ports/databases GNOMENG aware
Message-ID:  <20020830094602.5B4696A712A@k7.mavetju>

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

>Number:         42192
>Category:       ports
>Synopsis:       [patch] make ports/databases 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 02:50: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/databases GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

   databases/dbmetrix
   databases/edb
   databases/gmysql
   databases/libiodbc
   databases/sqlrelay

--- databases/dbmetrix/Makefile.old	Fri Aug 30 19:39:10 2002
+++ databases/dbmetrix/Makefile	Fri Aug 30 19:39:32 2002
@@ -17,7 +17,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --with-mysql=${PREFIX}
 
--- databases/edb/Makefile.old	Fri Aug 30 19:39:36 2002
+++ databases/edb/Makefile	Fri Aug 30 19:39:58 2002
@@ -14,7 +14,8 @@
 MAINTAINER=	ports@FreeBSD.org
 
 USE_LIBTOOL=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 INSTALLS_SHLIB=	yes
 
 post-patch:
--- databases/gmysql/Makefile.old	Fri Aug 30 19:41:01 2002
+++ databases/gmysql/Makefile	Fri Aug 30 19:41:13 2002
@@ -15,7 +15,8 @@
 
 LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-mysql=${PREFIX}
 
--- databases/libiodbc/Makefile.old	Fri Aug 30 19:41:17 2002
+++ databases/libiodbc/Makefile	Fri Aug 30 19:41:35 2002
@@ -17,7 +17,8 @@
 
 USE_LIBTOOL=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 INSTALLS_SHLIB=	yes
 INIDIR=		${PREFIX}/etc/${PORTNAME}
 CONFIGURE_ARGS=	--with-iodbc-inidir=${INIDIR}
--- databases/sqlrelay/Makefile.old	Fri Aug 30 19:41:56 2002
+++ databases/sqlrelay/Makefile	Fri Aug 30 19:44:14 2002
@@ -108,7 +108,8 @@
 .endif
 
 .if defined(WITH_GTK) && ${WITH_GTK:L} != no
-USE_GTK=		yes
+USE_GNOMENG=		yes
+USE_GNOME=		gtk12
 CONFIGURE_ARGS+=	--with-gtk-prefix="${X11BASE}"
 IF_GTK=		""
 .else
>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?20020830094602.5B4696A712A>