summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-06-13Update to 1.6, changes:jperkin3-29/+31
- Use the correct id(1) program. Fixes PR pkg/40691 - Avoid unprintable characters, some implementations of tr(1) have issues with them. Instead go for what hopefully will be a unique string, as well as making use of shell parameter substitution. Fixes PR pkg/42197 These changes combined make pkg_alternatives work correctly on Solaris.
2012-06-13Only do substitutions on files which need them, avoids warnings.jperkin1-2/+2
2012-06-13fix a copy and paste then missing edit error.obache1-2/+2
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-2/+2
2012-06-02Do not treat variable GNU_PROGRAM_PREFIX as a special one.cheusov2-4/+3
Dump version.
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-2/+2
2012-05-29Fixes build with recent glib2, PR#46473.obache3-3/+20
glib2>2.30.0 deprecate g_format_size_for_display, add g_format_size, so use it instead. Bump PKGREVISION.
2012-05-28patch-Makefile.in now upstreamimil1-2/+1
2012-05-2820120528imil3-33/+6
Added SQLite build patch from sbd@ Added show-all-categories unlink() before symlink() 20120525 Dynamically read PKG_DBDIR from pkg_admin 20120524 Do not delete repository entries if the new one is unreachable. 20120429 When a package is marked as TOREMOVE and TOUPGRADE because of a dependency breakage during upgrade, just follow the usual upgrade process. 20120427 Handled "no value field" for buggy packages. 20120419 Hopefuly fixed the "dirty repository" bug thanks to bapt 20120416 Added show-{pkg-,}category as requested by Julian Fagir Added pkg-build-defs as requested by gls@ 20120415 Added pkg-content and pkg-descr Introduced pkg_infos.c to fetch remote informations Removed -D_FILE_OFFSET_BITS=64 from Makefile and added it in fsops.c 20120414 Fire up pkgin 0.6.0 case: cleanup in summary.c (stacktic) Packages list queries ordered differently for display and internals
2012-05-22pkgtools/packagekit: Rev bump after last commitmarino1-2/+2
2012-05-22pkgtools/packagekit: Fix permissions and directory creationmarino4-16/+26
This package would fail when a non-privileged user would try to install it. That's because it was trying to create /usr/pkg/var/log directory. Another directory was getting installed into DESTDIR but no further. Added patch: 1) Removes attempt of Makefile to install ${VARBASE}/log 2) ..and directory ${VARBASE}/cache/PackageKit/downloads creation 3) ..which fixes non-root installations The INSTALL file was removed, instead of installing directories in ${VARBASE}, it was installing directories at /. The functionality was replaced with OWN_DIRS+= in the Makefile and verified to work as expected.
2012-05-20pbulk-0.49: Fix a bug in the computation of the restricted subset.joerg2-5/+5
2012-05-20Omit the SQLite load extension and insure that sqlite3.o is compiledsbd2-1/+28
with it's extra CPPFLAGS. (Fixes the build on Linux.)
2012-05-19Update to pkg_comp 1.37:jmmv3-6/+32
- Add the GENERATE_PKG_SUMMARY option to tell pkg_comp to generate a pkg_summary.gz file in the packages directory. Useful to later be able to run a packaging tool like pkgin against new binary packages.
2012-05-15Don't re-define __UNCONST if it is already defined. On old NetBSD systemschristos1-2/+4
the definition is a bit different so they bitch.
2012-05-15Check for defined before checking for empty, otherwise old make(1) failschristos6-12/+12
to build during bootstrap.
2012-05-13Updated pkgtools/pkg_chk to 2.0.1abs2-14/+19
ensure OS and arch tags are set in the binary package case as well as source set x11 for R7 as ell as R6
2012-05-08In parse_makefile_vars() inprove the pattern used to remove comments sosbd2-4/+4
that it doesn't match on backslash quoted hash characters. PR/46422 Bump PKGVERSION.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-03Add files for OpenBSD-5.1.obache5-7/+10
Bump PKGVERSION.
2012-04-30Use " for PKGNAME_REQUIRED, so that ${pkg} is expanded.gdt2-4/+4
Resolves at least some issues with finding the right pyNN-foo, when replacing packages that don't match PYTHON_VERSION_DEFAULT. (This was a stray change in my tree not committed for a while, but it's been working ok.) Now 0.24.1.
2012-04-29sync with license.mk (thanks wiz)christos1-1/+2
2012-04-27Recursive bump from icu shlib major bumped to 49.obache4-7/+8
2012-04-23build for with CATMAN after talking with joergmspo1-2/+1
2012-04-22Update to 0.58.0cheusov2-6/+6
pkg_uniq_summary: - New option -F was added
2012-04-22add cat1 to build files to handle manpage/fix buildmspo2-3/+4
2012-04-21Fix typo of HOMEPAGE which was never accessable URL.taca1-2/+2
Noted by ISIHARA Takanori at K*BUG meeting.
2012-04-19Don't use -Werror with clang.joerg1-1/+6
2012-04-15Add the Lucent Public License v1.02 to default_acceptable_licenses. It isbrook1-1/+2
approved as open source by OSI.
2012-04-15Update to 20120415.obache2-105/+149
Rewrite OpenBSD.bsd.man.mk, based on current NetBSD.bsd.man.mk and changed to use mandoc. Fixes manual pages installation with packages using USE_BSD_MAKEFILE=yes on OpenBSD-5.0.
2012-04-0920120409imil2-7/+7
pkgin 0.5.2.3 Fixed "upgrade too many packages" bug (thanks stacktic)
2012-04-08Update x11-links to 0.69.obache23-40/+69
* Move some MesaLib files from files/xorg to files/xfree.MesaLib, or unwanted MesaLib may be buildlinked (and result in build failure). * Add some files from OpenBSD-5.0.
2012-04-08Update the pattern used for checking option name to allow the plus (+)sbd2-5/+5
character (e.g. as in "c++") Bump version number.
2012-03-26Don't install cat page. Bump version.joerg3-39/+3
2012-03-19pbulk-0.45: make order function stablejoerg2-3/+10
2012-03-14Bug Hunting:wiz2-13/+11
- remove unneeded consecutive argument for `.Nm' macro; - improve wording.
2012-03-10Don't bother installing a cat page. Bump version.joerg4-95/+4
2012-03-10Add missing clang, hp and pcc to ONLY_FOR_COMPILER.cheusov2-5/+5
Dump package version.
2012-03-10bump PKGREVISION from python default change to 2.7.obache2-4/+4
2012-03-09clean-ups (adapted for recent mk-configure)cheusov5-23/+11
2012-03-08From Bug Hunting:wiz2-21/+17
add_todo.1: - improve wording; - update doc/TODO example; - remove trailing white space. obsolete_todo.1: - improve wording; - add a missing empty line; - fix macro usage. Further changes by myself, including date bump.
2012-03-08Remove sysutils/mtree, it serves no purpose.joerg4-39/+18
Don't install cat page. Bump version for pkgtools/mtree.
2012-03-08Don't build & install cat pages.joerg2-14/+4
2012-03-05Mirror two changes from the NetBSD mk-files.sbd2-5/+10
1) Stop building catpages by default. 2) Derive MANINSTALL from MKCATPAGES. Bump package version.
2012-03-04Restore previous version, accidentally committed with pcre PKGREVISIONwiz1-1/+11
bump. It would be nice to have a solution for catinstall being unset on -current so I don't need these patches.
2012-03-03More pcre PKGREVISION bumps.wiz1-11/+1
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz3-6/+6
2012-03-02Uses cdefs.hans1-1/+3
2012-03-01Reset maintainer, he resigned.wiz3-6/+6