Subject: CVS commit: pkgsrc/chat/ircservices
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/21/2005 16:18:52
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jun 21 16:18:52 UTC 2005

Modified Files:
	pkgsrc/chat/ircservices: Makefile PLIST
Added Files:
	pkgsrc/chat/ircservices: PLIST.shared

Log Message:
Only some platforms build the dynamically-loadable modules.  On others,
the modules are statically-linked into the ircservices executable.
This fixes the installation of chat/ircservices on platforms where
dlopen() doesn't obey its "mode" argument, e.g. RTLD_NOW.  Unfortunately,
NetBSD/amd64 currently falls into this category (port-amd64/30570),
but this will also fix installation on any a.out NetBSD or OpenBSD
platform.

Approved for commit during the deep freeze by <agc>.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/chat/ircservices/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/chat/ircservices/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/chat/ircservices/PLIST.shared

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.