svn commit: r399430 - head/devel/libuutil

John Marino marino at FreeBSD.org
Fri Oct 16 10:26:05 UTC 2015


Author: marino
Date: Fri Oct 16 10:26:04 2015
New Revision: 399430
URL: https://svnweb.freebsd.org/changeset/ports/399430

Log:
  devel/libuutil: Unbreak
  
  The library was missing the source for the avl functions.  That
  file has been added; the library links without missing references now.

Modified:
  head/devel/libuutil/Makefile
  head/devel/libuutil/distinfo

Modified: head/devel/libuutil/Makefile
==============================================================================
--- head/devel/libuutil/Makefile	Fri Oct 16 07:47:47 2015	(r399429)
+++ head/devel/libuutil/Makefile	Fri Oct 16 10:26:04 2015	(r399430)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libuutil
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.3
 CATEGORIES=	devel
 
 MAINTAINER=	marino at FreeBSD.org
@@ -13,8 +13,6 @@ LICENSE=	CDDL
 GH_ACCOUNT=	jrmarino
 USE_GITHUB=	yes
 
-BROKEN=		produces broken library (undefined reference to `avl_*')
-
 USES=		uidfix
 MAKE_ARGS=	LIBDIR=${PREFIX}/lib
 USE_LDCONFIG=	yes

Modified: head/devel/libuutil/distinfo
==============================================================================
--- head/devel/libuutil/distinfo	Fri Oct 16 07:47:47 2015	(r399429)
+++ head/devel/libuutil/distinfo	Fri Oct 16 10:26:04 2015	(r399430)
@@ -1,2 +1,2 @@
-SHA256 (jrmarino-libuutil-1.0.1_GH0.tar.gz) = 396daa5f4be1266c1262b405021f0aebf9ecbbd8bfa1252a7845591509a47a37
-SIZE (jrmarino-libuutil-1.0.1_GH0.tar.gz) = 20643
+SHA256 (jrmarino-libuutil-1.0.3_GH0.tar.gz) = 8694b537bb6481fea7855c626923e5d114397e81d7a8cf723cec47d4f5b06129
+SIZE (jrmarino-libuutil-1.0.3_GH0.tar.gz) = 27701


More information about the svn-ports-all mailing list