diff options
author | John Marino <marino@FreeBSD.org> | 2015-10-16 10:26:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-10-16 10:26:04 +0000 |
commit | c41d78cb5adc9b2d8eb7785ead042f44a8d7f83a (patch) | |
tree | 2f7fa390d76130ffcb068017e403b8f409aa6d6f | |
parent | - Update to version 20.04p14 and unbreak this classic port (diff) |
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.
Notes
Notes:
svn path=/head/; revision=399430
-rw-r--r-- | devel/libuutil/Makefile | 4 | ||||
-rw-r--r-- | devel/libuutil/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libuutil/Makefile b/devel/libuutil/Makefile index 733bff21f20f..72bdfa1a4721 100644 --- a/devel/libuutil/Makefile +++ b/devel/libuutil/Makefile @@ -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 diff --git a/devel/libuutil/distinfo b/devel/libuutil/distinfo index 434d33729a74..23eb5f6fea21 100644 --- a/devel/libuutil/distinfo +++ b/devel/libuutil/distinfo @@ -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 |