aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-19 07:15:49 +0800
committermarcus <marcus@FreeBSD.org>2003-10-19 07:15:49 +0800
commit56b991b97ec1a8e76c7cd57ebbad31dc0b56a516 (patch)
treecec647cfe034011764074656e8b761e820c5a4e5 /devel/gnome-vfs
parent3daeacaee5bfc2f965b1adc17f1676c3b2850e3f (diff)
downloadfreebsd-ports-gnome-56b991b97ec1a8e76c7cd57ebbad31dc0b56a516.tar.gz
freebsd-ports-gnome-56b991b97ec1a8e76c7cd57ebbad31dc0b56a516.tar.zst
freebsd-ports-gnome-56b991b97ec1a8e76c7cd57ebbad31dc0b56a516.zip
Make sure to merge the KDE applnk directory (if it exists) into the list
of application directories.
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r--devel/gnome-vfs/Makefile4
-rw-r--r--devel/gnome-vfs/files/patch-modules_vfolder_applications-all-users.vfolder-info.in11
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index e07acd7be585..194622e7791e 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomevfs2
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.4
@@ -50,7 +51,8 @@ post-patch:
@${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \
's|\@datadir\@/gnome|\@datadir\@|g'
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/libgnomevfs/Makefile.in
+ ${WRKSRC}/libgnomevfs/Makefile.in \
+ ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \
${WRKSRC}/Makefile.in
diff --git a/devel/gnome-vfs/files/patch-modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnome-vfs/files/patch-modules_vfolder_applications-all-users.vfolder-info.in
new file mode 100644
index 000000000000..13ce7838798d
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-modules_vfolder_applications-all-users.vfolder-info.in
@@ -0,0 +1,11 @@
+--- modules/vfolder/applications-all-users.vfolder-info.in.orig Sat Oct 18 19:04:37 2003
++++ modules/vfolder/applications-all-users.vfolder-info.in Sat Oct 18 19:05:18 2003
+@@ -19,7 +19,7 @@
+ <MergeDir>/usr/share/gnome/apps/</MergeDir>
+
+ <!-- Merge dirs optional -->
+- <MergeDir>/etc/X11/applnk/</MergeDir>
++ <MergeDir>%%LOCALBASE%%/share/applnk/</MergeDir>
+
+ <!-- Root folder -->
+ <Folder>
ass='insertions'>+6 * Update to 1.3.19. See http://galeon.sourceforge.net/Main/GaleonRelease1319marcus2005-01-164-26/+3 * Update PORTREVISION to force a rebuild with Mozilla 1.7.5.marcus2004-12-201-1/+1 * Use new GCONF_SCHEMAS.mezz2004-11-242-3/+1 * Use new INSTALLS_OMF.mezz2004-11-232-4/+1 * Rename ports/www/galeon2 --> ports/www/galeonahze2004-11-1021-1250/+342 * Bump PORTREVISIONs to chase Mozilla update.marcus2004-08-081-0/+1 * Add intlhack to fix the build on 4.X.marcus2004-07-121-1/+2 * Use the right HEADS_SUFX to fix the build.marcus2004-07-071-1/+1 * Update to 1.2.14 which is the latest release of 1.2. This features supportmarcus2004-06-284-174/+20 * - Use USE_ICONV knobkrion2004-03-311-1/+1 * - Add SIZE to GNOME portspav2004-03-181-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Catch up with the latest mozilla-devel.marcus2004-02-261-1/+1 * GTK2 mozilla is now the default, and GTK1 support will be built only if expli...adamw2004-02-181-7/+7 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * Remove mozilla-headers.adamw2004-01-181-2/+1 * Change the Mozilla version to trunk for building with 1.6.marcus2004-01-181-1/+1 * Catch up with Mozilla 1.6.marcus2004-01-171-0/+1 * Build with Mozilla 1.6b.marcus2003-12-171-1/+1 * Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a.marcus2003-11-263-21/+5 * * Update mozilla-devel to 1.6amarcus2003-11-021-1/+1 * Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,marcus2003-10-191-2/+2 * Remove any chance of linking galeon with -pthread. Instead, make suremarcus2003-10-172-5/+17 * Fix build with Mozilla 1.4.1.marcus2003-10-161-0/+11 * Bump PORTREVISION to stay in sync with mozilla.marcus2003-10-121-0/+1 * galeon and galeon2 conflict with each other.marcus2003-10-111-0/+2 * Remove an extraneous .endif.marcus2003-10-011-1/+0 * Remove mozilla-embedded and mozilla-embedded-devel. They were not heavilymarcus2003-10-011-6/+1 * Update to 1.2.12.marcus2003-09-262-4/+3 * Remove nautilus support now that Nautilus has been removed from the tree.marcus2003-07-161-9/+0 * Correct the number of .endif's.marcus2003-07-011-1/+0 * Add support for Mozilla 1.4, and remove references to mozilla-vendor.marcus2003-07-011-9/+4 * Update to 1.2.11.marcus2003-06-134-30/+7 * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+1 * Update for Mozilla 1.4b.marcus2003-05-172-1/+27 * Portlint whitespace fix.marcus2003-04-241-1/+1 * Fix the flashplayer link.marcus2003-04-241-0/+3 * Restore a signed vs. unsigned patch that was accidentally removed in themarcus2003-04-222-0/+28 * Update to 1.2.10.marcus2003-04-2010-496/+13 * Fix build on -CURRENT.marcus2003-04-131-0/+14 * Fix a signed vs. unsigned problem with Mozilla 1.3.marcus2003-04-112-17/+23 * Fix build with mozilla-1.4a.marcus2003-04-086-7/+466 * * Add mozilla-1.4a supportmarcus2003-04-071-6/+4 * allow build with more warnings enabled, NO_WERROR=yesdinoex2003-04-051-0/+4 * * Update to 1.2.9marcus2003-04-043-9/+10 * Clear moonlight beckons.ade2003-03-072-1/+1 * Add a conditional dependency on nautilus.marcus2003-02-181-1/+9 * Update to 1.2.8.marcus2003-02-175-92/+18 * Fix build with mozilla-devel.marcus2003-02-071-2/+23 * Sync this port with the recent Mozilla commits.marcus2003-01-221-2/+3 * Update to 1.2.7.marcus2003-01-033-15/+32 * Bump PORTREVISION after the gal version bump.marcus2002-11-121-0/+1 * Add a check for mozilla-embedded.marcus2002-11-04