1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update 0.3.1

PR:		ports/105747
Submitted by:	Marcus von Appen <mva at sysfault.org> (maintainer)
This commit is contained in:
Rong-En Fan 2006-11-22 15:42:17 +00:00
parent c3bfbfe7dc
commit dd3e50223d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177805
3 changed files with 16 additions and 8 deletions

View File

@ -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}

View File

@ -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

View File

@ -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);