aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/emelfm2/files
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-10 11:53:42 +0800
committerrafan <rafan@FreeBSD.org>2006-08-10 11:53:42 +0800
commit104a47373580d5724706bd121789194708a6e5cf (patch)
tree370f181f153f6ba89f790ce43006d6b39faae2db /x11-fm/emelfm2/files
parent21752badca749f73430772a498730dfcd7f75d8c (diff)
downloadfreebsd-ports-gnome-104a47373580d5724706bd121789194708a6e5cf.tar.gz
freebsd-ports-gnome-104a47373580d5724706bd121789194708a6e5cf.tar.zst
freebsd-ports-gnome-104a47373580d5724706bd121789194708a6e5cf.zip
- Update to 0.1.8
PR: ports/101614 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Diffstat (limited to 'x11-fm/emelfm2/files')
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile29
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile.config15
2 files changed, 32 insertions, 12 deletions
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile
index d857c533e5ef..a5f06629858e 100644
--- a/x11-fm/emelfm2/files/patch-Makefile
+++ b/x11-fm/emelfm2/files/patch-Makefile
@@ -1,17 +1,34 @@
---- Makefile.orig Tue Sep 13 02:06:53 2005
-+++ Makefile Wed Sep 14 19:42:41 2005
-@@ -124,10 +124,10 @@
+--- Makefile.orig Thu Jul 27 02:20:13 2006
++++ Makefile Mon Aug 7 23:26:10 2006
+@@ -57,7 +57,7 @@
+ endif
+ ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/
+ LOCALE_DIR ?= $(PREFIX)/share/locale/
+-MAN_DIR ?= $(PREFIX)/share/man/man1/
++MAN_DIR ?= $(PREFIX)/man/man1/
+
+ OBJECTS_DIR = objs
+ # object directories that have to be created
+@@ -148,10 +148,10 @@
ifeq ($(USE_FAM),1)
- lLDFLAGS += -lfam
+ lLIBS += -lfam
endif
-ifeq ($(OPSY),FreeBSD)
- OSREL = $(shell sysctl -n kern.osreldate)
-- lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
+- lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
-endif
+#ifeq ($(OPSY),FreeBSD)
+# OSREL = $(shell sysctl -n kern.osreldate)
-+# lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
++# lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
+#endif
.PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \
clean deps marshals gettext i18n install_i18n uninstall_i18n \
+@@ -176,7 +176,6 @@
+ done
+ @install -d $(MAN_DIR)
+ @install -m 644 docs/$(TARGET).1 $(MAN_DIR);
+- @bzip2 -f $(MAN_DIR)$(TARGET).1;
+
+ ifeq ($(XGD_INTEGRATION), 1)
+ @install -d $(XGD_DESKTOP_DIR)
diff --git a/x11-fm/emelfm2/files/patch-Makefile.config b/x11-fm/emelfm2/files/patch-Makefile.config
index ea79cddbbd87..e7dc41bc0294 100644
--- a/x11-fm/emelfm2/files/patch-Makefile.config
+++ b/x11-fm/emelfm2/files/patch-Makefile.config
@@ -1,11 +1,14 @@
---- Makefile.config.orig Mon Nov 21 15:13:08 2005
-+++ Makefile.config Mon Nov 21 15:13:50 2005
-@@ -91,7 +91,7 @@
+--- Makefile.config.orig Mon Aug 7 22:58:41 2006
++++ Makefile.config Mon Aug 7 22:58:54 2006
+@@ -83,9 +83,9 @@
+ ifeq ($(strip $(CFLAGS)),)
+ ifeq ($(DEBUG), 1)
#CFLAGS = -Wall -Wextra -Wno-unused -Winline
- CFLAGS = -Wall -Winline
+-CFLAGS = -Wall -Winline
++CFLAGS ?= -Wall -Winline
else
-CFLAGS = -O2 -Wall
-+CFLAGS ?= -Wall
- #CFLAGS = -O3 -Wall -march=athlon-tbird -mtune=athlon-tbird
++CFLAGS ?= -O2 -Wall
+ #CFLAGS = -O3 -Wall -march=athlon-tbird -mtune=athlon-tbird
#CFLAGS = -O3 -Wall -march=pentium -mtune=pentium4
endif