aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/gnome-commander2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-27 07:25:01 +0800
committermarcus <marcus@FreeBSD.org>2003-10-27 07:25:01 +0800
commit03c67e3d7f99e3ffb1433d91704b5a6646350ba9 (patch)
tree3ec66a623df55fbc23b8f9a591fe4bba553df74d /x11-fm/gnome-commander2
parent33dc40d996cfc1a45765a2b84c9cfcb9a1a7794e (diff)
downloadfreebsd-ports-gnome-03c67e3d7f99e3ffb1433d91704b5a6646350ba9.tar.gz
freebsd-ports-gnome-03c67e3d7f99e3ffb1433d91704b5a6646350ba9.tar.zst
freebsd-ports-gnome-03c67e3d7f99e3ffb1433d91704b5a6646350ba9.zip
* Fix crash trying to find pixmaps
* Give this port a maintainer PR: 58370
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r--x11-fm/gnome-commander2/Makefile3
-rw-r--r--x11-fm/gnome-commander2/files/patch-configure18
-rw-r--r--x11-fm/gnome-commander2/files/patch-configure.in14
3 files changed, 20 insertions, 15 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile
index 177258866edc..2d7330a7c21e 100644
--- a/x11-fm/gnome-commander2/Makefile
+++ b/x11-fm/gnome-commander2/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-commander2/files/patch-configure b/x11-fm/gnome-commander2/files/patch-configure
new file mode 100644
index 000000000000..7921d595f0c7
--- /dev/null
+++ b/x11-fm/gnome-commander2/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-commander2/files/patch-configure.in b/x11-fm/gnome-commander2/files/patch-configure.in
deleted file mode 100644
index d54e713f048b..000000000000
--- a/x11-fm/gnome-commander2/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
-
-