summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2012-02-28Honour MANINSTALL.joerg6-18/+30
2012-02-27Update to 1.36:jmmv3-16/+53
- Allow specifying packages by their basename, without a category. This affects the arguments to the 'build' command as well as the list of packages provided to AUTO_PACKAGES and BUILD_PACKAGES.
2012-02-26Update to 0.44.0cheusov3-8/+10
=================================================================== -- Version 0.44.0 by Aleksey Cheusov, Sat, 25 Feb 2012 11:43:56 +0300 Improvements for report: - "^WARNING:" messages are logged - Segmentation faults are logged - Clean-ups in report_mini.txt and report.txt Packages are rebuilt recursively only if it necessary -- Version 0.43.0 by Aleksey Cheusov, Mon, 9 Jan 2012 23:27:20 +0300 Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT). Fix in "Depends" stage. Unnecessary dependencies are not install anymore. Dependency graph. Latest available binary package is always used for BUILD_DEPENDS if it satisfies dependencies.
2012-02-26Fix typo in man pagedholland2-4/+4
2012-02-22Fix typo in variable name. From dieter roelants in private email.wiz2-6/+6
Bump date.
2012-02-22Revert unintended commits.wiz1-1/+11
2012-02-22Mention putty-devel successor.wiz1-11/+1
2012-02-22Update "integration" section perwiz1-5/+5
http://mail-index.netbsd.org/tech-pkg/2012/01/03/msg008325.html Frm Julian Fagir in PR 46070.
2012-02-21Merge changes from src/external/bsd/pkg_install.wiz4-82/+82
2012-02-21Bump version for pkg_add bug fix.wiz1-2/+2
2012-02-21Fix PR 46068 using the patch by Nicolas Thauvin:wiz1-3/+3
pkg_add fails to install a package when subdiretories are missing in the path to package directory in /var/db/pkg.
2012-02-16Don't use /usr/ucb/install.hans2-3/+11
2012-02-16Fix missing include of Pod::Usage for displaying helpsno2-2/+3
2012-02-15Don't depend on /usr/ucb/install on SunOS, use ${PREFIX}/bin/install-sh.hans1-2/+2
2012-02-08Bump version for man page improvement. Set LICENSE.wiz1-2/+3
2012-02-08Mention to look out for RUBY_PKGPREFIX as well.wiz1-7/+8
Simplify a bit. Bump date.
2012-02-06Revbump forwiz3-6/+6
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-02add and enable pkg_p5up2datejnemeth1-1/+2
2012-01-30Importing pkg_p5up2date:sno4-0/+459
pkg_p5up2date checks for outdated Perl5 modules in pkgsrc against the database from Comprehensive Perl Archive Network.
2012-01-28pkg_install-20120128:joerg3-15/+30
- Explicitly stat(2) if mkdir failed. errno detection doesn't work e.g. on Solaris (PR 45289) - Provide a stable order for package names that only differe in the base name, not the version number.
2012-01-28Add zlib license.wiz1-1/+2
2012-01-26Fix PLISTcheusov1-1/+2
2012-01-25Add note about use of unsafe_depends_loose, from discussion withgdt1-2/+38
obache@. Note that there is an issue with unsafe_depends not getting set when options change.
2012-01-19Shut up cast warning.joerg1-2/+2
2012-01-09update cksumscheusov1-3/+3
2012-01-09Update to distb-0.43.0cheusov2-7/+7
Version 0.43.0 Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT). Fix in "Depends" stage. Unnecessary dependencies are not install anymore. Dependency graph. Latest available binary package is always used for BUILD_DEPENDS if it satisfies dependencies. Version 0.42.0 Support for cross-compilation. Build host dependencies are built on demand. Patch for pkgsrc is needed. http://mail-index.netbsd.org/tech-pkg/2011/11/19/msg008003.html Support for libkver was added. In order to build packages for different version of NetBSD you need to set LIBKVER_OSRELEASE and LD_PRELOAD in distbb.conf. New transport program distbb_chroot was added. It is now the default for TRANSPORT.
2012-01-09Update to 0.57.0cheusov2-6/+6
pkg_subgraph_deps: - Support for dependency type pkg_summary2deps: - Options -1 and -2 were added
2012-01-08Update pkg_online to 0.13.0cheusov5-11/+15
- pkg_online_client now works dramatically faster. - Manual pages for pkg_online_client and pkg_online_find were added. - Bug in signal handlers was fixed in pkg_online_client. - License has changed from MIT to equivalent 2-clause BSD.
2012-01-06Add openjdk7* to recognized java versions. From B.ICT A.P. deBROUWER Jr.wiz2-3/+4
in PR 45789. Bump version.
2012-01-04Add Mozilla Public License v2.0 (mpl-2.0) and mark it as default-acceptable.wiz1-2/+2
2012-01-03Remove mtree related thoughts, they haven't been relevant for a while.joerg1-11/+1
2012-01-02Make sure that only the real RCS ID gets embedded into the output.joerg2-7/+6
Bump version, remove revision.
2012-01-01Add bin to the buildlink filter to make sure that freetype-config isjoerg1-4/+4
visible from the modified PATH. Fixes ocamlgraphics.
2011-12-28libnbcompat-20111228: If requesting BSDish getopt behavior, also includejoerg3-397/+791
our own getopt_long. Add a message to signify this in the configure output. Fixes issues reported by hans@ on Solaris with nbpatch. OK during freeze by wiz@
2011-12-21Fix build with gcc-4.5.wiz2-1/+17
2011-12-19Fix license list.joerg1-2/+2
2011-12-18Update to 1.1ryoon1-3/+3
Fix PR pkg/45721 * Fix paths in substituted man pages.
2011-12-15Add lppl-1.3c and epl-v1.0 to default_acceptable_licenses.ryoon1-2/+4
2011-12-05Don't disable builtins for GCC.joerg2-9/+3
2011-12-04pkgtools/tinderbox-dragonfly: Minor fixesmarino7-49/+72
1) Bulk Build: don't add ports where there's no makefile present (x2) 2) Make hook processing more robust (g option on regex, check for non-empty string value) 3) Make enterBuild function work with HOST_WKRDIRS option 4) Handle specific DEPENDS+= case for perl where the addition of the dependency port is conditional on the version of perl used. This addresses the infinite loop case seen on some perl packages
2011-12-03Update to 0.56.4cheusov3-8/+8
FIX: Shell scripts now use "trap" corectly. Minor correction in pkg_lint_summary.1. pkg_summary4view: - TARGET_BUILD_DEPENDS and _ALL_DEPENDS are formatted just like DEPENDS.
2011-12-01Remove gnu-agpl-v3 from hardcoded default acceptable list.ryoon1-3/+2
Sync with DEFAULT_ACCEPTABLE_LICENSES in mk/license.mk. See http://mail-index.netbsd.org/tech-pkg/2011/11/30/msg008081.html .
2011-11-29Added 91 to PGSQL_VERSIONS_ACCEPTEDadam1-2/+2
2011-11-28Bump version for NOT_FOR_COMPILER improvement.wiz1-2/+2
2011-11-28Sync NOT_FOR_COMPILER list with supported compiler list.wiz1-2/+2
2011-11-27REPLACE_SH for SunOS<5.11 and friendscheusov1-1/+4
2011-11-27pbulk-base-0.44: Fix hash function to actually do proper hashing.joerg5-27/+37
Do some further tweaking to improve matching by storing string size. While here, add the necessary .WAIT to allow parallel builds.
2011-11-27allow for non-standard values of PKG_DBDIR when packaging up binary packagesagc1-4/+4
2011-11-26Add gnu-agpl-v3 to the default list.ryoon1-2/+3
2011-11-26Update to 4.104ryoon2-4/+4
* Allow value "6" and "7" in USE_JAVA2.