summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2006-04-19Possible warnings if the PLIST contains libtool archives, but thejoerg1-1/+4
package doesn't say it uses libtool. Warn for redundant libraries, when the libtool archive is also included in the PLIST.
2006-04-19Add another libXaw and libXt entry.reed1-1/+3
This is from Bernd Ernesti (also on pkgsrc-users list) for upcoming Xfree*^ 4.6.0 release. Package version was just update a couple minutes ago, so ride on that version.
2006-04-19Update to change package names that have been changed.reed3-11/+12
(And add include of xproto buildlink3.mk for x.org.) Increase package version to 0.29.
2006-04-18Sync with NetBSD's src/usr.sbin/pkg_install Version 20060418,hubertf2-7/+7
mostly for the timeout fix in ftpio.c.
2006-04-18Files called "manual-*" in the patches directory are not checked at all.rillig1-2/+5
2006-04-18In PLIST files, "share/locale" isn't deprecated anymore.rillig1-4/+2
2006-04-17Correct man page: PKGREVISION bumps need to be completedwiz2-6/+6
before buildlink3.mk files can be updated. Update to 1.7.
2006-04-14Added gettext.mk to the list of files that define the tool names.rillig1-2/+2
2006-04-14The variables *OWN, *GRP, *MODE don't need the :Q operator. The :Q operatorrillig1-7/+10
is also not needed for certain variables when adding to a list.
2006-04-13BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS are deprecated.rillig1-1/+3
2006-04-13finddepends: also look in options.mk files.wiz3-8/+10
Welcome to 1.6\!
2006-04-13- The variables *_USER and *_GROUP don't need the :Q operator.rillig1-3/+3
- Fixed a bug in the regular expression that detects sed(1) commands that don't start with "-e".
2006-04-12Removed an extra ".rillig1-2/+2
2006-04-12BUILDLINK_PREFIX.* does not need the :Q operator.rillig1-2/+2
2006-04-12Removed superfluous :Q operators.rillig1-18/+18
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig2-4/+4
that they look nicer.
2006-04-12The variables RECOMMENDED and BUILDLINK_RECOMMENDED are deprecated.rillig3-7/+7
2006-04-12The diagnostics for package updates now include the reason that is givenrillig2-14/+15
in doc/TODO, which is often a reference to a PR.
2006-04-12Some variables, like WRKSRC, PREFIX, LOCALBASE and *DIR don't need the :Qrillig1-3/+12
operator, since we expect them to never contain special characters. This change reduces the number of -Wall warnings by approximately 28000.
2006-04-11Added an explanation for the state names of the patch file parser.rillig1-1/+13
2006-04-11Don't warn about the misnamed variables *_TEMPLATE, which are actuallyrillig1-2/+4
lists of files. Don't warn about files named "manual-*" in the patches directory.
2006-04-10Modified xmkmf support for Darwin and IRIX:schwarz5-2/+168
- on Darwin, pkgsrc no longer tries to set user or group when installing as unprivileged user, i.e. with UNPRIVILEGED set to yes. - on IRIX (5 and 6) the system's xmkmf config files are no longer modified. Instead copies (that take priority with pkgsrc's xmkmf) are used for that purpose.
2006-04-09Adapt sysctl prototype for -current. The boundary is chosen as 3.99.16.cube1-3/+9
The broken area is -current between Feb 24th 2006 and Mar 2nd 2006. Fixes PR#33226 by Cesar Catrian Carreno.
2006-04-08Sync with src/usr.sbin v1.63:wiz1-2/+2
Formatting nits.
2006-04-06Welcome to version 20060405.reed5-18/+27
pkg_add also check for USE_ABI_DEPENDS. Check if USE_ABI_DEPENDS or IGNORE_RECOMMENDED was set when this package was built. IGNORE_RECOMMENDED is now historical. For the cat man page, I manually made it say "pkgsrc" instead of "NetBSD". I committed to NetBSD's src/usr.sbin/pkg_install/ first :)
2006-04-06Welcome to createbuildlink-3.11.reed2-5/+5
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
2006-04-06Welcome to revbump-1.5.reed5-10/+10
ABI_DEPENDS instead of RECOMMENDED. Not tested, but also reviewed by maintainer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-4/+4
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Sync with src/usr.sbin v1.70:wiz1-2/+4
http_expand_URL(): fclose() the fdopen()'ed filedescriptor before leaving the function (for all cases). Actual fix and sanity checking by Dillo & Wiz Coverity CID 2340
2006-04-05Sync with src/usr.sbin v1.62:wiz1-2/+3
When recognizing a broken package version/name, make sure to error out really, don't just print a warning and the run into further problems. Coverity CID 2739.
2006-04-04Bump date for previous.wiz1-2/+2
2006-04-041.69.1: Add a -q option, which is a superset of -n; squelches progresstv3-16/+28
messages and "echo-to-screen" commands (e.g., pkg_delete). This provides a much more accurate emulation of the former -c and -i options (now -a -q and -u -q respectively), by suppressing messages not related to the human-readable version information.
2006-04-04Use PKGMANDIR instead of hard-coded "man".reed1-3/+3
2006-04-04Bump date, so that version in src and pkgsrc have the samewiz1-2/+2
version _and_ the same code.
2006-04-04Pull over v1.4 from src/usr.sbin:wiz1-2/+5
revision 1.4 date: 2006/03/17 01:10:53; author: hubertf; state: Exp; lines: +5 -2 Fix filedescriptor leak Coverity CID 1625
2006-04-04Pull over v1.59-v1.61 from src/usr.sbin:wiz1-9/+17
revision 1.61 date: 2006/03/17 17:46:44; author: hubertf; state: Exp; lines: +4 -3 Put check if "best" is empty back into the right place, messed up in previous commit. Noted by yamt@ ---------------------------- revision 1.60 date: 2006/03/17 02:20:46; author: hubertf; state: Exp; lines: +10 -4 findbestmatchingname_fn(): catch possible problems if best (vp) contains some strange name (shouldn't happen, but ...) Coverity CID 869 ---------------------------- revision 1.59 date: 2006/03/17 02:10:55; author: hubertf; state: Exp; lines: +8 -7 findbestmatchingname_fn(): only do something sensible if the pointer handed in is actually usable (not NULL) Fixes Coverity ID 870
2006-04-04Pull over v1.36 from src/usr.sbin:wiz1-3/+11
revision 1.36 date: 2006/03/17 01:58:25; author: hubertf; state: Exp; lines: +11 -3 We can't sprintf() into a NULL pointer - catch that properly for ALL cases. Coverity CID 861
2006-04-04Sync with src/usr.sbin: whitespace diffs only.wiz1-4/+4
2006-04-04Pull over v1.77 from src/usr.sbin:wiz1-3/+3
revision 1.77 date: 2006/03/26 18:11:22; author: christos; state: Exp; lines: +3 -3 PR/33123: Murray Armfield: standards compliance & glob.h Certain fields in glob.h need to be size_t; fix this and version glob(3). http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.html
2006-04-04Pull over v1.5 and v1.6 from src/usr.sbin:wiz1-13/+21
revision 1.6 date: 2005/11/13 20:37:23; author: agc; state: Exp; lines: +1 -10 Get rid of cvs merge botch in previous. ---------------------------- revision 1.5 date: 2005/11/13 20:07:41; author: agc; state: Exp; lines: +25 -8 The Dewey number comparison routines were added by myself in 2002 in revision 1.32 of pkg_install/lib/str.c, and have absolutely nothing to do with the original FreeBSD utilities. Place the appropriate (3 clause) copyright on this file.
2006-04-04Pull over v1.68 from src/usr.sbin:wiz1-3/+4
revision 1.68 date: 2006/03/17 02:31:44; author: hubertf; state: Exp; lines: +4 -3 pkg_do(): only use cp2 if it's really set to something useful Coverity CID 1176
2006-04-04Pull over 1.36 from src/usr.sbin:wiz1-3/+3
revision 1.36 date: 2005/12/03 01:08:38; author: hubertf; state: Exp; lines: +3 -3 Only warn about running as non-root when -v is given (or when running in non-unprivilegedmode, but how to detect?)
2006-04-04Pull over v1.51 from src/usr.sbin:wiz1-4/+4
revision 1.51 date: 2006/03/06 20:00:10; author: reed; state: Exp; lines: +4 -4 Fix the "Cannot chdir" error message to actually show the problem directory name for lsbest and lsall. For example: # pkg_admin -d /usr/packages/DragonFly/1.4.0/i386/All lsbest 'gmake>0' pkg_admin: Cannot chdir to /var/db/pkg: No such file or directory Should show: pkg_admin: Cannot chdir to /usr/packages/DragonFly/1.4.0/i386/All: No such file or directory
2006-04-04Pull over 1.117 from src/usr.sbin:wiz1-2/+6
revision 1.117 date: 2006/03/17 02:37:31; author: hubertf; state: Exp; lines: +6 -2 Add sanity check if there's a @cwd in the +CONTENT file. If not abort, because we wouldn't know where to put the files. Coverity CID 1358
2006-03-31List Xorg versions also.reed1-0/+2
(I have used Xorg as native X.)
2006-03-23avoid a malformed conditional with the make on netbsd-2.dmcmahill1-2/+2
2006-03-19pkglint: unquote subst message.wiz1-2/+2
2006-03-14Updated pkglint to 4.59.rillig1-2/+2
Changes since 4.58: - Improved checking of patch files. - Adjusted the variable names to the recent pkgsrc changes. - Print a note if the pkglint version does not match the one from the checked pkgsrc tree.
2006-03-14Added HEADER_TEMPLATE.rillig1-1/+2
2006-03-14{DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE.rillig2-4/+8