notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/cacti-spine/Makefile

Number of commits found: 62

Saturday, 24 Feb 2024
22:17 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-mgmt/cacti-spine: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 43ea38e8d62d9228377a3deefe6a13edef8dbd03 commit hash: 43ea38e8d62d9228377a3deefe6a13edef8dbd03 commit hash: 43ea38e8d62d9228377a3deefe6a13edef8dbd03 commit hash: 43ea38e8d62d9228377a3deefe6a13edef8dbd03 43ea38e
17:18 Steven Kreuzer (skreuzer) search for other commits by this committer
net-mgmt/cacti-spine: Update to 1.2.26

Changes:
  * Errors cam be reported when uptime OID is not present
  * MySQL reconnect option is depreciated
  * Spine does not check a host with no poller items
  * Poller may report the wrong number of devices polled
  * Allow users to override the threads setting at the command line
  * Allow spine to run in ping-only mode
commit hash: 73b4120e6ab21a15a244c4f379bbbbd09fd231bb commit hash: 73b4120e6ab21a15a244c4f379bbbbd09fd231bb commit hash: 73b4120e6ab21a15a244c4f379bbbbd09fd231bb commit hash: 73b4120e6ab21a15a244c4f379bbbbd09fd231bb 73b4120
Monday, 11 Sep 2023
12:08 Steven Kreuzer (skreuzer) search for other commits by this committer
net-mgmt/cacti-spine: Update to 1.1.25

Changes:
  - Spine should see if script to be executed is executable
  - Enhance number recognition
  - When polling devices, sort by larger number of items first
  - Log format may be corrupted when timeout occurs
  - Compile warning appears due to GCC flag on RHEL7/RHEL8
  - Downed device detection only checks one of the two uptime OIDs
  - Compile error appears due to execinfo.h on FreeBSD
  - Bootstrap shell script contains some PHP cruft
  - Padding is not always removed from the start of non-numeric strings
  - Improve SNMP result handling for non-numeric results
  - Further improve SNMP result handling for non-numeric results
  - Remove check for the max_oids column which has been present since Cacti v1.0
  - Minimize Sorting when fetching poller records for maximum performance
  - Spine should see if script to be executed is executable
commit hash: 8465126cb2b3837590ce30dbee4ac196516c938a commit hash: 8465126cb2b3837590ce30dbee4ac196516c938a commit hash: 8465126cb2b3837590ce30dbee4ac196516c938a commit hash: 8465126cb2b3837590ce30dbee4ac196516c938a 8465126
Monday, 16 Jan 2023
15:43 Steven Kreuzer (skreuzer) search for other commits by this committer
net-mgmt/cacti-spine: upgrade to 1.2.23

Changes:
 - Unexpected reindexing occurs when using uptime as the reindex method
 - spine does not compile with SQL TLS deactivated
 - Spine should prevent the script server from connecting to remote when offline
 - Improve Script Server Timeout Logging
 - Add SQL_NO_CACHE to Spine Queries
commit hash: d74e5c6e9f39d3b73835aceae04b8abd11748303 commit hash: d74e5c6e9f39d3b73835aceae04b8abd11748303 commit hash: d74e5c6e9f39d3b73835aceae04b8abd11748303 commit hash: d74e5c6e9f39d3b73835aceae04b8abd11748303 d74e5c6
Thursday, 1 Dec 2022
16:55 Steven Kreuzer (skreuzer) search for other commits by this committer
net-mgmt/cacti-spine: update to 1.2.22

Changes/Bug Fixes:
  * When polling time is exceed, spine does not always exit as expected
  * Spine logging at `-V 5` includes an extra line feed
  * Incorrect SNMP responses can cause spine to crash
  * Properly handle devices that timeout responding to the Extended Uptime
  * MariaDB can cause spine to abort prematurely despite error handling
  * Spine should log the error time when exiting via signal
commit hash: c03f116adbac9085b212cc68effbcf9a81cffa2f commit hash: c03f116adbac9085b212cc68effbcf9a81cffa2f commit hash: c03f116adbac9085b212cc68effbcf9a81cffa2f commit hash: c03f116adbac9085b212cc68effbcf9a81cffa2f c03f116
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Troback
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew 'derfi' Sidorov <derfi@vei.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@freebsd.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Athanasios Douitsis <aduitsis@cpan.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartlomiej Rutkowski <r@robakdesign.com>
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Boris Samorodov <bsam@FreeBSDD.org>
  *  Brad Davis <brd@FreeBSD.org>
  *  Brad Hendrickse <bradh@uunet.co.za>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Chris S.J. Peron <maneo@bsdpro.com>
  *  Chris St Denis <chris@smartt.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christopher N. Harrell <cnh@ivmg.net>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Dave Cottlehuber <dch@FreeBSD.org>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  David O'Brien (obrien@NUXI.com)
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Yeske <dyeske@gmail.com>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Domas Mituzas <midom@dammit.lt>
  *  Douglas Fraser <doug@idmf.net>
  *  Douglas K. Rand <rand@iteris.com>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  El Vampiro <vampiro@rootshell.ru>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eric F Crist <ecrist@secure-computing.net>
  *  Eric Turgeon <ericturgeon.bsd@gmail.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Fotis Zabaras <fotis@zabaras.eu>
  *  Frank Wall <freebsd@moov.de>
  *  Frank Wall <fw@moov.de>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Henrik Brix Andersen <henrik@brixandersen.dk>
  *  Holger Lamm <holger@eit.uni-kl.de>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Inacio <nacho319+freebsdZilla@gmail.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  JJ Behrens <jj@nttmcl.com>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Flemer <jflemer@acm.jhu.edu>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos Mohacsi <mohacsi@niif.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jerry A! <jerry@thehutt.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Joe Clarke <marcus@marcuscom.com
  *  Joe Clarke <marcus@marcuscom.com>
  *  Johannes Jost Meixner <johannes@FreeBSD.org>
  *  Johannes Jost Meixner <johannes@perceivon.net>
  *  Josh Carroll <josh.carroll@gmail.com>
  *  KIKUCHI Koichiro <koichiro@rworks.jp>
  *  Kevin Hung <khung@nullaxiom.com>
  *  Kian Mohageri <kian.mohageri@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lawrence Chen <beastie@tardisi.com>
  *  Lev Walkin <vlm@lionet.info>
  *  Luca Pizzamiglio <pizzamig@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi63@gmail.com>
  *  Manuel Kreutz <mk@nomtec.net>
  *  Marcin Cieslak <saper@system.pl>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Jackson <mhjacks@swbell.net>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Mathieu Simon <freebsd@simweb.ch>
  *  Matt Moriarity <matt@mattmoriarity.com>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Lyngbøl <lyngbol@wheel.dk>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Michal Hanula <michal@hanu.la>
  *  Mike Bristow <mike@urgle.com>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikolaj Golub <to.my.trociny@gmail.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nicholas Esborn <nick@netdot.net>
  *  Nick F <ffault@gmail.com>
  *  Nick Hilliard
  *  Nick Hilliard <nick@foobar.org>
  *  Pakhom Golynga <pg@pakhom.spb.ru>
  *  Paul Chvostek <paul@it.ca>
  *  Paul Dlug <paul@nerdlabs.com>
  *  Paul Dlug<paul@nerdlabs.com>
  *  Pavel I Volkov
  *  Peter C. Lai <cowbert@gmail.com>
  *  Phil Phillips
  *  Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
  *  Rihaz Jerrin <rihaz.jerrin@gmail.com>
  *  Roar Pettersen <roar@uib.no>
  *  Russell A. Jackson <rjackson@cserv62.csub.edu>
  *  Ryan Steinmetz
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Serge Maslov <serge@maslov.biz>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Shaun Amott <shaun@inerd.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Lambrev <cheffo@freebsd-bg.org>
  *  Stephen J. Roznowski <sjr@home.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Thomas Spreng <spreng@socket.ch>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tor Halvard "Squat" Furulund <squat@squat.no>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tsung-Han Yeh <snowfly@yunteche.du.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Vaida Bogdan
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Ermakov <samflanker@gmail.com>
  *  Vladimir Kotal <vlada@devnull.cz>
  *  Wei-chun Chao
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  anarcat@anarcat.ath.cx
  *  arved
  *  babak@farrokhi.net
  *  brock@cotcomsol.com
  *  clement@FreeBSD.org
  *  cnh@ivmg.net
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  ecronin@gizmolabs.org
  *  ehaupt@FreeBSD.org
  *  gpalmer
  *  gslin <gslin@gslin.org>
  *  hr <holgerrepp@googlemail.com>
  *  ijliao
  *  itojun@itojun.org
  *  jabley
  *  jabley@clear.co.nz
  *  jamrich.majo@gmail.com
  *  janos.mohacsi@bsd.hu
  *  joris
  *  joseph@randomnetworks.com
  *  marck@rinet.ru
  *  mich@FreeBSD.org
  *  mich@freebsdcluster.org
  *  nbm
  *  rea-fbsd@codelabs.ru
  *  rflynn@acsalaska.net
  *  salexanov@gmail.com
  *  sanpei@FreeBSD.org
  *  steinex
  *  torstenb
  *  trevor
  *  vfom@narod.ru
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>

With hat:	portmgr
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da 43ac3e2
Thursday, 6 May 2021
18:07 Steven Kreuzer (skreuzer) search for other commits by this committer
net-mgmt/cacti-spine: Update to 1.2.17

ChangeLog:
    https://github.com/Cacti/spine/blob/master/CHANGELOG#L3-L18
commit hash: df83f21ef97539c21d44c0be2f53853c8afe7c00 commit hash: df83f21ef97539c21d44c0be2f53853c8afe7c00 commit hash: df83f21ef97539c21d44c0be2f53853c8afe7c00 commit hash: df83f21ef97539c21d44c0be2f53853c8afe7c00 df83f21
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 11 Jan 2021
16:46 skreuzer search for other commits by this committer
Update to version 1.2.16
Original commitRevision:561225 
Tuesday, 3 Nov 2020
14:11 skreuzer search for other commits by this committer
Update to version 1.2.15
Original commitRevision:553983 
Tuesday, 13 Oct 2020
15:27 skreuzer search for other commits by this committer
Update to version 1.2.14
Original commitRevision:552243 
Wednesday, 6 May 2020
00:42 skreuzer search for other commits by this committer
Update to version 1.2.12
Original commitRevision:534111 
Thursday, 16 Apr 2020
20:59 skreuzer search for other commits by this committer
Update to version 1.2.11

 * Repeated warnings due to 'Recache Event Detected for Device'
 * No error is recorded to log file when database is incorrect
 * MySQL retry logic is not working as expected
 * When using IPv6 address, segmentation fault can occur due to incorrectly
   using IPv4 ping
 * When polling results are null, segmentation errors may occur
 * When collecting data, spine should be stripping alpha characters from output
Original commitRevision:531880 
Thursday, 5 Mar 2020
14:43 skreuzer search for other commits by this committer
Update to version 1.2.10
Original commitRevision:527836 
Saturday, 15 Feb 2020
22:34 skreuzer search for other commits by this committer
Update to version 1.2.9
Original commitRevision:526243 
Tuesday, 28 Jan 2020
17:20 bapt search for other commits by this committer
Fix bad dependency on pkg origin which prevents using pkg-devel
Original commitRevision:524503 
Saturday, 30 Nov 2019
02:10 skreuzer search for other commits by this committer
Update to version 1.2.7
Original commitRevision:518692 
Thursday, 15 Aug 2019
01:48 skreuzer search for other commits by this committer
Update to version 1.2.5
Original commitRevision:508979 
Wednesday, 26 Jun 2019
01:41 skreuzer search for other commits by this committer
Update to version 1.2.4
Original commitRevision:505132 
Thursday, 16 May 2019
01:28 skreuzer search for other commits by this committer
Update to version 1.2.3
Original commitRevision:501760 
Wednesday, 13 Feb 2019
02:05 skreuzer search for other commits by this committer
Update to version 1.2.1
Original commitRevision:492821 
Sunday, 6 Jan 2019
03:05 skreuzer search for other commits by this committer
Update to version 1.2.0
Original commitRevision:489432 
Tuesday, 13 Feb 2018
13:52 skreuzer search for other commits by this committer
Update to version 1.1.35
Original commitRevision:461706 
Monday, 12 Feb 2018
13:55 skreuzer search for other commits by this committer
Update to version 1.1.34
Original commitRevision:461587 
Friday, 22 Dec 2017
14:33 skreuzer search for other commits by this committer
Update to version 1.1.28
Original commitRevision:456983 
Wednesday, 8 Nov 2017
03:54 skreuzer search for other commits by this committer
Update to version 1.1.27
Original commitRevision:453716 
Wednesday, 26 Jul 2017
09:01 amdmi3 search for other commits by this committer
- Don't needlessly redefine do-build
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:446649 
Monday, 12 Jun 2017
20:27 feld search for other commits by this committer
Fix LIB_DEPENDS of ports which link to libpkg.so

spine and snmpd link to libpkg.so, but it is not properly declared in
the port.

MFH:		2017Q2
Original commitRevision:443466 
15:10 skreuzer search for other commits by this committer
Update to version 1.1.10
Original commitRevision:443452 
Tuesday, 6 Jun 2017
01:10 dbaio search for other commits by this committer
Repocopy from net-mgmt/cacti-spine (r419786) -> net-mgmt/cacti88-spine

Multithreaded poller for Cacti written in C

New releases of Cacti are still unable to work with useful plugins like
"GPS Map" and "Network Weathermap".

PR:		219686
Submitted by:	Vinicius Zavam <egypcio@googlemail.com>
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11024
Original commitRevision:442733 
Monday, 5 Jun 2017
17:28 skreuzer search for other commits by this committer
Update to version 1.1.7
Update package description

PR:		219702
Submitted by:	Vinicius Zavam
Original commitRevision:442677 
Wednesday, 29 Mar 2017
09:02 amdmi3 search for other commits by this committer
- Fix license
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:437188 
Monday, 6 Feb 2017
14:32 skreuzer search for other commits by this committer
Update to version 1.0.1
Original commitRevision:433491 
Sunday, 7 Aug 2016
20:52 skreuzer search for other commits by this committer
Update to version 0.8.8h

Reported by:	Robert Blayzor <rblayzor@inoc.net>
Original commitRevision:419786 
Tuesday, 26 Apr 2016
18:31 skreuzer search for other commits by this committer
Update to version 0.8.8g
Original commitRevision:414066 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 1 Oct 2015
22:30 skreuzer search for other commits by this committer
Update to 0.8.8f
Original commitRevision:398394 
Monday, 24 Nov 2014
21:05 skreuzer search for other commits by this committer
Update to version 0.8.8c
Original commitRevision:373374 
Friday, 19 Sep 2014
13:54 tijl search for other commits by this committer
- Add USES=libtool
- Let user decide about -fstack-protector via WITH_SSP_PORTS
- Replace do-install with post-install
- Use @sample
Original commitRevision:368560 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Wednesday, 14 May 2014
00:34 skreuzer search for other commits by this committer
Update to version 0.8.8b
Support STAGING
Convert to new LIB_DEPENDS format
Define License
Original commitRevision:354010 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Wednesday, 25 Apr 2012
13:58 skreuzer search for other commits by this committer
Update to 0.8.8
Original commit
Monday, 5 Dec 2011
16:08 skreuzer search for other commits by this committer
Update to 0.8.7h

PR:             ports/162998
Submitted by:   Tacid <tacid@tacid.kiev.ua>
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 28 Jul 2011
12:43 sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Wednesday, 22 Dec 2010
14:53 skreuzer search for other commits by this committer
For OSVERSION >= 800040, add -fstack-protector to LDFLAGS

PR:             ports/148439
Submitted by:   Eric Cables <ecables@gmail.com>
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Thursday, 4 Nov 2010
22:25 skreuzer search for other commits by this committer
Apply "Unified Patch 2010/08/31" from vendor

PR:             ports/151770
Submitted by:   Olli Hauer <ohauer@FreeBSD.org>
Original commit
Tuesday, 12 Oct 2010
23:08 pav search for other commits by this committer
- Unbreak installation

Reported by:    pointyhat
Original commit
Monday, 11 Oct 2010
16:17 skreuzer search for other commits by this committer
Update to 0.8.7g

PR:             ports/149918
Submitted by:   Oleg Gawriloff <barzog@telecom.by>
Original commit
Wednesday, 2 Jun 2010
19:14 sylvio search for other commits by this committer
- Chase net-snmp shlib bump
Original commit
Thursday, 17 Dec 2009
22:10 skreuzer search for other commits by this committer
Update to 0.8.7e
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Saturday, 28 Mar 2009
01:16 skreuzer search for other commits by this committer
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    wxs (mentor)
Original commit
Saturday, 28 Feb 2009
03:34 amdmi3 search for other commits by this committer
- Pass maintainership to submitter

PR:             132168
Submitted by:   Steven Kreuzer <skreuzer at exit2shell dot com>
Original commit
Thursday, 27 Mar 2008
10:58 kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Original commit
Tuesday, 29 Jan 2008
20:58 ade search for other commits by this committer
Work around a gentoo-specific version checking construct that appears to
be entirely bogus.
Original commit
Monday, 28 Jan 2008
08:44 clement search for other commits by this committer
- Fix CATEGORIES

Spotted by:             erwin
Pointyhat to:           clement
Original commit
Sunday, 27 Jan 2008
20:20 clement search for other commits by this committer
- Add cacti-spine formely know as (cacti-)cactid
- Move it to net-mgmt to follow cacti
- Drop maintenership

Repocopy done by:       marcus
Original commit

Number of commits found: 62