From owner-svn-ports-head@freebsd.org Thu Jan 21 04:03:01 2016 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 40E7EA8A52E; Thu, 21 Jan 2016 04:03:01 +0000 (UTC) (envelope-from vanilla@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 EB0801EF1; Thu, 21 Jan 2016 04:03:00 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L42xVw056809; Thu, 21 Jan 2016 04:02:59 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L42x6U056806; Thu, 21 Jan 2016 04:02:59 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210402.u0L42x6U056806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 04:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406821 - in head/devel/pure-stllib: . files 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: Thu, 21 Jan 2016 04:03:01 -0000 Author: vanilla Date: Thu Jan 21 04:02:59 2016 New Revision: 406821 URL: https://svnweb.freebsd.org/changeset/ports/406821 Log: 1: Upgrade to 0.6. 2: remove USE_GCC. Approved by: maintainer via twitter. Modified: head/devel/pure-stllib/Makefile head/devel/pure-stllib/distinfo head/devel/pure-stllib/files/patch-Makefile Modified: head/devel/pure-stllib/Makefile ============================================================================== --- head/devel/pure-stllib/Makefile Thu Jan 21 03:27:59 2016 (r406820) +++ head/devel/pure-stllib/Makefile Thu Jan 21 04:02:59 2016 (r406821) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pure-stllib -PORTVERSION= 0.5 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= devel -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com @@ -13,9 +12,7 @@ COMMENT= Pure interface to C++ STL map a LICENSE= BSD3CLAUSE -USES= pure pkgconfig - -USE_GCC= yes +USES= pkgconfig pure PORTDOCS= * Modified: head/devel/pure-stllib/distinfo ============================================================================== --- head/devel/pure-stllib/distinfo Thu Jan 21 03:27:59 2016 (r406820) +++ head/devel/pure-stllib/distinfo Thu Jan 21 04:02:59 2016 (r406821) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-stllib-0.5.tar.gz) = 555d68f0d38905a4804116e5a6f37e14bec5bad3264c7b2beab3ab68b07beaef -SIZE (pure/pure-stllib-0.5.tar.gz) = 335191 +SHA256 (pure/pure-stllib-0.6.tar.gz) = 1d550764fc2f8ba6ddbd1fbd3da2d6965b69e2c992747265d9ebe4f16aa5e455 +SIZE (pure/pure-stllib-0.6.tar.gz) = 333766 Modified: head/devel/pure-stllib/files/patch-Makefile ============================================================================== --- head/devel/pure-stllib/files/patch-Makefile Thu Jan 21 03:27:59 2016 (r406820) +++ head/devel/pure-stllib/files/patch-Makefile Thu Jan 21 04:02:59 2016 (r406821) @@ -1,19 +1,11 @@ ---- ./Makefile.orig 2013-08-28 18:17:41.000000000 +0200 -+++ ./Makefile 2013-10-16 22:49:25.000000000 +0200 -@@ -17,12 +17,12 @@ +--- Makefile.orig 2014-03-23 10:09:16 UTC ++++ Makefile +@@ -17,7 +17,7 @@ installdir = $(addprefix $(DESTDIR), $( MOD_CXXFLAGS = $(PIC) $(shell pkg-config pure --cflags) $(CFLAGS) $(CPPFLAGS) MOD_LDFLAGS = $(shell pkg-config pure --libs) $(LDFLAGS) -CFLAGS = -g -O2 -Wall -Wextra +CFLAGS ?= -g -O2 -Wall -Wextra --ifeq "$(DLL)" ".dylib" -+#ifeq "$(DLL)" ".dylib" - # OSX may need this (untested) --DLL_FLAGS = -install_name "$(libdir)/pure/$@" --endif -+#DLL_FLAGS = -install_name "$(libdir)/pure/$@" -+#endif - - # Basic rules to build the module, clean, check, install and uninstall. - + ifeq "$(DLL)" ".dylib" + DLL_FLAGS = -install_name "$(libdir)/pure/$@"