aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ngircd
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Return laszlof's ports to the pool due to lack of time.linimon2008-08-191-1/+1
| | | | Hat: portmgr
* Update to 0.10.1laszlof2006-12-192-4/+4
| | | | Submitted by: miwi@
* Update to 0.10.0laszlof2006-12-125-25/+22
|
* Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1
| | | | Approved by: flz (mentor)
* - Use OPTIONS and add more optionsmnag2006-02-142-26/+61
| | | | | | | | | - Add rc.d script - Bump PORTREVISION PR: 93285 Submitted by: mnag Approved by: maintainer
* - Add SHA256 to all ports submitter maintaingarga2005-11-111-0/+1
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Update to 0.9.2mnag2005-10-203-18/+17
| | | | | | | Take MAINTAINER PR: 87693 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Drop maintainership, since I'm buried in the $REALLIFE stuff.krion2005-09-141-1/+1
|
* Update to 0.9.1krion2005-08-282-3/+3
|
* Update to 0.9.0krion2005-07-272-3/+3
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 0.8.3krion2005-02-032-3/+3
|
* Update to 0.8.2krion2005-01-282-3/+3
|
* Update to 0.8.1krion2004-12-253-13/+13
|
* Fix build with ident support.krion2004-09-011-0/+4
| | | | Reported by: Martin Hasenbein <mh@bsd.net>
* Update to 0.8.0krion2004-07-042-4/+12
|
* - Update to version 0.7.7krion2004-02-082-4/+3
|
* - SIZEifykrion2004-01-302-1/+3
|
* - Update to 0.7.6krion2003-12-092-3/+3
|
* - Update to version 0.7.5krion2003-11-092-3/+2
|
* - s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/gkrion2003-10-262-8/+4
| | | | | | | | - Don't install some documentation files - Bump PORTREVISION PR: 58525 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Update to 0.7.1oliver2003-07-206-38/+32
| | | | | PR: 54651 Submitted By: maintainer
* Fix 'make package' error.vanilla2003-05-071-1/+1
| | | | | PR: ports/51884 Submitted by: maintainer
* Add two missing manpage.vanilla2003-05-041-1/+4
|
* Add ngircd 0.7.0,vanilla2003-05-047-0/+128
free open source daemon for Internet Relay Chat (IRC). PR: 51683 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>