aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-22 15:42:17 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-22 15:42:17 +0000
commitdd3e50223d0b2ae782f860ffe2476a0e62a3e43a (patch)
tree0350dcd06991d05827609b2cbf6f2c04dfc7f676 /x11-fm
parentc3bfbfe7dce4281162b5bf14d6f9e49fabda27b6 (diff)
downloadports-dd3e50223d0b2ae782f860ffe2476a0e62a3e43a.tar.gz
ports-dd3e50223d0b2ae782f860ffe2476a0e62a3e43a.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/emelfm2/Makefile2
-rw-r--r--x11-fm/emelfm2/distinfo6
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile16
3 files changed, 16 insertions, 8 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile
index 0089547e299c..90535a6651dd 100644
--- a/x11-fm/emelfm2/Makefile
+++ b/x11-fm/emelfm2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= emelfm2
-PORTVERSION= 0.3
+PORTVERSION= 0.3.1
CATEGORIES= x11-fm
MASTER_SITES= http://www.emelfm2.net/rel/ \
${MASTER_SITE_LOCAL}
diff --git a/x11-fm/emelfm2/distinfo b/x11-fm/emelfm2/distinfo
index a41844a44b33..12f23bdba208 100644
--- a/x11-fm/emelfm2/distinfo
+++ b/x11-fm/emelfm2/distinfo
@@ -1,3 +1,3 @@
-MD5 (emelfm2-0.3.tar.gz) = bde57eb21e9867843fa43d1982af72b4
-SHA256 (emelfm2-0.3.tar.gz) = a5bd3dee849c9dee1952dca6b20c74d6b8ebd71066c7f2a200ebf7fd6a631cc7
-SIZE (emelfm2-0.3.tar.gz) = 905759
+MD5 (emelfm2-0.3.1.tar.gz) = c246141755a3c89137f307ce56c3c456
+SHA256 (emelfm2-0.3.1.tar.gz) = 0cc4d068f54babb02237665e5c7fc0c39141e6d97060ce46c2a7191779eefd4d
+SIZE (emelfm2-0.3.1.tar.gz) = 888683
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile
index 1f3e803b117b..141f603906a6 100644
--- a/x11-fm/emelfm2/files/patch-Makefile
+++ b/x11-fm/emelfm2/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Nov 3 00:35:33 2006
-+++ Makefile Fri Nov 3 00:36:25 2006
+--- Makefile.orig Tue Nov 14 23:36:30 2006
++++ Makefile Wed Nov 22 12:54:18 2006
@@ -57,7 +57,7 @@
endif
ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/
@@ -9,10 +9,18 @@
OBJECTS_DIR = objs
# object directories that have to be created
-@@ -147,10 +147,10 @@
+@@ -147,17 +147,17 @@
+
+ lLDFLAGS = $(LDFLAGS)
+ # -lrt needed for clock_gettime()
+-lLIBS = $(shell pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0) -lrt
++lLIBS = $(shell pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0)
ifeq ($(USE_FAM),1)
lLIBS += -lfam
endif
+ ifeq ($(EDITOR_SPELLCHECK),1)
+ lLIBS += -lgtkspell
+ endif
-ifeq ($(OPSY),FreeBSD)
- OSREL = $(shell sysctl -n kern.osreldate)
- lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
@@ -24,7 +32,7 @@
.PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \
clean deps marshals gettext i18n install_i18n uninstall_i18n \
-@@ -175,7 +175,6 @@
+@@ -182,7 +182,6 @@
done
@install -d $(MAN_DIR)
@install -m 644 docs/$(TARGET).1 $(MAN_DIR);