Commit graph

1584 commits

Author SHA1 Message Date
minskim
02085799ca Include bdb.buildlink3.mk to build on platforms without native Berkeley DB. 2005-05-16 17:35:29 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
bc453eae61 Note that this package wants mtree, pax, and tar. 2005-05-16 00:09:33 +00:00
rillig
6f71ee99dc Added a command line option to disable warnings on unsorted things like
PLISTs and SUBDIRs in category Makefiles. The default behavior is
unchanged. Updated the man pages. Bumped PKGREVISION.
2005-05-15 02:38:56 +00:00
reed
96705cee02 Mention that it is also helpful for providing definitions and
functions missing from other Unix platforms.
2005-05-15 02:01:58 +00:00
reed
40717a23cb Add "devel" to categories. 2005-05-15 02:01:14 +00:00
rillig
be9e6c0d80 TODO: Check for C/C++ style comments in Makefiles. 2005-05-14 00:38:56 +00:00
minskim
f11b5df4e2 Honor *OWN and *GRP. 2005-05-13 19:01:18 +00:00
wiz
d0a8978cf5 Fix typo. 2005-05-10 22:30:15 +00:00
rillig
c4074738e5 Changed default pkglint_flags to -q -Wno-workdir. Slightly modified the
output format.
2005-05-10 19:07:07 +00:00
rillig
1e5c808685 Added command line option -q|--quiet, which suppresses the
errors/warnings summary printed before terminating. Updated the manpage.
Updated the preformatted manpage, which was horribly outdated.
2005-05-10 19:04:53 +00:00
rillig
69e2e00c3d Added more deprecated variables from mk/defaults/obsolete.mk. 2005-05-10 00:12:18 +00:00
rillig
21c7278253 Don't include ../../mk/java*.mk when reading in the Makefile. This avoids
false positive warnings for the deprecated PKG_JVM variable.
2005-05-10 00:09:18 +00:00
rillig
526576882f The TOOLS phase is not needed for pkglint. 2005-05-10 00:07:53 +00:00
rillig
a73ab09866 Output the error string when renaming a dependency file fails. This has
happened to me when I had a misnamed directory in the pkgdb directory.
2005-05-10 00:04:09 +00:00
peter
6802eccc9d * Add -n flag to limit the amount of results.
* Fix for when /usr/pkgsrc is empty.
* Bump version to 20050508.

From pancake@phreaker.net, tweaks and manpage update by me.
2005-05-08 15:26:36 +00:00
wiz
2392e577cd Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable). 2005-05-07 22:24:04 +00:00
rillig
69bf1568b2 When detecting the pkgsrc root directory, don't rely on Packages.txt, as
that will be removed soon. Approved by wiz.
2005-05-07 22:21:23 +00:00
wiz
73b1f62fd4 Refer doc/pkgsrc.txt instead of Packages.txt. 2005-05-07 22:14:02 +00:00
rillig
7f2465a3a5 Replaced the shell here-document operator with qw(...). No functional
changes. Approved by wiz.
2005-05-07 21:22:40 +00:00
gavan
3c495e7aeb Move invocation of make into a do_test_default, and provide overridable
function do_test, which by default just invokes do_test_default.

For jlam's overriding pleasure.
2005-05-07 15:45:59 +00:00
rillig
0985068dda Swapped out the definition of deprecated variables to an external file.
Welcome to 4.13. Approved by wiz.
2005-05-07 15:10:24 +00:00
rillig
e490f7bac8 Don't use hard-coded /usr/pkgsrc, but @PKGSRCDIR@. Approved by wiz. 2005-05-07 00:04:33 +00:00
wiz
695ecfab67 Sync with usr.sbin/pkg_install/add/pkg_add.1 v1.59. 2005-05-06 23:03:41 +00:00
rillig
1976ccd594 Added --explain option. 2005-05-05 22:59:18 +00:00
rillig
e8827c4d28 Removed the -Wpatches command line option, because -Cpatches does the
same and fits better. Removed checking for the (deprecated) NO_WRKSUBDIR
Makefile variable. Approved by wiz.
2005-05-01 11:41:17 +00:00
rillig
b65911e7f3 Added TODO list for pkglint. 2005-04-30 11:50:42 +00:00
rillig
97e265c918 Read the definitions for MASTER_SITES_* from <mk/bsd.sites.mk> instead of
hard-coding them in the source code. Approved by wiz.
2005-04-29 22:22:09 +00:00
wiz
17382ccb9e Regen. 2005-04-21 14:56:19 +00:00
wiz
c7333326f6 Various fixes. 2005-04-21 14:55:44 +00:00
abs
fa2b344c7b update pkg_chk to 1.57
Two fixes to -l (list required binary packages to stdout)
  a) If a dependency is missing, display its name correctly
  b) Display any progress to stderr not stdout (for obvious reasons)
2005-04-20 15:32:25 +00:00
agc
775ed145fd Add and enable genrpm 2005-04-20 09:36:47 +00:00
agc
3375751ac4 Initial import of genrpm-1.0, a tool to generate rpm packages.
This package installs a script called genrpm, which is used to
	generate a Redhat Package Manager (RPM) package from an installed
	pkgsrc package.  It does this by generating a spec file, and using
	that to identify the components of the RPM and package them.

	If a pkgsrc tree is present on the system, a source RPM (or srpm)
	can also be generated. This will include the distfile, any pkgsrc
	patches, and the files used to accomplish the pkgsrc packaging.
2005-04-20 09:36:00 +00:00
tv
8953ea028d Remove NO_BUILDLINK from makevars.map -- no-op now, but changed the package,
so number this 4.12.1.
2005-04-12 15:12:33 +00:00
rillig
191194483c Took over maintainership. Suggested and approved by wiz. 2005-04-12 01:07:44 +00:00
rillig
d4533a8e71 Globally replaced calls to the log_* functions by shorter variants. This
helps avoid typing errors. Approved by jlam.
2005-04-12 01:06:58 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
da33fdafbb Remove autogenerated USE_BUILDLINK3 line. 1.28. 2005-04-11 19:02:07 +00:00
tv
c85d0eb744 Remove USE_BUILDLINK3 support, and deprecate the name instead. 4.12. 2005-04-11 19:01:31 +00:00
riz
5d9b0df66a Update to 4.11:
Remove references to PLIST-mi, and substitute check for PLIST.common
instead.  Fixes pkg/29848 by me.  Approved by wiz.
2005-04-07 18:31:09 +00:00
xtraeme
2a2be0cc2d Add DragonFly to ONLY_FOR_PLATFORM. 2005-04-06 15:45:59 +00:00
xtraeme
99328876d8 Added pkg_select-20050403 (thanks to iMil for creating this great
frontend).
2005-04-06 15:23:34 +00:00
xtraeme
06ec969233 Initial import of pkg_select-20050403 from pkgsrc-wip (this package
seems to be really useful now, and it's ready to be on pkgsrc).

pkg_select will display a curses file browser for the pkg system. You can
browse pkgsrc and gather various informations about packages, like avail-
able version, installed version, comment and homepage. A simple paging
system lets you read information files.  You can browse both installed
and uninstalled packages, as well as dependencies list and perform vari-
ous administrative tasks to them. A package finder system helps you to
easily locate a package by its name.  pkg_select can handle either source
or binary installations when pkgsrc is installed on the local system, or
binary only when using the pkgsrc-over-ftp feature.

If no pkgsrc is installed, pkg_select offers ability fo fetch it, either
by FTP or CVS. It is also possible to update an existing pkgsrc via the
interface.

pkg_select user interface is quite self explainatory, every available
shortcut is shown and annotated.
2005-04-06 15:20:42 +00:00
reed
04584b7a76 Pre-create needed directory. (My man/man7 was a text file instead
of a directory; it was packages.7.)
2005-04-05 15:31:33 +00:00
abs
a697358a31 Update pkglint to 4.10:
Fix variable usage when checking distinfo Size values, and more
	than one package references the same distinfo file with different
	sizes.
2005-04-04 11:04:33 +00:00
atatat
c2d436d153 Fix the man page patch to match the current digest man page. While
I'm here, also adjust the length of DESCR to less than 24 lines
(requested in private email).
2005-03-31 05:02:24 +00:00
seb
df3ade20c1 Update to version 0.6.
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_STABLE.
2005-03-30 06:41:01 +00:00
agc
80584e4b7e Update this package after the additions of the new hashes to the digest
package.

Fixes PR 29795 from A L Meyers.
2005-03-28 20:52:55 +00:00
wiz
d75cb5b66b Improve a warning; from Lex Wennmacher in PR 29796. 2005-03-28 02:16:55 +00:00
hubertf
c6fc7178c3 Fix typo: hypen -> hyphen (twice!)
Noted by burnhard on #NetBSD (IRCnet)
2005-03-26 00:46:40 +00:00