Commit graph

28 commits

Author SHA1 Message Date
Baptiste Daroussin
ee6bf67e6a Reset maintainership due to mail bouncing
Reported by:	pkg-fallout
2014-02-05 08:22:02 +00:00
Jose Alonso Cardenas Marquez
800cb372a0 - Bump PORTREVISION. firebird25-* ports has been modified for solved some
problems related to ICU
2013-09-30 23:40:57 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
John Marino
71792e6231 net-mgmt/macroscope: unbreak
The initial problem was that the default database support was MySQL 5.0
which has been removed.  Upon inspection of the source, it appears that it
could be hardcoded for MySQL 5.0.33.  At this point, I commented out the
MySQL option and changed the default to Firebird version 2.0.

According to Redports, the port built on i386 but was broken on amd64.
The specified version of Firebird was changed to 2.5 and now the port builds
on both i386 and amd64.

The unnecessary inclusion of bsd.database.mk was also removed and the
redundant option descriptions were also removed.  The maintainer should
investigate Macroscope builds with current versions of MySQL and restore
the option appropriately if it does.

PR:		ports/179708
Submitted by:	marino
Approved by:	bapt (mentor), maintainer timeout (>4 weeks)
2013-07-21 21:42:59 +00:00
Baptiste Daroussin
5c1bfd69f6 Convert to new options framework
While here do some build with clang fixes

PR:		ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
2013-05-10 11:28:32 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +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
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Mark Linimon
2607e9a53b Not for powerpc, either.
Hat:		portmgr
2010-04-01 10:24:44 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +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
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Martin Wilke
6d26f1d487 - Update to 1.0.3787
PR:		129414
Submitted by:	Guram Dukashvili <white_raven@pisem.net>
Approved by:	maintainer timeout
2008-12-25 18:08:52 +00:00
Beech Rintoul
60479b26cb - Update to 1.0.2938
PR:		ports/125177
Submitted by:	Guram Dukashvili <white_raven@users.berlios.de> (maintainer)
2008-07-08 07:14:22 +00:00
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00
Mark Linimon
ed9f227942 Mark as broken on sparc64: does not compile. 2008-02-01 12:43:44 +00:00
Pav Lucistnik
b1b5d46a09 - Update to 1.0.2278
Submitted by:	maintainer
2007-07-11 08:35:15 +00:00
Martin Wilke
075cae9cc1 - Fix mysql section
Reported by:	sat
2007-06-14 16:56:55 +00:00
Martin Wilke
042855d8b2 Macroscope is a squid, sendmail, courier, bpft log files analizer,
IP sniffer and HTML report generator.
Features:
  squid log file parser.
  sendmail log file parser.
  courier log file parser.
  bpft(ports/net-mgmt/bpft) log file parser.
  Database backends support: MySQL, Firebird.
  IP sniffer via pcap library (ports/net/libpcap).
  Direct commit changes to database in realtime (no log files).
  Traffic static HTML reports generating by date periods.
  Traffic dynamic HTML reports generating via CGI (Web interface).
  Multithreading architecture.
  Portable: BSD os'es and Windows NT family supported, but tested at this time
            only under FreeBSD 5.x 6.x amd64 i386 and Windows 2000 XP 2003.

WWW: http://developer.berlios.de/projects/macroscope/

- Dukashvili Guram
white_raven@users.berlios.de

PR:		ports/112653
Submitted by:	Dukashvili Guram <white_raven at users.berlios.de>
2007-06-14 15:32:40 +00:00