summaryrefslogtreecommitdiffstats
path: root/shells/tcsh
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-311-1/+1
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* Make sure change in patching "builds" correctly on more recent systems.mp2001-09-081-0/+2
| | | | Submitted by: gshapiro
* Update to tcsh-6.11.mp2001-09-074-20/+12
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Update to version 6.10.00.steve2000-12-113-16/+15
| | | | | PR: 23078 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix the temporary file creation problem with <<kris2000-11-201-0/+1
|
* Rename PLIST.nobuild to pkg-plist.nobuild.asami2000-10-081-1/+1
|
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-1/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Correct OSVERSION, which I raised for testing but forgot toalex2000-07-221-2/+2
| | | | set correctly after that.
* Update to patchlevel 3.alex2000-07-213-7/+7
|
* - Update to verison 6.09.01alex2000-07-164-23/+49
| | | | | | | | - Create symlink for /bin/tcsh (instead of installing full package) for -current/-stable (requested by obrien) PR: 19853 Submitted by: Ports Fury
* Push the FreeBSD version check down to 400021 for tcsh in base system.obrien2000-07-111-1/+1
|
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-8/+8
|
* Disable this port for -currentache2000-04-201-2/+7
| | | | Remove myself from MAINTAINER
* Fixcpiazza2000-04-111-1/+2
| | | | Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+2
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to tcsh 6.09mharo1999-08-272-5/+7
| | | | | Submitted by: KATO Tsuguru tkato@prontomail.ne.jp PR: 13413
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Correct identity string on the alpha.steve1999-06-221-0/+16
| | | | Noticed by: Jeff Wheat <jeff@cetlink.net>
* remove links on unexecache1999-03-061-0/+5
|
* upgrade to 6.08.00ache1998-10-213-88/+5
|
* Update /etc/shells upon make install.max1998-08-271-6/+11
| | | | ln -> ${LN}
* Removed manpages from pkg/PLISTobrien1998-08-131-1/+0
|
* Yikes! I missed a 'ja-' in my cvs co. Undo the previoussteve1998-07-046-86/+120
| | | | | | commit. Pointed out by: ache@FreeBSD.ORG
* Update to version 6.07.06.steve1998-07-036-120/+86
| | | | | PR: 7112 Submitted by: maintainer
* Files from old MASTER_SITE moved to a new site.jseger1997-11-281-2/+2
|
* DISTNAME goes before PKGNAME.asami1996-12-171-2/+2
|
* Upgrade to 6.07.02ache1996-12-164-14/+24
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-4/+4
|
* Replace last occurance of collate_range_cmp call with its codeache1996-10-311-4/+40
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Convert to newly added collate compare functionache1996-08-121-74/+24
|
* Use collate for alpha character rangesache1996-08-121-0/+93
|
* Master site changedache1996-05-011-2/+2
|
* Remove my previous changes - this is handled better elsewherejkh1995-10-111-9/+1
| | | | | I guess, though I'm still nonplussed that it didn't seem to do me any good.
* This port requires a LOT of directories in ${PREFIX}/share/nls - make surejkh1995-10-111-1/+9
| | | | they're all created before trying to install into them.
* Add missing %Dache1995-07-281-5/+5
| | | | | | Reviewed by: Submitted by: Obtained from:
* Install more message catalogsache1995-06-202-1/+11
|
* Upgrade. French and german message catalogs available now.ache1995-06-175-6/+19
|
* Add myself as maintainerache1995-05-061-1/+3
|
* Makefile updates, shell version! This was easy! :)asami1995-04-111-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* checksum addedache1995-03-211-0/+1
|
* Several changes across all ports:jkh1994-09-141-2/+2
| | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
* Make the required changes to make all existing ports use MASTER_SITESjkh1994-09-131-2/+2
| | | | correctly.
OpenPOWER on IntegriCloud