Port details |
- libsigcx Extension of libSigC++
- 0.6.6_9 devel
=0 0.6.6_9Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-04-06 07:16:32
- Last Update: 2017-04-01 22:15:11
- SVN Revision: 437496
- License: not specified in port
- WWW:
- http://libsigcx.sourceforge.net/
- Description:
- libSigC++ Extras is a library consisting of new features built on top of
libSigC++ and features that formerly were in libSigC++ and were removed
from it.
WWW: http://libsigcx.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libsigcx>0:devel/libsigcx
- No installation instructions:
- This port has been deleted.
- PKGNAME: libsigcx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libsigcx-0.6.6.tar.gz) = d7d0b50ef964e81e1cf8bb3536d878f8bf31f80b529f6cbea5b549a459afc5db
SIZE (libsigcx-0.6.6.tar.gz) = 385140
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gm4 : devel/m4
- gmake : devel/gmake
- pkgconf>=0.9.10 : devel/pkgconf
- Library dependencies:
-
- libsigc-1.2.so : devel/libsigc++12
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libsigcx-0.6.6_9:
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake libtool pathfix pkgconfig gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.6_9 01 Apr 2017 22:15:11 |
bapt |
Remove an obsolete and unused library |
0.6.6_9 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.6.6_8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6.6_8 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.6.6_8 12 Aug 2014 19:26:59 |
amdmi3 |
- Drop .la files, no dependees require them
- Strip libraries
Approved by: portmgr blanket |
0.6.6_7 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.6.6_6 28 Jan 2014 22:13:46 |
bapt |
Support stage
Convert to USES=libtool
Add a static option now that we have a working libtool that respects that |
0.6.6_5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
0.6.6_5 28 Mar 2013 03:28:31 |
eadler |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.6.6_5 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
0.6.6_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.6.6_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.6_4 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.6.6_4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.6.6_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.6.6_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.6_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.6.6_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.6.6_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.6.6_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.6.6 14 Mar 2008 16:33:15 |
miwi |
- Update to 0.6.6
- Use SF macro
PR: 118603
Submitted by: Ports Fury |
0.6.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.5 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.6.5 25 Sep 2006 22:03:10 |
thierry |
Upgrade to 0.6.5 and unbreak for gcc > 2.95.
Changelog available at
<https://sourceforge.net/project/shownotes.php?group_id=58659&release_id=345455> |
0.6.4_5 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.6.4_5 07 Apr 2006 08:11:46 |
edwin |
[PATCH] devel/libsigcx: Fix pkg-plist
- add libtool files to pkg-plist so as to alleviate package build
PR: ports/95394
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
0.6.4_5 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.6.4_5 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.6.4_5 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.6.4_5 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.6.4_4 14 Apr 2005 21:34:08 |
vs |
USE_LIBTOOL instead of local patch |
0.6.4_4 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.6.4_3 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.6.4_2 18 Sep 2004 18:44:00 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
0.6.4_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.6.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.6.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.6.4 11 Nov 2003 14:10:20 |
krion |
- Update to version 0.6.4
PR: 59120
Submitted by: Ports Fury |
0.6.2 16 Apr 2003 13:04:29 |
ijliao |
upgrade to 0.6.2 |
0.6.0 13 Apr 2003 07:59:30 |
ijliao |
fix build on stable : diff location of select(2) proto |
0.6.0 06 Apr 2003 07:16:01 |
ijliao |
add libsigcx 0.6.0
libSigC++ Extras |