diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-25 04:41:14 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-25 04:41:14 +0000 |
commit | cc4a86d95cddacbedf90f8f6062fc6d4afdd7716 (patch) | |
tree | c010c181ec8eee4a9fce0c5b9124d010b899c2d5 | |
parent | 085e6cf514918388b2a21c10cab2370cc5f7ce17 (diff) | |
download | pkgsrc-cc4a86d95cddacbedf90f8f6062fc6d4afdd7716.tar.gz |
Fix the build, at least on NetBSD amd64. This took a patchkit (so, a
distfile patch) owing to volume.
PKGREVISION -> 1 as it might have built before on old OSes running on
32-bit (only) platforms. Maybe.
-rw-r--r-- | net/omniNotify/Makefile | 7 | ||||
-rw-r--r-- | net/omniNotify/distinfo | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net/omniNotify/Makefile b/net/omniNotify/Makefile index 447428b9d74..5be5ba85696 100644 --- a/net/omniNotify/Makefile +++ b/net/omniNotify/Makefile @@ -1,10 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:44 asau Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/25 04:41:14 dholland Exp $ # DISTNAME= omniNotify-2.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omninotify/} +PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/omniNotify/ +PATCHFILES= omniNotify-jumbo-patch-20151224.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://omninotify.sourceforge.net/ COMMENT= CORBA Notification Service diff --git a/net/omniNotify/distinfo b/net/omniNotify/distinfo index 47c6c00e192..c74e2be3664 100644 --- a/net/omniNotify/distinfo +++ b/net/omniNotify/distinfo @@ -1,8 +1,12 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:17 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/12/25 04:41:14 dholland Exp $ SHA1 (omniNotify-2.1.tar.gz) = 1413c0fda02b2b70333f5ca8df1ac39e1a7ed50b RMD160 (omniNotify-2.1.tar.gz) = de2a8d7ab6ada6c6e4970e89e232b8a2fbf1bfbf SHA512 (omniNotify-2.1.tar.gz) = ff3462a5a2a60963ec2a2f292ce02a3e388d3bb8536e3b411594657a8185e98a0d2a2212c4a96a8e20d442e4412f4f2766ab14ecee4389ca77e3661ada6c6bbb Size (omniNotify-2.1.tar.gz) = 539019 bytes +SHA1 (omniNotify-jumbo-patch-20151224.gz) = 41a1afe9e4e890909df581b5fdb5155c3149c508 +RMD160 (omniNotify-jumbo-patch-20151224.gz) = 1e465333f14aeffc6575043b1e45ccad8aee4f12 +SHA512 (omniNotify-jumbo-patch-20151224.gz) = e1e0a5d4e69cae718517afe1a62315b8a8e079aca33d5ffe987ea337da6a20a3e0f1731696eba909e54459ceb8102e3d0aac5d4d54b378513e49efa2dd179657 +Size (omniNotify-jumbo-patch-20151224.gz) = 25791 bytes SHA1 (patch-aa) = 110f537b10fa9cf0a78d57782e2240a1613ebc3d SHA1 (patch-ab) = 6e8d53db70a7e7d0608631429a9b1bbb0ce04b16 |