Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2002 22:51:50 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36271: [PATCH] Fix x11/libgnome build on -stable
Message-ID:  <200203250351.g2P3poJ44123@shumai.marcuscom.com>

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

>Number:         36271
>Category:       ports
>Synopsis:       [PATCH] Fix x11/libgnome build on -stable
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 24 20:00:06 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Mar 24 16:40:24 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
libgnome fails to build on -stable because the libgnome test program doesn't
properly build with PTHREAD_{CFLAGS|LIBS}.  The attached patch simply removes
the test program build.  It isn't really needed, and the pkg-config file
is still built properly with all the correct dependencies.
>How-To-Repeat:
	
>Fix:

	

--- patch-libgnome::Makefile.in.patch begins here ---
--- files/patch-libgnome::Makefile.in.orig	Tue Mar 19 12:31:43 2002
+++ files/patch-libgnome::Makefile.in	Sun Mar 24 22:45:28 2002
@@ -1,8 +1,5 @@
-
-$FreeBSD: ports/x11/libgnome/files/patch-libgnome::Makefile.in,v 1.1 2002/03/19 17:31:43 sobomax Exp $
-
---- libgnome/Makefile.in	2002/02/20 17:59:50	1.1
-+++ libgnome/Makefile.in	2002/02/20 18:00:10
+--- libgnome/Makefile.in.orig	Sun Mar 24 22:43:40 2002
++++ libgnome/Makefile.in	Sun Mar 24 22:45:12 2002
 @@ -147,7 +147,7 @@
  
  libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
@@ -12,3 +9,21 @@
  
  
  libgnome_2_la_SOURCES =  	libgnometypebuiltins.h		libgnometypebuiltins.c		gnome-config.c			gnome-sound.c			gnome-triggers.c		gnome-triggersP.h		gnome-program.c			gnome-help.c			gnome-exec.c			gnome-gconf.c			gnome-gconfP.h			gnome-i18n.c			gnome-i18nP.h			gnome-url.c			gnome-util.c			gnome-score.c			gnome-init.c
+@@ -171,7 +171,7 @@
+ libgnome_2_la_LIBADD =  	$(LIBGNOME_LIBS)
+ 
+ 
+-noinst_PROGRAMS =  	test-libgnome
++noinst_PROGRAMS =
+ 
+ 
+ test_libgnome_SOURCES = test-libgnome.c
+@@ -193,7 +193,7 @@
+ gnome-sound.lo gnome-triggers.lo gnome-program.lo gnome-help.lo \
+ gnome-exec.lo gnome-gconf.lo gnome-i18n.lo gnome-url.lo gnome-util.lo \
+ gnome-score.lo gnome-init.lo
+-noinst_PROGRAMS =  test-libgnome$(EXEEXT)
++noinst_PROGRAMS =
+ PROGRAMS =  $(noinst_PROGRAMS)
+ 
+ test_libgnome_OBJECTS =  test-libgnome.$(OBJEXT)
--- patch-libgnome::Makefile.in.patch ends here ---


>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?200203250351.g2P3poJ44123>