Commit graph

5 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
adam
c15a87c6a2 Changes 1.2.5:
* Partial Microsoft Visual C++ .Net 2003 (Windows) support
* Exported extra symbols for win32
* Pedantic compiler warning fixed
2003-07-15 09:23:29 +00:00
jmmv
a78c6c535d Update to 1.2.3. This version is almost a rewrite of the previous 1.0.x
branch (incompatible with it).
2003-03-01 11:54:07 +00:00
wiz
bfae741d2c Update to 1.0.4, provided by Adan Ciarcinski.
* Changed include directory to
   $(includedir)/sigc++-1.0/sigc++
   to allow parallel installation with sigc-1.2.  Added an
   install-data-hook rule deleting the old headers.
   (Daniel Elstner)
 * Ming patch from cgustin@ibelgique.com
   (This is probably not complete, because the sigc_res.rc
   file was not in cvs - an emtpy file has been added.)
Converted to buildlink2 by me.
2002-09-11 21:29:27 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00