From owner-freebsd-ports Mon Feb 25 23:50:11 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 4AD6B37B405 for ; Mon, 25 Feb 2002 23:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1Q7o1r93994; Mon, 25 Feb 2002 23:50:01 -0800 (PST) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id B90DD37B404; Mon, 25 Feb 2002 23:46:22 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA03447; Mon, 25 Feb 2002 23:44:03 -0800 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.6/8.11.6) id g1Q7jsm44357; Mon, 25 Feb 2002 23:45:54 -0800 (PST) (envelope-from jmcoopr) Message-Id: <200202260745.g1Q7jsm44357@johncoop.MSHOME> Date: Mon, 25 Feb 2002 23:45:54 -0800 (PST) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org, freebsd-gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35337: [MAINTAINER UPDATE] Fix www/screem build breakage 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: 35337 >Category: ports >Synopsis: [MAINTAINER UPDATE] Fix www/screem build breakage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 23:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 24 12:56:02 PST 2002 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: With the realignment of the GNOME 1.x components (in preparation for GNOME 2), the configuration script for screem can't find the gnome-vfs headers, which causes a cascading failure to find other GNOME components. This patch fixes the build. >How-To-Repeat: Attempt to build without the patch. :) I've just completed a complete, from-scratch recompile of all GNOME components and applications (well, all the applications in x11/gnome-fifth-toe and the one's I'm maintainer for) and this is the ONLY problem I've had so far. :) >Fix: --- patch-screem-gnome-vfs begins here --- # This is a patch for screem to update it to screem.fix # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'screem/Makefile' 'screem.fix/Makefile' Index: ./Makefile --- ./Makefile Tue Dec 11 20:53:52 2001 +++ ./Makefile Mon Feb 25 16:36:16 2002 @@ -23,7 +23,7 @@ USE_GNOME= yes USE_LIBTOOL= yes USE_OPENSSL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/gnome-vfs-1.0" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl --with-included-neon #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Mon Feb 25 16:41:02 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 1246 1014683776 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Mon Feb 25 16:41:02 2002] #### #### Checksum: 42 1460 47103 #### --- patch-screem-gnome-vfs 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