Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 21:10:47 +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: r370124 - in head/databases/dbh: . files
Message-ID:  <201410052110.s95LAlZA017681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 21:10:47 2014
New Revision: 370124
URL: https://svnweb.freebsd.org/changeset/ports/370124
QAT: https://qat.redports.org/buildarchive/r370124/

Log:
  Remove USES=pathfix and add USES=libtool and INSTALL_TARGET=install-strip

Deleted:
  head/databases/dbh/files/
Modified:
  head/databases/dbh/Makefile
  head/databases/dbh/pkg-plist

Modified: head/databases/dbh/Makefile
==============================================================================
--- head/databases/dbh/Makefile	Sun Oct  5 21:07:48 2014	(r370123)
+++ head/databases/dbh/Makefile	Sun Oct  5 21:10:47 2014	(r370124)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dbh
 PORTVERSION=	5.0.15
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	SF
 DISTNAME=	libdbh2-${PORTVERSION}
@@ -14,8 +15,9 @@ LICENSE=	GPLv3
 
 CONFLICTS=	dbh-[0-4]*
 
-USES=		pathfix pkgconfig
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool pkgconfig
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	GTKDOC
@@ -43,7 +45,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|^\(SUBDIRS = src man\).*|\1|' ${WRKSRC}/Makefile.in
 .endif
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbh.so.2
-
 .include <bsd.port.mk>

Modified: head/databases/dbh/pkg-plist
==============================================================================
--- head/databases/dbh/pkg-plist	Sun Oct  5 21:07:48 2014	(r370123)
+++ head/databases/dbh/pkg-plist	Sun Oct  5 21:10:47 2014	(r370124)
@@ -2,6 +2,7 @@ include/dbh/dbh.h
 lib/libdbh.a
 lib/libdbh.so
 lib/libdbh.so.2
+lib/libdbh.so.2.0.1
 libdata/pkgconfig/dbh2.pc
 man/man3/dbh.3.gz
 man/man3/dbh.h.3.gz



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