svn commit: r301797 - in head: devel/jech-dht/files net/libutp/files

Mikhail Teterin mi at FreeBSD.org
Tue Jul 31 16:23:40 UTC 2012


Author: mi
Date: Tue Jul 31 16:23:39 2012
New Revision: 301797
URL: http://svn.freebsd.org/changeset/ports/301797

Log:
  Add NO_PROFILE=yes to these Makefiles to prevent building/installing the
  _p.a flavor of the libraries.
  
  Submitted by:	pointyhat's bot

Modified:
  head/devel/jech-dht/files/BSDmakefile
  head/net/libutp/files/BSDmakefile

Modified: head/devel/jech-dht/files/BSDmakefile
==============================================================================
--- head/devel/jech-dht/files/BSDmakefile	Tue Jul 31 16:20:00 2012	(r301796)
+++ head/devel/jech-dht/files/BSDmakefile	Tue Jul 31 16:23:39 2012	(r301797)
@@ -1,6 +1,7 @@
 LIB=	dht
 SHLIB_MAJOR=	0
 SHLIB_MINOR=	21
+NO_PROFILE=	yes
 
 SRCS=	dht.c
 

Modified: head/net/libutp/files/BSDmakefile
==============================================================================
--- head/net/libutp/files/BSDmakefile	Tue Jul 31 16:20:00 2012	(r301796)
+++ head/net/libutp/files/BSDmakefile	Tue Jul 31 16:23:39 2012	(r301797)
@@ -1,6 +1,7 @@
 LIB=	utp
 SHLIB_MAJOR=	0
 SRCS=	utp.cpp utp_utils.cpp
+NO_PROFILE=	yes
 
 CXXFLAGS+=	-fno-exceptions -fno-rtti
 CXXFLAGS+=	-I${.CURDIR} -I${.CURDIR}/utp_config_lib -DPOSIX



More information about the svn-ports-head mailing list