aboutsummaryrefslogtreecommitdiff
path: root/net/libsocket++
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=autoreconfTijl Coosemans2015-04-181-3/+1
| | | | Notes: svn path=/head/; revision=384229
* Fix "BSD" license in net categoryMark Felder2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374502
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373063
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-102-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367820
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Allow building with newer texinfoAntoine Brodin2014-06-291-0/+20
| | | | Notes: svn path=/head/; revision=359749
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359321
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Convert USE_AUTOTOOLS=libtool to USES=libtool.Tilman Keskinoz2014-02-103-33/+14
| | | | | | | | | | | - Replace pre-configure target with USE_AUTOTOOLS. - Staging and DOCS option. PR: 186603 Submitted by: tijl Notes: svn path=/head/; revision=343627
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 1.12.13Tilman Keskinoz2012-01-192-4/+3
| | | | Notes: svn path=/head/; revision=289440
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Add LICENSE and LICENSE_FILE to my ports.Tilman Keskinoz2010-05-301-0/+2
| | | | Notes: svn path=/head/; revision=255330
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Make fetchableTilman Keskinoz2006-09-171-1/+1
| | | | | | | Reported by: distfiles survey Notes: svn path=/head/; revision=173250
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Add SHA256 checksums for my portsTilman Keskinoz2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147566
* Work around FreeBSDs broken libtoolTilman Keskinoz2005-06-092-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=137096
* Use the latest autotools/libtool.Tilman Keskinoz2005-06-042-4/+4
| | | | Notes: svn path=/head/; revision=136800
* Use variables instead of hardcoding autotools versions.Tilman Keskinoz2004-11-191-4/+4
| | | | Notes: svn path=/head/; revision=121958
* Update to 1.12.12Tilman Keskinoz2004-10-135-28/+5
| | | | Notes: svn path=/head/; revision=119160
* Fix build with gcc3.4Tilman Keskinoz2004-08-121-0/+11
| | | | | | | Obtained from: author Notes: svn path=/head/; revision=116038
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-031-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. Notes: svn path=/head/; revision=115365
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* GC unused file.Tilman Keskinoz2004-05-111-22/+0
| | | | Notes: svn path=/head/; revision=108929
* Move autogen from post-patch to pre-configure to fix dependency problemsTilman Keskinoz2004-04-091-1/+1
| | | | | | | Reported by: dosirak (via kris) Notes: svn path=/head/; revision=106557
* Add SIZETilman Keskinoz2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104476
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Fix a compile problem with recent gcc versions.Tilman Keskinoz2004-01-161-0/+16
| | | | Notes: svn path=/head/; revision=98350
* 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