From 8c8ecf834b878f67c59c50749e510daff5a690d0 Mon Sep 17 00:00:00 2001 From: philip Date: Mon, 11 Jun 2007 13:32:29 +0000 Subject: Fix the build on !7.x. while here, also fix the pkg-plist. --- x11-wm/ion-3/Makefile | 1 + x11-wm/ion-3/files/patch-system.mk | 11 +++++++---- x11-wm/ion-3/pkg-plist | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'x11-wm/ion-3') diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index 3c5e9bb2299a..45eada037141 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -7,6 +7,7 @@ PORTNAME= ion-3rc PORTVERSION= 20070608 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/dl/:ion3 \ http://wannabehacker.com/src/:xinerama diff --git a/x11-wm/ion-3/files/patch-system.mk b/x11-wm/ion-3/files/patch-system.mk index 1bce2c3c0cff..5fe976786bb8 100644 --- a/x11-wm/ion-3/files/patch-system.mk +++ b/x11-wm/ion-3/files/patch-system.mk @@ -1,5 +1,5 @@ --- system.mk.orig Fri Jun 8 18:57:05 2007 -+++ system.mk Sun Jun 10 11:48:58 2007 ++++ system.mk Mon Jun 11 10:06:38 2007 @@ -7,7 +7,7 @@ ## Installation paths ## @@ -77,7 +77,7 @@ # If you're on an archaic system (such as relatively recent *BSD releases) # without even dummy multibyte/widechar and localisation support, you may -@@ -112,8 +112,8 @@ +@@ -112,18 +112,18 @@ #DEFINES += -DCF_NO_LOCALE # On some other systems you may something like this: @@ -87,8 +87,11 @@ +EXTRA_INCLUDES += -I$(LOCALBASE)/include # clock_gettime for monotonic time - EXTRA_LIBS += -lrt -@@ -123,7 +123,7 @@ +-EXTRA_LIBS += -lrt ++#EXTRA_LIBS += -lrt + + + ## ## C compiler ## diff --git a/x11-wm/ion-3/pkg-plist b/x11-wm/ion-3/pkg-plist index a1e9469af09a..ab54b8a23bd1 100644 --- a/x11-wm/ion-3/pkg-plist +++ b/x11-wm/ion-3/pkg-plist @@ -70,11 +70,12 @@ lib/ion3/mod/mod_tiling.so %%DATADIR%%/welcome.txt %%NLS%%share/locale/cs/LC_MESSAGES/ion3.mo %%NLS%%share/locale/fi/LC_MESSAGES/ion3.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ion3.mo @dirrm lib/ion3/bin @dirrm lib/ion3/lc @dirrm lib/ion3/mod @dirrm lib/ion3 -@dirrm share/ion-3 +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry etc/ion3 @dirrmtry man/cs/man1 -- cgit