Commit graph

30 commits

Author SHA1 Message Date
wiz
c4279e8232 Update to 2.2.3:
2.2.3 (stable):

* Windows:
  - Added project files (and property sheets) for
  MSVC++ 2005 and 2008.
  (Armin Burgmeier)
  - Removed unnecessary dependency on afxrefs.h, so it builds
  with MSVC++ Express editions.
  (Cedric Gustin)
2008-10-16 21:49:12 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
wiz
1e6c3bbb56 Update to 2.2.2:
2.2.2 (stable)

* Added an include of functors/slot.h that was mistakenly removed
  during the 2.1 series.
  (Deng Xiyue) Bug #521418.

2.2.1 (stable):

* Really fix the build with Sun CC.
  (Elaine Xiong. Bug #302098)

2.2.0 (stable):

* Build fixes when using gcc 4.3 pre-releases.
  (Ryan Hill, Vladimir Marek)
2008-04-24 20:47:05 +00:00
drochner
cba0168a54 update to 2.1.1
This switches to the gnome-2.20 tree.
2007-11-22 20:41:56 +00:00
wiz
697c0bff03 Rename libsigc++ to libsigc++1, and libsigc++2 to libsigc++;
(there's only one dependency of libsigc++1 left in pkgsrc).
2007-09-21 12:59:53 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
0e11add0b7 Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4
and appropriate TOOLS_DEPMETHOD.gm4 settings.
2005-05-22 20:51:45 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
cd4f3767d3 Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify
transition to new tools framework.
2005-05-13 16:54:12 +00:00
drochner
7754b22050 update to 1.2.7
changes:
1.2.6:
* Avoid crash when disconnecting signals.
  (Andrew Bettison, Martin Schulze)
* pkg-config file: Correct include path for 64-bit systems.
  (Abel Cheung)
* MS embedded VC++ project files. (Ulrich Eckhardt)
1.2.7:
* Revert library .so version  to 5.x.x. The major version should
  never have been increased. Luckily 1.2.6 has only been online
  or a few hours.
2005-04-18 17:08:55 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
9618ba80fb bl3ify. 2004-03-06 23:19:38 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jlam
17d1ca394e These packages need a C++ compiler. 2004-02-02 13:02:49 +00:00
grant
fd49d1a855 replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. 2004-01-25 03:08:46 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
gavan
58052d36e1 Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris. 2003-11-06 17:11:59 +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
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +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
jlam
ae54380d97 libsigc++ passes it's tests when compiled with pthread support, so turn it
on.  Bump PKGREVISION.
2002-09-17 05:24:24 +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
wiz
6af7e5a4d5 Mark USE_BUILDLINK_ONLY, and add buildlink.mk.
Nearly as in pkg/14203 by Eric Gillespie, Jr.
2001-10-21 12:46:24 +00:00
rh
6f8d990696 Update libsigc++ to 1.0.3. Changes include minor bugfixes only. 2001-04-24 19:36:23 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
jlam
c081fc1ffb Modify so that shared lib has same name as static lib. 2000-07-15 08:41:26 +00:00
jlam
3b8bd7e68a libsigc++: a callback system for C++ programs.
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15 08:00:45 +00:00