Nothing big..

- new homepage + mastersite
- remove -Os

ok by maintainer ("feel free to make the changes yourself")
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/wmi/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    13 Nov 2006 13:01:38 -0000      1.5
+++ Makefile    16 Nov 2006 19:16:27 -0000
@@ -3,10 +3,10 @@
 COMMENT=       "window manager improved - key driven window manager"
 
 DISTNAME=      wmi-10
-PKGNAME=       ${DISTNAME}p0
-CATEGORIES=    x11     
+PKGNAME=       ${DISTNAME}p1
+CATEGORIES=    x11
 
-HOMEPAGE=      http://wmi.modprobe.de/ 
+HOMEPAGE=      http://wmii.suckless.org/
 
 MAINTAINER=    Julian Frede <[EMAIL PROTECTED]>
 
@@ -18,7 +18,7 @@
 WANTLIB=               ICE SM X11 Xext Xft Xrender c fontconfig freetype m \
                        stdc++
 
-MASTER_SITES=  ${MASTER_SITE_BERLIOS=wmi/}
+MASTER_SITES=  ${HOMEPAGE}/download/
 
 # not necessary, but to ensure consistent behaviour
 BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
--- /dev/null   Thu Nov 16 20:17:07 2006
+++ patches/patch-configure     Tue Nov 14 13:12:51 2006
@@ -0,0 +1,11 @@
+--- configure.orig     Tue Nov 14 13:11:56 2006
++++ configure  Tue Nov 14 13:12:06 2006
+@@ -5922,7 +5922,7 @@
+ test x$x_libraries = "x" && x_libraries="/usr/lib"
+ 
+ CFLAGS=""
+-CXXFLAGS="-Os $CXXFLAGS $X_CFLAGS"
++CXXFLAGS="$CXXFLAGS $X_CFLAGS"
+ LIBS="$LIBS $X_LIBS $X_PRE_LIBS"
+ 
+ # Check for required functions in -lX11

Reply via email to