Commit graph

23 commits

Author SHA1 Message Date
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
0d8c03d43e Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
hans
d9e743a4e0 Use SunOS-specific system shutdown mechanism when building for SunOS. 2011-09-14 17:42:08 +00:00
hans
20072200f8 Use ${AUTORECONF_ARGS} to make it work with native pkg-config. 2011-09-14 17:40:57 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
markd
5e115a0e56 Fix MASTER_SITES.
Fix policykit rules (taken from ConsoleKit 0.4.x).  Bump PKGREVISION
2010-12-26 20:53:14 +00:00
jmmv
06b1a0ea5c Do not create etc/ConsoleKit/seats.d/ inside prefix during install. This
is automatically done by the installation scripts by creating the directory
inside sysconfdir (where it belongs).

Other than removing an unecessary directory creation, this prevents leaving
a directory behind upon package removal.

Bump PKGREVISION.
2010-04-18 19:51:47 +00:00
heinz
5e3cd069ac Added LICENSE information. 2010-01-24 17:11:17 +00:00
sketch
aee74ee024 Avoid zero-sized structs, fixes Sun Studio build. 2009-09-23 09:35:47 +00:00
wiz
6f7c23cfe5 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
93323948e4 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
4bfd4a2628 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +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
hasso
249c2deba3 * Improves a lot FreeBSD and DragonFly support (from FreeBSD ports)
* Fixes two leak problems (from upstream bugzilla)
* Bump PKGREVISION
2008-12-26 20:05:56 +00:00
jmcneill
94327d5c37 Fix build on NetBSD 4.0 with XFree86. 2008-12-23 21:46:14 +00:00
dsainty
4c9430f5c6 consolekit wants (requires) libz, so pull it in. Fixes build on some (Linux) systems. 2008-12-10 11:43:20 +00:00
hasso
d815a1e61e DESTDIR support. 2008-11-26 08:35:01 +00:00
hasso
7eea5d0dec Make it build/work in DragonFly. 2008-11-25 13:40:05 +00:00
jmcneill
b49a5be104 Improve active console detection.
XXX ps doesn't associate X with its tty on NetBSD, add nasty hack of
falling back to ttyE4 and revisit later.
2008-11-23 19:24:21 +00:00
jmcneill
91eae78185 Fix socket credential handling and sysctl kern.proc2 usage. Bump PKGREVISION 2008-11-22 19:33:05 +00:00
jmcneill
8620414ff9 Import consolekit version 0.3.0.
ConsoleKit is a framework for keeping track of the various users, sessions,
and seats present on a system. It provides a mechanism for software to react
to changes of any of these items or of any of the metadata associated with
them.
2008-11-22 03:32:22 +00:00