Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 15:56:58 +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: r475445 - in head/deskutils/xpad3: . files
Message-ID:  <201807271556.w6RFuwfT036520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Jul 27 15:56:57 2018
New Revision: 475445
URL: https://svnweb.freebsd.org/changeset/ports/475445

Log:
  - bring in missing dependencies, bump portrevision
  - modernize options helper usage
  - while here pet portlint

Modified:
  head/deskutils/xpad3/Makefile
  head/deskutils/xpad3/files/patch-src-xpad-pad.c

Modified: head/deskutils/xpad3/Makefile
==============================================================================
--- head/deskutils/xpad3/Makefile	Fri Jul 27 15:53:55 2018	(r475444)
+++ head/deskutils/xpad3/Makefile	Fri Jul 27 15:56:57 2018	(r475445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpad
 PORTVERSION=	3.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
 PKGNAMESUFFIX=	3
@@ -13,14 +13,17 @@ COMMENT=	Virtual note-pad system for your X11 desktop
 
 LICENSE=	GPLv3
 
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 CONFLICTS_INSTALL=	xpad-[0-9]*
 
-USE_XORG=	x11 sm
-USE_GNOME=	gtk20 intltool
 USES=	pkgconfig gmake tar:bzip2
+USE_XORG=	x11 sm ice
+USE_GNOME=	gtk20 intltool cairo
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 
@@ -31,10 +34,8 @@ NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.options.mk>
 
-post-patch:
-.if ! ${PORT_OPTIONS:MNLS}
+post-patch-NLS-off:
 	@${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \
 		${WRKSRC}/Makefile.in
-.endif
 
 .include <bsd.port.mk>

Modified: head/deskutils/xpad3/files/patch-src-xpad-pad.c
==============================================================================
--- head/deskutils/xpad3/files/patch-src-xpad-pad.c	Fri Jul 27 15:53:55 2018	(r475444)
+++ head/deskutils/xpad3/files/patch-src-xpad-pad.c	Fri Jul 27 15:56:57 2018	(r475445)
@@ -1,6 +1,6 @@
---- src/xpad-pad.c.orig	2010-06-05 15:18:08.000000000 +0200
-+++ src/xpad-pad.c	2010-06-05 15:18:28.000000000 +0200
-@@ -274,7 +274,7 @@
+--- src/xpad-pad.c.orig	2009-01-11 16:27:39 UTC
++++ src/xpad-pad.c
+@@ -274,7 +274,7 @@ xpad_pad_init (XpadPad *pad)
  		"gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving pad x,y work */
  		"skip-pager-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
  		"skip-taskbar-hint", !xpad_settings_get_has_decorations (xpad_settings ()),



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