aboutsummaryrefslogtreecommitdiff
path: root/devel/log4cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 1.0Cheng-Lung Sung2008-04-155-42/+97
| | | | Notes: svn path=/head/; revision=211286
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* - Update to 0.3.5rc3Pav Lucistnik2006-12-175-53/+18
| | | | | | | | PR: ports/106499 Submitted by: Yuri Karaban <tech@askold.net> Notes: svn path=/head/; revision=180041
* - 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
* Correct plist for NOPORTDOCS case.Xin LI2006-06-071-4/+4
| | | | Notes: svn path=/head/; revision=164686
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - Fix build if doxygen is on the system, and thus the documentation isSimon Barner2005-11-293-1/+61
| | | | | | | | | | | | is built and installed. Also adjust plist for this case. - Add support for NOPORTDOCS (disables dependency on doxygen) Reported by: Yann Golanski <yann@kierun.org> PR: ports/89726 Notes: svn path=/head/; revision=149917
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to 0.3.4bKirill Ponomarev2003-08-222-4/+7
| | | | | | | | PR: 55418 Submitted by: Ports Fury Notes: svn path=/head/; revision=87501
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* upgrade to 0.3.4Ying-Chieh Liao2003-01-024-13/+27
| | | | | | | | PR: 45927 Submitted by: Ports Fury Notes: svn path=/head/; revision=72261
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Upgrade to 0.3.2.Vanilla I. Shu2002-10-163-7/+19
| | | | | | | | PR: ports/44109 Submitted by: Ports Fury. Notes: svn path=/head/; revision=68137
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-251-1/+2
| | | | | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61964
* Fix build on -current with gcc 3.1.Pete Fritchman2002-06-081-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=60839
* Dont install useless .la files and sort plistPatrick Li2002-03-033-3/+27
| | | | | | | | PR: 35493 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55447
* upgrade to 0.2.7Ying-Chieh Liao2002-02-203-3/+9
| | | | Notes: svn path=/head/; revision=54946
* upgrade to 0.2.5Ying-Chieh Liao2001-06-123-5/+8
| | | | | | | drop maintainership Notes: svn path=/head/; revision=43879
* add log4cppYing-Chieh Liao2001-05-015-0/+55
A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. Notes: svn path=/head/; revision=42138