From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 13:35:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F789E7D; Thu, 3 Oct 2013 13:35:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 725562551; Thu, 3 Oct 2013 13:35:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r93DZ5Ar085959; Thu, 3 Oct 2013 13:35:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r93DZ4Gb085950; Thu, 3 Oct 2013 13:35:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310031335.r93DZ4Gb085950@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 3 Oct 2013 13:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329188 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18 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.14 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: Thu, 03 Oct 2013 13:35:05 -0000 Author: bapt Date: Thu Oct 3 13:35:04 2013 New Revision: 329188 URL: http://svnweb.freebsd.org/changeset/ports/329188 Log: Stop renaming perl ports base on options Modified: head/lang/perl5.12/Makefile head/lang/perl5.14/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile Modified: head/lang/perl5.12/Makefile ============================================================================== --- head/lang/perl5.12/Makefile Thu Oct 3 13:34:43 2013 (r329187) +++ head/lang/perl5.12/Makefile Thu Oct 3 13:35:04 2013 (r329188) @@ -117,7 +117,6 @@ PLIST_SUB+= MANCONF="@comment " #XXX IGNORE= Threaded perl does not pass tests on ${ARCH} #XXX .endif CONFIGURE_ARGS+= -Dusethreads=y -PKGNAMESUFFIX= -threaded WITH_PTHREAD= yes # it seems perl malloc has problems with threaded perl on FreeBSD PORT_OPTIONS:= ${PORT_OPTIONS:O:u} Modified: head/lang/perl5.14/Makefile ============================================================================== --- head/lang/perl5.14/Makefile Thu Oct 3 13:34:43 2013 (r329187) +++ head/lang/perl5.14/Makefile Thu Oct 3 13:35:04 2013 (r329188) @@ -114,7 +114,6 @@ PLIST_SUB+= MANCONF="@comment " #XXX IGNORE= Threaded perl does not pass tests on ${ARCH} #XXX .endif CONFIGURE_ARGS+= -Dusethreads=y -PKGNAMESUFFIX= -threaded WITH_PTHREAD= yes # it seems perl malloc has problems with threaded perl on FreeBSD PORT_OPTIONS:= ${PORT_OPTIONS:O:u} Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Thu Oct 3 13:34:43 2013 (r329187) +++ head/lang/perl5.16/Makefile Thu Oct 3 13:35:04 2013 (r329188) @@ -113,7 +113,6 @@ PLIST_SUB+= MANCONF="@comment " #XXX IGNORE= Threaded perl does not pass tests on ${ARCH} #XXX .endif CONFIGURE_ARGS+= -Dusethreads=y -PKGNAMESUFFIX= -threaded WITH_PTHREAD= yes # it seems perl malloc has problems with threaded perl on FreeBSD PORT_OPTIONS:= ${PORT_OPTIONS:O:u} Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Thu Oct 3 13:34:43 2013 (r329187) +++ head/lang/perl5.18/Makefile Thu Oct 3 13:35:04 2013 (r329188) @@ -118,7 +118,6 @@ PLIST_SUB+= MANCONF="@comment " .endif .if ${PORT_OPTIONS:MTHREADS} -PKGNAMESUFFIX= -threaded WITH_PTHREAD= yes .endif