summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2014-10-28New sentence, new line. Bump date for recent changes.wiz1-3/+4
2014-10-28IGNORE_OSABI was renamed to CHECK_OSABIcheusov3-6/+12
2014-10-27New config parameter IGNORE_OSABI was added to pkg_install.conf.cheusov1-1/+3
If it is "yes", pkgtools/osabi package does not check kernel version. Oked by bouyer@
2014-10-09PKG_INSTALLATION_TYPES cleanup. Ride bump.wiz2-4/+3
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz26-78/+26
2014-10-09Bump version.wiz1-2/+2
2014-10-09More SVR4_PKGNAME cleanup.wiz5-21/+9
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz3-8/+3
2014-10-08Cleaned up the TODO list; the license check has been implemented.rillig1-12/+2
2014-10-08Fixed variable type of PYTHON_VERSIONED_DEPENDENCIES, so that build-timerillig2-4/+21
and run-time dependencies can be specified without pkglint warnings.
2014-10-07Revbump after updating libwebp and icuadam4-8/+8
2014-10-06FreeBSD decided that getline must be explicitly requested.joerg1-1/+2
2014-10-06OSX 9 lacks getline, so add it to the list. Use custom version ofjoerg2-13/+21
le32toh.
2014-09-18Explicitly set target directory. Provide RCS ID.joerg1-0/+4
2014-09-17Fix spelling.schmonz1-1/+1
2014-09-17+ cwrappersjoerg1-1/+2
2014-09-17Add cwrappers-20100308 with minimal compat changes. Developed as part ofjoerg59-0/+3782
GSoC 2007, initial test suite parts from schmonz@, nagging by jperkin, approval for addition during freeze by agc@.
2014-09-08Allow -std= in compiler flags.wiz1-2/+2
Ride bump.
2014-09-08Allow '+' in another place checking for package names. Needed e.g. for gtk2+.wiz2-5/+5
Bump version.
2014-09-03Use MAKE_JOBS for inplace libnbcompat. Reduces the build time for bootstrapjperkin1-3/+3
quite a bit when using --make-jobs, due to the potentially large number of times that libnbcompat needs to be (re)built.
2014-08-30Update to 0.47.1cheusov2-6/+6
Fixes: - exit status of bmake invocation was not checked - dirty hacks with PSS_SLAVES when MASTER_MODE=no are no longer necessary
2014-08-22No one reads makebump.manual and checks PKGREVISION changes; justwiz3-8/+7
mention the packages where it failed. Update manpage. Bump version.
2014-08-14Update to 0.47.0cheusov3-31/+7
TOOL_DEPENDS is supported by default (pkg_src_summary stage) Support for cross-builds (not tested yet) stage_checks: - gen_unregistered_CONFLICTS was disabled, it is too slow. - additional section for memory allocation failures was added. - improvements for "missing progs", "missign header" and "library not found sections". distbb_chroot: - Option -p was added and other improvements. distbb.conf and distbb.default.conf: - Variable OS was renamed to OPSYS - home-made function "assign" was replaced with := - New config variable ULIMIT_CMD was introduced. It defaults to "ulimit -t 1800" upload_pkgs_all_files: fix find(1) arguments. Thanks to Andrey Oktyabrski for the report.
2014-08-12Update to 0.65.1cheusov2-6/+6
Build failure was fixed on Haiku. Haiku provides strlwr(3) that conflicts with pkg_summary-utils' version.
2014-08-07Add PYTHON_VERSIONED_DEPENDENCIES. Bump version.wiz2-3/+4
2014-08-01Squelch warnings about smartmatch being experimental.schmonz1-1/+2
2014-07-29PR 48824: Disable bogus clobbering warning from GCC 4.8.joerg1-2/+6
2014-07-25libnbcompat-20140725:jperkin6-12/+22
Newer Linux systems have moved libutil.h to bsd/libutil.h, add the necessary checks for that location. Fixes at least Ubuntu 12.04.
2014-07-22Improve commonbump instructions.wiz1-2/+2
2014-07-19Use standard email address (pkgsrc-p5-people should not be MAINTAINER).wiz1-2/+2
2014-07-13Update BUILD_DEPENDScheusov1-2/+2
2014-07-13Updatecheusov2-6/+6
Version 0.65.0 mk-configure>=0.26.0 is required for build. pkg_grep_summary - fix for "-t strfile" (hcreate(3) hash is not autoresizable) - if option -r was applied, the exit status is 1 for "not match" and 2 for unexpected failure. Code clean-ups and improvements. Version 0.64.0 pkg_subgraph_deps: - significant performance improvements pkg_cmp_summary: - option -f was added, options -p and -P are considered deprecated Code clean-ups in the default pkg_digger.conf