aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-29 14:21:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-29 14:21:05 +0000
commitc2ffb5ed6b75f75711b943ab54f387b9f5bc2388 (patch)
tree647fb579352c9bb0942a131331f33bee426f8383 /x11-fm
parent76602513f7df8584fe9910715fc1188406f5ad0b (diff)
downloadports-c2ffb5ed6b75f75711b943ab54f387b9f5bc2388.tar.gz
ports-c2ffb5ed6b75f75711b943ab54f387b9f5bc2388.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/emelfm2/Makefile2
-rw-r--r--x11-fm/emelfm2/distinfo4
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile15
3 files changed, 8 insertions, 13 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile
index 544fcba62bdc..433f06d57e4f 100644
--- a/x11-fm/emelfm2/Makefile
+++ b/x11-fm/emelfm2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= emelfm2
-PORTVERSION= 0.0.6
+PORTVERSION= 0.0.7
CATEGORIES= x11-fm
MASTER_SITES= http://dasui.prima.de/~tooar/
diff --git a/x11-fm/emelfm2/distinfo b/x11-fm/emelfm2/distinfo
index e5fc2752d245..5597f41485d1 100644
--- a/x11-fm/emelfm2/distinfo
+++ b/x11-fm/emelfm2/distinfo
@@ -1,2 +1,2 @@
-MD5 (emelfm2-0.0.6.tar.gz) = adeb714cce330fa3d6ea7e41e6a9e017
-SIZE (emelfm2-0.0.6.tar.gz) = 215093
+MD5 (emelfm2-0.0.7.tar.gz) = 4f060460537f841a0321c644211c1fa7
+SIZE (emelfm2-0.0.7.tar.gz) = 222953
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile
index 2b783de1498d..8d0c5616c432 100644
--- a/x11-fm/emelfm2/files/patch-Makefile
+++ b/x11-fm/emelfm2/files/patch-Makefile
@@ -1,21 +1,16 @@
--- Makefile.orig Fri Feb 27 11:23:08 2004
+++ Makefile Wed Mar 3 16:32:42 2004
-@@ -78,9 +78,6 @@
+@@ -79,13 +79,6 @@
lLIBS_CFLAGS += -shared -fPIC -DPIC
lLDFLAGS = $(LDFLAGS)
lLDFLAGS += `pkg-config --libs gtk+-2.0`
-ifeq ($(OPSY),FreeBSD)
+-#FIXME: is there a better way to do that?
+-OSREL = $(shell sysctl -n kern.osreldate)
+-ifneq ($(shell awk 'BEGIN { if ($(OSREL) < 500041) print "yes" }'), "")
-lLDFLAGS += -lgnugetopt
-endif
+-endif
# gthread-2.0
.PHONY: all plugins install install_plugins uninstall uninstall_plugins doc clean dist-src dist-bin dist dist-pre deps marshals test test2
-@@ -92,7 +89,7 @@
-
- install: all install_plugins
- @echo "installing $(TARGET) to prefix '$(PREFIX)'"
-- @install -D -c -s -m 755 $(TARGET) $(BIN_DIR)/$(TARGET)
-+ @install -c -s -m 755 $(TARGET) $(BIN_DIR)/$(TARGET)
- @install -d $(ICON_DIR)
- @for file in `ls icons/ |grep -v CVS`; do \
- install -c -m 644 icons/$$file $(ICON_DIR); \