Date: Mon, 27 Jan 2014 12:55:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341391 - head/devel/atlas-devel Message-ID: <201401271255.s0RCt8PS005687@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 27 12:55:07 2014 New Revision: 341391 URL: http://svnweb.freebsd.org/changeset/ports/341391 QAT: https://qat.redports.org/buildarchive/r341391/ Log: Support stage Add doc option Simplify the ports to let the ustream build process install the docs, stage will take care of only packaging what we want. add GNU_CONFIGURE to properly let the configure process happen with the ports framework variables set Convert USE_GCC=4.7+ to USES=compiler:c++11-lang which allows to build with clang Modified: head/devel/atlas-devel/Makefile head/devel/atlas-devel/pkg-plist Modified: head/devel/atlas-devel/Makefile ============================================================================== --- head/devel/atlas-devel/Makefile Mon Jan 27 12:37:06 2014 (r341390) +++ head/devel/atlas-devel/Makefile Mon Jan 27 12:55:07 2014 (r341391) @@ -3,29 +3,23 @@ PORTNAME= Atlas PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION} DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/} MAINTAINER= oliver@FreeBSD.org -COMMENT= A C++ reference implementation of the Atlas protocol +COMMENT= C++ reference implementation of the Atlas protocol + +OPTIONS_DEFINE= DOCS PKGNAMESUFFIX= -devel GNU_CONFIGURE= yes +USES= pathfix compiler:c++11-lang +USE_AUTOTOOLS= libtool USE_LDCONFIG= YES USE_BZIP2= YES -USES= pathfix -USE_GCC= 4.7+ - +MAKE_ARGS= docdir=${DOCSDIR} CONFIGURE_ARGS+=--program-transform-name= -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor -.endif - .include <bsd.port.mk> Modified: head/devel/atlas-devel/pkg-plist ============================================================================== --- head/devel/atlas-devel/pkg-plist Mon Jan 27 12:37:06 2014 (r341390) +++ head/devel/atlas-devel/pkg-plist Mon Jan 27 12:55:07 2014 (r341391) @@ -36,24 +36,31 @@ include/Atlas-C++-0.6/Atlas/Objects/load include/Atlas-C++-0.6/Atlas/Objects/objectFactory.h include/Atlas-C++-0.6/Atlas/Task.h include/Atlas-C++-0.6/Atlas/Version.h +lib/libAtlas-0.6.a lib/libAtlas-0.6.la lib/libAtlas-0.6.so lib/libAtlas-0.6.so.2 +lib/libAtlasCodecs-0.6.a lib/libAtlasCodecs-0.6.la lib/libAtlasCodecs-0.6.so lib/libAtlasCodecs-0.6.so.2 +lib/libAtlasFilters-0.6.a lib/libAtlasFilters-0.6.la lib/libAtlasFilters-0.6.so lib/libAtlasFilters-0.6.so.2 +lib/libAtlasFunky-0.6.a lib/libAtlasFunky-0.6.la lib/libAtlasFunky-0.6.so lib/libAtlasFunky-0.6.so.2 +lib/libAtlasMessage-0.6.a lib/libAtlasMessage-0.6.la lib/libAtlasMessage-0.6.so lib/libAtlasMessage-0.6.so.2 +lib/libAtlasNet-0.6.a lib/libAtlasNet-0.6.la lib/libAtlasNet-0.6.so lib/libAtlasNet-0.6.so.2 +lib/libAtlasObjects-0.6.a lib/libAtlasObjects-0.6.la lib/libAtlasObjects-0.6.so lib/libAtlasObjects-0.6.so.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271255.s0RCt8PS005687>