diff options
author | danfe <danfe@FreeBSD.org> | 2008-07-24 02:24:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-07-24 02:24:35 +0800 |
commit | 92554a8094b0df60b3ada25c1b9069e2320c7233 (patch) | |
tree | eb20a31887740c7c3bce982af1755edbd6e556c4 /x11 | |
parent | e8868fd9e54cdc8f7e27597638131c6fcaca01c9 (diff) | |
download | freebsd-ports-gnome-92554a8094b0df60b3ada25c1b9069e2320c7233.tar.gz freebsd-ports-gnome-92554a8094b0df60b3ada25c1b9069e2320c7233.tar.zst freebsd-ports-gnome-92554a8094b0df60b3ada25c1b9069e2320c7233.zip |
- Unbreak and undeprecate (add missing USE_XORG)
- Augment master sites per portlint(1)
- Do not patch things during extract stage
- Fix regexp to be more accurate
Diffstat (limited to 'x11')
-rw-r--r-- | x11/metisse/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index 109580f81c90..4de9a7198f35 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -9,7 +9,8 @@ PORTNAME= metisse DISTVERSION= 0.4.0-rc4 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://insitu.lri.fr/metisse/download/latest/ +MASTER_SITES= http://insitu.lri.fr/metisse/download/latest/ \ + http://freebsd.nsu.ru/distfiles/metisse/ MAINTAINER= danfe@FreeBSD.org COMMENT= An innovative X-based window system @@ -19,10 +20,6 @@ CONFLICTS= fvwm-1.* fvwm-2.5.* LIB_DEPENDS= Nucleo.0:${PORTSDIR}/x11-toolkits/nucleo RUN_DEPENDS= ${LOCALBASE}/libdata/xorg/fonts:${PORTSDIR}/x11-fonts/xorg-fonts -BROKEN= Does not compile -DEPRECATED= Has been broken for more than 6 months -EXPIRATION_DATE=2008-09-19 - USE_BZIP2= yes PATCH_STRIP= -p1 GNU_CONFIGURE= yes @@ -32,6 +29,7 @@ CONFIGURE_ARGS= --with-fontdir=${LOCALBASE}/lib/X11/fonts MAKE_ARGS= METISSE_DOC_DIR="${DOCSDIR}" USE_GETTEXT= yes USE_LDCONFIG= yes +USE_XORG= xrender WANT_GNOME= yes OPTIONS= MMX "Enable MMX optimizations" on \ @@ -118,11 +116,11 @@ PLIST_SUB+= GTK="" PLIST_SUB+= GTK="@comment " .endif -post-extract: .SILENT +post-patch: .SILENT # Fix KDE tray ${REINPLACE_CMD} -e '4723d' ${WRKSRC}/fvwm-insitu/fvwm/events.c # Fix pager mode border color - ${REINPLACE_CMD} -e 's/0.1,0.5,0.4/0.7,0.71,0.7/' \ + ${REINPLACE_CMD} -e 's/0\.1,0\.5,0\.4/0.7,0.71,0.7/' \ ${WRKSRC}/FvwmCompositor/main/compositor.cxx # Fix desktop entries path ${REINPLACE_CMD} -E 's,^(configdir =).*,\1 ${DESKTOPDIR},' \ |