aboutsummaryrefslogtreecommitdiffstats
path: root/net/libsocket++
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-3/+1
| | | | | | | | | | | | | | | | | 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.
* Add SHA256 checksums for my portsarved2005-11-081-0/+1
|
* Work around FreeBSDs broken libtoolarved2005-06-092-1/+2
| | | | Reported by: pointyhat
* Use the latest autotools/libtool.arved2005-06-052-4/+4
|
* Use variables instead of hardcoding autotools versions.arved2004-11-191-4/+4
|
* Update to 1.12.12arved2004-10-135-28/+5
|
* Fix build with gcc3.4arved2004-08-121-0/+11
| | | | Obtained from: author
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15ade2004-08-041-0/+20
| | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
|
* GC unused file.arved2004-05-111-22/+0
|
* Move autogen from post-patch to pre-configure to fix dependency problemsarved2004-04-091-1/+1
| | | | Reported by: dosirak (via kris)
* Add SIZEarved2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Fix a compile problem with recent gcc versions.arved2004-01-171-0/+16
|
* Fix build on 5.xarved2003-10-131-0/+11
| | | | Reported by: bento
* Use new INFO macrosarved2003-08-052-5/+2
|
* libtool uber-patchade2003-06-271-2/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update to 1.12.10arved2003-04-282-2/+2
|
* Update to 1.12.9arved2003-04-063-1350/+3
| | | | Grab Maintainership.
* Update to 1.12.8arved2003-03-244-9/+1351
| | | | Approved by: maintainer timeout
* De-pkg-comment.knu2003-02-212-1/+1
|
* Unbreak on -CURRENT by updating to 1.12.7arved2002-11-298-145/+27
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-2/+1
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-3/+1
|
* Add lib/libsocket++_p.a (now that's one hard filename to type!) andasami2000-06-071-0/+2
| | | | | | lib/libsocket++.so. Submitted by: bento
* Don't build any profiled libraries and use CXXFLAGS to specify -I. so thissteve2000-05-283-5/+2
| | | | port actually builds.
* Mark BROKEN: compiler errorkris2000-04-301-0/+2
| | | | Noticed by: bento
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Fix compiler error in -current.imura2000-01-312-0/+84
| | | | | PR: 16443 Submitted by: Alexander Langer <alex@cichlids.com>
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-7/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Add section and entry into ${PREFIX}/info/dir and portlint.kuriyama1998-11-223-8/+26
| | | | | | PR: ports/8135 Submitted by: Gregory D. Moncreaff <moncrg@ma.ultranet.com> Portlint by: myself
* Convert to ELF.steve1998-10-102-4/+8
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Update MASTER_SITES.obrien1998-01-071-2/+5
| | | | Pointed out by: Max
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Socket++ is a iostream like C++ class library for the UNIX and INETobrien1997-02-088-0/+111
domains of sockets and protocols. Submitted by: Narvi <narvi@haldjas.folklore.ee> Closes-PR: ports/2532