Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2003 21:10:31 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        arved@FreeBSD.org
Subject:   ports/48064: [patch] devel/g2c: Unbreak sans-gnome build (bento)
Message-ID:  <200302072010.h17KAVXQ007054@monster.theater.foldr.org>

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

>Number:         48064
>Category:       ports
>Synopsis:       [patch] devel/g2c: Unbreak sans-gnome build (bento)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 07 12:20:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD monster.theater.foldr.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Nov 24 14:40:01 CET 2002 root@monster.theater.foldr.org:/usr/obj/usr/src/sys/MONSTER i386


	
>Description:
- Add dependency on libxml
- add -lxml explicitely when building w/o GNOME
>How-To-Repeat:
>Fix:
Patch port Makefile, add new patch file.
--- Makefile.orig	Fri Feb  7 19:33:05 2003
+++ Makefile	Fri Feb  7 20:55:27 2003
@@ -16,7 +16,7 @@
 
 USE_REINPLACE=	yes
 USE_GNOMENG=	yes
-USE_GNOME=	gtk12 gnomehack
+USE_GNOME=	gtk12 gnomehack libxml
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
--- /dev/null	Fri Feb  7 20:55:00 2003
+++ files/patch-src-Makefile.in	Fri Feb  7 20:28:13 2003
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	Fri Feb  7 20:20:03 2003
++++ src/Makefile.in	Fri Feb  7 20:20:20 2003
+@@ -122,7 +122,7 @@
+ g2c_SOURCES =  	g2c.c 	g2c_file_parser.c g2c_file_parser.h 	g2c_helpers.c g2c_helpers.h 	g2c_widget.c g2c_widget.h 	g2c_project.c g2c_project.h 	g2c_signal.c g2c_signal.h 	g2c_doc.c g2c_doc.h 	g2c_accel.c g2c_accel.h 	am_handler.c am_handler.h
+ 
+ 
+-g2c_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) 
++g2c_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(XML_LIB)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES = 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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