From owner-svn-ports-head@freebsd.org Fri Oct 16 10:26:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D96499D2EFA; Fri, 16 Oct 2015 10:26:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A204A2D1; Fri, 16 Oct 2015 10:26:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GAQ4Tj077634; Fri, 16 Oct 2015 10:26:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GAQ43t077632; Fri, 16 Oct 2015 10:26:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201510161026.t9GAQ43t077632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 16 Oct 2015 10:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399430 - head/devel/libuutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 10:26:05 -0000 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