Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -13/+13 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 6 | -26/+27 | |
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 | |||||
2005-12-05 | Update to 4.1, which brings numerous bugfixes. | snj | 3 | -25/+25 | |
While here, apply a patch from Eric Schnoebelen in PR pkg/31114 to fix a bogus reference to id. | |||||
2005-11-26 | Honour PKG_SYSCONFDIR. Bump revision. | uebayasi | 2 | -3/+5 | |
PR32026 from Geert Hendrickx. | |||||
2005-11-10 | Also patch host.defs for completeness. | joerg | 2 | -1/+22 | |
2005-11-10 | Add DragonFly to the list of BSD derived systems. | joerg | 2 | -1/+18 | |
2005-11-10 | DragonFly is a BSD, even though it doesn't end in it. | joerg | 4 | -10/+34 | |
Depend on errno.h for errno. | |||||
2005-11-10 | Depend on errno.h to provide errno. | joerg | 2 | -1/+14 | |
2005-11-10 | Depend on errno.h for errno. | joerg | 2 | -1/+14 | |
2005-11-10 | Add DragonFly to patches for standard prototypes. | joerg | 3 | -7/+7 | |
2005-11-08 | Include devel/sysexits bl3. | tv | 1 | -1/+2 | |
2005-10-29 | Rename 9rc to 9base. | minskim | 22 | -448/+1 | |
2005-10-26 | Remove a master site that does not provide the distfile any longer. | wiz | 1 | -2/+1 | |
2005-10-23 | Add 9rc. | minskim | 1 | -1/+2 | |
2005-10-23 | Import 9rc from pkgsrc-wip. Packaged by Leonard Schmidt. | minskim | 21 | -0/+446 | |
This is a port of various original plan9 tools for Unix based on plan9ports [1], mk-with-libs.tgz [2] and wmii [3]. [1] http://www.swtch.com/plan9port/ [2] http://swtch.com/plan9port/unix/ [3] http://www.wmii.net | |||||
2005-10-23 | Sorted PLIST. | rillig | 2 | -9/+9 | |
2005-10-23 | Fixed pkglint warnings. | rillig | 12 | -13/+33 | |
2005-10-23 | Fixed pkglint warning. | rillig | 2 | -6/+6 | |
2005-10-11 | Allow the one-true-shell to work on DragonFly. Patches are included | joerg | 13 | -11/+174 | |
upstream already. | |||||
2005-10-10 | Don't declare errno, errno.h does so already. | joerg | 2 | -1/+14 | |
2005-10-05 | Remove some more *LEGACY* settings that are over a month old and | wiz | 2 | -4/+2 | |
thus were before 2005Q3. | |||||
2005-09-28 | Adjust HOMEPAGE. | seb | 1 | -2/+2 | |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -3/+3 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-09-21 | Use PKGNAME_NOREV when setting WRKSRC. Fixes bulk build problem. | wiz | 1 | -2/+2 | |
2005-09-20 | Fix build problem under NetBSD-current. | tron | 2 | -1/+24 | |
2005-09-20 | Teach the +SHELLS helper script to not create an /etc/shells file if | jlam | 18 | -25/+39 | |
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-08-06 | Bump the PKGREVISIONs of all (638) packages that hardcode the locations | jlam | 2 | -3/+4 | |
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories. | |||||
2005-07-29 | * Separate out the shell registration into a separately unpacked script | jlam | 18 | -37/+35 | |
+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-17 | Quieten CHECK_WRKREF. The dumped environment variables is not a problem. | kristerw | 1 | -1/+5 | |
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -2/+2 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+1 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -2/+2 | |
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. | |||||
2005-07-14 | fix build on OpenBSD, from Jason Lingohr. | grant | 2 | -7/+9 | |
2005-07-13 | Turn PERL5_PACKLIST into a relative path instead of an absolute path. | jlam | 2 | -4/+4 | |
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages. | |||||
2005-07-08 | Eliminate conflicting function declarations on Darwin. | kristerw | 3 | -7/+7 | |
2005-07-07 | Don't enforce using the "readline" package on every platform just | tron | 1 | -6/+9 | |
because Darwin needs it (which is probably not true either). Bump package revision after the damage from the previous revision has been fixed. | |||||
2005-07-01 | Use devel/readline instead of the included readline library. Bump | minskim | 1 | -2/+11 | |
PKGREVISION due to the added dependency. This should fix PR pkg/30601. While here, set BUILDLINK_DEPMETHOD of dependent libraries to "build" when the "static" option is enabled. | |||||
2005-07-01 | Use devel/readline instead of the included readline library. Bump | minskim | 1 | -3/+11 | |
PKGREVISION due to the added dependency. While here, set BUILDLINK_DEPMETHOD of dependent libraries to "build" when the "static" option is enabled. Approved by the maintainer (wiz@). | |||||
2005-06-24 | Change the CONFIGURE_ENV where possible to use the variables users are | kristerw | 1 | -13/+14 | |
supposed to set, rather than the autoconf cache variables. | |||||
2005-06-23 | Prevent paths to the build directories from being included in the package. | kristerw | 1 | -1/+16 | |
Bump PKGREVISION. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 3 | -3/+8 | |
2005-06-14 | Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552. | minskim | 2 | -2/+4 | |
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 2 | -17/+8 | |
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. | |||||
2005-05-23 | Removed trailing white-space. | rillig | 2 | -2/+2 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-15 | Note where gzip or gunzip is required by the package since it isn't | jlam | 1 | -1/+3 | |
required by default any longer in bsd.pkg.mk under the new tools framework. | |||||
2005-04-28 | Avoid using != to define OS_VER .. use :sh instead to defer evaluation | jlam | 1 | -3/+3 | |
until the make targets are invoked. This avoids needing ${ECHO} and ${SED} in the top-level make. | |||||
2005-04-20 | Add & enable rssh. | seb | 1 | -1/+2 | |