diff options
author | jgh <jgh@FreeBSD.org> | 2015-01-31 15:14:48 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-01-31 15:14:48 +0800 |
commit | 4741d1ed121a5a546e8970b18f0fd6c773a4e1ae (patch) | |
tree | 2d12bf12dda45ac52830b465ef3d184bfe3d408e /x11 | |
parent | f2c9bf9c4086274bf6f6e45fd6d3bce33a4ee39c (diff) | |
download | freebsd-ports-gnome-4741d1ed121a5a546e8970b18f0fd6c773a4e1ae.tar.gz freebsd-ports-gnome-4741d1ed121a5a546e8970b18f0fd6c773a4e1ae.tar.zst freebsd-ports-gnome-4741d1ed121a5a546e8970b18f0fd6c773a4e1ae.zip |
- update to 5.45
- pet portlint
- address compile failure for freetype2 [1]
PR: 18552 [1]
Reported by: russo@bogodyn.org [1]
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 6 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 35a4d7bc23aa..79d7c148ec61 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xlockmore -PORTVERSION= 5.43 -PORTREVISION= 4 +PORTVERSION= 5.45 CATEGORIES?= x11 MASTER_SITES= http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ @@ -22,9 +21,10 @@ USE_GNOME= # USE_XORG= x11 xaw ice LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 +CONFIGURE_ENV+= ac_freetype_includes="${LOCALBASE}/include/freetype2" OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ - KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK + KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK XLOCKMORE_LANG OPTIONS_SUB= yes MESAGL_DESC= Mesa 3D (for GL modes) diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index b7813579bbab..b809c54d6988 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1,2 +1,2 @@ -SHA256 (xlockmore-5.43.tar.bz2) = 29911f21aaf682aa61f358ca36dadf20091ad919d19b4d55e3f4c8503ab266d0 -SIZE (xlockmore-5.43.tar.bz2) = 1965448 +SHA256 (xlockmore-5.45.tar.bz2) = 7f81a80cb486c05269d71e9cc2d9c51645b59f09779fc24d01b858b7563015f7 +SIZE (xlockmore-5.45.tar.bz2) = 1968176 |