diff options
author | clive <clive@FreeBSD.org> | 2001-03-30 04:26:00 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-03-30 04:26:00 +0800 |
commit | 21df35e65c7d6f43ff79c08e10e04b1a08ae4721 (patch) | |
tree | 44569338383628cd89748c8876dbe454f93daeab /x11-wm/ion | |
parent | 36b1a476b044e96666a67cf54e3564bc2121cad7 (diff) | |
download | freebsd-ports-gnome-21df35e65c7d6f43ff79c08e10e04b1a08ae4721.tar.gz freebsd-ports-gnome-21df35e65c7d6f43ff79c08e10e04b1a08ae4721.tar.zst freebsd-ports-gnome-21df35e65c7d6f43ff79c08e10e04b1a08ae4721.zip |
Update ion to the author's latest version (20010314).
PR: 26205
Submitted by: MAINTAINER
Diffstat (limited to 'x11-wm/ion')
-rw-r--r-- | x11-wm/ion/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/ion/files/patch-system.mk | 19 |
3 files changed, 16 insertions, 7 deletions
diff --git a/x11-wm/ion/Makefile b/x11-wm/ion/Makefile index 0a3f0671152c..7288ef16c658 100644 --- a/x11-wm/ion/Makefile +++ b/x11-wm/ion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ion -PORTVERSION= 20010216 +PORTVERSION= 20010314 CATEGORIES= x11-wm MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ diff --git a/x11-wm/ion/distinfo b/x11-wm/ion/distinfo index 07583a6a0aea..97b8e28cb43f 100644 --- a/x11-wm/ion/distinfo +++ b/x11-wm/ion/distinfo @@ -1 +1 @@ -MD5 (ion-20010216.tar.gz) = 5ae01e7ccb675193ead510a3db2e1a0d +MD5 (ion-20010314.tar.gz) = e6d637d458c89b777d1ee5e1c3b89f2f diff --git a/x11-wm/ion/files/patch-system.mk b/x11-wm/ion/files/patch-system.mk index b4356a1ab07f..45938ca823ed 100644 --- a/x11-wm/ion/files/patch-system.mk +++ b/x11-wm/ion/files/patch-system.mk @@ -1,5 +1,5 @@ ---- system.mk.orig Thu Dec 28 21:42:07 2000 -+++ system.mk Sun Jan 21 05:24:15 2001 +--- system.mk.orig Mon Mar 5 09:16:01 2001 ++++ system.mk Thu Mar 29 11:37:26 2001 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -16,7 +16,15 @@ # Not used INCDIR=$(PREFIX)/include LIBDIR=$(PREFIX)/lib -@@ -23,7 +23,7 @@ +@@ -24,14 +24,14 @@ + ## + + #MODULE_SUPPORT=-DCF_NO_MODULE_SUPPORT +-MODULE_SUPPORT_LDFLAGS=-export-dynamic -ldl ++MODULE_SUPPORT_LDFLAGS=-export-dynamic + + + ## ## X libraries, includes and options ## @@ -25,7 +33,7 @@ # SunOS/Solaris #X11_PREFIX=/usr/openwin -@@ -78,8 +78,8 @@ +@@ -86,8 +86,8 @@ -Wparentheses -pedantic-errors -Wuninitialized @@ -36,7 +44,7 @@ ## -@@ -104,9 +104,9 @@ +@@ -112,9 +112,9 @@ ## # Should work almost everywhere @@ -47,3 +55,4 @@ +INSTALL=install -c INSTALLDIR=mkdir -p + |