Commit graph

14 commits

Author SHA1 Message Date
wiz
3cd2fc9573 Update to 20090716. Set LICENSE to gnu-gpl-v2.
XXX: optionally licensed under the Academic Free License 2.1, which we
don't have in pkgsrc and which I didn't add just for this package.

Changes: undocumented.
2009-08-16 14:03:59 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
1b5362f287 Update to 20090414: more devices.
Add comment for LICENSEs (two).
2009-04-20 11:34:13 +00:00
wiz
a3f54af0c9 Update to 20090309, undocumented. 2009-03-22 20:50:10 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
ea4f69e5ff to netbsd-desktop 2009-03-18 13:30:45 +00:00
wiz
6f93b5552f Update to 20090202:
Support for more devices and bug fixes.
2009-02-21 13:49:21 +00:00
joerg
6f49283c57 DESTDIR supported. 2009-02-07 19:11:04 +00:00
wiz
38821e5bfa Update to 20081219:
Lots of updates (basically a db).
2009-01-07 22:18:16 +00:00
jmcneill
28902be816 Improve detection of newer PSP models and update capabilities (AAC, new
media folder path) for newer PSP firmwares.
2008-12-26 15:33:03 +00:00
jmcneill
75c71fbdae Import hal-info version 20081022.
hal-info is a small hal sub-package that provides the hardware data and
quirks. These quirks are currently things like what mice support reporting
battery status, what music players are supported and what cameras are
detected.
2008-11-22 13:04:41 +00:00