Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-14 | Use @pkgdir. | joerg | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -10/+1 | |
2008-12-30 | DragonFly has ncurses too. | uebayasi | 1 | -2/+2 | |
2008-12-28 | Register extra shared objects used where ncurses exists. Hopefully fix PLIST | uebayasi | 2 | -11/+17 | |
errors reported by Takahiro Kambe (FreeBSD) and Aleksey Cheusov (Linux). No bump because nothing changes on NetBSD. | |||||
2008-12-23 | Fix interpreter paths. Patch provided by David Brownlee, thanks! | uebayasi | 1 | -1/+23 | |
2008-12-23 | zsh-roadmap.1 was missed. | uebayasi | 1 | -1/+2 | |
2008-12-22 | Bad uebayasi didn't know that user-destdir doesn't catch PLIST errors. | uebayasi | 2 | -5/+128 | |
2008-12-22 | - Avoid using lovely :?foo:bar syntax since netbsd-5's make(1) handles it | uebayasi | 2 | -23/+30 | |
oddly. Should fix build errors seen on netbsd-5. - Kill unused variables. | |||||
2008-12-22 | Garbage collect unused code. No functional changes. | uebayasi | 2 | -17/+11 | |
2008-12-21 | Update zsh to 4.2.7. | uebayasi | 12 | -189/+194 | |
Changes are unknown. | |||||
2008-07-25 | Don't needlessly depend on a perl module for a perl script we do not install. | ghen | 2 | -5/+3 | |
Bump PKGREVISION for zsh and zsh-current. | |||||
2008-07-13 | Fix an insecure temp file creation vulnerability in zsh's difflog.pl | tonnerre | 4 | -3/+27 | |
(CVE-2007-6209). | |||||
2008-07-03 | sunsite.dk -> mirrors.dotsrc.org | uebayasi | 1 | -2/+2 | |
2008-06-16 | Make tcsetpgrp the default for all platforms but Interix. | joerg | 1 | -2/+2 | |
Please list exceptions explicitly. | |||||
2007-11-04 | Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon). | agc | 1 | -1/+2 | |
2007-08-24 | Oops, I accidently typed wrong key and commited wrong one. | taca | 1 | -3/+3 | |
This is corrected one. FreeBSD needs PLIST.shlibs as DraonFly. | |||||
2007-08-24 | *** empty log message *** | taca | 1 | -4/+4 | |
2007-08-13 | Compare "MKDYNAMICROOT" with "no" to figure out the desirable static | tron | 1 | -4/+6 | |
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-07 | Fix DESTDIR-handling for zsh-current by ensuring that the destdir-support | jlam | 1 | -1/+4 | |
line is defined before bsd.prefs.mk is included. | |||||
2007-07-20 | On FreeBSD, terminfo.so gets installed like on Linux. | joerg | 1 | -2/+3 | |
2007-04-16 | Always build with tcsetpgrp support on DragonFly, makig zsh not | joerg | 1 | -2/+2 | |
depend on a control terminal during build. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -6/+6 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-10-09 | Flag a number of packages I use as supporting (user-)destdir. | joerg | 1 | -6/+8 | |
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir". | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-04-07 | List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. | jlam | 4 | -18/+5 | |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -2/+2 | |
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. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-07 | Update zsh to 4.2.6. | uebayasi | 14 | -192/+26 | |
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-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-11-26 | Honour PKG_SYSCONFDIR. Bump revision. | uebayasi | 2 | -3/+5 | |
PR32026 from Geert Hendrickx. | |||||
2005-10-26 | Remove a master site that does not provide the distfile any longer. | wiz | 1 | -2/+1 | |
2005-10-23 | Fixed pkglint warnings. | rillig | 12 | -13/+33 | |
2005-10-11 | Allow the one-true-shell to work on DragonFly. Patches are included | joerg | 13 | -11/+174 | |
upstream already. | |||||
2005-09-20 | Teach the +SHELLS helper script to not create an /etc/shells file if | jlam | 1 | -1/+3 | |
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-08-07 | Fix PLIST on OpenBSD. | hiramatsu | 5 | -13/+10 | |
- 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-07-29 | * Separate out the shell registration into a separately unpacked script | jlam | 1 | -2/+2 | |
+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-06-14 | Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552. | minskim | 2 | -2/+4 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-04-07 | Changes 4.2.5: | adam | 5 | -21/+22 | |
* Bug-fix release * Fixes few configuration problems, notably on MacOSX | |||||
2005-03-04 | Make this work on IRIX. | jschauma | 2 | -2/+9 | |
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-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-21 | Changes 4.2.4: | adam | 5 | -20/+36 | |
* Bug-fix release | |||||
2005-01-25 | Pull in PLIST.${OPSYS} if existant. | tv | 1 | -3/+8 | |
2005-01-25 | Pick up previously orphaned terminfo.so installed file. | tv | 1 | -0/+2 | |
2005-01-21 | Teach about Interix further. From Yoshifumi Hiramatsu. | uebayasi | 2 | -5/+13 | |
2005-01-18 | Fix build on Interix. PR26847, from Hiramatsu Yoshifumi. | uebayasi | 3 | -11/+15 | |
2004-11-25 | Add TEXINF_REQD to 4.0 to work on NetBSD 1.5.3. | taca | 1 | -1/+2 | |
Reported by mochida at Netside. | |||||
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2004-08-20 | Set "BUILDLINK_PASSTHRU_RPATHDIRS" to stop buildlink3 from removing "/lib" | tron | 1 | -5/+8 | |
from the run time shared library path instead of trying to defeat its option parser. | |||||
2004-08-20 | Improve handling of "ZSH_STATIC" again: | tron | 1 | -2/+15 | |
1.) Only create a dynamically linked "zsh" binary if "MKDYNAMICROOT" is defined and set to "yes". This way people who still use statically linked binaries on their root filesystem will get a static binary. 2.) Link the "zsh" binary so that it use "/libexec/ld.elf_so" and shared libraries from "/lib". It now works without the "/usr" filesystem being mounted. |