pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rudiments Fix mlockall detection (yes, it works ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d35c1d2c60c
branches:  trunk
changeset: 511196:1d35c1d2c60c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 11 12:59:33 2006 +0000

description:
Fix mlockall detection (yes, it works better to actually link when
trying to find unimplemented functions). Fix PLIST. Bump revision.

diffstat:

 devel/rudiments/Makefile         |   3 ++-
 devel/rudiments/PLIST            |   5 ++++-
 devel/rudiments/distinfo         |   3 ++-
 devel/rudiments/patches/patch-aa |  13 +++++++++++++
 4 files changed, 21 insertions(+), 3 deletions(-)

diffs (67 lines):

diff -r b9d8a493a24e -r 1d35c1d2c60c devel/rudiments/Makefile
--- a/devel/rudiments/Makefile  Tue Apr 11 11:12:20 2006 +0000
+++ b/devel/rudiments/Makefile  Tue Apr 11 12:59:33 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/03/11 02:41:51 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2006/04/11 12:59:33 joerg Exp $
 #
 
 DISTNAME=              rudiments-0.29
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=rudiments/}
 
diff -r b9d8a493a24e -r 1d35c1d2c60c devel/rudiments/PLIST
--- a/devel/rudiments/PLIST     Tue Apr 11 11:12:20 2006 +0000
+++ b/devel/rudiments/PLIST     Tue Apr 11 12:59:33 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/03/11 02:41:51 rillig Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/11 12:59:33 joerg Exp $
 bin/rudiments-config
 include/rudiments/character.h
 include/rudiments/charstring.h
@@ -143,6 +143,8 @@
 include/rudiments/private/serviceentryincludes.h
 include/rudiments/private/sharedmemory.h
 include/rudiments/private/sharedmemoryincludes.h
+include/rudiments/private/shmfile.h
+include/rudiments/private/shmfileincludes.h
 include/rudiments/private/signalclassesincludes.h
 include/rudiments/private/signalhandler.h
 include/rudiments/private/signalset.h
@@ -181,6 +183,7 @@
 include/rudiments/serversocket.h
 include/rudiments/serviceentry.h
 include/rudiments/sharedmemory.h
+include/rudiments/shmfile.h
 include/rudiments/signalclasses.h
 include/rudiments/snooze.h
 include/rudiments/stringbuffer.h
diff -r b9d8a493a24e -r 1d35c1d2c60c devel/rudiments/distinfo
--- a/devel/rudiments/distinfo  Tue Apr 11 11:12:20 2006 +0000
+++ b/devel/rudiments/distinfo  Tue Apr 11 12:59:33 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/03/11 02:41:51 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/04/11 12:59:33 joerg Exp $
 
 SHA1 (rudiments-0.29.tar.gz) = f84c785dfc9fc9fc0645812b52a71b9e94e151b0
 RMD160 (rudiments-0.29.tar.gz) = 197bafb41a7607d2a20fb3f78aa3a5f99ee01b36
 Size (rudiments-0.29.tar.gz) = 605753 bytes
+SHA1 (patch-aa) = be3784877da82a07bbe551d1a469f87e8c3dcc96
diff -r b9d8a493a24e -r 1d35c1d2c60c devel/rudiments/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rudiments/patches/patch-aa  Tue Apr 11 12:59:33 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/04/11 12:59:33 joerg Exp $
+
+--- configure.orig     2006-04-11 12:42:25.000000000 +0000
++++ configure
+@@ -29751,7 +29751,7 @@ mlockall(0);
+ _ACEOF
+ rm -f conftest.$ac_objext
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+-  (eval $ac_compile) 2>conftest.er1
++  (eval $ac_link) 2>conftest.er1
+   ac_status=$?
+   grep -v '^ *+' conftest.er1 >conftest.err
+   rm -f conftest.er1



Home | Main Index | Thread Index | Old Index