Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 16:14:48 +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: r328155 - head/devel/protobuf
Message-ID:  <201309241614.r8OGEmYG087784@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Sep 24 16:14:48 2013
New Revision: 328155
URL: http://svnweb.freebsd.org/changeset/ports/328155

Log:
  Make protobuf to support STAGEDIR.

Modified:
  head/devel/protobuf/Makefile
  head/devel/protobuf/pkg-plist

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Tue Sep 24 16:14:44 2013	(r328154)
+++ head/devel/protobuf/Makefile	Tue Sep 24 16:14:48 2013	(r328155)
@@ -19,5 +19,4 @@ ONLY_FOR_ARCHS=	i386 amd64
 tests: build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/protobuf/pkg-plist
==============================================================================
--- head/devel/protobuf/pkg-plist	Tue Sep 24 16:14:44 2013	(r328154)
+++ head/devel/protobuf/pkg-plist	Tue Sep 24 16:14:48 2013	(r328155)
@@ -30,8 +30,6 @@ include/google/protobuf/message_lite.h
 include/google/protobuf/reflection_ops.h
 include/google/protobuf/repeated_field.h
 include/google/protobuf/service.h
-include/google/protobuf/stubs/common.h
-include/google/protobuf/stubs/once.h
 include/google/protobuf/stubs/atomicops.h
 include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
 include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
@@ -41,6 +39,8 @@ include/google/protobuf/stubs/atomicops_
 include/google/protobuf/stubs/atomicops_internals_pnacl.h
 include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
 include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
+include/google/protobuf/stubs/common.h
+include/google/protobuf/stubs/once.h
 include/google/protobuf/stubs/platform_macros.h
 include/google/protobuf/stubs/template_util.h
 include/google/protobuf/stubs/type_traits.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241614.r8OGEmYG087784>