aboutsummaryrefslogtreecommitdiff
path: root/irc/xaric
Commit message (Collapse)AuthorAgeFilesLines
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* irc/xaric: USES+= ncurses, link with libncurses not libcursesJohn Marino2016-02-051-1/+2
| | | | Notes: svn path=/head/; revision=408146
* Update to 0.13.7.Adam Weinberger2016-01-172-4/+3
| | | | Notes: svn path=/head/; revision=406535
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+3
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371570
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Support stagingEmanuel Haupt2014-02-272-15/+12
| | | | Notes: svn path=/head/; revision=346361
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.13.6Sylvio Cesar Teixeira2010-05-292-4/+4
| | | | Notes: svn path=/head/; revision=255290
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* - Pass maintainership to submitterMartin Wilke2009-07-041-1/+1
| | | | | | | | PR: 135888 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=237112
* - Update to 0.13.5Martin Wilke2009-05-097-73/+13
| | | | | | | | PR: 134289 Submitted by: Ports Fury Notes: svn path=/head/; revision=233514
* 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