diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-27 05:08:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-27 05:08:35 +0000 |
commit | 7d91e5e6318179269f414b590c9480c718d857cd (patch) | |
tree | 640d0bcc902e3269bc76ca78b4141b1f85929d10 /net/openslp | |
parent | 3cf2917a83ddda7975c169da0f2c36c8fb9d5e05 (diff) | |
download | pkgsrc-7d91e5e6318179269f414b590c9480c718d857cd.tar.gz |
Fix on NetBSD by adding some SLP* functions used by the shared lib that
weren't being added to the shared lib. I just updated this package, so
ride the update and avoid the PKGREVISION bump.
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/distinfo | 3 | ||||
-rw-r--r-- | net/openslp/patches/patch-ah | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/openslp/distinfo b/net/openslp/distinfo index 2feba97d10d..ec225508ffa 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/11/27 04:41:12 jlam Exp $ +$NetBSD: distinfo,v 1.10 2004/11/27 05:08:35 jlam Exp $ SHA1 (openslp-1.2.0.tar.gz) = 3525c74b1f8a56fe96fbca24c603bbe43028cc2b Size (openslp-1.2.0.tar.gz) = 548410 bytes @@ -7,3 +7,4 @@ SHA1 (patch-ad) = 6b1f63d5ad1a6893fbf402f897700e4fa01ce161 SHA1 (patch-ae) = 805c12cceaf338f2d5fcc5b47ef68ebe11d0a046 SHA1 (patch-af) = 7f62a8532f14370415def8e0fa59c4ca7c6c9c4c SHA1 (patch-ag) = 6cf63c299bd04854df7e3272c1f3036c82ff5337 +SHA1 (patch-ah) = b14ae256a2041664ed0691b8901c986cccd7c169 diff --git a/net/openslp/patches/patch-ah b/net/openslp/patches/patch-ah new file mode 100644 index 00000000000..49bf8bd4aed --- /dev/null +++ b/net/openslp/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1 2004/11/27 05:08:35 jlam Exp $ + +--- common/Makefile.am.orig 2003-02-13 00:19:57.000000000 -0500 ++++ common/Makefile.am +@@ -21,6 +21,7 @@ libcommonlibslp_la_SOURCES = \ + slp_xmalloc.c \ + slp_xcast.c \ + slp_iface.c \ ++ slp_net.c \ + slp_parse.c \ + slp_pid.c \ + slp_dhcp.c \ |