-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 16.1.d, to fix 10^9s problem.
Instructions on updating the pkg sent by Feico Dillema <[email protected]>
- Loading branch information
hubertf
committed
Sep 13, 2001
1 parent
4e15ec0
commit c63f563
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# $NetBSD: Makefile,v 1.2 2001/04/27 21:01:03 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.3 2001/09/13 10:58:51 hubertf Exp $ | ||
|
||
DISTNAME= cvsup-netbsd-ix86-elf-16.1 | ||
PKGNAME= cvsup-16.1 | ||
DISTNAME= cvsup-bin-nogui-16.1d | ||
PKGNAME= cvsup-16.1.d | ||
CATEGORIES= devel | ||
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/cvsupd/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= cvsup daemon and client | ||
|
||
WRKSRC= ${WRKDIR}/cvsup-bin-16.1 | ||
WRKSRC= ${WRKDIR} | ||
NO_CONFIGURE= yes | ||
NO_BUILD= yes | ||
ONLY_FOR_PLATFORM= NetBSD-1.5*-i386 | ||
USE_X11= yes | ||
|
||
do-install: | ||
for i in cvpasswd cvsup cvsup.nogui; do \ | ||
for i in cvpasswd cvsup ; do \ | ||
${INSTALL_PROGRAM} ${WRKSRC}/bin/$$i ${PREFIX}/bin; \ | ||
done | ||
for i in cvsupd; do \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$NetBSD: distinfo,v 1.2 2001/04/21 00:44:15 wiz Exp $ | ||
$NetBSD: distinfo,v 1.3 2001/09/13 10:58:51 hubertf Exp $ | ||
|
||
SHA1 (cvsup-netbsd-ix86-elf-16.1.tar.gz) = 7065b68766e89166dc7ede4f2897c778ad3f1733 | ||
Size (cvsup-netbsd-ix86-elf-16.1.tar.gz) = 1584650 bytes | ||
SHA1 (cvsup-bin-nogui-16.1d.tgz) = 385d70f276cff55cb0bef5859c79a9e1210bd6ad | ||
Size (cvsup-bin-nogui-16.1d.tgz) = 1292680 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters