Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 16:56:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366434 - in head/devel: ice mcpp
Message-ID:  <201408281656.s7SGuJpt045818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 28 16:56:19 2014
New Revision: 366434
URL: http://svnweb.freebsd.org/changeset/ports/366434
QAT: https://qat.redports.org/buildarchive/r366434/

Log:
  - Switch devel/mcpp to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/devel/ice/Makefile
  head/devel/mcpp/Makefile

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Thu Aug 28 16:42:28 2014	(r366433)
+++ head/devel/ice/Makefile	Thu Aug 28 16:56:19 2014	(r366434)
@@ -3,7 +3,7 @@
 
 PORTNAME=		Ice
 PORTVERSION=		3.5.1
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		devel
 MASTER_SITES=		http://download.zeroc.com/Ice/3.5/
 

Modified: head/devel/mcpp/Makefile
==============================================================================
--- head/devel/mcpp/Makefile	Thu Aug 28 16:42:28 2014	(r366433)
+++ head/devel/mcpp/Makefile	Thu Aug 28 16:56:19 2014	(r366434)
@@ -3,21 +3,22 @@
 
 PORTNAME=	mcpp
 PORTVERSION=	2.7.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}
 
 MAINTAINER=	kmatsui@t3.rim.or.jp
 COMMENT=	Alternative C/C++ preprocessor
 
+USES=		libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-mcpplib
 
 PLIST_FILES=	bin/mcpp    \
 		lib/libmcpp.so	\
-		lib/libmcpp.so.3	\
+		lib/libmcpp.so.0	\
+		lib/libmcpp.so.0.3.0	\
 		lib/libmcpp.a	\
-		lib/libmcpp.la	\
 		include/mcpp_lib.h \
 		include/mcpp_out.h \
 		man/man1/mcpp.1.gz \



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