From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD71AA4EBBA; Mon, 21 Dec 2015 18:35:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BAB114CC; Mon, 21 Dec 2015 18:35:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIZ8GE058926; Mon, 21 Dec 2015 18:35:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZ84c058925; Mon, 21 Dec 2015 18:35:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZ84c058925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404165 - head/dns/c-ares X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:09 -0000 Author: sunpoet Date: Mon Dec 21 18:35:08 2015 New Revision: 404165 URL: https://svnweb.freebsd.org/changeset/ports/404165 Log: - Convert to new options helper - Remove PKGNAMESUFFIX - Bump PORTREVISION for PKGNAME change Modified: head/dns/c-ares/Makefile Modified: head/dns/c-ares/Makefile ============================================================================== --- head/dns/c-ares/Makefile Mon Dec 21 18:35:04 2015 (r404164) +++ head/dns/c-ares/Makefile Mon Dec 21 18:35:08 2015 (r404165) @@ -3,7 +3,7 @@ PORTNAME= c-ares PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://c-ares.haxx.se/download/ \ http://obsd.isc.org/pub/OpenBSD/distfiles/ \ @@ -34,30 +34,10 @@ CONFLICTS= ares-1.* MAKE_JOBS_UNSAFE= yes -.include - -.if ${PORT_OPTIONS:MCONFIG_INFO} -EXTRA_PATCHES+= ${FILESDIR}/ares-config-info.patch -PKGNAMESUFFIX= -config -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if ${PORT_OPTIONS:MHIDE_SYMBOLS} -CONFIGURE_ARGS+=--enable-symbol-hiding -.else -CONFIGURE_ARGS+=--disable-symbol-hiding -.endif - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CONFIGURE_ARGS+=--enable-optimize -.else -CONFIGURE_ARGS+=--disable-optimize -.endif +CONFIG_INFO_EXTRA_PATCHES= ${FILESDIR}/ares-config-info.patch +DEBUG_CONFIGURE_ENABLE= debug +HIDE_SYMBOLS_CONFIGURE_ENABLE= symbol-hiding +OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimize post-install: ${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/.libs/@} ${STAGEDIR}${PREFIX}/bin/