Date: Thu, 21 Jan 2016 04:02:59 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> 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 Message-ID: <201601210402.u0L42x6U056806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/$@"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601210402.u0L42x6U056806>