aboutsummaryrefslogtreecommitdiff
path: root/irc/miau
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.6.6Dennis Herrmann2010-10-062-4/+4
| | | | Notes: svn path=/head/; revision=262531
* - Pass maintainership to dhn@Martin Wilke2009-05-041-1/+1
| | | | Notes: svn path=/head/; revision=233215
* 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
* - Update to 0.6.5Martin Wilke2007-12-202-7/+6
| | | | | | | - Take over maintainership Notes: svn path=/head/; revision=204201
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 0.6.3.Frank J. Laszlo2007-02-212-4/+4
| | | | | | | ChangeLog: http://sourceforge.net/project/shownotes.php?group_id=67766&release_id=479307 Notes: svn path=/head/; revision=185635
* Add ipv6 virtual category.Frank J. Laszlo2006-12-011-1/+1
| | | | | | | | | PR: ports/106125 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: self (maintainer) Notes: svn path=/head/; revision=178477
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* - Update to 0.6.2Rong-En Fan2006-09-132-5/+7
| | | | | | | | PR: ports/103222 Submitted by: Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=172954
* Update to 0.6.1Ion-Mihai Tetcu2006-05-142-4/+4
| | | | | | | | | | PR: ports/97246 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer), lawrance (mentor) Notes: svn path=/head/; revision=162341
* remove USE_REINPLACE for all categories starting with IEdwin Groothuis2006-05-081-2/+0
| | | | Notes: svn path=/head/; revision=161690
* [UPDATE]: irc/miah: Update to version 0.6.0.2Edwin Groothuis2006-01-073-17/+5
| | | | | | | | | | | | | This patch will update irc/miah to version 0.6.0.3. This version fixes various bugs and security fixes as outlined on http://miau.sourceforge.net/changelog.html. PR: ports/91437 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Security http://miau.sourceforge.net/changelog.html Notes: svn path=/head/; revision=152961
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* - Update to 0.5.4Pav Lucistnik2005-07-184-17/+18
| | | | | | | | PR: ports/82920 Submitted by: Laust S. Jespersen <freebsd-ports@ust.dk> Notes: svn path=/head/; revision=139472
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-181-1/+1
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457
* 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.5.3 - "hairball"Oliver Eikemeier2004-05-053-5/+7
| | | | | | | <http://miau.sourceforge.net/ChangeLog> Notes: svn path=/head/; revision=108443
* work around problems with ChatZillaOliver Eikemeier2004-05-022-0/+15
| | | | | | | enable dump command Notes: svn path=/head/; revision=108207
* miau (fluffy little fellow), yet another IRC bouncerOliver Eikemeier2004-04-284-0/+69
Notes: svn path=/head/; revision=107831