Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 14:42:24 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319665 - in head: mail/crm114 textproc/libtre
Message-ID:  <201306021442.r52EgOhB009152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Jun  2 14:42:23 2013
New Revision: 319665
URL: http://svnweb.freebsd.org/changeset/ports/319665

Log:
  Use standard PGO_DESC from the pool.

Modified:
  head/mail/crm114/Makefile
  head/textproc/libtre/Makefile

Modified: head/mail/crm114/Makefile
==============================================================================
--- head/mail/crm114/Makefile	Sun Jun  2 14:23:35 2013	(r319664)
+++ head/mail/crm114/Makefile	Sun Jun  2 14:42:23 2013	(r319665)
@@ -44,7 +44,6 @@ CRM_FILES=	mailfilter.crm mailfilter.cf 
 		reto_procmailrc.recipe
 
 OPTIONS_DEFINE=	PGO
-PGO_DESC=	Profile-Guided Optimization
 
 .include <bsd.port.options.mk>
 

Modified: head/textproc/libtre/Makefile
==============================================================================
--- head/textproc/libtre/Makefile	Sun Jun  2 14:23:35 2013	(r319664)
+++ head/textproc/libtre/Makefile	Sun Jun  2 14:42:23 2013	(r319665)
@@ -25,7 +25,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	NLS OPTIMIZED_CFLAGS PGO DOCS
-PGO_DESC=	Enable Profile-Guided Optimization
 
 MAN1=	tre_agrep.1
 



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