Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 10:26:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399430 - head/devel/libuutil
Message-ID:  <201510161026.t9GAQ43t077632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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