summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2014-06-25Add LIBTOOL_REQD. Bump version.wiz2-3/+4
2014-06-25Don't set EXTRACT_SUFX if it's .gem. Change if statement to use a switchrodent2-7/+11
and exclude ${WRKDIR}/.gemspec from WRKSRC candidates. Bump PKGVERSION.
2014-06-24Make finddepends(1) parse Makefile.common's "# used by" lines andwiz4-10/+21
also emit packages mentioned there, if a match was found in that Makefile.common. Adapt revbump HOWTO slightly, but not completely, since I don't trust the comments enough yet. Bump version. Leaf package.
2014-06-19Sync mysql version list with reality.wiz2-4/+4
From John Nemeth. Bump version.
2014-06-14Update x11-links to 0.91.jperkin2-5/+5
On Linux with LIBABISUFFIX, only include lib$LIBABISUFFIX directories rather than both, as it can cause issues with ld finding suitable libraries. Fixes a bunch of packages.
2014-06-13Add two freetype2 files needed in recent OS X Quartz.gdt3-5/+7
2014-06-13groff isn't required, nroff is sufficient to build the cat pages. Reducesjperkin1-2/+2
the number of dependencies required significantly on systems with no builtin groff.
2014-06-10pkglint-4.142: Remove apache13 and apache2 values.joerg2-6/+6
2014-06-10pkglint-4.141: PAM_ACCEPTED and PAM_TYPE are gonejoerg2-5/+3
2014-06-07s/HAVE_DECL_ASPRINTF/HAVE_DECL_VASPRINTF/. According to configure.accheusov1-2/+2
presense of vasprintf(3) is checked. This partially fixes bootstrap failure on AltLinux.
2014-06-05Depend on libfetch from pkgsrc.gdt1-2/+3
On NetBSD 5, builtin libfetch is linked against builtin openssl, but pkgsrc openssl is used to build pkgin, causing a link failure. ok imil@.
2014-06-04Update to 20140604ryoon2-3/+6
* Enable for CentOS/RHEL, fix su(1) path.
2014-06-01Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.obache1-2/+3
2014-05-31Remove giflib/libungif special cases. Bump version.wiz2-9/+3
2014-05-30Bump version instead of PKGREVISION.wiz1-3/+2
Noted by Wen Heping.
2014-05-29Bump for perl-5.20.0.wiz16-25/+32
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-16Update to 20140516ryoon2-2/+533
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD. Fix undefined __guard_local in devel/libexecinfo.