Commit graph

142 commits

Author SHA1 Message Date
obache
f9b2e22ad2 Modify patches to buildable on NetBSD-5.1, NetBSD-5.99.40 and DragonFly-2.8.2. 2010-11-27 07:21:27 +00:00
jmmv
9a786011ff Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
2010-05-07 12:02:43 +00:00
roy
cde662efb6 Fix patches to pull in curses.h when needed.
Fixes PR pkg/42877.
2010-03-10 08:19:57 +00:00
roy
065408793f Add $NetBSD$ 2010-02-23 17:11:01 +00:00
zafer
4e2ea81be8 update master_sites 2010-02-09 00:05:48 +00:00
roy
f44c7dac11 USE > IS for builtins. 2010-02-08 22:12:40 +00:00
roy
a011d9fb12 Fix compile on NetBSD with terminfo, pkg/42762. 2010-02-07 09:53:20 +00:00
obache
0a6007dad6 Change HOMEPAGE to sourceforge's one (old one had been retired). 2010-02-07 07:22:08 +00:00
joerg
ecbd391aea Use @pkgdir. 2009-06-14 21:21:54 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
uebayasi
d86d8cd50b DragonFly has ncurses too. 2008-12-30 01:55:22 +00:00
uebayasi
503a6cb563 Register extra shared objects used where ncurses exists. Hopefully fix PLIST
errors reported by Takahiro Kambe (FreeBSD) and Aleksey Cheusov (Linux).

No bump because nothing changes on NetBSD.
2008-12-28 14:52:05 +00:00
uebayasi
77edf3ff52 Fix interpreter paths. Patch provided by David Brownlee, thanks! 2008-12-23 15:59:08 +00:00
uebayasi
cfb0729add zsh-roadmap.1 was missed. 2008-12-23 02:58:44 +00:00
uebayasi
d757cd32d9 Bad uebayasi didn't know that user-destdir doesn't catch PLIST errors. 2008-12-22 17:03:21 +00:00
uebayasi
89e6cb6f96 - Avoid using lovely :?foo:bar syntax since netbsd-5's make(1) handles it
oddly.  Should fix build errors seen on netbsd-5.
- Kill unused variables.
2008-12-22 14:38:31 +00:00
uebayasi
b9a7822d28 Garbage collect unused code. No functional changes. 2008-12-22 02:15:54 +00:00
uebayasi
695f37d78c Update zsh to 4.2.7.
Changes are unknown.
2008-12-21 16:53:31 +00:00
ghen
c0fd029c3f Don't needlessly depend on a perl module for a perl script we do not install.
Bump PKGREVISION for zsh and zsh-current.
2008-07-25 09:14:48 +00:00
tonnerre
31a3e0d33e Fix an insecure temp file creation vulnerability in zsh's difflog.pl
(CVE-2007-6209).
2008-07-13 18:22:01 +00:00
uebayasi
9c4f05d91a sunsite.dk -> mirrors.dotsrc.org 2008-07-03 09:07:26 +00:00
joerg
2d8a6afd46 Make tcsetpgrp the default for all platforms but Interix.
Please list exceptions explicitly.
2008-06-16 12:39:48 +00:00
agc
29df3ccee5 Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon). 2007-11-04 15:58:24 +00:00
taca
0db0300389 Oops, I accidently typed wrong key and commited wrong one.
This is corrected one.

FreeBSD needs PLIST.shlibs as DraonFly.
2007-08-24 15:20:43 +00:00
taca
15a7776425 *** empty log message *** 2007-08-24 15:16:21 +00:00
tron
69b94468b0 Compare "MKDYNAMICROOT" with "no" to figure out the desirable static
linking behavior under NetBSD. This matches what "bsd.shlib.mk" does
and avoids "Malformed conditional" warnings under other platforms.
This fixes PR pkg/36769 by Yakovetsky Vladimir.
2007-08-13 19:43:30 +00:00
jlam
e56ad6ef02 Fix DESTDIR-handling for zsh-current by ensuring that the destdir-support
line is defined before bsd.prefs.mk is included.
2007-08-07 18:54:31 +00:00
joerg
e088637dee On FreeBSD, terminfo.so gets installed like on Linux. 2007-07-20 16:36:59 +00:00
joerg
055d54daff Always build with tcsetpgrp support on DragonFly, makig zsh not
depend on a control terminal during build.
2007-04-16 19:01:28 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
jlam
2515667d5d List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 15:28:49 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
uebayasi
652605de6a Update zsh to 4.2.6.
Better DragonFly support, new complete functions (arch_archives,
arch_namespace, bzr, cplay, date, dchroot, dlocate, dpkg-cross,
git, madison, module-assistant, piuparts, quilt, toolchain-source,
urxvt, and xpdf), bug fixes, etc.
2005-12-07 03:00:50 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
uebayasi
ef27f94532 Honour PKG_SYSCONFDIR. Bump revision.
PR32026 from Geert Hendrickx.
2005-11-26 15:41:16 +00:00
wiz
ee85d6015b Remove a master site that does not provide the distfile any longer. 2005-10-26 00:04:54 +00:00
rillig
5b0b143fb9 Fixed pkglint warnings. 2005-10-23 15:36:48 +00:00
joerg
e11995dcd3 Allow the one-true-shell to work on DragonFly. Patches are included
upstream already.
2005-10-11 12:43:00 +00:00
jlam
5b62763c63 Teach the +SHELLS helper script to not create an /etc/shells file if
one doesn't exist.  From now on, we only add the listed PKG_SHELL to
the /etc/shells file if it already exists.  This fixes PR pkg/27162.
2005-09-20 04:23:48 +00:00
hiramatsu
d1cbf81450 Fix PLIST on OpenBSD.
- Changed IRIX, Interix, Linux and OpenBSD share PLIST.terminfo,
  instead of PLIST for each OS.

- zsh doesn't build libzsh-4.2.5.so on OpenBSD, so PLIST.shlibs
  should be excluded.
2005-08-07 20:18:07 +00:00
jlam
9813468816 * 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.
2005-07-29 18:32:17 +00:00
minskim
f285dde647 Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552. 2005-06-14 18:39:29 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
f3f2f5a5dd Changes 4.2.5:
* Bug-fix release
* Fixes few configuration problems, notably on MacOSX
2005-04-07 14:16:41 +00:00
jschauma
bba906c22c Make this work on IRIX.
NB: this needs an install-sh that supports "-S -f", as in rev. 1.3 of
bootstrap/files/install-sh.in.  After installing that install-sh, set
_STRIPFLAG_INSTALL?=    -S -f
in mk/platform/IRIX.mk and all should be peachy.  This will be done
correctly eventually, don't worry. :-)
2005-03-04 03:59:32 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
adam
dbf06dff04 Changes 4.2.4:
* Bug-fix release
2005-02-21 11:07:37 +00:00