aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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 7.2.1.Marcus Alves Grando2006-06-161-2/+2
| | | | | | | | | | | - Fix configure when set OPENSSL kbob. PR: 98207 Submitted by: Nick Hilliard <nick___foobar.org> Approved by: maintainer Notes: svn path=/head/; revision=165596
* remove USE_REINPLACE for all categories starting with IEdwin Groothuis2006-05-081-1/+0
| | | | Notes: svn path=/head/; revision=161690
* - Update to 7.2.0Pav Lucistnik2006-01-091-1/+1
| | | | | | | | PR: ports/91559 Submitted by: Diane Bruce <db@db.net> (maintainer) Notes: svn path=/head/; revision=153164
* Add comment/documentation for WITH_HALFOPS option in port MakefileEdwin Groothuis2006-01-071-0/+1
| | | | | | | | | | | My previous patch neglected to list WITH_HALFOPS in the list of port options. PR: ports/91383 Submitted by: Geraint Edwards <gedge-oss@yadn.org> Notes: svn path=/head/; revision=152931
* - Fix SSL optionPav Lucistnik2006-01-051-2/+6
| | | | | | | | | | | | - Add HALFOPS option - Fix comment about PREFIX PR: ports/91340 Submitted by: Geraint Edwards <gedge-oss@yadn.org> Approved by: maintainer Notes: svn path=/head/; revision=152846
* With portmgr hat on, reset inactive maintainer (2 recent timeouts) and assignMark Linimon2005-11-111-1/+1
| | | | | | | maintainership to one of the upstream authors of the software. Notes: svn path=/head/; revision=147868
* - Update to 7.1.2Pav Lucistnik2005-09-161-26/+11
| | | | | | | | | | | | | | PR: ports/84777 Submitted by: Diane Bruce <db@db.net> Approved by: maintainer timeout (1 month) - Switch to rcNG startup script PR: ports/85564 Submitted by: hr <asher@raout.org> Notes: svn path=/head/; revision=142896
* - Move .pid file to /var/runPav Lucistnik2005-07-211-1/+1
| | | | | | | | | PR: ports/83089 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=139823
* - Fix plistPav Lucistnik2005-01-191-0/+1
| | | | | | | | PR: ports/76414 Submitted by: Florent Thoumie <flz@xbsd.org> Notes: svn path=/head/; revision=126837
* Unclutter my previous attempt to on the fly patching by usingErwin Lansing2004-07-041-4/+2
| | | | | | | | | | | EXTRA_PATCHES and putting it in WRKDIR instead of the assumed read-only FILES-DIR. Noticed by: dosirak (via kris) Pointy hat to: erwin Notes: svn path=/head/; revision=112897
* Yet another file that had the version number hardcoded in it. PatchErwin Lansing2004-07-021-0/+6
| | | | | | | | | | the patch on the fly to use PORTVERSION. The version number should probably be removed alltogether. Approved by: maintainer Notes: svn path=/head/; revision=112724
* Use %%PORTVERSION%% instead of 7.0.2Oliver Eikemeier2004-06-301-0/+2
| | | | | | | | Pointed out by: erwin Pointy hat to: eik Notes: svn path=/head/; revision=112613
* - update to 7.0.2Oliver Eikemeier2004-06-301-13/+13
| | | | | | | | | | | | | | | | | | security fix: <http://www.freebsd.org/ports/portaudit/23aafa20-c28a-11d8-864c-02e0185c0b53.html> - make PREFIX-safe - fix pkg-plist - create irc user on install not fixed: - leaves extra files in /usr/local/etc/ircd-hybrid PR: 68504 Submitted by: Brad Davis <so14k@so14k.com> (maintainer) Notes: svn path=/head/; revision=112612
* Install configuration files as samples and adjust pkg-messageErwin Lansing2004-03-301-0/+3
| | | | | | | | PR: 64919 Submitted by: maintainer Notes: svn path=/head/; revision=105727
* 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
* Fix BROKEN.Erwin Lansing2004-01-301-2/+0
| | | | | | | | | ircd-hybrid now complies with hier(7) and runs. Good work, Brad! Submitted by: maintainer Notes: svn path=/head/; revision=99466
* Mark broken.Erwin Lansing2004-01-081-0/+2
| | | | | | | | | It took a lot of time to patch this port to adhere to hier(7), only to find out that somehow it still has the same old paths in the binary. It cannot find the log- and configuration files and therefor cannot run. Notes: svn path=/head/; revision=97661
* Update to 7.0 adding lot's of new features.Erwin Lansing2004-01-071-24/+67
| | | | | | | | | | | | | *** IMPORTANT: *** - The old config format WILL NOT WORK - The old kline format WILL NOT WORK Please read the INSTALL file for more information PR: 60372 Submitted by: maintainer Notes: svn path=/head/; revision=97566
* Unbrake by fixing plist.Jun Kuriyama2003-05-071-2/+0
| | | | Notes: svn path=/head/; revision=80334
* BROKEN: Bad pkg-plistKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80229
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76036
* o Update to 6.3.1Mario Sergio Fujikawa Ferreira2003-02-041-4/+9
| | | | | | | | | | | | o Style changes: fmt both DESCR and PKGMESSAGE o Assign maintainership to submitter: previous maintainer passes maintainership due to lack of time Submitted by: Brad Davis <so14k@so14k.com> Approved by: maintainer (previous one) Notes: svn path=/head/; revision=74692
* cp -> cp -R to install all files and directoriesYing-Chieh Liao2002-04-021-1/+1
| | | | | | | Submitted by: gslin@ccca.nctu.edu.tw, Sergii Laskavyi <ls@gambit.com.ru> Notes: svn path=/head/; revision=57198
* upgrade to 6.3Ying-Chieh Liao2002-03-311-15/+3
| | | | | | | | | maintainer timeout No response from: maintainer Notes: svn path=/head/; revision=57058
* Upgrade to 6.2. Hybrid-5 is unsupported, forget it.Clive Lin2001-10-201-13/+41
| | | | | | | | PR: ports/31116 Submitted by: David Taylor <davidt@yadt.co.uk> Notes: svn path=/head/; revision=49004
* Also look in .../old/ so that we are more resistant to master-site upgrades.Poul-Henning Kamp2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=37871
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Upgrade to ircd-hybrid 5.3p8Kris Kennaway2000-08-201-1/+1
| | | | Notes: svn path=/head/; revision=31780
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27459
* Update to version 5.3p7Chris Piazza1999-09-041-1/+2
| | | | | | | | PR: 13561 Submitted by: maintainer Notes: svn path=/head/; revision=21251
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Update to version 5.3p6.Steve Price1999-03-151-4/+4
| | | | | | | | PR: 10359 Submitted by: maintainer Notes: svn path=/head/; revision=17194
* Update to 5.3p4Bill Fumerola1998-12-151-3/+3
| | | | | | | | PR: ports/9075 Submitted by: Ken Monville <desmo@bandwidth.org> (maintainer) Notes: svn path=/head/; revision=15368
* Upgrade to 5.3p2, update PLIST.Bill Fumerola1998-11-161-3/+7
| | | | | | | | PR: ports/8404 Submitted by: Ken Monville <desmo@bandwidth.org> Notes: svn path=/head/; revision=14577
* Locate the new MASTER_SITE.Steve Price1998-08-301-2/+2
| | | | | | | | PR: 7772 Submitted by: Bill Fumerola <billf@firewall.chc-chimes.com> Notes: svn path=/head/; revision=12941
* Update to ircd-hybrid-5 version 5.3.Donald Burr1998-07-191-4/+3
| | | | | | | | Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches. PR: ports/7255 Notes: svn path=/head/; revision=11962
* * Added a nice little "ircd.sh" file for etc/rc.d.Donald Burr1998-06-071-2/+3
| | | | | | | | | | | * "example.conf.trillian", a much more detailed and informative (with comments!) is now also installed. * Fixed Makefile to install these new files, plus removed a bogus comment that I had accidentally left in there. * Updated PLIST with the new files. Notes: svn path=/head/; revision=11332
* Upgrade to ircd-hybrid-5.2p1.Donald Burr1998-06-071-4/+8
| | | | | | | | | | * Change DISTNAME in Makefile, and add PKGNAME to reflect the convention that "5.2p1" is to be expressed as "5.2.1" in package names. * Changed MD5. * Re-generated patches so that they patch cleanly against the new version. Notes: svn path=/head/; revision=11327
* Fix assorted bogons.Jordan K. Hubbard1998-04-201-2/+3
| | | | Notes: svn path=/head/; revision=10607
* The name of our collection is "ports collection", not "port collection." :)Satoshi Asami1998-01-181-2/+2
| | | | Notes: svn path=/head/; revision=9366
* A new ircd port for irc.freebsd.org.Jordan K. Hubbard1998-01-151-0/+22
Submitted by: Ken Monville <desmo@bandwidth.org> Notes: svn path=/head/; revision=9340