1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Switch devel/mcpp to USES=libtool, drop .la files

- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-08-28 16:56:19 +00:00
parent 997ff591ad
commit 1ea9f6208d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366434
2 changed files with 5 additions and 4 deletions

View File

@ -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/

View File

@ -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 \