Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2015 07:14:49 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378192 - head/x11/xlockmore
Message-ID:  <201501310714.t0V7EnXI082665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Jan 31 07:14:48 2015
New Revision: 378192
URL: https://svnweb.freebsd.org/changeset/ports/378192
QAT: https://qat.redports.org/buildarchive/r378192/

Log:
  - update to 5.45
  - pet portlint
  - address compile failure for freetype2 [1]
  
  PR:		18552 [1]
  Reported by:	russo@bogodyn.org [1]

Modified:
  head/x11/xlockmore/Makefile
  head/x11/xlockmore/distinfo

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Sat Jan 31 06:58:54 2015	(r378191)
+++ head/x11/xlockmore/Makefile	Sat Jan 31 07:14:48 2015	(r378192)
@@ -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)

Modified: head/x11/xlockmore/distinfo
==============================================================================
--- head/x11/xlockmore/distinfo	Sat Jan 31 06:58:54 2015	(r378191)
+++ head/x11/xlockmore/distinfo	Sat Jan 31 07:14:48 2015	(r378192)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501310714.t0V7EnXI082665>