summaryrefslogtreecommitdiff
path: root/irc/xaric (follow)
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
* Fix build on CURRENTTilman Keskinoz2007-05-301-0/+3
| | | | Notes: svn path=/head/; revision=192392
* Now appears to build on amd64, assuming it might on other arches too.Kris Kennaway2007-03-031-7/+1
| | | | Notes: svn path=/head/; revision=186447
* - Update to 0.13.2Martin Wilke2006-11-222-5/+4
| | | | Notes: svn path=/head/; revision=177821
* BROKEN on !i386: Does not compileKris Kennaway2006-02-121-1/+7
| | | | Notes: svn path=/head/; revision=155876
* Fix MASTER_SITE reorganisationEdwin Groothuis2006-01-161-1/+1
| | | | Notes: svn path=/head/; revision=153617
* Make irc/xaric buildable on 4.x and 6.x.Edwin Groothuis2006-01-084-9/+38
| | | | Notes: svn path=/head/; revision=153050
* update to 0.13.1Edwin Groothuis2006-01-075-7/+39
| | | | Notes: svn path=/head/; revision=153019
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* 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
* - Update to version 0.12.1Kirill Ponomarev2004-05-104-13/+22
| | | | | | | | PR: ports/66468 Submitted by: Ports Fury Notes: svn path=/head/; revision=108858
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* E-mail to the maintainer bounced:Trevor Johnson2004-03-181-1/+1
| | | | | | | | | <alanp@unixpower.org>: host unixpower.org[209.51.213.81] said: 550-Verification failed for <trevor@FreeBSD.org> 550-unrouteable mail domain "freebsd.org" 550 Sender verify failed Notes: svn path=/head/; revision=104363
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Update to version 0.12.0Kevin Lo2001-10-153-5/+11
| | | | | | | | PR: 31277 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48806
* Add new port Xaric - a UNIX irc client similer to BitchX or ircII.SADA Kenji2001-04-185-0/+27
PR: ports/25129 Submitted by: Alan P. Laudicina <alanp@unixpower.org> Notes: svn path=/head/; revision=41635