Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 20:29:41 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391122 - head/x11/libXpm
Message-ID:  <201507012029.t61KTfMJ041871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Wed Jul  1 20:29:40 2015
New Revision: 391122
URL: https://svnweb.freebsd.org/changeset/ports/391122

Log:
  - Make implicit dependency on gettext explicit (and enable by default)
    also disable autodetection when not desired
  - Strip installed library
  - Bump portrevision
  
  PR:		201256
  Submitted by:	Andriy Voskoboinyk

Modified:
  head/x11/libXpm/Makefile

Modified: head/x11/libXpm/Makefile
==============================================================================
--- head/x11/libXpm/Makefile	Wed Jul  1 20:27:19 2015	(r391121)
+++ head/x11/libXpm/Makefile	Wed Jul  1 20:29:40 2015	(r391122)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libXpm
 PORTVERSION=	3.5.11
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,5 +13,13 @@ LICENSE=	MIT
 
 XORG_CAT=	lib
 USE_XORG=	xproto x11 xext xextproto xt
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+OPTIONS_DEFINE=		NLS
+OPTIONS_DEFAULT=	NLS
+NLS_USES=		gettext
+NLS_CONFIGURE_ENV_OFF=	ac_cv_search_gettext=no
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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