summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29Fix const correctness issue that has been intermittently causing builddholland6-3/+78
failures for a long time. (I'm not sure why it sometimes does and sometimes doesn't, but I think it may depend on different CFLAGS arising from bootstrapping vs. not bootstrapping.) While here add a comment to patch-curses__helpers.c; hi Joerg.
2013-11-19Update "port2pkg" package to version 1.14. It now works with moderntron2-7/+6
version of Perl, in particular the one distributed with "pkgsrc".
2013-10-25Use the compiler front-end to generate shared libraries on OSX - thejperkin2-5/+5
native linker uses different arguments compared to GNU ld. Fixes various builds. Bump version to 20131025.
2013-10-24pkglint is written in perl; it should depend on perl and not just somedholland1-3/+3
perl modules. (fix USE_TOOLS to have perl:run instead of just perl)
2013-10-212.5:wiz3-10/+11
finddepends: Also search in mozilla-common.mk. Update instructions.
2013-10-19Revbump after updating textproc/icuadam4-8/+8
2013-10-12- Added check for unused license filesrillig3-21/+30
- Improved allowed filenames for patches - Added license for pkglint itself - Cleaned up Makefile and TODO
2013-10-12The hicolor-icon-theme issue has been resolved.rillig1-12/+1
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-10-06Add list_todo to DESCR.wiz2-3/+5
2013-10-06Allow specifying multiple input files for 'pkgin import'.wiz4-11/+29
Ok imil@, will be integrated upstream
2013-09-12Use CATMAN_SECTION_SUFFIX in packages which perform their own catmanjperkin4-4/+20
page installation.
2013-09-12Add USE_TOOLS+=nroff to packages which generate catman pages.jperkin1-1/+2
2013-09-12Add CATMAN_SECTION_SUFFIX support.jperkin8-10/+47
2013-09-12bootstrap-mk-files-20130912: Fix catman pages on SunOS.jperkin3-2/+530
Introduce a modified bsd.own.mk on SunOS which enables MKCATPAGES by default, and a modified bsd.man.mk which correctly installs catman pages with a section suffix rather than a blanket '.0'. This allows the SunOS man(1) to find the catman pages correctly.
2013-09-12Fix pkg_info -X segfault when last entry wasn't terminated with \n.wiz1-4/+4
Addresses PR 48207.
2013-09-11Add missing files to 'make distclean'.wiz1-3/+3
Fix a typo.
2013-09-11Fixed installation of signed packages. Some variables part of structkhorben1-6/+3
signature_archive were not initialized properly, therefore randomly failing in the verify_signature_read_cb() callback. Partly closes PR pkg/48194; pkgsrc needs to be updated as well. "please commit" agc@ XXX pull-up to netbsd-6
2013-09-10Don't pass non-literal strings as format string.joerg2-1/+18
2013-09-10Don't pass formatted buffers as format strings. Drop -Wno-traditionaljoerg3-3/+45
for clang. Bump revision.
2013-09-10Don't fail on missing noreturn attributes for clang.joerg1-1/+3
2013-09-08Fix const usage.joerg1-20/+10
2013-09-08Don't apply noreturn checks for clang.joerg1-1/+2
2013-09-08Update to 20130908ryoon2-2/+202
* Add FreeMiNT support. This file is needed for bootstrapping pkgsrc.
2013-09-08Update to 20130908ryoon10-170/+222
* Fix build on FreeMiNT. * Tested on some platforms, See files/README.
2013-09-08Update to 20130908ryoon6-4072/+3373
* Fix build with libnbcompat-20120702, PR pkg/42142's side effect is fixed. Tested on Solaris 10, OpenBSD, FreeBSD etc. Detect system's sha2.h and SHA2 functions, and include nbcompat/sha2.h conditionally.
2013-09-08Fix typos in comment from FreeMiNT's db1 patches.ryoon3-8/+8
2013-09-02Revbump after cairo updateadam2-4/+4
2013-09-02Bump version of pkg_install required. Ride previous PKGREVISION.jperkin1-2/+2
2013-09-02Remove workaround for 'pkg_add -f' bug, now that it is fixed in pkg_install.jperkin3-2/+20
Bump PKGREVISION.
2013-09-02pkg_install-20130902: Fix 'pkg_add -f'.jperkin3-9/+5
Remove incorrect return value when in force mode, which was causing pkg_add to exit with failure even though the operation completed successfully. This also fixes the case where 'pkg_add -uf' would leave an update in an inconsistent state.
2013-09-01tell TOOL_DEPENDS, same as BUILD_DEPENDS.obache2-2/+4
2013-08-31- When the source line is logged (option -s), an empty line aboverillig3-9/+24
helps to see which source line belongs to which warning. - PKGSRCTOP is a known variable. It is used only in the top-level Makefile. - Arbitrary tool names may be added to TOOLS_NOOP. - In the top-level Makefile, the alphabetic order of the SUBDIRs may have a single exception.
2013-08-30bootstrap-mk-files-20130830: Use bsdinstall on SunOS by default.jperkin2-4/+4
2013-08-23Update the valid_MACHINE_ARCH list from NetSBD src/build.sh version 1.272.apb2-8/+25
Bump kver version to 0.7.2.
2013-08-21Remove files inside pkgdb directory before trying to remove the directoryjperkin1-2/+3
itself. Copied from similar code in pkg_delete. This fixes the issue when an +INSTALL script fails but the pkgdb directory couldn't be removed, leading to an inconsistent state.
2013-08-16revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.obache1-3/+3
2013-08-15- added type definitions for two variablesrillig2-4/+23
- improved wording of some warnings - added explanations to some common warnings
2013-08-15Recognize apache24. Noted by Patrick Welche.wiz2-6/+6
Bump version.
2013-08-15Remove pkgtools/tinderbox-dragonflymarino37-4123/+1
This package is no longer in use, and is far behind upstream now. It is heavily customized so maintenance is far from trivial. There were no objections to the announcement of my intentions to remove this package which I made on package-users@ a month ago. I feel it is better to retire this package than allow it to bitrot further.
2013-08-14Switch to use libnotify07.obache7-8/+134
Bump PKGREVISION.
2013-08-03* BSD/OS and OSF/1 are also missing `z' modifier support for printf(3) format.obache3-6/+6
* bare `zu' modifier is used, it should be replaced with `PRIzu` instead. Fixes crash with `pkg_admin rebuild' on platforms missing %z support, PR pkg/48070.
2013-07-30+ Warn about using REPLACE_PYTHON without including application.mk.wiz1-1/+5
2013-07-26Add (Debian) GNU/kFreeBSD port.ryoon4-2/+925
Similar to GNU/Linux. Bump bootstrap-mk-files to 20130727.
2013-07-25regenwiz2-4/+4
2013-07-24mksandbox-1.3:jperkin2-12/+21
- Add /usr/sfw to SunOS mount dirs, required for certain binaries on newer releases. - Mount proper instances of /dev and /dev/fd on SunOS rather than relying on devfsadm and ucblinks, the latter of which does not exist on newer releases. - Do not create /var/games if the games user does not exist.
2013-07-20Use Mt for email addresses.wiz31-66/+66
2013-07-20mksandbox-1.2:jperkin3-48/+95
* Mount /proc read-write on Linux, it appears to be required for e.g. groupadd to function correctly. * Add new --rodirs and --rwdirs options, which allow arbitrary lists of directories to be mounted appropriately inside the chroot. * Add --without-pkgsrc which prevents the default pkgsrc directories from being mounted. This allows mksandbox to be easily used for chrooted pbulk setups, using a simple invocation such as: mksandbox --without-pkgsrc --rodirs=/usr/pbulk --rwdirs=/shared /chroot
2013-07-18mksandbox-1.1:jperkin2-4/+7
* Add /lib64 and /usr/lib64 on Linux. * Ensure that read-only --bind mounts on Linux are actually read-only.
2013-07-15Bump version for deprecated USE_GNU_READLINE.wiz1-3/+2