diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-29 04:36:04 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-29 04:36:04 +0000 |
commit | 15f0f6359a1ffd8b92e6ab5c4d0394b1b159b7d4 (patch) | |
tree | 317878521786d7e26706667c0e7758aeede6d357 /x11-wm/afterstep-stable | |
parent | 9240f17c07545892058f88bab74f357c222bc83a (diff) | |
download | ports-15f0f6359a1ffd8b92e6ab5c4d0394b1b159b7d4.tar.gz ports-15f0f6359a1ffd8b92e6ab5c4d0394b1b159b7d4.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 12 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-libAfterBase::configure | 8 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 298fb278d732..01bd518a6bd9 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -6,8 +6,7 @@ # PORTNAME= afterstep -PORTVERSION= 2.2.6 -PORTREVISION= 1 +PORTVERSION= 2.2.7 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ ${MASTER_SITE_SOURCEFORGE} @@ -17,7 +16,8 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= A stable version of the AfterStep window manager -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ + execinfo.1:${PORTSDIR}/devel/libexecinfo \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ @@ -28,9 +28,9 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ RUN_DEPENDS= ${X11BASE}/bin/xli:${PORTSDIR}/graphics/xli USE_BZIP2= yes -USE_GNOME= gtk20 -USE_XPM= yes -USE_XLIB= yes +USE_GNOME= glib20 gtk20 pango +USE_ICONV= yes +USE_XORG+= ice sm x11 xcursor xext xfixes xi xinerama xrandr xrender GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--disable-ascp \ diff --git a/x11-wm/afterstep-stable/distinfo b/x11-wm/afterstep-stable/distinfo index 56da2a0feb83..9afb15586d12 100644 --- a/x11-wm/afterstep-stable/distinfo +++ b/x11-wm/afterstep-stable/distinfo @@ -1,3 +1,3 @@ -MD5 (AfterStep-2.2.6.tar.bz2) = 05dfcd730a49ac791a3361d71ae9d68f -SHA256 (AfterStep-2.2.6.tar.bz2) = ec37dcffe7b79d3b66b0ef0d2664011ec944d1bc84ad2940250ffd2ec87885b2 -SIZE (AfterStep-2.2.6.tar.bz2) = 5900585 +MD5 (AfterStep-2.2.7.tar.bz2) = 0a6018f7afd8aa7ac1555e9ff3944e3a +SHA256 (AfterStep-2.2.7.tar.bz2) = 36a988205b01d6c082ea8e9c8b9b0a2cbc4da2c73e9eb52490578a359a04d7ff +SIZE (AfterStep-2.2.7.tar.bz2) = 5935259 diff --git a/x11-wm/afterstep-stable/files/patch-libAfterBase::configure b/x11-wm/afterstep-stable/files/patch-libAfterBase::configure index a02d7789fff9..005f015e0a6d 100644 --- a/x11-wm/afterstep-stable/files/patch-libAfterBase::configure +++ b/x11-wm/afterstep-stable/files/patch-libAfterBase::configure @@ -1,13 +1,13 @@ $FreeBSD$ ---- libAfterBase/configure.orig Tue May 23 10:59:30 2006 -+++ libAfterBase/configure Thu Jun 22 15:09:25 2006 -@@ -6379,6 +6379,8 @@ +--- libAfterBase/configure.orig Thu Jul 12 15:39:55 2007 ++++ libAfterBase/configure Sun Oct 28 20:22:55 2007 +@@ -6381,6 +6381,8 @@ +execinfo_libs="-L%%LOCALBASE%%/lib -lexecinfo" +LIBS="$execinfo_libs $LIBS" - for ac_func in backtrace_symbols + for ac_func in backtrace_symbols_fd backtrace_symbols backtrace do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index ef3d000219b6..f331e29014d9 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -1363,7 +1363,7 @@ lib/libAfterStep.a %%DATADIR%%/themes/Default %%DATADIR%%/wharf %%DATADIR%%/winlist -share/gnome/wm-properties/AfterStep.desktop +%%DATADIR%%/wintabs share/xsessions/AfterStep.desktop @dirrm share/xsessions @dirrm %%DATADIR%%/themes |