aboutsummaryrefslogtreecommitdiff
path: root/devel/libtap
Commit message (Collapse)AuthorAgeFilesLines
* - Trim Makefile headersWen Heping2013-01-121-6/+2
| | | | | | | | | | - Pass maintainership to submitter PR: 175184 Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> Notes: svn path=/head/; revision=310267
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* -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
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Replace pkg-message with ${PKGMESSAGE}, as the former causes problemsShaun Amott2006-08-071-1/+1
| | | | | | | | | when WRKDIRPREFIX is set by the user. Submitted by: [LoN]Kamikaze on freebsd-ports Notes: svn path=/head/; revision=170014
* Reset nik's ports due to no response to email about status and variousMark Linimon2006-04-151-1/+1
| | | | | | | | | maintainer-timeouts. We hope to see him more active again in the future. Hat: portmgr Notes: svn path=/head/; revision=159557
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+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
* Update to version 1.01, which fixes a pthread build issue on FreeBSD 4.x.Nik Clayton2005-01-112-3/+3
| | | | Notes: svn path=/head/; revision=126153
* Add an appropriate MASTER_SITE_SUBDIR assignment so that the distfile canNik Clayton2004-12-231-0/+1
| | | | | | | be found. Notes: svn path=/head/; revision=124982
* Add libtap, a C implementation of the Test Anything Protocol, writtenNik Clayton2004-12-215-0/+49
by yours truly. Notes: svn path=/head/; revision=124727