Date: Sun, 10 Aug 2014 13:47:01 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364539 - head/lang/oo2c Message-ID: <53e777d5.28b1.3b11232d@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e777d5.28b1.3b11232d>