Commit graph

29 commits

Author SHA1 Message Date
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Steve Wills
d82645b562 - Remove empty file that should have been removed in r307872
Pointed out by:	eadler
Pointyhat to:	swills
Feature safe:	yes
2012-12-04 12:56:13 +00:00
Steve Wills
a94ce78fa7 - Update to 2.0.9
PR:		ports/173959
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
Feature safe:	yes
2012-11-28 02:02:14 +00:00
Steve Wills
71cbdede15 - Update to 2.0.8
- Made the knobs actually work
- Added regex modules as new knobs
- Added ldapoper module knob

PR:		ports/170644
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2012-08-17 16:58:53 +00:00
Jason Helfman
a7b575f902 - use USERS/GROUPS framework
- remove pkg-deinstall and move cleanup instructions into pkg-plist
- pet portlint on pkg-plist for mode and group warnings

PR:     ports/168821
Submitted by:   jgh@
Approved by:    maintainer, feld@feld.me
2012-06-14 19:28:02 +00:00
Sylvio Cesar Teixeira
c761a1893e - Converted to optionsng
- Standardized on SQLITE and LDAP knob names
- Added proper PORTDOCS

PR:		ports/168722
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2012-06-07 01:12:50 +00:00
Jason Helfman
8b08c59981 - revert unintented change to plist
PR:	ports/167975
Approved by: maintainer, implicit
2012-05-17 16:58:18 +00:00
Jason Helfman
849c6c35d2 - Update inspircd to 2.0.5 [1]
- document CVE-2012-1836 [2]

PR:	ports/167975
Submitted by:	maintainer, feld@feld.me [1], jgh@ [2]
Security:	CVE-2012-1836
2012-05-17 16:52:36 +00:00
Jason Helfman
54dbf5386c - maintainership over to feld@feld.me from ports@freebsd.org
Approved by:	mail query, feld@feld.me
2012-05-15 17:00:27 +00:00
Pawel Pekala
03ae44de9b - Add INSPIRCD_LOG and INSPIRCD_RUN substitution patterns for
etc/rc.d/inspircd file to fix service starting
- WITH_GNUTLS option needs security/libgcrypt to work

PR:		ports/164352
Submitted by:	Geoff Garside <freebsd@geoffgarside.co.uk>
2012-01-25 20:34:11 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Chris Rees
58967c2780 - Reset maintainership (5 simultaneous timeouts since Sep/2009)
- Use USE_OPENSSL

PR:		ports/158695
Submitted by:	crees
Approved by:	rene (mentor, implicit)
2011-07-24 18:24:47 +00:00
Chris Rees
0ddae5b335 Oops, ${PORTSDIR}/Mk isn't in the search path of course...
Submitted by:	rene
Approved by:	rene (mentor, implicit)
2011-07-06 17:51:24 +00:00
Chris Rees
b012f2fd04 Use USERS and GROUPS
PR:		ports/157612
Submitted by:	crees (me)
Approved by:	rene (mentor, implicit), maintainer timeout
2011-07-05 21:22:51 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Martin Wilke
e22162a6c6 - Update to 2.0.2
PR:		154998
Submitted by:	Ayumi Mitsui <ayu@commun.jp>
Approved by:	maintainer timeout
2011-03-17 15:51:01 +00:00
Pav Lucistnik
44330274e1 - MAKE_JOBS_UNSAFE (DISABLE_* is end-user setable) 2011-02-13 22:40:54 +00:00
Pav Lucistnik
607c1d806a - Fix build of gnutls module
PR:		ports/144989
Submitted by:	Austin Teague <opticshade@gmail.com>
Approved by:	maintainer timeout (2 months)
2010-06-02 15:35:11 +00:00
Martin Wilke
8cf9f33855 - Update to 1.1.20
PR:		138155
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout
2009-09-12 23:20:26 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Beech Rintoul
aa86169786 - Update to version 1.1.19
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
  from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
  openssl libs as well as openssl installed from ports.

PR:		ports/123076
Submitted by:	Matthew Seaman <matthew.seaman@thebunker.net>
Approved by:	Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
2008-05-19 07:01:38 +00:00
Martin Matuska
51315808f2 - respect CXXFLAGS
- cosmetic change in Makefile

Approved by:	garga (mentor)
2007-06-14 19:46:40 +00:00
Martin Matuska
a62035e8cc - bugfix: example files install and their pkg-plist entries
- added USE_LDCONFIG entry

PR:		ports/113502
Submitted by:	Craig Edwards <brain@inspircd.org> (maintainer)
Pointyhat to:	sat
Approved by:	maintainer, garga (mentor)
2007-06-13 23:39:01 +00:00
Andrew Pantyukhin
71b0a9d1a8 - Fix a nasty bug where PREFIX/bin could get chmod'ed to 700
Reported by:	pointyhat via kris
Submitted by:	Craig Edwards <brain@inspircd.org> (maintainer, based on)
Pointy hat to:	sat
2007-06-13 22:05:22 +00:00
Beech Rintoul
b779a21ba9 Fix a typo
Approved by:	sat (mentor)
2007-06-12 11:46:26 +00:00
Beech Rintoul
2b8c5e65e5 - Update to 1.1.8
- Remove 4.x cruft

PR:		ports/113501
Submitted by:	Craig Edwards <brain@inspircd.org>
Approved By:	sat (mentor)
2007-06-12 11:18:03 +00:00
Pav Lucistnik
e089d04143 - Mark BROKEN on FreeBSD 4 2007-01-11 17:05:18 +00:00
Pav Lucistnik
121b6e2993 InspIRCd is a highly modular C++ IRC daemon. It supports most features
of other IRC daemons, and supports FreeBSD kqueue() for connection
management.

WWW: http://www.inspircd.org/

PR:		ports/102583
Submitted by:	Craig Edwards <brain@mail1.chatspike.net>
2006-12-01 15:12:51 +00:00