aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2018-02-28 04:58:15 +0000
committerHiroki Sato <hrs@FreeBSD.org>2018-02-28 04:58:15 +0000
commit8fd75b39c3a9fe01aaec8534c134e82a3e5ed492 (patch)
tree2b6b0c15fda9c1cefa9672db93492c7b2d9c7669 /x11-wm
parent52190cf3eee9b1ffe5069d21561d518e1b186bbc (diff)
downloadports-8fd75b39c3a9fe01aaec8534c134e82a3e5ed492.tar.gz
ports-8fd75b39c3a9fe01aaec8534c134e82a3e5ed492.zip
Update libwraster to 0.95.8 and make x11-wm/windowmaker
depend on the correct version.
Notes
Notes: svn path=/head/; revision=463177
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/libwraster/Makefile9
-rw-r--r--x11-wm/libwraster/distinfo5
-rw-r--r--x11-wm/libwraster/pkg-plist4
-rw-r--r--x11-wm/windowmaker/Makefile5
-rw-r--r--x11-wm/windowmaker/distinfo2
5 files changed, 12 insertions, 13 deletions
diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile
index ad20a3125472..f041ec996b59 100644
--- a/x11-wm/libwraster/Makefile
+++ b/x11-wm/libwraster/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libwraster
-PORTVERSION= 0.95.7
-PORTREVISION= 5
+PORTVERSION= 0.95.8
CATEGORIES= x11-wm windowmaker
MASTER_SITES= http://windowmaker.org/pub/source/release/
DISTNAME= WindowMaker-${PORTVERSION}
@@ -19,9 +18,9 @@ LIB_DEPENDS= libgif.so:graphics/giflib \
libwebp.so:graphics/webp \
libMagickWand-6.so:graphics/ImageMagick
-USES= jpeg libtool pathfix pkgconfig
+USES= jpeg libtool localbase pathfix pkgconfig
USE_LDCONFIG= yes
-USE_XORG= xft xinerama xmu xpm
+USE_XORG= x11 xext xft xinerama xmu xpm
BUILD_WRKSRC= ${WRKSRC}/wrlib
INSTALL_WRKSRC= ${WRKSRC}/wrlib
GNU_CONFIGURE= yes
@@ -35,8 +34,6 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--enable-usermenu \
--enable-wmreplace \
--with-x
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
pre-build:
diff --git a/x11-wm/libwraster/distinfo b/x11-wm/libwraster/distinfo
index 30084ce6fee7..bf18d20d609c 100644
--- a/x11-wm/libwraster/distinfo
+++ b/x11-wm/libwraster/distinfo
@@ -1,2 +1,3 @@
-SHA256 (WindowMaker-0.95.7.tar.gz) = 842d486c4b212b19d10dbae2c315c6ff20c6e651471eaa45214b3b832d8097a9
-SIZE (WindowMaker-0.95.7.tar.gz) = 3238325
+TIMESTAMP = 1519792748
+SHA256 (WindowMaker-0.95.8.tar.gz) = 9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a
+SIZE (WindowMaker-0.95.8.tar.gz) = 3253515
diff --git a/x11-wm/libwraster/pkg-plist b/x11-wm/libwraster/pkg-plist
index e9566e8847c9..d8ad485d514f 100644
--- a/x11-wm/libwraster/pkg-plist
+++ b/x11-wm/libwraster/pkg-plist
@@ -2,7 +2,7 @@ bin/get-wraster-flags
include/wraster.h
lib/libwraster.a
lib/libwraster.so
-lib/libwraster.so.5
-lib/libwraster.so.5.0.0
+lib/libwraster.so.6
+lib/libwraster.so.6.0.0
libdata/pkgconfig/wrlib.pc
man/man1/get-wraster-flags.1.gz
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 22a7e4edda85..a940a906f351 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -3,6 +3,7 @@
PORTNAME= windowmaker
PORTVERSION= 0.95.8
+PORTREVISION= 1
CATEGORIES= x11-wm windowmaker
MASTER_SITES= http://windowmaker.org/pub/source/release/
DISTNAME= WindowMaker-${PORTVERSION}
@@ -18,7 +19,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp \
libMagickWand-6.so:graphics/ImageMagick \
- libwraster.so:x11-wm/libwraster \
+ libwraster.so.6:x11-wm/libwraster \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libexif.so:graphics/libexif
@@ -26,7 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:graphics/
USES= jpeg libtool shebangfix pathfix perl5 pkgconfig
USE_LDCONFIG= yes
-USE_XORG= xft xinerama xmu xpm x11 xext
+USE_XORG= x11 xext xft xinerama xmu xpm
SHEBANG_FILES= util/wkdemenu.pl
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no \
diff --git a/x11-wm/windowmaker/distinfo b/x11-wm/windowmaker/distinfo
index 193035fe80b3..04138af57475 100644
--- a/x11-wm/windowmaker/distinfo
+++ b/x11-wm/windowmaker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497386665
+TIMESTAMP = 1519793700
SHA256 (WindowMaker-0.95.8.tar.gz) = 9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a
SIZE (WindowMaker-0.95.8.tar.gz) = 3253515