summaryrefslogtreecommitdiff
path: root/x11-fm/gnome-commander
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-26 23:25:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-26 23:25:01 +0000
commit2c8b0494f30dbe40e31d96d6e16e8a55599e6ed7 (patch)
tree97aa07e3ac8d3fc4c98a4bacdcdd0968904b6982 /x11-fm/gnome-commander
parentNote x3arth removal (FTP layout changed, port no longer works) (diff)
* Fix crash trying to find pixmaps
* Give this port a maintainer PR: 58370
Notes
Notes: svn path=/head/; revision=92268
Diffstat (limited to 'x11-fm/gnome-commander')
-rw-r--r--x11-fm/gnome-commander/Makefile3
-rw-r--r--x11-fm/gnome-commander/files/patch-configure18
-rw-r--r--x11-fm/gnome-commander/files/patch-configure.in14
3 files changed, 20 insertions, 15 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile
index 177258866edc..2d7330a7c21e 100644
--- a/x11-fm/gnome-commander/Makefile
+++ b/x11-fm/gnome-commander/Makefile
@@ -7,10 +7,11 @@
PORTNAME= gnome-commander
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= http://savannah.nongnu.org/download/gcmd/gcmd.pkg/${PORTVERSION}/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= rehsack@liwing.de
COMMENT= File manager for Gnome
.if defined(WITH_FAM)
diff --git a/x11-fm/gnome-commander/files/patch-configure b/x11-fm/gnome-commander/files/patch-configure
new file mode 100644
index 000000000000..7921d595f0c7
--- /dev/null
+++ b/x11-fm/gnome-commander/files/patch-configure
@@ -0,0 +1,18 @@
+--- configure.orig Fri Oct 24 00:59:12 2003
++++ configure Fri Oct 24 00:59:25 2003
+@@ -9397,13 +9397,13 @@
+ if test "x${prefix}" = "xNONE"; then
+
+ cat >>confdefs.h <<_ACEOF
+-#define PIXMAPS_DIR "${ac_default_prefix}/share/pixmaps/${PACKAGE}"
++#define PIXMAPS_DIR "${ac_default_prefix}/share/gnome/pixmaps/${PACKAGE}"
+ _ACEOF
+
+ else
+
+ cat >>confdefs.h <<_ACEOF
+-#define PIXMAPS_DIR "${prefix}/share/pixmaps/${PACKAGE}"
++#define PIXMAPS_DIR "${prefix}/share/gnome/pixmaps/${PACKAGE}"
+ _ACEOF
+
+ fi
diff --git a/x11-fm/gnome-commander/files/patch-configure.in b/x11-fm/gnome-commander/files/patch-configure.in
deleted file mode 100644
index d54e713f048b..000000000000
--- a/x11-fm/gnome-commander/files/patch-configure.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.in.orig Tue Aug 19 16:49:03 2003
-+++ configure.in Tue Aug 19 16:49:37 2003
-@@ -117,9 +117,9 @@
-
- dnl Set PIXMAPS_DIR in config.h.
- if test "x${prefix}" = "xNONE"; then
-- AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${ac_default_prefix}/share/pixmaps/${PACKAGE}", [pixmaps location])
-+ AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${ac_default_prefix}/share/gnome/pixmaps/${PACKAGE}", [pixmaps location])
- else
-- AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${prefix}/share/pixmaps/${PACKAGE}", [pixmaps location])
-+ AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${prefix}/share/gnome/pixmaps/${PACKAGE}", [pixmaps location])
- fi
-
-