aboutsummaryrefslogtreecommitdiff
path: root/devel/libcwd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 1.0.4Martin Wilke2010-07-151-18/+9
| | | | | | | | PR: 148547 Submitted by: Ports Fury Notes: svn path=/head/; revision=257778
* -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
* - Reassign to portsThomas Abthorpe2008-10-271-1/+1
| | | | Notes: svn path=/head/; revision=222134
* - Fix configure script options so port will compile in build cluster.Thomas Abthorpe2008-02-261-1/+1
| | | | | | | Submitted by: pointyhat via erwin and pav Notes: svn path=/head/; revision=207939
* - Update to 1.0.0Thomas Abthorpe2008-02-211-9/+3
| | | | | | | | | | - Unbreak on Sparc64 Approved by: portmgr (pav) Tested by: Yuri Pankov and Carl Johan Gustavsson (Sparc64 environment) Notes: svn path=/head/; revision=207725
* Mark broken on sparc64: fails to install.Mark Linimon2008-02-011-1/+7
| | | | Notes: svn path=/head/; revision=206549
* - Unbreak on sparc64Thomas Abthorpe2008-01-171-7/+1
| | | | | | | | * Thanks to upline developer Carlo Wood for the patch * Thanks to Carl Johan Gustavsson for the sparc64 build test Notes: svn path=/head/; revision=205751
* - Mark as BROKEN for sparc64Thomas Abthorpe2008-01-141-2/+7
| | | | | | | - Remove 4.X cruft while I am here Notes: svn path=/head/; revision=205657
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Update to 0.99.47Cheng-Lung Sung2007-08-071-6/+3
| | | | | | | | | | - Take maintainership PR: ports/115118 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> Notes: svn path=/head/; revision=197247
* - Fix buildMartin Wilke2007-03-251-0/+1
| | | | | | | | PR: 110279 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=188327
* Update to 0.99.45Erwin Lansing2006-11-281-1/+1
| | | | Notes: svn path=/head/; revision=178215
* - 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
* - Update to 0.99.44Cheng-Lung Sung2006-08-011-9/+4
| | | | | | | | PR: ports/101089 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=169280
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | 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-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
* USE_INC_LIBTOOL instead of local patchVolker Stolz2005-10-061-0/+4
| | | | Notes: svn path=/head/; revision=144413
* Update to 0.99.40Marcus Alves Grando2005-09-161-2/+3
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142935
* Add pkgconfig to fix the pkg-plist.Jeremy Messenger2005-01-111-1/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=126159
* - update to 0.99.39Yen-Ming Lee2004-10-311-9/+15
| | | | Notes: svn path=/head/; revision=120506
* Work around bsd.port.mk bug: CC and CXX are not added to MAKE_ENV forKris Kennaway2004-03-141-1/+8
| | | | | | | USE_GCC=3.2 and 3.3. Notes: svn path=/head/; revision=103939
* Switch to gcc 3.3 since this is the latest version.Kris Kennaway2004-03-141-1/+1
| | | | Notes: svn path=/head/; revision=103938
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* fix build on -stableYing-Chieh Liao2004-01-251-0/+4
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=99089
* require gcc > 3.0Ying-Chieh Liao2003-12-131-0/+2
| | | | Notes: svn path=/head/; revision=95733
* add libcwd 0.99.31Ying-Chieh Liao2003-11-101-0/+23
The C++ Debugging Support Library Notes: svn path=/head/; revision=93632