summaryrefslogtreecommitdiff
path: root/irc/quirc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces from category ircEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345413
* - Remove CFLAGS not understood by gccPietro Cerutti2014-02-201-1/+0
| | | | Notes: svn path=/head/; revision=345198
* - Convert to USES=tkPietro Cerutti2014-02-203-27/+25
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=345197
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Restore the correct USE_TK value range, was inadvertently changed in myPietro Cerutti2013-05-141-1/+1
| | | | | | | previous commit due to testing Notes: svn path=/head/; revision=318151
* - Fix build with Tcl 8.6 [1]Pietro Cerutti2013-05-142-12/+27
| | | | | | | | | | - Trim Makefile header - Remove article from COMMENT Reported by: miwi (Tcl/Tk 86 exp-run) [1] Notes: svn path=/head/; revision=318150
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-1/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Switch to USE_TCL infrastructureMartin Matuska2009-01-051-12/+14
| | | | | | | | - Enable tcl85 - Bump PORTREVISION Notes: svn path=/head/; revision=225276
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Fix build with gcc4.Kevin Lo2007-10-022-13/+12
| | | | | | | - Drop maintainer. Notes: svn path=/head/; revision=200656
* Mark as broken with gcc4.2 on 64-bit archs.Mark Linimon2007-10-021-1/+9
| | | | Notes: svn path=/head/; revision=200578
* - 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
* Fix build with gcc 4.xKevin Lo2006-12-161-0/+10
| | | | Notes: svn path=/head/; revision=179954
* Update MASTER_SITES and WWW.Kevin Lo2006-05-162-2/+2
| | | | Notes: svn path=/head/; revision=162514
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* set USE_X_PREFIX. Pointed by krisKevin Lo2005-10-241-0/+1
| | | | Notes: svn path=/head/; revision=146209
* 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 0.9.84 (and unbreak)Pav Lucistnik2004-02-239-74/+116
| | | | | | | | | PR: ports/62430 Submitted by: Ports Fury Reviewed by: maintainer timeout (20 days) Notes: svn path=/head/; revision=101911
* Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3Mark Linimon2003-12-231-1/+7
| | | | | | | deprecating 'long long'. Informed maintainer. Notes: svn path=/head/; revision=96474
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Oops, this one is correctKevin Lo2003-05-221-3/+1
| | | | Notes: svn path=/head/; revision=81674
* Update to 0.9.83 and mark unbroken.Kevin Lo2003-05-224-6/+16
| | | | Notes: svn path=/head/; revision=81670
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81208
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* update to version 0.9.82Kevin Lo2002-05-163-3/+7
| | | | Notes: svn path=/head/; revision=59263
* - Upgrade to version 0.9.81Kevin Lo2001-04-173-26/+24
| | | | | | | | - Takeover maintainership - Add %%PORTDOCS%% Notes: svn path=/head/; revision=41498
* Fix for handling additional documents.Kevin Lo2000-10-241-2/+14
| | | | | | | | PR: 22249 Submitted by: Ports Fury Notes: svn path=/head/; revision=34191
* Update to version 0.9.80Kevin Lo2000-08-234-45/+42
| | | | | | | | PR: 20745 Submitted by: Ports Fury Notes: svn path=/head/; revision=31889
* Remove maintainership of most of my ports. I don't really haveChris Piazza2000-06-201-1/+1
| | | | | | | | time to maintain these and I'm just not interested in these particular ones any more. Notes: svn path=/head/; revision=29733
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27459
* remove space at end of WWW lineMichael Haro2000-02-231-1/+1
| | | | Notes: svn path=/head/; revision=26219
* Unbreak with NEWGCC and remove a bogus master siteChris Piazza2000-02-032-4/+12
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=25466
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-2/+2
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Update to 0.9.79Chris Piazza1999-08-024-5/+42
| | | | Notes: svn path=/head/; revision=20499
* Merge from the undead: Remove trailing spaces and period hidden thereby.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19855
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Change my email address to FreeBSD.org.Chris Piazza1999-06-192-6/+3
| | | | | | | | Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc). Notes: svn path=/head/; revision=19556
* Initial import of quirc version 0.9.77.Steve Price1999-06-095-0/+54
An irc client for the X Window System that uses TCL/TK. PR: 11827 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19371