summaryrefslogtreecommitdiff
path: root/net/libsocket++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on 5.xTilman Keskinoz2003-10-131-0/+11
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=91037
* Use new INFO macrosTilman Keskinoz2003-08-042-5/+2
| | | | Notes: svn path=/head/; revision=86305
* libtool uber-patchAde Lovett2003-06-261-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) Notes: svn path=/head/; revision=83696
* Update to 1.12.10Tilman Keskinoz2003-04-272-2/+2
| | | | Notes: svn path=/head/; revision=79762
* Update to 1.12.9Tilman Keskinoz2003-04-063-1350/+3
| | | | | | | Grab Maintainership. Notes: svn path=/head/; revision=78431
* Update to 1.12.8Tilman Keskinoz2003-03-234-9/+1351
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=77267
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Unbreak on -CURRENT by updating to 1.12.7Tilman Keskinoz2002-11-298-145/+27
| | | | Notes: svn path=/head/; revision=71231
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+1
| | | | Notes: svn path=/head/; revision=37252
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
| | | | Notes: svn path=/head/; revision=29630
* Add lib/libsocket++_p.a (now that's one hard filename to type!) andSatoshi Asami2000-06-071-0/+2
| | | | | | | | | lib/libsocket++.so. Submitted by: bento Notes: svn path=/head/; revision=29291
* Don't build any profiled libraries and use CXXFLAGS to specify -I. so thisSteve Price2000-05-283-5/+2
| | | | | | | port actually builds. Notes: svn path=/head/; revision=28824
* Mark BROKEN: compiler errorKris Kennaway2000-04-291-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28093
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Fix compiler error in -current.R. Imura2000-01-302-0/+84
| | | | | | | | PR: 16443 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=25314
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-7/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Add section and entry into ${PREFIX}/info/dir and portlint.Jun Kuriyama1998-11-223-8/+26
| | | | | | | | | PR: ports/8135 Submitted by: Gregory D. Moncreaff <moncrg@ma.ultranet.com> Portlint by: myself Notes: svn path=/head/; revision=14749
* Convert to ELF.Steve Price1998-10-102-4/+8
| | | | Notes: svn path=/head/; revision=13808
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Update MASTER_SITES.David E. O'Brien1998-01-071-2/+5
| | | | | | | Pointed out by: Max Notes: svn path=/head/; revision=9286
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Socket++ is a iostream like C++ class library for the UNIX and INETDavid E. O'Brien1997-02-078-0/+111
domains of sockets and protocols. Submitted by: Narvi <narvi@haldjas.folklore.ee> Closes-PR: ports/2532 Notes: svn path=/head/; revision=5559