1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
Mark Felder
b422b3f790 irc/ircd-ratbox: Use GCC for i386
When built with Clang on i386 ratbox segfaults at startup.

PR:		207268
2016-03-18 13:57:45 +00:00
Bernard Spil
e69755b974 irc/ircd-ratbox: Fix build failure with SHORTCUTS enabled
- bsd.port.options.mk must be included before targets are defined

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5479
MFH:		2016Q1
2016-03-06 20:08:50 +00:00
Bernard Spil
cba5094fe4 irc/ircd-ratbox: Fix OpenSSL linking and simplify
- Fix linking with ports' ssl libs
  - Fix `contrib` build (used base openssl headers)
  - Re-work EGD detection
  - Use options helpers
  - Simplify REINPLACE with :U defaults

PR:		195796
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5286
2016-02-15 19:19:24 +00:00
Antoine Brodin
ffc421f59d Unbreak INDEX 2016-01-10 17:04:43 +00:00
Baptiste Daroussin
ac922c592e Convert g* and i* to USES=sqlite and USES=firebird 2016-01-10 16:55:26 +00:00
Dmitry Marakasov
04fd60fdf2 - Move owner/permission to plist, fixing installation from non-root and simplifying the port
PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:42 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Mark Felder
a631ddae7a Support building with LibreSSL
Fully strip binaries unless DEBUG enabled
Create /var dirs in rc script start_precmd instead of in package
Make rc script pass rclint

Upstream has accepted the LibreSSL patches but their releases are far
apart, so patching in ports tree for now.

PR:		198506
2015-05-01 00:03:27 +00:00
Dmitry Marakasov
73c8d05e3b - Add CPE info
Approved by:	portmgr blanket
2015-04-24 22:02:23 +00:00
Antoine Brodin
d70e5c3682 Move USE_OPENSSL to the correct place and remove a spurious WITH_OPENSSL_BASE=yes 2015-01-28 09:04:34 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Baptiste Daroussin
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Rodrigo Osorio
f566039c13 OptionsNG conversion brokes few options making
them available by default. Also added MAKE_JOBS_UNSAFE
to avoid intermittent build failures.

PR:		ports/181481
Submitted by:	John Marshall <John.Marshall@riverwillow.com.au>
Approved by:	bapt (mentor)
2014-09-20 16:08:01 +00:00
Baptiste Daroussin
d516aef87c Drop now useless @cwd 2014-09-02 21:56:54 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Baptiste Daroussin
011f6c3f0a Add a forgotten patch 2014-07-01 23:29:10 +00:00
Baptiste Daroussin
f934a2a100 Support stage
Partially strip binaries
Convert to USES=libtool
2014-07-01 23:25:12 +00:00
Shaun Amott
2125420ff2 Update WWW; the old domain is now controlled by squatters.
Submitted by:	Michael Clay
Approved by:	moggie <moggie@elasticmind.net> (maintainer)
2013-10-27 13:21:29 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Chris Rees
eadab8c98b Really update to 3.0.8 this time. It appears that the first hunk of the patch
caused a conflict that wasn't resolved.

PR:		ports/174878
Submitted by:	Moggie <moggie@elasticmind.net> (maintainer)
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Submitted by:	Chris Petrik
Submitted by:	sbz
Pointyhat to:	crees
2013-01-04 12:29:46 +00:00
Chris Rees
6c6b3e92da Security update to 3.0.8, to fix a remote DoS crash
Admins are advised to upgrade immediately.

PR:		ports/174878
Submitted by:	moggie <moggie@elasticmind.net> (maintainer)
Security:	http://www.ratbox.org/ASA-2012-12-31.txt
2013-01-02 12:07:39 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Jase Thew
81af743046 - Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.

PR:		ports/169570
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
Approved by:	culot (mentor)
2012-07-07 16:13:16 +00:00
Chris Rees
b0e7f37eab Register CONFLICTS with charybdis; both install files in same place
PR:		ports/167556
Approved by:	maintainer (moggie@elasticmind.net)
2012-05-11 19:27:20 +00:00
Michael Scheidell
f1048caf36 - Major release update to 3.0.7. Read /usr/ports/UPDATING
PR:		ports/166931
Submitted by:	moggie <moggie@elasticmind.net> (maintainer)
Reviewed by:	scheidell (me)
2012-04-15 10:52:14 +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
fb154f9244 Update MASTER_SITES
PR:		ports/163433
Submitted by:	crees
Approved by:	maintainer
2011-12-19 19:05:24 +00:00
Chris Rees
ee4706af54 Use USERS and GROUPS
PR:		ports/157611
Approved by:	rene (mentor, implicit), Moggie (maintainer)
2011-07-05 16:46:22 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
549d898acf - Update to 2.2.9
PR:		143242
Submitted by:	moggie <moggie@elasticmind.net> (maintainer)
With hat:	secteam
Feature safe:	http://www.vuxml.org/freebsd/192609c8-0c51-11df-82a0-00248c9b4be7.html
2010-01-28 21:29:16 +00:00
Beech Rintoul
4094396d89 - In order to modify ban files such as kline.conf and xline.conf,
ircd-ratbox 2.2.x needs write permissions to the directory containing
  these files so it can manipulate their temporary counterparts during
  the update process. To facilitate this, and to save the user from
  having to make this change themselves, the '/usr/local/etc/ircd-ratbox/'
  directory is now set to be owned by the IRCD user instead of root.

PR:		ports/131060
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2009-01-28 04:39:39 +00:00
Beech Rintoul
7ebe0c75fb - Add missing file
PR:		ports/119784
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	linimon (mentor)
2008-01-19 07:04:09 +00:00
Beech Rintoul
480a524421 - Update of irc/ircd-ratbox port from ircd-ratbox-2.2.6 to ircd-ratbox-2.2.8 to fix a few very minor bugs.
- Included ircd-shortcut.pl in ircd-ratbox tarball.
- Added port support for configuring services names and parameters within the ircd-shortcut.pl build script
  (requested by ratbox users and makes things a bit nicer).
- Fixed a pkg-plist inconsistency when compiling old port and building with support for services.
- Added perl5 build requirement for ircd-shortcut.pl.

PR:		ports/119784
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
Approved by:	linimon (mentor)
2008-01-19 07:00:27 +00:00
Martin Wilke
60fbc76ec8 - Makefile cleanup
- Improve config handling.

PR:		117548
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2007-10-27 22:13:47 +00:00
Edwin Groothuis
09ad640a0e Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
2007-09-28 23:10:58 +00:00
Shaun Amott
e4a359e488 Transfer maintainership. 2007-09-28 13:07:29 +00:00
Edwin Groothuis
8c96eddf93 [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:40 +00:00
Edwin Groothuis
d44668ab11 [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:39 +00:00
Edwin Groothuis
fc7bd8c0cc [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:38 +00:00
Edwin Groothuis
5948674f81 Fix brokeness by pointing to the old/ directory. 2007-05-25 11:02:44 +00:00
Kris Kennaway
fe3a568be3 BROKEN: Unfetchable 2007-05-25 01:19:17 +00:00
Shaun Amott
9b7206dfb1 Upgrade to 2.2.5. 2007-04-28 00:22:34 +00:00
Shaun Amott
231e5acf7d Upgrade to 2.2.4. 2007-04-26 19:07:58 +00:00
Shaun Amott
7a98303b37 - Update ircd-ratbox and ircd-ratbox-devel. They are now both at the
same version.
- Enable IPv6 by default in both ports.
2006-08-05 14:39:53 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Ion-Mihai Tetcu
28159c2dd0 Add conflicts with upcommig ircd-ratbox-devel and bump PORTREVISION.
Approved by: lawrance (mentor, implicit)
2006-06-09 10:46:52 +00:00
Pav Lucistnik
99f396d0c1 - Update to 2.1.8
PR:		ports/96984
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer)
2006-05-10 21:25:38 +00:00
Jean-Yves Lefort
4019b070f6 Add ircd-ratbox.
This is a port of the ircd-ratbox IRC daemon.

ircd-ratbox is the primary ircd used on EFnet; it combines the stability
of an ircd required for a large production network together with a rich
set of features, making it also suitable for use on smaller networks.

WWW: http://www.ircd-ratbox.org/

PR:		ports/92404
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-01-27 06:09:27 +00:00