diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-11-23 11:43:43 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-11-23 11:43:43 +0800 |
commit | a2f6dcefe239cfaeead61b9ba18d4272d4bb5ac6 (patch) | |
tree | 570482698becf3985c7beef4fa4a3ffc65fd7d9f /devel/cvslines/files | |
parent | b5a51f6d385d748129ec8a9f080546f5dcb56597 (diff) | |
download | freebsd-ports-gnome-a2f6dcefe239cfaeead61b9ba18d4272d4bb5ac6.tar.gz freebsd-ports-gnome-a2f6dcefe239cfaeead61b9ba18d4272d4bb5ac6.tar.zst freebsd-ports-gnome-a2f6dcefe239cfaeead61b9ba18d4272d4bb5ac6.zip |
Remove this port: cvslines sources have not been available for nearly
half a year now and I've been unable to find a mirror or archive.
Diffstat (limited to 'devel/cvslines/files')
-rw-r--r-- | devel/cvslines/files/patch-aa | 23 | ||||
-rw-r--r-- | devel/cvslines/files/patch-ab | 32 |
2 files changed, 0 insertions, 55 deletions
diff --git a/devel/cvslines/files/patch-aa b/devel/cvslines/files/patch-aa deleted file mode 100644 index 8b301d266550..000000000000 --- a/devel/cvslines/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- CONFIG-- Thu May 22 00:09:38 1997 -+++ CONFIG Tue Aug 25 14:14:24 1998 -@@ -14,17 +14,17 @@ - # The absolute path to the perl interpreter to use. - # INSTALL will substitute this into the #!... line. - # --if (! defined($PERL5)) { $PERL5 = "/usr/local/bin/perl5"; } # cfg -+if (! defined($PERL5)) { $PERL5 = "$ENV{'PREFIX'}/bin/perl5"; } # cfg - - # Where to install the cvslines scripts... - # (Absolute path) - # --if (! defined($BINDIR)) { $BINDIR = "/usr/local/bin"; } # cfg -+if (! defined($BINDIR)) { $BINDIR = "$ENV{'PREFIX'}/bin"; } # cfg - - # Where to install the cvslines man page... - # (Absolute path) - # --if (! defined($MANDIR)) { $MAN1DIR = "/usr/local/man/man1"; } # cfg -+if (! defined($MANDIR)) { $MAN1DIR = "$ENV{'PREFIX'}/man/man1"; } # cfg - - ###################################################################### - # diff --git a/devel/cvslines/files/patch-ab b/devel/cvslines/files/patch-ab deleted file mode 100644 index 9265dc0bbc4d..000000000000 --- a/devel/cvslines/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- INSTALL-- Thu May 22 03:36:16 1997 -+++ INSTALL Tue Aug 25 14:26:30 1998 -@@ -73,7 +73,7 @@ - } - - --$uname = `/bin/uname -a`; chop $uname; -+$uname = `/usr/bin/uname -a`; chop $uname; - ($u_os, $u_host, $u_osrel) = split(/\s+/, $uname); - - # Try to find things in the usual places, but failing those, -@@ -121,7 +121,8 @@ - { - if ( ! ( ($u_os eq "SunOS" && $u_osrel =~ /^5\./) - || ($u_os eq "SunOS" && $u_osrel =~ /^4\./) -- || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./))) -+ || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./) -+ || ($u_os eq "FreeBSD"))) - { - print STDERR <<MSG; - $Myname: -@@ -148,9 +149,8 @@ - cvslines has been tested with cvs 1.9. The "cvs" command found via - your \$PATH provided the following version information: - $cvs_versmsg -- (press Return to continue with the install...) - MSG -- $ans = <STDIN>; -+ # $ans = <STDIN>; - - } - } |