aboutsummaryrefslogtreecommitdiff
path: root/irc/undernet-ircu
Commit message (Collapse)AuthorAgeFilesLines
* Convert left unconverted ports in irc to new options frameworkBaptiste Daroussin2013-03-261-32/+30
| | | | Notes: svn path=/head/; revision=315287
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to 2.10.12.14Martin Wilke2012-05-032-5/+3
| | | | | | | | | PR: 167398 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=295956
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Use USERS and GROUPSChris Rees2011-06-172-43/+3
| | | | | | | | | PR: ports/157927 Submitted by: crees Approved by: Maintainer, rene (mentor) Notes: svn path=/head/; revision=275743
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* 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 PLIST_FILESBeech Rintoul2008-05-021-5/+2
| | | | | | | | | - Fix CONFLICTS Reported by: pointyhat via pav Notes: svn path=/head/; revision=212445
* - Update to 2.10.12.12Beech Rintoul2008-05-017-124/+140
| | | | | | | | PR: ports/123183 Submitted by: Walter Venable <weaseal@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=212388
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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
* Fix build on 4.xKirill Ponomarev2005-01-212-4/+27
| | | | Notes: svn path=/head/; revision=127060
* Fix build on amd64.Kirill Ponomarev2005-01-192-0/+28
| | | | Notes: svn path=/head/; revision=126812
* Fix plist.Kirill Ponomarev2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=126455
* Add undernet-ircu, an IRC daemon used by Undernet network.Pav Lucistnik2004-03-294-0/+145
http://coder-com.undernet.org PR: ports/62997 Submitted by: Walter Venable <weaseal@hotmail.com> Notes: svn path=/head/; revision=105607