svn commit: r364539 - head/lang/oo2c
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 10 13:47:01 UTC 2014
Author: tijl
Date: Sun Aug 10 13:47:00 2014
New Revision: 364539
URL: http://svnweb.freebsd.org/changeset/ports/364539
QAT: https://qat.redports.org/buildarchive/r364539/
Log:
Switch to USES=libtool:build. Also add a run dependency on libtool because
the compiler can use libtool internally.
Reported by: antoine
Modified:
head/lang/oo2c/Makefile
head/lang/oo2c/pkg-plist
Modified: head/lang/oo2c/Makefile
==============================================================================
--- head/lang/oo2c/Makefile Sun Aug 10 13:41:19 2014 (r364538)
+++ head/lang/oo2c/Makefile Sun Aug 10 13:47:00 2014 (r364539)
@@ -3,7 +3,7 @@
PORTNAME= oo2c
PORTVERSION= 2.1.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= SF/ooc/ooc2/${PORTVERSION}
DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION}
@@ -12,10 +12,11 @@ MAINTAINER= johans at FreeBSD.org
COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
+RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool
LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc
DOCSDIR= lib/${PORTNAME}
-USES= gmake libtool tar:bzip2
+USES= gmake libtool:build tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_CSTD= gnu89
Modified: head/lang/oo2c/pkg-plist
==============================================================================
--- head/lang/oo2c/pkg-plist Sun Aug 10 13:41:19 2014 (r364538)
+++ head/lang/oo2c/pkg-plist Sun Aug 10 13:47:00 2014 (r364539)
@@ -8,7 +8,6 @@ man/man1/oob.1.gz
man/man1/ooef.1.gz
man/man1/oowhereis.1.gz
lib/liboo2c.a
-lib/liboo2c.la
lib/liboo2c.so
lib/liboo2c.so.3
lib/oo2c/emacs/o2-default.el
More information about the svn-ports-all
mailing list