pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/glunix Remove support for automatic interacti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/071330de202d
branches:  trunk
changeset: 494751:071330de202d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 29 11:25:12 2005 +0000

description:
Remove support for automatic interactive fetching -- the master site
is broken anyway.
Remove makedepend tarball and corresponding master site, it does not
exist any longer.
Remove FLAGS=-m486, newer gcc does not like it.
Replace USE_PERL5 with USE_TOOLS+=perl.

diffstat:

 parallel/glunix/Makefile          |  22 +++-------------------
 parallel/glunix/scripts/pre-fetch |  30 ------------------------------
 2 files changed, 3 insertions(+), 49 deletions(-)

diffs (95 lines):

diff -r f6d50615d8c5 -r 071330de202d parallel/glunix/Makefile
--- a/parallel/glunix/Makefile  Sun May 29 11:23:38 2005 +0000
+++ b/parallel/glunix/Makefile  Sun May 29 11:25:12 2005 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2005/05/22 20:08:26 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/29 11:25:12 wiz Exp $
 
 DISTNAME=      glunix-release-1-0a
 PKGNAME=       glunix-1.0a
 PKGREVISION=   1
 CATEGORIES=    parallel
-MASTER_SITES=  http://now.cs.berkeley.edu/Glunix/ \
-               http://www.inficad.com/~garbled/
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} makedepend${EXTRACT_SUFX}
+MASTER_SITES=  http://now.cs.berkeley.edu/Glunix/
 
 MAINTAINER=    root%garbled.net@localhost
 HOMEPAGE=      http://now.cs.berkeley.edu/Glunix/glunix.html
@@ -20,18 +18,13 @@
 .endif
 
 WRKSRC=                ${WRKDIR}
-USE_TOOLS+=    gmake
-USE_PERL5=     yes
+USE_TOOLS+=    gmake perl
 INTERACTIVE_STAGE=     fetch
 NO_MTREE=      yes
 
 NOW_ROOT=      ${LOCALBASE}/now
 MESSAGE_SUBST+=        NOW_ROOT=${NOW_ROOT}
 
-.if (${MACHINE} == "i386")
-FLAGS=-m486
-.endif
-
 .include "../../mk/endian.mk"
 .if (${MACHINE_ENDIAN} == "little")
 FLAGS+=-DL_ENDIAN
@@ -41,8 +34,6 @@
 MAKE_ENV+= PORTSDIR=${PKGDIR} WRKDIR=${WRKDIR} FLAGS="${FLAGS}"
 MAKE_ENV+= SSH=${SSH}
 
-SCRIPTS_ENV+= ARCH=${MACHINE_ARCH} RM=${RM} NOW_ROOT=${NOW_ROOT}
-
 .if exists(/usr/sbin/user)
 USER_CMD=       /usr/sbin/user
 GROUP_CMD=      /usr/sbin/group
@@ -52,13 +43,6 @@
 GROUP_CMD=      ${LOCALBASE}/sbin/group
 .endif
 
-.if defined(BATCH)
-BATCH_CHECK_DISTFILES= batch-check-distfiles
-.endif
-
-pre-fetch: ${BATCH_CHECK_DISTFILES}
-       cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/pre-fetch
-
 post-patch:
        cd ${WRKSRC};                                                   \
                for f in progs/glupart/glupart.c                        \
diff -r f6d50615d8c5 -r 071330de202d parallel/glunix/scripts/pre-fetch
--- a/parallel/glunix/scripts/pre-fetch Sun May 29 11:23:38 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#!/bin/sh
-if [ -f $DISTDIR/glunix-release-1-0a.tar.gz ]; then
-  exit 0
-fi
-
-echo ""
-echo "The authors of glunix would like to keep track of"
-echo "who their user community is.  They promise that the"
-echo "information obtained will not be used for marketing"
-echo "of any kind."
-echo ""
-echo -n "Please enter your Name: "
-
-read dname
-if [ "$dname" = "" ]; then
-       echo "Please run make again, and enter your name."
-       exit 1
-fi
-echo -n "Please enter your email address: "
-read email
-if [ "$email" = "" ]; then
-       echo "Please run make again, and enter your email."
-       exit 1
-fi
-
-name=`echo $dname | sed 's/ /+/'`
-nmail=`echo $email | sed 's/ /+/'`
-
-ftp "http://now.cs.berkeley.edu/cgi-bin/glunix_download.pl?name=$name&email=$nmail&use=NetBSD+pkg+system+download.";
-$RM "glunix_download.pl?name=$name&email=$email&use=NetBSD+pkg+system+download."



Home | Main Index | Thread Index | Old Index