svn commit: r346821 - head/devel/libdaemon

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 22:11:18 UTC 2014


Author: bapt
Date: Sun Mar  2 22:11:17 2014
New Revision: 346821
URL: http://svnweb.freebsd.org/changeset/ports/346821
QAT: https://qat.redports.org/buildarchive/r346821/

Log:
  Convert to USES=libtool

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

Modified: head/devel/libdaemon/Makefile
==============================================================================
--- head/devel/libdaemon/Makefile	Sun Mar  2 22:09:28 2014	(r346820)
+++ head/devel/libdaemon/Makefile	Sun Mar  2 22:11:17 2014	(r346821)
@@ -10,8 +10,8 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Lightweight C library that eases the writing of UNIX daemons
 
 CONFIGURE_ARGS=	--disable-lynx
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack ltverhack
+USES=		libtool pathfix
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libdaemon/pkg-plist
==============================================================================
--- head/devel/libdaemon/pkg-plist	Sun Mar  2 22:09:28 2014	(r346820)
+++ head/devel/libdaemon/pkg-plist	Sun Mar  2 22:11:17 2014	(r346821)
@@ -9,6 +9,7 @@ lib/libdaemon.a
 lib/libdaemon.la
 lib/libdaemon.so
 lib/libdaemon.so.0
+lib/libdaemon.so.0.5.0
 libdata/pkgconfig/libdaemon.pc
 %%DOCSDIR%%/README.html
 %%DOCSDIR%%/style.css


More information about the svn-ports-all mailing list