# NOTE: Not tested on -STABLE (tested on -CURRENT). # # 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 '/usr/ports/www/screem/Makefile' '/usr/ports/local/screem/Makefile' Index: ./Makefile --- ./Makefile Tue Jun 29 19:05:19 2004 +++ ./Makefile Wed Jul 7 16:00:19 2004 @@ -2,13 +2,12 @@ # Date created: 05 Nov 1999 # Whom: Will Andrews # -# $FreeBSD: ports/www/screem/Makefile,v 1.45 2004/04/18 17:58:59 marcus Exp $ +# $FreeBSD$ # PORTNAME= screem -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= www gnome +PORTVERSION= 0.10.2 +CATEGORIES= www editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +35,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --without-included-neon -# --with-neon="${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ @@ -44,5 +42,10 @@ post-configure: @${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h + +# HACK: This allows test builds into a temporary directory, but in the REAL world, +# gconf would have created this directory. +pre-install: + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults .include diff -u '/usr/ports/www/screem/distinfo' '/usr/ports/local/screem/distinfo' Index: ./distinfo --- ./distinfo Tue Jun 29 19:05:19 2004 +++ ./distinfo Wed Jul 7 14:47:03 2004 @@ -1,2 +1,2 @@ -MD5 (screem-0.10.1.tar.gz) = 20b21890be18654b9e7b20e111a65a5c -SIZE (screem-0.10.1.tar.gz) = 2350120 +MD5 (screem-0.10.2.tar.gz) = a58c72555a6cecf34c2e2f6d9fda0288 +SIZE (screem-0.10.2.tar.gz) = 2350572 diff -u '/usr/ports/www/screem/pkg-plist' '/usr/ports/local/screem/pkg-plist' Index: ./pkg-plist --- ./pkg-plist Wed Jul 7 10:36:15 2004 +++ ./pkg-plist Wed Jul 7 17:33:36 2004 @@ -1,7 +1,10 @@ -bin/screem +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/screem/screem-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/screem.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/screem.schemas @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/screem.schemas > /dev/null || /usr/bin/true +bin/screem lib/screem/plugins/colourWizard.so lib/screem/plugins/cssWizard.so lib/screem/plugins/css_wizard.so @@ -19,8 +22,6 @@ share/gnome/help/screem/C/screem.xml share/gnome/mime-info/screem.keys share/gnome/mime-info/screem.mime -share/gnome/omf/screem/screem-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/screem.png share/gnome/pixmaps/screem/splash/splash.png share/gnome/screem/dtd/HTMLlat1.ent @@ -163,4 +164,4 @@ @dirrm share/gnome/help/screem @dirrm lib/screem/plugins @dirrm lib/screem -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true +@dirrm etc/gconf/schemas #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Wed Jul 7 17:33:54 2004 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 1263 1089241219 0100644 # p 'distinfo' 100 1089236823 0100644 # p 'pkg-plist' 7256 1089246816 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Wed Jul 7 17:33:54 2004] #### #### Checksum: 111 4269 14295 ####