summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2015-03-09Put the catpage back.jperkin1-1/+2
2015-03-09Add GITHUB_*. Bump version.wiz2-5/+9
2015-03-09Add MASTER_SITE_GITHUB.wiz1-1/+2
2015-03-08Updated pkgin to version 0.8.0imil3-9/+11
20150308 bugfix: added missing dash before ffu 20150128 0.8.0 Added preferred.conf support man page now based on ronn <http://rtomayko.github.io/ronn/ronn.1.html>
2015-03-07add TODO item for warning about MASTER_SITES containing github.com.tnn1-1/+3
2015-03-01Update to version 0.66.0cheusov3-7/+9
New utility pkg_cksum2summary was added
2015-02-21add xcb/xkb.h and libxcb-xkbjmcneill1-1/+6
2015-02-21add xcb-xkb.pcjmcneill3-5/+6
2015-02-14Same netbsd*-eabi* tweak for libnbcompat's even older config.sub.riastradh1-1/+1
2015-02-14On NetBSD, earm is always elf.riastradh1-1/+2
Someone^TM should adjust this to reflect the fact that NetBSD >=1.5 or whatever is always ELF, but I'll leave that for someone else to deal with.
2015-02-13Need unistd.h on OS X 10.6 for ssize_t.jperkin2-1/+3
2015-02-12Update to pkg_rolling-replace-0.24.2abs3-7/+15
Add -B - to pass -B to pkg_chk when determining which packages to update
2015-02-09These go to eleven.snj7-12/+43
revbump-2.11: - Honor PKGSRCDIR in check-cvs-diff and replace-commonbump - Document PKGSRCDIR all the man pages, not just in finddepends(1)
2015-02-03Updated pkgtools/pkgdiff to 1.6abs3-17/+15
1.6: Correctly handle filenames with whitespace in pkgdiff and mkpatches
2015-02-01Allow https in sites.mk.wiz2-4/+4
Bump version.
2015-01-25removed patches, integrated upstreamimil3-63/+0
2015-01-25Updated to pkgin 0.7.0imil2-12/+9
Changes: 20150124 When -n is provided to pkgin ar, rm, in, fug, packages list is shown as one package per line so it is easier to read (feature proposed by gdt@ in GitHub issue #41) 20150122 Fixed GitHub issue #33: clean database when repository removed 20150121 Fixed some resource leakage pointed out by coverity scan 20150119 +PRESERVE packages now correctly upgraded without pkg_add -f 20150106 Dropped percentage printout if stdout is not a tty (patch by Havard Eidnes) Changed pkg_add -f flag with -D as suggested by Greg Troxel 20150105 Fixed an issue with meta-packages not updating pkgdb, check for PKG_DBDIR mtime instead 20150102 Avoid deepness > 1 when checking for dependency upgrades, should fix PR #48561 20141229 Avoid `preserved' packages to be `autoremoved' 20141228 Fixed GH issue #1, NULL PKG_PATH (which is wrong btw) makes pkgin segfault, strcmp() secured with safe_strcmp() Added --with-pkginstall to configure 20141223 0.7.0 Fixed GH issue #36, automatic flag no more set when a package is installed via pkg_add(1) Added -p (parsable) flag for 3rd party frontends Added statistics (patch by Youri Mouton) Package-names-containing-a-dot fix (patch by Yamamoto Takashi)
2015-01-22Add AC_SYS_LARGEFILE to files/configure.acpho3-117/+345
Given that libarchive is built with large file support, pkg_install needs it too. Otherwise libarchive and pkg_install may see different definitions of types such as struct stat, resulting in a runtime failure on some platforms (especially Darwin 9): % bmake package => Creating binary package /usr/pkgsrc/pkgtools/pkg_install/work/.packages/pkg_install-20141227.tgz pkg_create: cannot write to archive: tar format cannot archive this (type=00) The reason why this was unnoticed until now is that libarchive's "configure" has just been regenerated with Autoconf 2.69. Prior to 2.69, AC_SYS_LARGEFILE did nothing significant on Darwin so there was no actual inconsistency between libarchive and pkg_install, which was just coincidental.
2015-01-22Move -larchive from the general LIBS variable to each program that needs it,jperkin6-12/+11
prevents us from attempting to link the inplace libarchive against itself. Fixes build on systems which do not include a native libarchive, and avoids possible issues on systems which do. Tested on SmartOS (no native libarchive) and OS X in both builtin and pkgsrc configurations. Ok joerg@.
2015-01-21recuesive bump from libarchive major update.obache1-2/+2
2015-01-20Fix building with libarchive v3; cosmeticsadam1-23/+22
2015-01-18Update to 0.65.2cheusov2-6/+6
pkg_lint_summary -l: REQUIRES/PROVIDES paths are normalized (//, /.., /. are removed). This fixes some problems in nih.
2015-01-17Update MASTER_SITES and HOMEPAGE.obache1-3/+3
2015-01-11Fix example, noted by htodd.wiz1-3/+3
2015-01-10Improve variable expansion, in particular improving EMACS packages.wiz2-3/+4
From J. Lewis Muir. Bump version.
2015-01-08Correction on grammer on comments. Adjust Tabbings, remove trailing ↵mef1-8/+8
white-space. No logic change.
2015-01-02Restore pkg_admin 'add' command; it's still used by bootstrap in one place.wiz1-2/+12
2015-01-01Add BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM and bump version.dholland3-4/+10
2014-12-30regen (using 'mandoc -Ios=pkgsrc')wiz8-311/+314
2014-12-30Remove pkg_views support, second part: infrastructure.wiz26-1412/+56
2014-12-16Improve documentation.wiz3-45/+68
2014-12-15Update 2.9 to 2.10mef8-49/+581
This update is proposed as http://mail-index.netbsd.org/tech-pkg/2014/12/08/msg013888.html - (revbump) convert internal to two pass, and reduce fallout - (replace-commonbump) new command to replace 'commonbump' to 'commonbump.replaced' - (check-cvs-diff) new command to check 'cvs diff -u' if py27,py34, ruby200 and replace it if exists Thanks wiz@ and gdt@ for advice.
2014-12-06Initialize a variable that GCC complains about being used possiblyriz1-2/+2
uninitialized.
2014-12-06Don't complain about exact (non-range, non-wildcard) dependencies.schmonz3-12/+9
Now that mail/qmail-run "looks fine", replace it with another of my errant packages as a test case. Bump version.
2014-12-05Spell "vulnerabilities" correctly.schmonz1-2/+2
2014-11-30Update to 0.13.0cheusov2-6/+6
NIH_<subcommand>_OPTS variables were introduced. With their help one can configure EVERYTHING from config file. NIH_OPTS config variable was also introduced. nih mark: - new option -n was added. nih install: - Option -D doesn't remove temporary directory. - New options -v and -V were added. - NO_REQPROV_CHECK and NO_REQPROV_CHECK config variables were removed. Use NIH_INSTALL_OPTS instead. nih uninstall: - does not need "nih refresh -b". Thanks to Andrey N. Oktyabrski for the report! Fixed: - Finding a correct dependency now works correctly if dependency is ambiguous. - Unicity problem in "nih install PKGNAME" was fixed. - Analysing file conflicts now works correctly with files containing a space character. - Fix in saving ~/.nih/installed_* files - Check for version emptyness in "fake packages" was added.
2014-11-29cwrappers-20141129:joerg4-22/+55
- Export path to the wrapper via config file and use that to replace the libtool call in the relink command. - Do not drop rpath entries when processing the relink command, they are still needed.
2014-11-27cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIRjoerg5-12/+12
for consistency.
2014-11-24Now that pkglint's Makefile defines its LICENSE, I would expect theschmonz1-5/+5
'..' test to print "looks fine." and exit 0. Indeed, this is what an installed pkglint does when run in pkgtools/pkglint. But the corresponding test does not, depending in some way on the state left by previous tests of main(). In lieu of precise understanding, just run the adjusted '..' test earlier so that nothing causes it to fail. This will annoy someone later (probably me), but gets us back to green.
2014-11-24New sentence, new line. Sort options in SYNOPSIS. Bump date for previous.wiz2-37/+40
2014-11-24New lintpkgsrc release. It contains the -y and -z parameters provided bybsiegert4-11/+146
Adrian Portelli ten years ago in PR pkg/25451.
2014-11-24Bump version for package list format change.asau1-2/+2
2014-11-24Allow empty lines, blank space, and "#"-delimited comments in list of ↵asau1-2/+2
packages to build.
2014-11-24Disable CHECK_PERM & USE_CWRAPPERS here.joerg1-1/+4
2014-11-23Catch up tests to code:schmonz1-9/+7
- PythonDependency is a basic vartype - Wording for missing LICENSE has changed (plural -> singular) - Unknown dependency pattern is now ERROR (used to be WARN) - qmail package behavior has been improved a bit (surprise!)
2014-11-23Add emacs25, xemacs21[45]nox for makevars.mapmef2-4/+4
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-(
2014-11-22Do not use gcc-specific compiler flags on Mac OS versions that come withbsiegert2-6/+15
clang. Update version for bootstrap-mk-files. Patch provided by Todd Kover in PR pkg/48966.
2014-11-20As dholland correctly points out, this installs perl scripts, so it shouldwiz1-4/+3
depend on perl at run-time. Make it so. Bump version.
2014-11-19allow overriding the default repository URL with PKGIN_REPOSITORY_URLjmcneill1-2/+7
2014-11-05typosprlw12-4/+4