summaryrefslogtreecommitdiff
path: root/net/libsocket++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
|
* 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
* Don't build any profiled libraries and use CXXFLAGS to specify -I. so thisSteve Price2000-05-283-5/+2
| | | | port actually builds.
* Mark BROKEN: compiler errorKris Kennaway2000-04-291-0/+2
| | | | Noticed by: bento
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
|
* Fix compiler error in -current.R. Imura2000-01-302-0/+84
| | | | | PR: 16443 Submitted by: Alexander Langer <alex@cichlids.com>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* 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.
* 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
* Convert to ELF.Steve Price1998-10-102-4/+8
|
* 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>
* Update MASTER_SITES.David E. O'Brien1998-01-071-2/+5
| | | | Pointed out by: Max
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
|
* 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