Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 17:47: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: r360429 - head/devel/libstrfunc
Message-ID:  <201407031747.s63HlJUj084312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 17:47:18 2014
New Revision: 360429
URL: http://svnweb.freebsd.org/changeset/ports/360429
QAT: https://qat.redports.org/buildarchive/r360429/

Log:
  - Switch to USES=libtool, drop .la files
  
  PR:		191075
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/devel/libstrfunc/Makefile
  head/devel/libstrfunc/pkg-plist

Modified: head/devel/libstrfunc/Makefile
==============================================================================
--- head/devel/libstrfunc/Makefile	Thu Jul  3 17:41:48 2014	(r360428)
+++ head/devel/libstrfunc/Makefile	Thu Jul  3 17:47:18 2014	(r360429)
@@ -3,16 +3,19 @@
 
 PORTNAME=	libstrfunc
 PORTVERSION=	8.3
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}	\
 		http://lionet.info/soft/
 
-
 MAINTAINER=	vlm@lionet.info
 COMMENT=	Handles CGI forms, MIME, templates, date conversions, etc
 
+USES=		libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
+USE_AUTOTOOLS=	autoconf aclocal automake libtoolize
+AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ARGS=	--program-prefix=""
 
 .include <bsd.port.mk>

Modified: head/devel/libstrfunc/pkg-plist
==============================================================================
--- head/devel/libstrfunc/pkg-plist	Thu Jul  3 17:41:48 2014	(r360428)
+++ head/devel/libstrfunc/pkg-plist	Thu Jul  3 17:47:18 2014	(r360429)
@@ -15,9 +15,9 @@ include/sf_sed.h
 include/sf_mime.h
 include/sf_time.h
 lib/libstrfunc.a
-lib/libstrfunc.la
 lib/libstrfunc.so
 lib/libstrfunc.so.9
+lib/libstrfunc.so.9.0.1
 man/man3/adjFILEpos.3.gz
 man/man3/adjfdpos.3.gz
 man/man3/base64_decode.3.gz



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