From owner-freebsd-ports Sun Mar 24 20: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E843D37B416 for ; Sun, 24 Mar 2002 20:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2P406Z15104; Sun, 24 Mar 2002 20:00:06 -0800 (PST) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 33EF237B417 for ; Sun, 24 Mar 2002 19:51:50 -0800 (PST) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) id g2P3poJ44123; Sun, 24 Mar 2002 22:51:50 -0500 (EST) (envelope-from marcus) Message-Id: <200203250351.g2P3poJ44123@shumai.marcuscom.com> Date: Sun, 24 Mar 2002 22:51:50 -0500 (EST) From: Joe Marcus Clarke Reply-To: Joe Marcus Clarke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36271: [PATCH] Fix x11/libgnome build on -stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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