Commit graph

76 commits

Author SHA1 Message Date
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
rillig
373639f2a4 Added license and BUILD_DEFS. Bumped PKGREVISION. 2016-07-09 10:39:37 +00:00
rillig
12c5376ab1 Fixed pkglint warnings. 2016-07-09 10:25:27 +00:00
joerg
1ce93f664f Since windowmaker's config script is now a thin wrapper around
pkg-config, depend on the later.
2015-12-23 12:44:20 +00:00
agc
d8f09469bb Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 03:28:24 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
jperkin
802b6cce8e Fix build on SunOS (needs explicit -lintl -lresolv, handle no sigsetmask()). 2014-08-21 15:52:00 +00:00
wiz
c26f5ca940 libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.
2014-05-31 15:56:26 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
hans
05a7216d78 Revbump for wm/windowmaker update. 2013-05-21 15:17:55 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
marino
d9f04deaaa x11/wdm: LDFLAGS.DragonFly+= -lfontconfig 2012-07-15 17:37:04 +00:00
wiz
fb1a8e5414 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
marino
22185bbe00 x11/wdm: Fix indirect linking error on DragonFly 2012-01-28 11:40:19 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
459d63feeb libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:29:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
tnn
722d499e41 Fix wrong ownership of authorization directories. Bump PKGREVISION. 2010-02-08 09:47:44 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
abs
f56c8a6391 PKG_DESTDIR_SUPPORT 2009-12-17 17:59:09 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +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
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
rillig
40cd0c00e3 Patch files have to start with a CVS Id. 2008-01-05 20:52:17 +00:00
joerg
2cd5cbe7db Modular Xorg support. 2007-02-02 15:23:46 +00:00
reed
f1a28fe2da Update to version 1.28.
This is for PR 25337. From looking at the wdm ChangeLog it looks
like the daemon mode was fixed on 05-Sep-2003 and was released in
the 1.26 release.

Thank you for testing, Dan.

Use $VARBASE for "fakehome".

Adds new locale files.

In wdm rc.d script add -daemon for command arguments.
Also use VARBASE for pid file.

Change patch-aa to be for the examples config directory.
(I didn't notice that old patch there was needed nor did I see
any commit message saying why.)

ChangeLog has:

26-Mar-2005 16:56  [wdm.1.28] prepare for release
			none


26-Mar-2005 16:32  [wdm.1.27] patch by Thomas Glanzmann
			I don't think those changes was necessary, but if they
			make someone's life little better, why not apply it? :)
			It is said, that without these, wdm didn't work
			correctly on sunray servers


26-Mar-2005 14:26  [wdm.1.27] fix pam_open_session
			"I'm running wdm-1.27 on FreeBSD 5.2-CURRENT. Since
			version 1.26, PAM code seems not to work. ( This means
			that ssh-agent is not started even if pam_ssh.so is
			enabled. )

			I have checked src/wdm/session.c. If system has
			setusercontext(), I guess that pam_open_session() will
			never be called." Reported by Kan Sasaki
			<sasaki@fcc.ad.jp>


22-Mar-2005 21:09  [wdm.1.27] update aa code
			Antialiasing API has chaged in new wmaker. I need to
			update code. New code uses some #ifdefs. They should go
			away soon.


20-Mar-2005 16:46  [wdm.1.27] update config
			config file for aegis needs to be updated because
			create_symlinks_before_build field is obsolete. I need
			to use development_directory_style.source_file_symlink
			field.


19-Mar-2005 17:17  [wdm.1.27] fix fd leak - II
			Last descriptor leaked si return value of mkstemp
			function. I'm totally forgot, that this function
			returns value. Thanks Michael Gernoth for reminding me
			about it. :)


19-Mar-2005 13:31  [wdm.1.27] fix fd leak - I
			wdm leaks file descriptors to child processes. That's
			bad. This change fixed all leaked pipes and file
			descriptor for log. The only one left is leaked
			descriptor for removed auth file


09-Oct-2004 14:12  [wdm.1.27] Welsh translation
			Welsh translation sent to me by Kevin Donnelly
			<kevin@dotmon.com>


05-Oct-2004 21:53  [wdm.1.27] problem with xdmcp and ipv6
			Jennifer Elaan <jen@elaan.com> reported "that wdm drops
			the connection to the X server after login but before
			running Xsession.". Later she mailed me with "My
			partner just isolated and corrected this problem. The
			culprit is bad handling of IPv6 packets, which triggers
			a debug message with invalid arguments."


05-Oct-2004 21:49  [wdm.1.27] rebuild
			glibc was updated. I need rebuild


06-Mar-2004 12:52  [wdm.1.27] fix AUTHORS
			add latest translators and contributors to AUTHORS
			file.


28-Feb-2004 14:19  [wdm.1.27] prepare for release
			update NEWS


28-Feb-2004 13:30  [wdm.1.26] fix warning on FreeBSD
			found another warning while compiling on FreeBSD. "src/
			wdm/util.c:139: warning: implicit declaration of
			function `sigsetmask'." I don't see that on Linux.

			I simplified part dealing with signals. The setpgrp
			function differs on FreeBSD and Linux, but setpgid is
			not. I tested everything at least to compile on Linux
			and FreeBSD. I hope it will work on other BSD systems
			as well.


28-Feb-2004 13:28  [wdm.1.26] remove ExitLogin
			ExitLogin is generally not needed. There is new option
			to configure --enable-exitlogin for those who wants it.


23-Feb-2004 11:35  [wdm.1.26] make clean
			make clean target should remove everything that can be
			rebuild wiht simple make. including generated config
			files.


23-Feb-2004 11:18  [wdm.1.26] fix text in INSTALL file
			Section 4 about make clean and make distclean is not
			correct. Also name of configs directory should be fixed
			(it refers to ./config).


22-Feb-2004 13:27  [wdm.1.26] typo in configure help
			it displays BLACLBOX_PATH instead of BLACKBOX_PATH


22-Feb-2004 13:11  [wdm.1.26] warnings in src/wdm/resource.c
			src/wdm/resource.c cannot be recompiled with gcc-3.3.2
			because of warnings: "src/wdm/resource.c:231: warning:
			dereferencing type-punned pointer will break strict-
			aliasing rules".

			Everything that raised that warning was converted to
			union. I hope nothing is broken.


22-Feb-2004 10:37  [wdm.1.26] FreeBSD compatibility - III
			don't use -D flag of install which is GNU specific and
			is not available in BSD install. reported by Geir Ove
			Myhr <myhr+wdm@fysmat.ntnu.no>


21-Feb-2004 14:07  [wdm.1.26] obsolete header
			remove inclusion of <malloc.h> it is obsolete and
			should be replaced with <stdlib.h>. reported by Geir
			Ove Myhr <myhr+wdm@fysmat.ntnu.no>


21-Feb-2004 14:03  [wdm.1.26] i18n
			Don't call gettext (directly) in wdmLogin if I18N is
			not defined. reported by Geir Ove Myhr
			<myhr+wdm@fysmat.ntnu.no>


21-Feb-2004 13:54  [wdm.1.26] FreeBSD compatibility - II
			remove wrong prototypes for setgrent etc. reported by
			Geir Ove Myhr <myhr+wdm@fysmat.ntnu.no>


21-Feb-2004 13:45  [wdm.1.26] FreeBSD compatibility
			include <signal.h> into loghelpers.c explicitly.
			reported by Geir Ove Myhr <myhr+wdm@fysmat.ntnu.no>


01-Dec-2003 22:40  [wdm.1.26] wdm - SELinux support
			SELinux support added by Tom Vogt <tom@lemuria.org>


19-Nov-2003 22:48  [wdm.1.26] french translation
			added french translation by Mathieu Roy
			<yeupou@gnu.org>


22-Sep-2003 21:18  [wdm.1.26] fix debug compilation
			there's some calls to Debug left, can be reproduced
			with --enable-debug option specified to configure
			(reported by vlaad). I removed offending code, because
			it's not used anywhere.


19-Sep-2003 00:27  [wdm.1.26] prepare for release
			update NEWS


18-Sep-2003 21:27  [wdm.1.25] fix etc/configre.cook
			etc/configure.cook fails if PACKAGE_VERSION is
			undefined


13-Sep-2003 11:23  [wdm.1.25] remove xdm sources
			wdm doesn't require separate xdm source tree to build.
			I never used this source tree for anything. I remove
			xdm sources from tarball.


13-Sep-2003 10:16  [wdm.1.25] fix pam rights escalation
			this bug and fix is from kdm. I don't know if it
			actually fixes something. I only added check for return
			value of pam_setcred function call.


10-Sep-2003 00:49  [wdm.1.25] add README.aa
			this file should contain simple recipe how to enable
			aa.


07-Sep-2003 22:16  [wdm.1.25] draw simple test panel
			create two panels, and make them switch with buttons on
			top.


07-Sep-2003 11:24  [wdm.1.25] wdm doesn't stop if parent wdm process is stopped
			the problem is in new logging code. parent process
			should process signals and kill it's child.


05-Sep-2003 09:42  [wdm.1.25] last warning
			I missed one warning :( because of missing --enable-
			aafont option


05-Sep-2003 00:10  [wdm.1.25] fix daemon mode
			src/wdm/resource.c sets the debug value to 1 by
			default. It used to be 0 by default. This causes a
			problem in that a value of 1 prevents wdm from running
			as a daemon.  Line 140 of src/wdm/dm.c contains an if
			statement that only calls BecomeDaemon if debugLevel ==
			0. Reported by Noah Meyerhans <noahm@debian.org>


04-Sep-2003 09:42  [wdm.1.25] fix czech translation
			updated cs.po by Vladimir Nadvornik <nadvornik@suse.cz>


02-Sep-2003 22:02  [wdm.1.25] AC_CHECK_DECLS -> AC_DECL_SYS_SIGLIST
			there's specialized version in autoconf. why not use
			it? :)


01-Sep-2003 22:49  [wdm.1.25] fix warnings
			due to bug in autoconf `const' was defined to be empty
			in config.h. that's bad. some warnings disappeared in
			build environment.


31-Aug-2003 22:31  [wdm.1.25] remove support for DECnet and Chaos
			same sutuation as with STREAMSCONN. I'm not sure that
			code can work at all.


31-Aug-2003 21:12  [wdm.1.25] fix Makefile
			The distclean rule in Makefile.in never deletes bin/
			libwdm.a, and consequently the call to rmdir bin fails.
			Reported by Noah Meyerhans <noahm@debian.org>


31-Aug-2003 20:59  [wdm.1.25] fix tarball creation
			tarball is named .bz2 but compressed with gzip. fix it.


31-Aug-2003 19:24  [wdm.1.25] remove support for sysv streams
			sysv streams was never supported by wdm, there was
			never option to enable it. I cannot test this code
			because I dont't have access to OS wih streams. I
			remove it.


31-Aug-2003 17:25  [wdm.1.25] czech translation
			add czech translation by Vladimir Nadvornik
			<nadvornik@suse.cz>


16-Jul-2003 23:33  [wdm.1.25] rename closeAction function



03-Jul-2003 12:48  [wdm.1.25] function to add section buttons in wdmPrefs
			Very basic functions. panels and buttons are not
			destroyed, views not switching. Just adding buttons.


01-Jul-2003 13:01  [wdm.1.25] fix copyright notice in TestLogin



01-Jul-2003 12:28  [wdm.1.25] spanish translation
			add spanish translation by Manolo Padron Martinez
			<manolopm@cip.es>


01-Jul-2003 11:48  [wdm.1.25] fix TestLogin
			TestLogin is broken now, because wdmLogin


17-Jun-2003 23:10  [wdm.1.25] run some tests via sudo
			some tests nned root priviledges. (ie test for
			switching users functions).


17-Jun-2003 17:09  [wdm.1.25] create common parts of interface for wdmPrefs
			buttons like "close" and "save", section selector,
			should be common for all sections.


15-Jun-2003 20:49  [wdm.1.25] remove old env functions - III
			replace remaining printEnv and freeEnv with WDMFreeEnv
			and WDMPrintEnv


15-Jun-2003 20:27  [wdm.1.25] remove old env functions - II
			replace setEnv and putEnv with WDMSetEnv and WDMPutEnv


15-Jun-2003 14:55  [wdm.1.25] remove old env functions - I
			getEnv function replaced with WDMGetEnv


15-Jun-2003 12:30  [wdm.1.25] quick fix for dup2/3 problem
			wdm/wdmlogin communication tied to fd #3, that's bad,
			because if any other file opened, then communication
			channel breaks. Solution is to pass filedescriptor as
			commandline parameter to wdmLogin.


13-Jun-2003 11:10  [wdm.1.25] stricter compiler options
			add -Werror to CFLAGS, so I will never ignore warnings
			in future. Fix all current warnings


12-Jun-2003 23:39  [wdm.1.25] add "en" locale
			add en.po, replace long default help text string with a
			lot shorter one. C locale will get only short help
			text. User should use en locale to get full english
			help text.


12-Jun-2003 10:19  [wdm.1.25] WDMPrintEnv function
			It's better to have it...


11-Jun-2003 17:45  [wdm.1.25] fix install script
			install part of Makefile should create directory used
			as fakeroot. If that directory doesn't exists then aa
			will not work.


11-Jun-2003 14:42  [wdm.1.25] GPL notice in prefs.c
			I forgot to add GPL notice to prefs.c


10-Jun-2003 23:13  [wdm.1.25] wdmChooser
			create wdmChooser skeleton.


10-Jun-2003 22:51  [wdm.1.25] wdmPrefs
			wdmPrefs will support only proplist format configs.
			first version should support  all options for wdmLogin
			available in proplist config. (geometry, aafonts,
			multibyte). This  change will introduce the program
			skeleton.


09-Jun-2003 23:19  [wdm.1.25] automate version numbers
			get version number from branch


09-Jun-2003 11:07  [wdm.1.25] automate build of wdm-current
			development builds should not build tarball at all.if
			requested it should build wdm-current.tar.bz2. only
			integration build creates "real" tarballs


09-Jun-2003 00:04  [wdm.1.25] fix ChangeLog
			after migration to new repository some wrong messages
			goes into ChangeLog. remove it.


08-Jun-2003 23:58  [wdm.1.25] fix problems with bl* symlinks
			build fails with error 'symlink already exists'


07-Jun-2003 13:30  [wdm.1.25] -a option to config
			animation option should be taken from wdmLogin-config.
			command line will be here for few releases for
			compatibility.


06-Jun-2003 18:58  [wdm.1.25] prepare for release
			update NEWS, INSTALL, version in configure.ac


06-Jun-2003 17:49  [wdm.1.24] #ifdef parts for antialiasing
			fonts antialiasing available only in cvs snapshots.
			Make it conditional.


06-Jun-2003 15:46  [wdm.1.24] fix AA
			wdmLogin crashes when started with AA enabled.


05-Jun-2003 17:30  [wdm.1.24] fix i18n build/install
			if msgfmt is not found Makefile is still tries to
			create .mo and install it. (reported by vlaad)


05-Jun-2003 17:13  [wdm.1.24] geometry option for wdmLogin
			geometry option will allow wdmLogin panel to be moved
			and resized. That option will be the first in
			wdmLogin's own config file.


04-Jun-2003 16:49  [wdm.1.24] fix WDMCheckPLDictionary
			current implementation have some disadvantages.


04-Jun-2003 16:16  [wdm.1.24] fix debug test
			debug test is broken.


03-Jun-2003 21:41  [wdm.1.24] add warning to Makefile.in
			warn that Makefile.in is generated. Also remove some
			duplicated variables from Makefile.head


03-Jun-2003 18:28  [wdm.1.24] fix wstrndup
			wstrndup was added to WINGs only in cvs snapshots.
			Replace it with something else(reported by jmmv)


03-Jun-2003 17:37  [wdm.1.24] fix compile/link flag
			results of get-wings-flags changed. update etc/
			Howto.conf (actual only for my personal computer :) )


01-Jun-2003 12:00  [wdm.1.24] prepare for release
			update NEWS, change version in configure.ac
2006-10-18 20:23:15 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
fd5dffd960 Replaced $f with ${f} to fix some pkglint warnings. 2005-10-23 21:54:35 +00:00
jmmv
e3cf012856 Fix an invalid shell construction in a script. Closes PR pkg/25336 by
Emmanuel Decitre.  Bump PKGREVISION to 6.

OK'ed during freeze by jlam@.
2005-09-22 21:33:45 +00:00
wiz
8a85f9160d Break line earlier. 2005-06-01 19:51:08 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00