Date: Mon, 25 Feb 2002 23:45:54 -0800 (PST) From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org, freebsd-gnome@freebsd.org Subject: [MAINTAINER UPDATE] Fix www/screem build breakage Message-ID: <200202260745.g1Q7jsm44357@johncoop.MSHOME>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: John Merryweather Cooper >Organization: >Confidential: no >Synopsis: [MAINTAINER UPDATE] Fix www/screem build breakage >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 4.5-STABLE i386 >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 --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202260745.g1Q7jsm44357>