Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 20:09:38 +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: r361486 - in head/net/libfixbuf: . files
Message-ID:  <201407102009.s6AK9ccJ085701@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jul 10 20:09:37 2014
New Revision: 361486
URL: http://svnweb.freebsd.org/changeset/ports/361486
QAT: https://qat.redports.org/buildarchive/r361486/

Log:
  - USES=libtool pathfix
  - Add INSTALL_TARGET=install-strip

Deleted:
  head/net/libfixbuf/files/
Modified:
  head/net/libfixbuf/Makefile
  head/net/libfixbuf/pkg-plist

Modified: head/net/libfixbuf/Makefile
==============================================================================
--- head/net/libfixbuf/Makefile	Thu Jul 10 19:26:34 2014	(r361485)
+++ head/net/libfixbuf/Makefile	Thu Jul 10 20:09:37 2014	(r361486)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libfixbuf
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://tools.netsa.cert.org/releases/ \
 		http://redundancy.redundancy.org/mirror/
@@ -13,11 +14,9 @@ COMMENT=	Library for using the IP Flow I
 LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
 .include <bsd.port.mk>

Modified: head/net/libfixbuf/pkg-plist
==============================================================================
--- head/net/libfixbuf/pkg-plist	Thu Jul 10 19:26:34 2014	(r361485)
+++ head/net/libfixbuf/pkg-plist	Thu Jul 10 20:09:37 2014	(r361486)
@@ -2,8 +2,8 @@ include/fixbuf/autoinc.h
 include/fixbuf/private.h
 include/fixbuf/public.h
 lib/libfixbuf.a
-lib/libfixbuf.la
 lib/libfixbuf.so
 lib/libfixbuf.so.3
+lib/libfixbuf.so.3.0.0
 libdata/pkgconfig/libfixbuf.pc
-@dirrmtry include/fixbuf
+@dirrm include/fixbuf



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