The NetBSD Project

CVS log for pkgsrc/shells/standalone-tcsh/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / shells / standalone-tcsh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 17 08:27:31 2022 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
Changes since 1.42: +3 -5 lines
Diff to previous 1.42 (colored) to selected 1.27 (colored)

standalone-tcsh: revert my changes for now

Revision 1.42 / (download) - annotate - [select for diffs], Thu Mar 3 07:39:00 2022 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.27 (colored)

standalone-tcsh: actually this check doesn't need to be limited to netbsd
either

Revision 1.41 / (download) - annotate - [select for diffs], Thu Mar 3 07:30:47 2022 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.40: +4 -6 lines
Diff to previous 1.40 (colored) to selected 1.27 (colored)

standalone-tcsh: Don't hardcode our own list of archs on which to disable
static PIE.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Mar 3 03:33:47 2022 UTC (2 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored) to selected 1.27 (colored)

mipsn64eb also requires no pie (probably el too) currently.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Feb 5 05:39:55 2022 UTC (2 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.38: +6 -1 lines
Diff to previous 1.38 (colored) to selected 1.27 (colored)

disable PIE on arm64 - ./configure fails without this.

there is some PIE vs static issue, but i did not learn anything
useful about what is causing it.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Dec 9 19:55:39 2021 UTC (2 years, 4 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.37: +1 -2 lines
Diff to previous 1.37 (colored) to selected 1.27 (colored)

{,standalone-,static-}tcsh: Update to 6.23.01

Changes since 6.23.00:

  8. V6.23.01 - 20211209
  7. add \cc and \Uhhh, and document escape sequences
  6. add $'string with escapes' ("dollar-single-quotes") (Kimmo Suominen)
  5. don't glob the filetest builtin arguments twice
  4. remove the duplicate echo escape parsing code and use parseescape
  3. add \x{hh} \xhh \uhhh (H.Merijn Brand)
  2. fix and document ln=target
  1. Merge in patches from pkgsrc:
     - Modernize the installation targets so that they use INSTALL_DATA,
       INSTALL_PROGRAM, and MKDIR_P.
     - Enable SYSMALLOC and SHORT_STRINGS on NetBSD.
     - Enable NO_FIX_MALLOC and SHORT_STRINGS on OpenBSD.

For pkgsrc, items 1, 2, and 5 had already been applied via patches.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Nov 18 10:20:47 2021 UTC (2 years, 4 months ago) by kim
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.27 (colored)

{,standalone-,static-}tcsh: Pull in some additional patches

- Fix off-by-one, found by Coverity
- Don't glob the filetest builtin arguments twice
- Add more detail to "jobs -Z" usage

Revision 1.36 / (download) - annotate - [select for diffs], Mon Nov 15 19:54:11 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored) to selected 1.27 (colored)

standalone-tcsh: pkglint: Relative package directories must be canonical

Revision 1.35 / (download) - annotate - [select for diffs], Mon Nov 15 17:11:57 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.34: +14 -14 lines
Diff to previous 1.34 (colored) to selected 1.27 (colored)

{,standalone-,static-}tcsh: Add build options for nls and static. Cleanup.

For tcsh and defaults for other variants, unless otherwise noted:
- Option nls enables building of NLS catalogs. Enabled by default.
- Option static enables static linking. Disabled by default.

For standalone-tcsh:
- Option static is enabled by default, except on SunOS.
- Fix building of NLS catalogs, which possibly worked at some point
  in time given the existence of the NLSDIR variable in Makefile.
- Use PLIST from tcsh, with some awk to transform the entries.
- Use DESCR from tcsh as base, with an additional local DESCR. Adjust the
  local DESCR to not say that the package is static, as that is controlled
  by an option now (and never was true for all platforms).
- Remove unnecessary DISTINFO_FILE, INSTALLATION_DIRS, and WRKSRC.

For static-tcsh:
- Option static is not available: the package is always built like tcsh
  with the static option enabled.
- Remove unnecessary DISTINFO_FILE.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Nov 14 22:36:12 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.33: +6 -4 lines
Diff to previous 1.33 (colored) to selected 1.27 (colored)

standalone-tcsh: Use ../../shells/tcsh/Makefile.common

Additionally, since the binary package will not include the locale
catalogues, disable building them (and unnecessarily stuffing them
in DESTDIR/share/locale).

Finally, fix installation of example files, so that the completion
rules (and csh-mode.el) are included with the package.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Nov 14 22:15:13 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) to selected 1.27 (colored)

{,standalone-,static-}tcsh: fix and document ln=target

Revision 1.32 / (download) - annotate - [select for diffs], Sun Nov 14 21:53:15 2021 UTC (2 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.31: +5 -6 lines
Diff to previous 1.31 (colored) to selected 1.27 (colored)

revert back to rev 1.29.  the 'make package' step fails with 1.31.

add a note that this should use tcsh/Makefile.common, not just
the main Makefile directly.

ok: kim@

Revision 1.31 / (download) - annotate - [select for diffs], Sat Nov 13 06:53:10 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.27 (colored)

standalone-tcsh: Add "bin" to INSTALLATION_DIRS

This package installs DESTDIR/bin/tcsh so add "bin" to INSTALLATION_DIRS.

XXX: Creating the binary package still fails.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 11 22:47:55 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.29: +5 -4 lines
Diff to previous 1.29 (colored) to selected 1.27 (colored)

{,standalone-,static-}tcsh: Use shells/tcsh/Makefile.common

Revision 1.29 / (download) - annotate - [select for diffs], Thu May 9 11:32:36 2019 UTC (4 years, 11 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.27 (colored)

{standalone-,static-,}tcsh: Update to 6.21.00

pkgsrc changes:
 - Add patch-nls_Makefile.in to avoid +x bit in *.cat files
 - Remove no longer needed patches (all applied upstream):
   patch-ed.chared.c, patch-ed.inputl.c, patch-nls-catgen, patch-sh.func.c,
   patch-tw.init.c

Changes:
V6.21.00 - 20190508
-------------------
 - Abort history loading on words and lines too long
     https://bugzilla.redhat.com/show_bug.cgi?id=1598502
 - PR/37: Introduce GetCmdChar() to avoid open coding array access.
   make closem() not close sockets so as not to affect nss_ldap.
     tcsh never creates sockets so that's ok (Miloslav Trmac)
 - PR/597: Make rmstar work with aliased rm
 - convert match() from recursive to backtracking.
 - Handle 8 bit characters in bindkey (Werner Fink)
 - Look for tgetent in libtinfo as well (Werner Fink)
 - Don't play pointer tricks that are undefined in modern c (Brooks Davis)
 - Fix out of bounds read (Brooks Davis)
 - Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
 - PR/471: Delay arginp parsing

ok <kim>, thanks!

Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 23 17:52:47 2017 UTC (6 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

shells/{,static-,standalone}tcsh: Fix PKGREVISION & MAINTAINER.

The tcsh package Makefile is included directly by the static-tcsh
and standalone-tcsh Makefiles.  Modify some of the variables that
really need to be package-specific to be set with ?= in
tcsh/Makefile and document the package Makefiles that directly
include it.

Set PKGREVISION directly in static-tcsh and standalone-tcsh now
that they can have independent PKGREVISION values.

Bump the PKGREVISION of static-tcsh due to the MAINTAINER now
correctly being listed as agc@ due to this change.

Revision 1.27 / (download) - annotate - [selected], Wed Sep 7 21:03:21 2016 UTC (7 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Since this violates the general prefix rules and won't build e.g. with
the recommendated setup of read-only root, mark it as not for bulk
builds.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 3 15:58:22 2015 UTC (8 years, 7 months ago) by sevan
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.25: +7 -1 lines
Diff to previous 1.25 (colored) to selected 1.27 (colored)

Exclude this package on OmniOS which ships with a copy of tcsh.
OmniOS is an Illumos distro which falls under the SunOS variant for us.
Include mk/bsd.prefs.mk before the shells/tcsh/Makefile so the
OS_VARIANT variable is available for testing.

Reviewed by agc@ wiz@

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 15 18:32:12 2015 UTC (9 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.27 (colored)

cannot be installed in UNPRIVILEGED mode

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 11 02:15:51 2015 UTC (9 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored) to selected 1.27 (colored)

Mark this ONLY_FOR_PLATFORM and list the platforms where tcsh is *not*
already in /bin. Otherwise, building and installing it naively clobbers
the native tcsh, which isn't what anyone wants.

I believe these platforms to be: NetBSD, OpenBSD, Solaris -- if anyone
can confirm that others (especially old ones I can't readily check)
don't have a native tcsh, please add.

Revision 1.23 / (download) - annotate - [select for diffs], Tue May 22 08:46:53 2012 UTC (11 years, 10 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.22: +6 -1 lines
Diff to previous 1.22 (colored) to selected 1.27 (colored)

shells/standalone-tcsh: Mark NOT-FOR-DRAGONFLY

This package will install tcsh in the /bin directory (not ${LOCALBASE}/bin).
DragonFly already has tcsh in the base system, so this package will replace
it with no ability to restore the system version.  This is not desired.

shells/tcsh still works should there be any need for a pkgsrc version installed
at ${LOCALBASE}/bin.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Apr 8 22:43:25 2009 UTC (15 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored) to selected 1.27 (colored)

Remove the remaining NO_MTREE definitions, it has been a nop for a
while.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Aug 12 14:51:45 2008 UTC (15 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored) to selected 1.27 (colored)

More changes to give it a chance to work.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Oct 5 01:11:41 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper
Changes since 1.19: +6 -1 lines
Diff to previous 1.19 (colored) to selected 1.27 (colored)

Prevent this package from scanning the whole filesystem during the
install phase.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 19 14:12:31 2005 UTC (18 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.18: +1 -3 lines
Diff to previous 1.18 (colored) to selected 1.27 (colored)

Remove the following which breaks under the current pkgsrc infrastructure:
PKG_INFO:=              ${PKG_INFO}
PKG_CREATE:=            ${PKG_CREATE}

Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:19 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.27 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:59 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored) to selected 1.27 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 29 18:32:18 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored) to selected 1.27 (colored)

* Separate out the shell registration into a separately unpacked script
  +SHELL.

* Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell
  environment so that admins can make a choice when installing from
  binary packages.

* PKG_SHELL is now a list of paths, and if the path is relative, then it
  is taken to be relative to ${PREFIX}.  Convert packages that set
  PKG_SHELL to take advantage of this new feature by changing the full
  paths to the shells into relative paths.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Feb 24 12:19:13 2005 UTC (19 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.27 (colored)

agc agreed to maintain this package.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 29 10:03:08 2004 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.27 (colored)

define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicit
gpatch build dependency.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 20 12:25:54 2004 UTC (20 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.27 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 11 23:06:54 2004 UTC (20 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.11: +0 -0 lines
Diff to previous 1.11 (colored) to selected 1.27 (colored)

move the various static shell packages back to their previous names.

Revision 1.11, Sat Jan 10 06:56:15 2004 UTC (20 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.10: +1 -1 lines
FILE REMOVED

rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc is
for mutations of packages to be named <pkg>-<mutation>.

add a CONFLICT on standalone-tcsh for obvious reasons.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Sep 18 22:59:38 2003 UTC (20 years, 7 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.27 (colored)

override PREFIX, not LOCALBASE.

noted by abs on tech-pkg@.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 5 10:54:13 2003 UTC (20 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.8: +7 -2 lines
Diff to previous 1.8 (colored) to selected 1.27 (colored)

Nail down the definitions of ${PKG_INFO} and ${PKG_CREATE} before resetting
${LOCALBASE} - makes this package install successfully on systems where the
package tools may reside under ${LOCALBASE}.

On Solaris, don't set "-static" into LDFLAGS, so that the package builds
properly.

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 1 21:45:46 2003 UTC (20 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.27 (colored)

Nail down the value of ${PATCH} before changing ${LOCALBASE}, so that
systems which can define ${PATCH} in terms of ${LOCALBASE} (like
Solaris) can build this package.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 4 17:32:51 2003 UTC (21 years ago) by abs
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.27 (colored)

Shorten COMMENT

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:26 2003 UTC (21 years ago) by jmmv
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.27 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 17 09:02:01 2002 UTC (21 years, 5 months ago) by salo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored) to selected 1.27 (colored)

Convert packages to PKG_REGISTER_SHELLS framework.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 31 11:55:30 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored) to selected 1.27 (colored)

Sync with tcsh package. Fixes PR 18861.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 25 11:15:58 2002 UTC (21 years, 8 months ago) by kim
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.27 (colored)

PKGNAME is not defined, use DISTNAME.

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Mon Jul 22 17:11:22 2002 UTC (21 years, 9 months ago) by agc
Branch: pkgviews
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored) to selected 1.27 (colored)

Make this package work with package views.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 27 20:32:01 2001 UTC (22 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Branch point for: pkgviews
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.27 (colored)

Fix a typo in the comment field. I wish I could type properly.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 27 19:52:45 2001 UTC (22 years, 8 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.27 (colored)

Add a standalone version of tcsh, which installs a statically-linked
version of tcsh into /bin, but still using most of the standard tcsh
package framework, for ease of maintenance.


Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 27 19:52:45 2001 UTC (22 years, 8 months ago) by agc
Branch: MAIN
Diff to selected 1.27 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>