diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-12 09:56:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-12 09:56:00 +0000 |
commit | f305aa323811095a9e80549ac6f81e259f089419 (patch) | |
tree | 4830c8953338204c8148c5eeaef1c36b91d1751b /x11-wm | |
parent | c1aa305b9f75e79aa9fd60a6935172bd2dba0696 (diff) | |
download | ports-f305aa323811095a9e80549ac6f81e259f089419.tar.gz ports-f305aa323811095a9e80549ac6f81e259f089419.zip |
Fix pkg-plist and mark BROKEN on alpha
PR: ports/74969
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=123805
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/kahakai/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/kahakai/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/kahakai/Makefile b/x11-wm/kahakai/Makefile index c55c14b9ae64..a5ca7cf8def7 100644 --- a/x11-wm/kahakai/Makefile +++ b/x11-wm/kahakai/Makefile @@ -7,6 +7,7 @@ PORTNAME= kahakai PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,8 +24,6 @@ RUN_DEPENDS= \ DEPRECATED= "Development ceased" -BROKEN= Broken by python 2.4 update - USE_BZIP2= yes USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 @@ -43,6 +42,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha 4.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|/tmp/ktest|${X11BASE}|' \ ${WRKSRC}/data/styles/Default.kastyle.in diff --git a/x11-wm/kahakai/pkg-plist b/x11-wm/kahakai/pkg-plist index 50f896af3e6f..2b47f10015f3 100644 --- a/x11-wm/kahakai/pkg-plist +++ b/x11-wm/kahakai/pkg-plist @@ -27,8 +27,6 @@ share/kahakai/scripts/events.pyc share/kahakai/scripts/events.pyo share/kahakai/scripts/filelist.pl share/kahakai/scripts/kahakai.py -share/kahakai/scripts/kahakai.pyc -share/kahakai/scripts/kahakai.pyo share/kahakai/scripts/macros.py share/kahakai/scripts/macros.pyc share/kahakai/scripts/macros.pyo |