non port: net-mgmt/collectd5/Makefile |
Number of commits found: 147 (showing only 47 on this page) |
Friday, 11 Jul 2014
|
21:50 tdb
- Update libstatgrab to 0.91.
- Bump revision on dependent ports to chase shlib bump.
|
Thursday, 10 Jul 2014
|
13:15 tijl
- Convert net/librouteros to USES=libtool and bump dependent ports
- USES=tar:bzip2
- Add INSTALL_TARGET=install-strip
|
Wednesday, 11 Jun 2014
|
14:50 tijl
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 9 Jun 2014
|
20:43 swills
- Add perl support [1]
- Convert to USES=libtool [2]
- Add LICENSE and LICENSE_FILE [2]
- Pet portlint [2]
- Fix build with pkg_tools [2]
PR: 189271 [1]
Submitted by: Kevin Bowling <kbowling@llnw.com> [1]
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
With hat: portmgr@ [2]
|
Monday, 12 May 2014
|
22:06 tdb
- Fix build with libstatgrab 0.90
PR: ports/189738
Approved by: maintainer
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Monday, 7 Apr 2014
|
11:15 demon
Add RIEMANN option.
PR: 184458
Submitted by: maintainer
|
11:09 demon
Update to version 5.4.1;
Add mongodb support.
PR: 187254
Submitted by: maintainer
|
Friday, 10 Jan 2014
|
08:25 demon
Add new optional sigrok support;
Remove GLIB as runtime dependency unless sigrok plugin is enabled.
Approved by: maintainer
|
Monday, 6 Jan 2014
|
08:41 demon
1) remove --disable-getifaddrs from CONFIGURE_ARGS: "disabled" is the default
value and this option is also linux-specific.
2) convert LIB_DEPENDS to new format.
Approved by: maintainer
|
Sunday, 5 Jan 2014
|
08:14 demon
Fix network interface statistics reports broken on FreeBSD-10.
Approved by: maintainer
|
Tuesday, 17 Dec 2013
|
23:54 jgh
- update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed
Changes: http://libvirt.org/news.html
|
Thursday, 3 Oct 2013
|
23:37 wg
net-mgmt/collectd5: add statsd support
- Add statsd support [1]
- Use PKGNAMESUFFIX to do not conflict with net-mgmt/collectd
- Allow staging
PR: ports/182064 [1]
Submitted by: Kimo <kimor79 yahoo.com> [1]
Approved by: maintainer [1]
|
Friday, 20 Sep 2013
|
22:24 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Friday, 13 Sep 2013
|
01:32 brd (doc committer)
- Update net-mgmt/collectd5 to 5.4.0 (by me)
- Convert to the new options layout like net-mgmt/collectd (by maintainer:
Krzysztof Stryjek <ports@bsdserwis.com>)
- Clean up some options and simplify the CONFIGURE_ARGS (by swills@)
PR: 181443
Submitted by: brd@
Reviewed by: swills@
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Monday, 2 Sep 2013
|
05:40 bapt
Add an explicit dependency on pkgconfig
Fix missing description for the NOTIFYEMAIL option
|
Sunday, 4 Aug 2013
|
13:05 wg
net-mgmt/collectd5: fix PYTHON option
- Fix PYTHON option (use ${PYTHON_CMD})
PR: ports/180838
Submitted by: wg (myself)
Approved by: maintainer
|
Thursday, 11 Jul 2013
|
16:26 sunpoet
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
Monday, 8 Jul 2013
|
13:35 mat
Correct typo in routeros dependency.
Approved by: maintainer.
|
Sunday, 7 Jul 2013
|
21:55 wg
net-mgmt/collectd5: fix build with PGSQL and GCRYPT
- Fix build with PGSQL and GCRYPT
- Fix typo in a couple descriptions
PR: ports/180370
Submitted by: brd
Approved by: maintainer
|
Saturday, 6 Jul 2013
|
07:59 bapt
Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
|
Tuesday, 2 Jul 2013
|
20:23 jgh
- update to 1.1.0 and bump shared libraries in respective ports
- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested
by kwm@)
- restore ABI version in net-mgmt/collectd5
|
Thursday, 20 Jun 2013
|
03:02 swills
- Update to 5.3.0
- Switch to dependency based OPTIONS list
PR: ports/179663
Submitted by: Kimo <kimor79@yahoo.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Sunday, 26 May 2013
|
07:13 demon
Remove unneeded dependency.
Approved by: maintainer
|
Monday, 20 May 2013
|
06:14 bsam
Optionify libnotify dependency.
PR: ports/178697
Submitted by: Benjamin Lee <ben@b1c1l1.com>
Patch by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Wednesday, 15 May 2013
|
11:38 bsam
. add new option MODBUS (off by default); [1]
. add a mandatory dependency upon libinotify; [2]
. bump PORTREVISION. [2]
while I'm here:
. pet portlint: remove whitespace before end of line;
. add a mandatory dependency upon libinotify to the accompanying
port (net-mgmt/collectd) and bump PORTREVISION.
PR: ports/178637 [1]
ports/178634 [2]
Submitted by: bsam (me)
Approved by: ports@bsdserwis.com (maintainer)
|
11:07 bsam
. add a line space after the Makefile header;
. correct a typo at CONFIGURE_ARGS (no PORTREVISION bump since
no change in defaults);
while here apply the last fix to accompanying port (net-mgmg/collectd).
PR: ports/178632
Submitted by: bsam (me)
Approved by: ports@bsdserwis.com (maintainer)
|
Friday, 3 May 2013
|
16:36 ehaupt
Chase security/libgcrypt update
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
|
Tuesday, 12 Mar 2013
|
18:29 beech
- Update to 5.2.1
- Fix build with clang
PR: ports/176691
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Sunday, 13 Jan 2013
|
22:18 swills
- Add additional plugins - ipmi, table, notify_email, varnish [1]
- Allow not selecting INPUT/OUTPUT so RRDTOOL is not required [2]
PR: ports/174953 [1]
PR: ports/174903 [2]
Submitted by: Eric Freeman <freebsdports@chillibear.com> [1]
Submitted by: bdrewery [2]
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Tuesday, 11 Dec 2012
|
00:48 jgh
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required
- update historical headers
- add shared description for libvirt
|
Saturday, 1 Dec 2012
|
12:14 crees
Enable users plugin, which works as is
Enable zfs_arc plugin, which has been ported to FreeBSD
(patch has also been submitted upstream)
Make write_graphite optional, allowing it as the single output plugin
(otherwise at least another output plugin is required)
PR: ports/173894
Submitted by: Paul Guyot <pguyot@kallisys.net>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Feature safe: yes
|
Thursday, 13 Sep 2012
|
13:04 bdrewery
- Add VIRT and WRITE_HTTP options [1]
- Convert to new options framework [1]
- Remove ABI versions from LIB_DEPENDS
PR: ports/171205 [1]
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Thursday, 26 Jul 2012
|
05:40 bapt
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Saturday, 30 Jun 2012
|
12:42 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Friday, 11 May 2012
|
20:38 ade
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
|
Monday, 7 May 2012
|
18:52 sylvio
- Chase rrdtool shlib version bump.
|
Thursday, 12 Apr 2012
|
05:56 dhn
- Update to 5.1.0
PR: ports/166830
Submitted by: Mark Felder <feld@feld.me>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Saturday, 11 Feb 2012
|
05:21 eadler
Use a direct depend on nginx instead of a USE_ variable which does not seem to
exist
Submitted by: Alex Kozlov
|
Monday, 9 Jan 2012
|
21:13 pawel
- Use autotools at build time, they are used when installed on system anyway
(this eliminates packaging errors seen only on live systems while
tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now
PR: ports/163709
Reported by: Garrett Cooper <yanegomi@gmail.com>
Approved by: maintainer
|
Monday, 26 Dec 2011
|
16:31 pawel
- Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]
- Clean up CONFIGURE_ARGS [1]
- Remove 6.x bits, not supported anymore
- Use bsd.port.options.mk instead of bsd.port.pre.mk
- Fix build for NUTUPS option
PR: ports/163473 [1]
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
|
Tuesday, 13 Dec 2011
|
15:51 novel
- Update to 5.0.1
- Add RRDCACHED knob
PR: 163190
Submitted by: Krzysztof Stryjek (maintainer)
Feature safe: yes
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
|
Tuesday, 13 Sep 2011
|
11:45 erwin
Set LATEST_LINK to not overlap with net-mgmt/collectd
PR: 160582
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
|
Wednesday, 7 Sep 2011
|
02:23 zi
Repocopy from net-mgmt/collectd
Update to 5.0.0
PR: ports/159223
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: wxs, tabthorpe (mentors, implicit), maintainer
|
Number of commits found: 147 (showing only 47 on this page) |