summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20depend on diffutils on Tru64tnn1-4/+6
2009-09-15Oops. Thanks to Martti Kuparinen for finding this.rillig1-4/+4
2009-09-15Sync with reality. Patch provided by Yuji Yamano via pkgsrc-users.rillig1-4/+4
2009-09-15Don't prevent others from increasing the version number, since I don'trillig1-2/+1
follow recent pkgsrc developments as carefully as necessary.
2009-09-13Update to "x11-links" package to version 0.44:tron2-5/+6
Detect X.org even if "imake" is not installed. The package now works as expected under Mac OS X Snow Leopard. No regressions under NetBSD/amd64 5.0_STABLE with native X.org.
2009-09-11pkg_install-20090911:joerg9-3603/+1670
- Cleanup configure.ac to not check for headers and functions not used - Always use nbcompat/db.h on !NetBSD (PR 41865) - Don't bother setting termwidth in pkg_info, it is never used.
2009-09-10SuSE packages live in suse100 nowadays and for Python pick 2.6.joerg1-3/+3
2009-09-09Remove references to python-2.3.wiz2-4/+4
2009-09-07Retire Python 2.3 support.joerg1-2/+2
2009-09-04pbulk-0.41:joerg2-4/+4
Create & chown work.log for destdir builds too, as the normal build is run unprivileged.
2009-08-30+ pkgsrc-todo.wiz1-1/+2
2009-08-30Initial import of pkgsrc-todo-1.0:wiz7-0/+452
This package contains two tools for maintaining pkgsrc/doc/TODO. add_todo adds lines for newly available updates for packages to the TODO file. obsolete_todo checks the contents of pkgsrc/doc/TODO against updates noted in the CHANGES-* files and removes entries for packages which were already updated to newer files.
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-08-25Remove BROKEN_IN variable. It was no maintained, and there was nowiz1-2/+1
defined workflow for setting it, removing it, or removing packages depending on it.
2009-08-23pbulk-base-0.39:joerg2-4/+4
Fix ordering of event handler vs queue modification. This can result in queue corruption or use after free when the master can't handle a request before the next arrives. From Matt Dillon.
2009-08-17Pass down MAKE_ENV when calling make for inplace builds.joerg1-3/+3
2009-08-17Mark up PKG_PATH.wiz1-2/+4
2009-08-16Don't leak the config file.joerg1-2/+4
2009-08-16pkg_install-20090817:joerg9-57/+149
Add a new command for pkg_admin: findbest. It takes one or more patterns and searches for the best match in PKG_PATH, just like pkg_add would. It prints the URLs of the best match for each pattern to stdout. Rewrite the config file parser to read the file only once.
2009-08-16Fix a bug in pkg_add's -P handling. For dependencies the pkgdb path wasjoerg5-16/+30
computed incorrectly and included destdir more than once. Fix the ACTIVE_FTP option to actually set the "a" flag and not the old "p" flag.
2009-08-14Make joerg happy by using PYTHON_VERSIONS_ACCEPTED.wiz1-2/+2
2009-08-14Needs python, so include lang/python/application.mk.wiz1-1/+4
Doesn't recognize python26, so set PYTHON_VERSIONS_INCOMPATIBLE to 26.
2009-08-07Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.dsainty2-3/+5
2009-08-06regen.wiz1-1/+1
2009-08-06Bump date for CHECK_LICENSE.wiz1-2/+2
2009-08-06regen.wiz1-1/+1
2009-08-06Bump date for -k.wiz1-2/+2
2009-08-06regen.wiz1-1/+1
2009-08-06Bump date for previous.wiz1-2/+2
2009-08-06pkg_install-20090806:joerg13-34/+130
- pkg_add: add support to check license conditions before installation - pkg_delete: add -k option to skip over preserve packages.
2009-08-02pkg_install-20090727:joerg27-154/+120
Make pkg_install WARNS=4 clean and fix a number of lint warnings. Based on reports from veego about warnings with older GCC releases in pkg_delete, where a variable is potentially used uninitialized.
2009-07-31Updated url2pkg to 2.11.rillig1-2/+2
Changes since 2.10: - Added PKG_DESTDIR_SUPPORT - Fixed LICENSE handling
2009-07-31Added PKG_DESTDIR_SUPPORT, as suggested by Kamel Ibn Hassen Derouiche onrillig1-3/+6
tech-pkg. Commented out the LICENSE definition, since pkg_admin is very picky about invalid values. Having either "" or "LICENSE" as the value doesn't let you even fetch and extract the distfiles.
2009-07-26Fixed the parser for shell commands, so that it recognizes the $$$$rillig1-2/+4
variable.
2009-07-26Added support for LICENSE_FILE, OPSYSVARS and @pkgdir.rillig1-1/+26
2009-07-26Add mpl-1.0 (Mozilla Public License), and allow it by default.wiz1-2/+2
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.)
2009-07-24pkg_install-20070724:joerg5-11/+18
- license handling: accept upper case letters. Keep license checks case-sensitive as done in the older pkgsrc logic. Document this. OK dillo@, schmonz@, wiz@ - pkg_info: - fix handling of non-packages, that are valid archives - invert order of pkg_info -r to better match the expectations of make update.
2009-07-22Don't suggest to use obsolete features.rillig1-3/+3
2009-07-22Use gzcat for the pkg_summary file, fixes Solaris.sketch2-6/+8
2009-07-22Mark USE_DIRS as deprecated.wiz1-1/+2
2009-07-22Remove USE_DIRS handling.wiz2-54/+8
Warn about obsolete @dirrm. Add an XXX for hicolor-icon-theme check.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-17Added the ability to resolve simple variable references of the formrillig1-2/+34
${VARNAME} into their values. This was intended to fix the false positive warnings about missing distinfo files, but it cannot handle database/ruby-gdbm for example, because _RUBY_VER_MAJOR uses pattern substitution. Run pkglint with -Dtrace,misc and look for resolve_var to see what happens up to now.
2009-07-17Variables that are defined by the package may be used as shell commands.rillig1-1/+6
2009-07-16Change the logic fromabs1-3/+3
#ifdef MMAP_NOT_AVAILABLE /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif to #if !defined(MMAP_NOT_AVAILABLE) && 0 /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif so system without mmap() also work...
2009-07-15Add "mpl-1.1" and "zpl" to the license which are accepted by default.tron1-2/+4
2009-06-17pkg_rolling-replace-0.17:tnn2-5/+4
Use "pkg_info -Q" to extract PKGPATH from installed packages instead of "pkg_info -B" coupled with awk magic. The previous regexp didn't account for packages that have PREV_PKGPATH set, and blew up while replacing for example mail/sylpheed and multimedia/ffmpeg.
2009-06-15Complete last change to make this package build again.tron1-3/+2
2009-06-14Remove @dirrm related logic.joerg1-5/+1
2009-06-14Drop @dirrm related logic. Bump version.joerg2-12/+3