pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/rasmol MITSHM is not available on Interix, so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/990e52863f61
branches:  trunk
changeset: 501936:990e52863f61
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 17:53:26 2005 +0000

description:
MITSHM is not available on Interix, so don't request it.

diffstat:

 biology/rasmol/Makefile         |   4 ++--
 biology/rasmol/distinfo         |   4 ++--
 biology/rasmol/patches/patch-ac |  19 +++++++++++++++----
 3 files changed, 19 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 24a5c3beb44b -r 990e52863f61 biology/rasmol/Makefile
--- a/biology/rasmol/Makefile   Mon Oct 31 17:36:38 2005 +0000
+++ b/biology/rasmol/Makefile   Mon Oct 31 17:53:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/10/07 15:17:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/31 17:53:26 tv Exp $
 
 DISTNAME=      RasMol_2.7.3
 PKGNAME=       rasmol-2.7.3
@@ -30,7 +30,7 @@
 .endif
 DEPTHDEF?=     -DEIGHTBIT
 
-post-patch:
+pre-configure:
        ${LN} -sf ${WRKDIR}/${DISTNAME}/doc  ${WRKSRC}
        ${LN} -sf ${WRKDIR}/${DISTNAME}/data ${WRKSRC}
        cd ${WRKSRC} && ${SED} "s#@@PREFIX@@#${PREFIX}#" rasmol.h > \
diff -r 24a5c3beb44b -r 990e52863f61 biology/rasmol/distinfo
--- a/biology/rasmol/distinfo   Mon Oct 31 17:36:38 2005 +0000
+++ b/biology/rasmol/distinfo   Mon Oct 31 17:53:26 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/10/07 15:13:21 perry Exp $
+$NetBSD: distinfo,v 1.5 2005/10/31 17:53:26 tv Exp $
 
 SHA1 (RasMol_2.7.3.tar.gz) = 25790653566a1a1971bb3e06964288362d588154
 RMD160 (RasMol_2.7.3.tar.gz) = 3203996bc55930e1e3b63f8e64734ccb77a986fc
 Size (RasMol_2.7.3.tar.gz) = 8862988 bytes
 SHA1 (patch-aa) = aeb57ef20033e9103c65fced9625a9dbb49ca573
 SHA1 (patch-ab) = f289b9299de47022f4310dc56e4c6b1b6e97e887
-SHA1 (patch-ac) = bbbbf90bac91eeb1347fe8170c0351d31f07afcd
+SHA1 (patch-ac) = d025cb02f376844e689b6116607f419af5d2bbab
diff -r 24a5c3beb44b -r 990e52863f61 biology/rasmol/patches/patch-ac
--- a/biology/rasmol/patches/patch-ac   Mon Oct 31 17:36:38 2005 +0000
+++ b/biology/rasmol/patches/patch-ac   Mon Oct 31 17:53:26 2005 +0000
@@ -1,8 +1,19 @@
-$NetBSD: patch-ac,v 1.2 2005/10/07 15:13:21 perry Exp $
+$NetBSD: patch-ac,v 1.3 2005/10/31 17:53:26 tv Exp $
 
---- rasmol.h.orig      2005-10-06 18:09:35.000000000 -0400
-+++ rasmol.h   2005-10-06 18:10:05.000000000 -0400
-@@ -110,7 +110,7 @@
+--- rasmol.h.orig      2005-04-28 18:57:25.000000000 -0400
++++ rasmol.h
+@@ -71,7 +71,10 @@
+ #define SOCKETS
+ #define TERMIOS
+ #define PROFILE
++
++#ifndef __INTERIX
+ #define MITSHM
++#endif
+ 
+ /* #define HAVEZLIB     */
+ /* #define HAVELIBJPEG  */
+@@ -110,7 +113,7 @@
  #endif
  
  #if !defined(IBMPC) && !defined(APPLEMAC) && !defined(VMS)



Home | Main Index | Thread Index | Old Index