summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc1-0/+213
Thorsten Glaser.
2011-01-23Allow emacs24, emacs23 and emacs23nox to EMACS_VERSIONS_ACCEPTED andobache2-5/+5
EMACS_VERSION_REQD.
2011-01-20pkgin 0.3.3.4, never say "this is the last release"imil2-6/+6
Fixed a non-critical bug: some packages were marked for upgrade more than once.
2011-01-19add libXvMCWjmcneill3-5/+10
2011-01-19Update "rpm2pkg" package to version 3.2.1:tron3-9/+11
- Go back to manual installation to avoid problems on unprivileged NetBSD installation. This fixes PR pkg/44415 by Hauke Fath. - Don't install "rpm2pkg.cat8" any more as it is not really useful.
2011-01-19pkgin 0.3.3.3, hopefully the last 0.3 releaseimil2-6/+6
- 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
2011-01-19Set "NEED_OWN_INSTALL_TARGET" to get unpriviliged installation undertron1-1/+3
NetBSD to work. This should fix PR pkg/44415 by Hauke Fath.
2011-01-19Update x11-links to 0.62: add libdrm_intel and libdrm_radeonjmcneill3-5/+13
2011-01-17Fix the fix for Arch Linuxghen1-2/+2
2011-01-17Allow fortran77 in USE_LANGUAGES.wiz2-4/+4
2011-01-16Removed patches, now upstream.imil1-13/+0
2011-01-16pkgin 0.3.3.2imil2-8/+6
Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3 Included is@ patch upstream for Solaris build
2011-01-13Respect user-defined settings of PKG_DBDIR in the manpage.jmmv2-3/+4
Bump PKGREVISION to 1.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2011-01-13Add png-license and add it to the default-allowed licenses.wiz1-1/+2
(very similar to mit or modified-bsd, but different)
2011-01-12Include "string.h" not "strings.h" (a typo anyway) to fix the build undertron1-2/+2
DragonFly. Patch supplied by Peter Avalos in PR pkg/44373.
2011-01-12New sentence, new line. Bump date for previous.wiz1-5/+7
2011-01-12Update "rpm2pkg" package to version 3.2.0. Changes since 3.1.8:tron15-786/+1264
- Major overhaul of the source code to make maintenance and support for new compression formats easier. - Use "liblzma" instead of "xzcat" for dealing with LZMA compressed RPMs.
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".