Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 13:49:41 +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: r362905 - head/devel/ossp-al
Message-ID:  <201407251349.s6PDnfTq054024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 25 13:49:40 2014
New Revision: 362905
URL: http://svnweb.freebsd.org/changeset/ports/362905
QAT: https://qat.redports.org/buildarchive/r362905/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/devel/ossp-al/Makefile
  head/devel/ossp-al/pkg-plist

Modified: head/devel/ossp-al/Makefile
==============================================================================
--- head/devel/ossp-al/Makefile	Fri Jul 25 13:49:32 2014	(r362904)
+++ head/devel/ossp-al/Makefile	Fri Jul 25 13:49:40 2014	(r362905)
@@ -3,6 +3,7 @@
 
 PORTNAME=	al
 PORTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	lib/${PORTNAME}
@@ -13,7 +14,7 @@ COMMENT=	Defines an abstract type of buf
 
 LIB_DEPENDS=	libex.so:${PORTSDIR}/devel/ossp-ex
 
-USES=		gmake
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
 USE_LDCONFIG=	yes

Modified: head/devel/ossp-al/pkg-plist
==============================================================================
--- head/devel/ossp-al/pkg-plist	Fri Jul 25 13:49:32 2014	(r362904)
+++ head/devel/ossp-al/pkg-plist	Fri Jul 25 13:49:40 2014	(r362905)
@@ -1,7 +1,7 @@
 bin/al-config
 include/al.h
 lib/libal.a
-lib/libal.la
 lib/libal.so
 lib/libal.so.9
+lib/libal.so.9.0.23
 man/man3/al.3.gz



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