Kurt Jaeger
f7e254ad38
net-mgmt/pmacct: Fix build with SQLITE3 enabled
...
PR: 219365
Submitted by: jeremy@smart-serv.net
2017-05-21 14:14:53 +00:00
Mark Linimon
0a534ed4c7
Mark some ports failing on power64. In cases where the error message
...
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2017-05-13 23:36:16 +00:00
Mark Linimon
dab2f82d31
Mark some ports failing on aarch64, and, in a few cases, other tier-2
...
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2017-05-03 01:14:05 +00:00
Kurt Jaeger
b6be754431
net-mgmt/pmacct: fix build for GEOIP option by adding USES=pkgconfig
...
Submitted by: mat
2017-03-22 06:37:14 +00:00
Kurt Jaeger
eb09736c24
net-mgmt/pmacct: provide plabel configure flags if option is selected
2017-03-21 19:51:33 +00:00
Kurt Jaeger
c4fca44453
net-mgmt/pmacct: update 0.14.3 -> 1.6.1
...
- take maintainership
- MongoDB support is still broken. Version 1.6.1 as well as 0.14.3
requires legacy 0.8.1 mongo-c-driver which is no longer available
in ports tree.
- nflog support requires missing libraries, so it is disabled.
- Other features like RabbitMQ or Kafka should work.
PR: 217448
Changes: http://www.pmacct.net/ChangeLog-1.6.1
Submitted by: Alexander Shikov <a.shikov@itcons.net.ua>
Approved by: zi (maintainer)
2017-03-21 19:44:42 +00:00
Mark Linimon
631eab01cc
Mark as broken on aarch64: fails to link with sbrk.
...
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Dmitry Marakasov
c86e9d9724
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
...
Approved by: portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +00:00
Baptiste Daroussin
af90420500
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
2016-01-10 16:31:33 +00:00
Ryan Steinmetz
e927fede35
- Cleanup previous commit and fix dependency issues
2015-06-11 16:34:14 +00:00
Ryan Steinmetz
36e1469aa7
- Add LIB_DEPENDS for postgres support
...
- Do not bump PORTREVISION as this is a NOOP by default
PR: 200786
Submitted by: Niels Kristensen <niels@kristensen.io>
2015-06-11 15:25:41 +00:00
Antoine Brodin
efc5cc0e55
Cleanup plist
2014-11-24 22:35:08 +00:00
Chris Rees
4cb60faedd
Finally retire USE_PGSQL
2014-11-22 20:40:08 +00:00
Adam Weinberger
e91f5afdf5
Bump PORTREVISION on all ports that depend on net/GeoIP for
...
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Baptiste Daroussin
d22728a7e8
Fix some non default LIB_DEPENDS
...
With hat: portmgr
2014-07-16 08:26:25 +00:00
Adam Weinberger
de3a3bb13b
Remove NOPORTDOCS and NOPORTEXAMPLES.
2014-07-04 21:53:52 +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
Ryan Steinmetz
e9b292fb3a
- Add STAGE support
...
- Portscout: don't look for 0.15.0, it doesn't exist
- Bump PORTREVISION
2014-03-19 12:26:27 +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
Ryan Steinmetz
2070859dfd
- Add OPTIONS for MongoDB and GeoIP support
...
Requested by: softded@gmail.com
2013-09-07 12:07:49 +00:00
Ryan Steinmetz
d2d60fd5c8
- Update to 0.14.3
2013-05-15 16:03:31 +00:00
Ryan Steinmetz
7653e201b7
- Update to 0.14.2
...
- Convert header to new format
- Use PORT_OPTIONS:MDOCS instead of *PORTDOCS
- Update rc script such that -D is always specified
2013-01-15 19:38:19 +00:00
Ryan Steinmetz
0b7bc99a1c
- Fix issues in rc script + pkg-message
...
Submitted by: Karsten Schmidt <gugge@guggemand.dk>
2012-09-06 03:03:47 +00:00
Ryan Steinmetz
bb3d0d3c86
- Update to 0.14.1
...
- Convert to OptionsNG
2012-08-04 03:34:36 +00:00
Ryan Steinmetz
5b18b85528
- Add additional PORTDOCS
...
- Do not bump PORTREVISION
PR: ports/168310
Submitted by: Igor Kremez <greenny380@gmail.com>
2012-05-27 15:52:31 +00:00
Ryan Steinmetz
99d25e58db
- Update to 0.14.0
2012-04-26 21:33:54 +00:00
Ryan Steinmetz
de26666938
- Update mirror URL on my ports
...
Feature safe: yes
2012-03-23 14:27:51 +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
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Ryan Steinmetz
60650e0882
Fix build under clang
...
Add LICENSE
PR: ports/158549
Submitted by: rpsfa@rit.edu (me)
Approved by: wxs (mentor)
2011-07-17 17:10:56 +00:00
Ryan Steinmetz
72a02a04ab
Update my email address on the ports I maintain.
...
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00
Wesley Shields
218269f688
Include SQL files/instructions
...
Add RC script
Fix incorrect use of CONFIGURE_ENV
Add a second mirror
PR: ports/157051
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
2011-05-15 14:08:00 +00:00
Wen Heping
d3572568e4
- Update to 0.12.5
...
- Pass maintainership to submitter
PR: ports/153832
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
2011-01-10 03:01:04 +00:00
Mark Linimon
1e7fac30a4
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
...
timeouts.
Hat: portmgr
2010-12-28 08:11:16 +00:00
Kirill Ponomarev
43e55b3fc4
Update to 0.12.1
2010-05-17 08:50:20 +00:00
Kirill Ponomarev
42ce3ab8db
Enable IPv6.
...
PR: ports/143629
Submitted by: Martin Birgmeier <martin.birgmeier@aon.at>
2010-04-23 12:42:36 +00:00
Kirill Ponomarev
ebfebf8427
Update to 0.11.6
2009-04-12 09:06:17 +00:00
Kirill Ponomarev
76e428fb04
Update to 0.11.5
2008-08-17 10:02:32 +00:00
Pav Lucistnik
9fc1c4fe89
- Remove USE_GETOPT_LONG which is a no-op since March 2007
2008-03-20 09:56:52 +00:00
Kirill Ponomarev
f0f73d3bb5
Update to 0.11.4
2007-05-28 20:21:39 +00:00
Kirill Ponomarev
0bf2220d1b
Update to 0.11.3
2007-02-05 14:03:53 +00:00
Kirill Ponomarev
88bc2ac58a
Update to 0.11.2
...
PR: ports/106259
Submitted by: farrokhi
2006-12-10 07:32:52 +00:00
Kirill Ponomarev
e0aeca51d3
Update to 0.11.0
2006-10-31 15:35:32 +00:00
Kirill Ponomarev
2ba5c4499f
Update to 0.11.0rc3-20060823
2006-08-24 09:52:24 +00:00
Kirill Ponomarev
a8dbb9e074
Utilize USE_SQLITE.
2006-08-17 08:41:33 +00:00
Kirill Ponomarev
efa74fa1a3
Update to 0.11.0rc1
2006-07-22 10:23:24 +00:00
Kirill Ponomarev
fa137979c6
Update to 0.10.3
2006-07-01 13:51:32 +00:00
Kirill Ponomarev
531a9aa034
Update to 0.10.2
2006-05-18 20:25:06 +00:00
Kirill Ponomarev
d81a79e650
Fix WWW line.
2006-04-22 22:25:52 +00:00