Commit graph

53 commits

Author SHA1 Message Date
Baptiste Daroussin
c5e3914c60 Fix master_site 2011-08-02 16:22:15 +00:00
Baptiste Daroussin
afe07e88e7 Deprecate unmaintained ports marked as BROKEN for more then 6 month 2011-08-02 09:22:42 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Erwin Lansing
685ce417e6 Mark BROKEN: does not fetch 2010-10-01 09:00:43 +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
Mark Linimon
484ae3e69e Reset r.gruyters@snow.nl by request due to lack of time.
Feature safe:	yes
2009-09-23 22:17:11 +00:00
Pav Lucistnik
fcff8e9ddb - Update to 0.9.15
PR:		ports/138372
Submitted by:	Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:	maintainer timeout (17 days)
Feature safe:	yes
2009-09-18 13:00:01 +00:00
Dmitry Marakasov
e5b51fd3ed - Update to 0.9.14
PR:		131287
Submitted by:	Vladimir Korkodinov <viper at perm dot raid dot ru>
Approved by:	Robin Gruyters <r dot gruyters at snow dot nl> (maintainer)
2009-02-18 23:36:25 +00:00
Remko Lodder
96fab07fbb Restore previous maintainer, now with his new email address.
Approved by:	wxs (diff not reviewed, ack'ed to commit)
2008-11-30 21:00:12 +00:00
Pav Lucistnik
161729ac42 - Chase libprelude update
Forgotten by:	beech
Reported by:	pointyhat
2008-11-29 23:21:13 +00:00
Mark Linimon
4417ce0890 Reset r.gruyters@yirdis.nl: email address bounces. 2008-11-28 23:20:21 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
989d1a38e3 - Update to 0.9.12.2
PR:		123207
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2008-05-13 14:51:42 +00:00
Martin Wilke
d0f9e11707 - Update to 0.9.11
PR:		119855
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2008-02-15 11:18:15 +00:00
Cheng-Lung Sung
bdf32af2dd - update dependency on libprelude
PR:		ports/116110
Submitted by:	maintainer (Robin Gruyters)
2007-10-05 01:47:09 +00:00
Rong-En Fan
276ca76588 - Update to 0.9.10.1
PR:		ports/115341
Submitted by:	Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
2007-08-12 11:10:47 +00:00
Marcelo Araujo
2adf104b17 - Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.

PR:		ports/112703
Submitted by:	Marcelo Araujo <araujo@FreeBSD.org>
Approved by:	stas (mentor)
2007-06-06 12:50:09 +00:00
Martin Wilke
e17793cbe5 - Update to 0.9.10
Changelog prelude-lml:
- Ability to use regular expressions in plugins.rules to define
  monitored sources, this can be very useful when combined to file
  globing.
- [SPEEDUP] When the "*" keyword is used, the data is passed to the
  upper layer without trying to match anything.
- Fix NULL pointer dereference when a rule reference an existing,
  but empty context (fix #226).
- Remove deprecated use of prelude_client_print_setup_error(),
  directly handled via prelude_perror().
- Make the log parser more robust.

PR:		112835
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2007-05-30 06:13:54 +00:00
Gabor Kovesdan
c0ce4105e7 Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:	portmgr (erwin), erwin (mentor)
2007-01-29 19:05:07 +00:00
Martin Wilke
0f49a00b94 - Fix post installment for configuration files. (if not exists...)
- Bump PORTREVISION

PR:		ports/107080
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-12-22 08:51:41 +00:00
Martin Wilke
025e8a9c18 - Update to 0.9.8.1
Changelog prelude-lml-0.9.8.1:
- Compile and run under OS X.
- Various portability fixes.

PR:		ports/107011
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-12-21 19:14:20 +00:00
Cheng-Lung Sung
86e10e595b - Update to 0.9.11
- library version update of related ports

Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
  considered public and might be used by external application. Rename
  error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
  number as the position of the element from the low level API now allow
  to position the element at the specified (reversed) index. Using the
  high level API a negative index permit to address a list of element
  backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
  (do it for both val1 and val2. Remove assertion, and let
  idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
  path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.

PR:		ports/104328
Submitted by:	maintainer (Robin Gruyters)
Approved by:	portmgr (pav)
2006-11-27 01:16:41 +00:00
Martin Wilke
75e705341d - Update to 0.9.7
Changelog prelude-lml-0.9.7:
 - Fix reading from standard input.
 - Fix OpenBSD getaddrinfo() problem.
 - Add Cisco-CSS support.
 - Add Cisco-Router IDS module support.
 - Checkpoint ruleset is supported again.
 - Support 'fork failure' grsecurity warning, fix 'terminal being sniffed'
  match.
 - NTsyslog ruleset audit.
 - Fix WAP11 ruleset.

PR:		ports/103220
Submitted by:	Robin Gruyters <r.gruyters(at)yirdis.nl> (maintainer)
2006-09-13 14:59:21 +00:00
Cheng-Lung Sung
637d7d8275 - Update to 0.9.6
Prelude-LML Changes:
- Fix a bug where some rules marked silent would trigger an alert.
- Load Sonicwall and Spamassassin ruleset by default.
- Fix rule syntax problem in Sonicwall ruleset.
- Fix rule indexing problem in Squid ruleset.
- Postfix rule consistency fix.

PR:		ports/100063
Submitted by:	maintainer (Robin Gruyters)
2006-07-11 07:52:16 +00:00
Erwin Lansing
82df1e2847 Update to 0.9.5
PR:		97418
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-05-18 20:20:33 +00:00
Renato Botelho
ef92eb19dd - Chase libprelude version
- Bump PORTREVISION

PR:		ports/96758, ports/96759, ports/96760
Submitted by:	maintainer
2006-05-05 11:24:52 +00:00
Renato Botelho
1f5e8b9769 - Fix rc.d startup script
- Bump PORTREVISION

PR:		ports/94900
Submitted by:	maintainer
2006-03-24 19:23:35 +00:00
Renato Botelho
640cca1ddc * security/libprelude: [1]
- Update to 0.9.7
  - Bump libprelude.so version

* security/libpreludedb: [2]
  - Update to 0.9.6
  - Chase libprelude.so version

* security/prelude-lml: [3]
  - Update to 0.9.4
  - Chase libprelude.so version
  - Add a rc.d startup script

* security/prelude-manager: [4]
  - Update to 0.9.4
  - Chase libprelude.so version
  - Add a rc.d startup script

PR:		ports/94402 [1], ports/94403 [2],
		ports/94404 [3], ports/94405 [4]
Submitted by:	maintainer [1] [2] [3] [4]
2006-03-21 11:50:53 +00:00
Sergei Kolobov
bd08ce7ad7 - Update to 0.9.3 (unbreaks fething)
- Add .../old/ subdir to MASTER_SITES so the port is still fetchable even
  when the Prelude project releases a new version

PR:		ports/93710
Submitted by:	Robin Gruyters (maintainer)
Approved by:	portmgr (krion)
2006-03-02 09:39:09 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Sergei Kolobov
a008906132 - Fix run-time linking problems of the Prelude ports by installing libtool
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Bump PORTREVISION

PR:             ports/93501
Submitted by:   Robin Gruyters (maintainer)
2006-02-20 23:02:10 +00:00
Sergei Kolobov
afe3e8f2d7 - Transfer maintainership of the Prelude ports to the submitter,
who has kindly agreed to adopt them

PR:		ports/93386
Submitted by:	Robin Gruyters <r dot gruyters at yirdis dot nl>
2006-02-15 14:02:57 +00:00
Sergei Kolobov
7333cda4cf - Update to 0.9.2
- Chase libprelude shlib version bump
- Use @dirrmtry; sort pkg-plist
2006-02-14 15:21:30 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Sergei Kolobov
353ea8f3bd - Chase libprelude version bump (.2 -> .4)
- Bump PORTREVISION
2006-01-10 17:09:32 +00:00
Sergei Kolobov
5ea8699631 - Update to 0.9.1
- Move log metadata dir from ${PREFIX}/etc/prelude-lml/metadata to
  /var/spool/prelude-lml (upstream changed to ${PREFIX}/var/lib/prelude-lml,
  use slightly modified location to better adhere to hier(7))

Prompted by:	edwin's script
2005-11-28 16:37:30 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Sergei Kolobov
8d658cd381 - Update to 0.9.0
- Chase libprelude version bump
- Convert to USE_AUTOTOOLS, use libtool 1.5
2005-10-18 16:19:42 +00:00
Sergei Kolobov
68a7dff26a - Take maintainership 2005-04-26 08:21:06 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Clement Laforet
0dd9c1c8fc - Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by:    -ports@ discussion
2004-03-25 21:26:53 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Clement Laforet
c4bd8aa850 - Drop maintainership 2004-02-29 15:29:53 +00:00
Clement Laforet
3b8591d72d - SIZEify distinfo 2004-02-07 17:16:21 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
3887814e09 - Update my email address
Approved and reviewed by:    erwin (mentor)
2004-01-13 15:04:51 +00:00
Pav Lucistnik
a769a701f6 libprelude
- update to 0.8.10
- use NOPORTDOCS
prelude-lml
- chase shlib version, bump portrevision
prelude-manager
- update to 0.8.10
prelude-nids
- update to 0.8.6

PR:		ports/60113
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-17 00:07:53 +00:00
Foxfair Hu
ad6e9b43e4 PR: 58388
Submitted by:	maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-lml to 0.8.6
2003-11-04 03:06:36 +00:00