diff options
-rw-r--r-- | devel/libatomic_ops/Makefile | 4 | ||||
-rw-r--r-- | devel/libatomic_ops/PLIST | 3 | ||||
-rw-r--r-- | devel/libatomic_ops/distinfo | 3 | ||||
-rw-r--r-- | devel/libatomic_ops/patches/patch-af | 12 |
4 files changed, 18 insertions, 4 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index 62b1f58db59..d0ae3b26482 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/12/22 02:46:52 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/27 20:26:01 sketch Exp $ # .include "Makefile.version" DISTNAME= libatomic_ops-${LIBATOMIC_OPS_SNAPDATE} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/devel/libatomic_ops/PLIST b/devel/libatomic_ops/PLIST index ab932496b3a..aa66569a10e 100644 --- a/devel/libatomic_ops/PLIST +++ b/devel/libatomic_ops/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2008/12/22 02:46:52 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/01/27 20:26:01 sketch Exp $ include/atomic_ops.h include/atomic_ops/generalize-small.h include/atomic_ops/generalize.h @@ -43,6 +43,7 @@ include/atomic_ops/sysdeps/short_aligned_atomic_load_store.h include/atomic_ops/sysdeps/short_atomic_load_store.h include/atomic_ops/sysdeps/standard_ao_double_t.h include/atomic_ops/sysdeps/sunc/sparc.h +include/atomic_ops/sysdeps/sunc/x86.h include/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h include/atomic_ops/sysdeps/test_and_set_t_is_char.h include/atomic_ops_malloc.h diff --git a/devel/libatomic_ops/distinfo b/devel/libatomic_ops/distinfo index b1233f45653..e8ee8f0a5a5 100644 --- a/devel/libatomic_ops/distinfo +++ b/devel/libatomic_ops/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2009/01/26 15:01:56 sketch Exp $ +$NetBSD: distinfo,v 1.5 2009/01/27 20:26:01 sketch Exp $ SHA1 (libatomic_ops-20081024.tar.gz) = 70dcc68c89ea8ce8b8e6c936ea337eca31f13662 RMD160 (libatomic_ops-20081024.tar.gz) = a9194631fafc2d4ce68cea93dbc212d7212cab13 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 74674124fff34faf2aae0d694566c66ffaf9df25 SHA1 (patch-ac) = 40eeac276e322ea6f28743c183c11e92b1ab8de5 SHA1 (patch-ad) = 5952b7a292a381b00b8e101bdf48452555a5a660 SHA1 (patch-ae) = 5fe403a33d8b49e0ac3f21aaa65ea42d5e656251 +SHA1 (patch-af) = ffd2b0ea6f0b36efaa8872d08e3d004eb8b944aa diff --git a/devel/libatomic_ops/patches/patch-af b/devel/libatomic_ops/patches/patch-af new file mode 100644 index 00000000000..30d4accd7a9 --- /dev/null +++ b/devel/libatomic_ops/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2009/01/27 20:26:01 sketch Exp $ + +--- src/atomic_ops/sysdeps/Makefile.am.orig Tue Jan 27 20:22:33 2009 ++++ src/atomic_ops/sysdeps/Makefile.am Tue Jan 27 20:22:46 2009 +@@ -38,6 +38,7 @@ + hpc/ia64.h hpc/hppa.h \ + \ + sunc/sparc.h \ ++ sunc/x86.h \ + \ + ibmc/powerpc.h + |