summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2011-02-20Pullup ticket 3356 - requested by aymericspz2-6/+13
functionality fix Revisions pulled up: - pkgsrc/pkgtools/pkg_install/files/admin/audit.c 1.17 - pkgsrc/pkgtools/pkg_install/files/lib/version.h 1.161 ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: aymeric Date: Fri Feb 18 15:59:52 UTC 2011 Modified Files: pkgsrc/pkgtools/pkg_install/files/admin: audit.c pkgsrc/pkgtools/pkg_install/files/lib: version.h Log Message: . fix audit-history subcommand to include patterns making use of [x-y] notation . bump version to 20110215 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/pkg_install/files/admin/audit.c cvs rdiff -u -r1.160 -r1.161 pkgsrc/pkgtools/pkg_install/files/lib/version.h
2011-01-23Pullup ticket #3332 - requested by imiltron3-21/+6
pkgtools/pkgin: bug fix update Revisions pulled up: - pkgtools/pkgin/Makefile 1.6-1.8 - pkgtools/pkgin/distinfo 1.5-1.7 - pkgtools/pkgin/patches/patch-aa delete --- Module Name: pkgsrc Committed By: imil Date: Sun Jan 16 22:47:56 UTC 2011 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin 0.3.3.2 Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3 Included is@ patch upstream for Solaris build --- Module Name: pkgsrc Committed By: imil Date: Sun Jan 16 22:52:53 UTC 2011 Removed Files: pkgsrc/pkgtools/pkgin/patches: patch-aa Log Message: Removed patches, now upstream. --- Module Name: pkgsrc Committed By: imil Date: Wed Jan 19 12:10:11 UTC 2011 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin 0.3.3.3, hopefully the last 0.3 release - Double dewey match fixed, i.e. foo>=1.2.3<3.0 - Duplicate entries for remove and upgrade fixed - "Missing package in repository" case handled --- Module Name: pkgsrc Committed By: imil Date: Thu Jan 20 18:14:09 UTC 2011 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin 0.3.3.4, never say "this is the last release" Fixed a non-critical bug: some packages were marked for upgrade more than once.
2011-01-19Pullup ticket #3327 - requested by markdsbd1-2/+2
Fix previous commit to Linux.bsd.man.mk Revisions pulled up: - pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk 1.9 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: ghen Date: Mon Jan 17 15:12:46 UTC 2011 Modified Files: pkgsrc/pkgtools/bootstrap-mk-files/files/mods: Linux.bsd.man.mk Log Message: Fix it correctly for Arch Linux.
2011-01-10Yet Another Groff Version (1.21). Fixes bootstrap on ArchLinux.markd1-2/+4
2011-01-08Add missing MAKEVARS+=BUILTIN_X11_TYPE.native; fixes build problemsdholland1-2/+2
that appear in renderproto's bl3.mk. Problem reported by Snader_LB on freenode.
2010-12-30Update "rpm2pkg" package to version 3.1.8. Changes since 3.1.7:tron1-7/+4
Drop unnecessary dependences on "gettext-lib" and Berkeley DB. Neither of them have been necessary when this package stopped depending on the "rpm" package. Approved by Thomas Klausner.
2010-12-22Update "rpm2pkg" package to version 3.1.7. Changes since 3.1.6:tron2-7/+7
- Use "xzcat" instead of "lzcat". This package now doesn't depend on the "archivers/xz" package under NetBSD-current because "xzcat" is part of the base distribution.
2010-12-200.23: Pass PKGNAME_REQD to make operations.gdt2-10/+17
Set PKGNAME_REQD to give underlying make processes a chance to set options derived from the package name. For example, the appropriate version of Python can be derived from the package name (so, when building py25-foo, use python-2.5, not python-2.6). Specifically, MAKE_SET_VARS='PKGNAME_REQD=${pkg}-*' From Alan Barret via pkgsrc-users@.
2010-12-200.22: Avoid infinite loop in some error cases.gdt2-5/+8
Sometimes, the set of packages to be replaced ($REPLACE_TODO) does not have any members which are installed (and hence in $TSORTED). This caused the loop over $TSORTED to not find any packages to replace. The check for not having found one was missing, resulting in the last package in TSORTED being replaced. Because $REPLACE_TODO is still non-empty, this repeats. This patch adds an abort when no packages in $TSORTED are in $REPLACE_TODO. Analysis and patch from Ian D. Leroux on pkgsrc-users@.
2010-12-12Don't warn about _ALPHA, _BETA, _PATCH, _RC, _STABLE mismatcheswiz2-5/+44
when pkg_add'ing on NetBSD. Bump version to 20101212. Ok jym, gdt
2010-11-23Add a new header file and a library with newer minor in shlib, to matchwiz5-29/+9
NetBSD-current after last weekends xorg imports. Remove Xmu files from xorg file list, they are in xorg.libXmu list. Bump version to 0.61 and depend on it in bl3.mk.
2010-11-22pkg_install-20101122: Fix crash in pkg_info -X on hand-written packagesjoerg2-5/+6
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-11-13mention that lists are space-separated.christos2-11/+12
2010-11-13Update to 1.35:jmmv2-5/+8
* Fix BUILD_PACKAGES to really support multiple packages. Reported by Ian D. Leroux in private mail.
2010-11-11Update "rpm2pkg" package to version 3.1.6. Changes since version 3.1.5:tron2-4/+5
- Don't apply the strip count (option "-s") to entries that we will ignore ("-i" option). This should fix PR pkg/44082 by Dr. W. Stukenbrock.
2010-10-26Put LICENSE into MAINTAINER section, where other documentation puts it.wiz2-4/+4
Bump version.
2010-09-22Allow 90 in PGSQL_VERSIONS_ACCEPTEDadam1-2/+2
2010-09-15Reset maintainer.wiz1-2/+2
2010-09-15pkg_install-20100915: Allow https URLs. From mbalmer.joerg3-9/+12
Reset maintainership.
2010-09-14Add -D flag to pkg_install, to override the "pkg_add -U" check thatgdt6-10/+33
all depending packages have their dependencies satisfied by the new package. Essentially, split off this particular behavior as a special case of -f, so that -f works as before, unforced works as before, and one can give -D to override exactly this check, leaving all other checks intact. The -D flag is in support of make replace, as the workflow for make replace is that inter-package dependencies are sometimes violated (but then one must replace the depending packages, which is what pkg_rolling-replace does via the unsafe_depends flags). Bump PKGTOOLS_VERSION. Add missing break statement in option parsing of "pkg_add -C", riding the version bump. Discussed extensively on tech-pkg@ over the summer. OK pkgsrc-pmc@.
2010-09-14Update "x11-links" package to version 0.60:tron3-10/+8
- Fix a fundamental problem which meant that the package included links for builtin components that "pkgsrc" will not use because they are too old. - Remove NetBSD specific "pixman" hack that is no longer necessary.
2010-09-14Update "x11-links" package to version 0.56:tron3-5/+7
- Add a nasty hack to deal with the "pixman" issue under NetBSD 5.1* (and 5.0?) which provides an old version of "libpixman" with a higher major number than the package in "pkgsrc".
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-14Update "x11-links" package to version 0.55:tron3-5/+6
- Add "pthread-stubs.pc" which is required for "libxcb" under Mac OS X.
2010-09-11Fix comment.wiz1-1/+1
2010-09-11Add support for xcb-util.wiz6-9/+101
Bump to 0.54. While here, remove two _pic.a files from two other file lists -- no other file list included any _pic.a.
2010-09-11Update to 0.53:wiz3-52/+89
Remove xcb-utils files from xorg.libxcb and add symlinks for NetBSD-current's libxcb.
2010-09-11Update "x11-links" package to version 0.52:tron5-7/+37
- Add support for "xcb-proto".
2010-09-11Update "x11-links" package to version 0.51:tron4-5/+196
- Add support for "libxcb" under Mac OS X. Other platforms will need entries for ELF shared libraries.
2010-09-08Update "rpm2pkg" package to version 3.1.5:tron2-10/+5
- Use "@pkgdir" instead of "@exec mkdir ..." to create empty directories. - Don't add "@dirrm" lines for empty directories as they are now deleted automatically. Based on a suggestion by Thomas Klausner in private e-mail.
2010-09-07Update "rpm2pkg" to version 3.1.4:tron2-57/+18
Always treat symbolic links like file when generating the package list. A long time ago "pkg_install" didn't like symbolic links which is why "rpm2pkg" created "@exec" and "@unexec" lines in the package list. This does however cause false positive reported by the "CHECK_FILES" check. This should fix a part of PR pkg/41191.
2010-09-05Update "rpm2pkg" package to version 3.1.3:tron2-33/+57
- Avoid handling RPMs with uncompress data via "lzcat -f". - Improve handling of LZMA compression via "lzcat": - Fail early if the child process fails to start "lzcat". - Don't try to kill the chld process blindly when we close the parent end of the pipe. Check first whether it already terminated which is the normal case. Handling of RPM files with LZMA compression is now tested.
2010-09-05Update "rpm2pkg" package to version 3.1.2 (*sigh*):tron2-7/+13
Fix bug in last change which broke extracting RPMs via "lzcat" (which is now also used for uncompressed RPMs).
2010-09-05Update "rpm2pkg" package to version 3.1.1:tron2-5/+19
- Fix start of "lzcat" if "LZCAT" is not defined as a full pathname. - Handle short reads on the pipe to "lzcat".
2010-09-04Update "rpm2pkg" package to version 3.1:tron2-77/+165
- Implement a minimal parser for the RPM header section and use it to skip to the data section instead of searching for BZip2 or GZip magic headers. - Add untested support for LZMA compression. It currently uses "lzcat" from the "xz" package which is what "pkgsrc" itself uses to handle ".lzma" files.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-23pbulk-0.48: If pkg_add fails, remove binary packagejoerg2-5/+8
2010-07-20Update to 1.34:jmmv2-46/+4
- Remove pkg_install version check and rebuild if outdated. pkgsrc is supposed to do that for us. Addresses PR pkg/38323. - Don't bother to explicitly builddigest. pkgsrc DTRT nowadays when PKGSRC_COMPILER includes ccache/distcc.
2010-07-04Use a single pattern to match changes in the diff header so that a change tosbd2-8/+9
the input timestamp/name _and_/or output timestamp _and_/or line numbers changes handled. update version number to 0.123
2010-07-041) Add a space to the second white-space block, when matching filenames as somesbd1-7/+7
diff version must uses spaces to separate the filename and timestamp (that or somepeople do cut-n-pasting of patches). 2) add the comma "," to the pattern used to match line numbers, to match POSIX.
2010-06-20Update docs for some problems found during the png bump.wiz2-17/+17
Bump version.
2010-06-16pkg_install-20100616:joerg13-42/+69
- Recognize -C for pkg_add like the rest of the tools do - Do the existing check for pkg_add -f, it makes the combination of -f and -U a bit less surprising - Fix option handling for CHECK_VULNERABILITIES (from spz@) - Make end-of-life check the default. pkg_install.conf(5) can be used to override the default. The existing admin -e & co continue to work as before.
2010-06-15In patch files, comments are so useful that this is no longer arillig1-5/+5
warning that only applies when -Wextra is given. ok wiz@
2010-06-15pbulk-0.47:joerg3-8/+33
- Explicitly call make create-usergroup if USERGROUP_PHASE is specified and DESTDIR is active - If the current user is not root, don't use su. - Skip lines starting with # in the limited bulk build list.
2010-06-15Update "rpm2pkg" package to version 3.0.2. Changes since 3.0.1:tron2-5/+5
Avoid problems on 32-bit platforms by gently hinting the compiler how to do type expansion properly. This fixes PR pkg/43478 by Greg Oster.
2010-06-14Update "rpm2pkg" to version 3.0.1. Changes since 3.0:tron2-10/+12
- Fix detection of BZip2/GZip signature which would have failed if the signature was located behind a prefix of the signature. - Increase I/O buffer size so that "rpm2pkg" will usually find the data section after only one read(2) system call.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-13Update "rpm2pkg" to version 3.0. Changes since version 2.3:tron2-72/+131
- Don't use the original "rpm" libraries. All we need to do is to identify a file as an RPM file and afterwards find the BZip2 or GZip compressed section at the end of the file. - Use C99's "stdbool.h" instead of home-grown defines.
2010-06-11Fix build with gtk2-2.20.wiz1-1/+7