Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.1_12 28 Aug 2014 21:21:57 |
tijl |
security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc
devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip
devel/libvirt-glib:
- Convert to USES=libtool
Approved by: portmgr (implicit, bump unstaged port) |
5.4.1_11 26 Aug 2014 02:09:46 |
amdmi3 |
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
5.4.1_10 26 Aug 2014 01:59:09 |
amdmi3 |
- Fix build by disabling warning which shoots on libdbi and is fatal due to
-Werror
Approved by: portmgr blanket
MFH: 2014Q3 |
5.4.1_10 18 Aug 2014 16:43:25 |
bdrewery |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
5.4.1_10 17 Aug 2014 16:08:20 |
tijl |
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip |
5.4.1_9 16 Aug 2014 21:04:53 |
wg |
devel/protobuf-c: update to 1.0.1
- Bump port revision due to shlib change
- Add DOCS option
- Pass maintainership to submitter
PR: 192175
Submitted by: truckman
Approved by: maintainer |
5.4.1_8 15 Aug 2014 17:21:08 |
amdmi3 |
- Switch comms/libmodbus to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
5.4.1_7 07 Aug 2014 16:47:57 |
mva |
- Unbreak the build, if the PYTHON option is selected (caused by the
lang/python27 update in r363790)
Reported by: robak@
With hat: python@ |
5.4.1_7 05 Aug 2014 22:13:29 |
tijl |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
5.4.1_6 23 Jul 2014 20:11:10 |
zeising |
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps) |
5.4.1_5 11 Jul 2014 21:50:51 |
tdb |
- Update libstatgrab to 0.91.
- Bump revision on dependent ports to chase shlib bump. |
5.4.1_4 10 Jul 2014 13:15:22 |
tijl |
- Convert net/librouteros to USES=libtool and bump dependent ports
- USES=tar:bzip2
- Add INSTALL_TARGET=install-strip |
5.4.1_3 05 Jul 2014 16:11:39 |
adamw |
Fix build for FreeBSD < 9 where libstatgrab 0.90 codepath is used.
PR: 190718
Submitted by: Kevin Bowling [patch]
Approved by: maintainer |
5.4.1_3 11 Jun 2014 14:50:00 |
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 (Only the first 15 lines of the commit message are shown above ) |
5.4.1_3 09 Jun 2014 20:43:42 |
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] |
5.4.1_2 12 May 2014 22:06:36 |
tdb |
- Fix build with libstatgrab 0.90
PR: ports/189738
Approved by: maintainer |
5.4.1_1 16 Apr 2014 18:28:50 |
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 (Only the first 15 lines of the commit message are shown above ) |
5.4.1 07 Apr 2014 11:15:09 |
demon |
Add RIEMANN option.
PR: 184458
Submitted by: maintainer |
5.4.1 07 Apr 2014 11:09:07 |
demon |
Update to version 5.4.1;
Add mongodb support.
PR: 187254
Submitted by: maintainer |
5.4.0_3 10 Jan 2014 08:25:35 |
demon |
Add new optional sigrok support;
Remove GLIB as runtime dependency unless sigrok plugin is enabled.
Approved by: maintainer |
5.4.0_3 06 Jan 2014 08:41:52 |
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 |
5.4.0_3 05 Jan 2014 08:14:26 |
demon |
Fix network interface statistics reports broken on FreeBSD-10.
Approved by: maintainer |
5.4.0_2 02 Jan 2014 20:28:45 |
demon |
Fix build with clang (on FreeBSD-10) with curl plugin enabled:
curl_xml.c:617:37: error: variable 'url' is uninitialized when used here
[-Werror,-Wuninitialized]
status, db->curl_errbuf, url);
^~~
./plugin.h:342:47: note: expanded from macro 'ERROR'
#define ERROR(...) plugin_log (LOG_ERR, __VA_ARGS__)
^
curl_xml.c:610:12: note: initialize the variable 'url' to silence this warning
char *url;
^
= NULL
1 error generated. |
5.4.0_2 02 Jan 2014 19:55:42 |
demon |
Fix PLIST when PYTHON option is enabled (broken since rev. 318238). |
5.4.0_2 17 Dec 2013 23:54:04 |
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 |
5.4.0_1 03 Oct 2013 23:37:48 |
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] |
5.4.0 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
5.4.0 13 Sep 2013 01:32:38 |
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) |
5.3.0_4 02 Sep 2013 05:40:37 |
bapt |
Add an explicit dependency on pkgconfig
Fix missing description for the NOTIFYEMAIL option |
5.3.0_4 04 Aug 2013 13:05:44 |
wg |
net-mgmt/collectd5: fix PYTHON option
- Fix PYTHON option (use ${PYTHON_CMD})
PR: ports/180838
Submitted by: wg (myself)
Approved by: maintainer |
5.3.0_3 11 Jul 2013 16:26:27 |
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 |
5.3.0_2 08 Jul 2013 13:35:38 |
mat |
Correct typo in routeros dependency.
Approved by: maintainer. |
5.3.0_1 07 Jul 2013 21:55:44 |
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 |
5.3.0_1 06 Jul 2013 07:59:09 |
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 |
5.3.0_1 02 Jul 2013 20:23:00 |
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 |
5.3.0 20 Jun 2013 03:02:07 |
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) |
5.2.1_3 26 May 2013 07:13:40 |
demon |
Remove unneeded dependency.
Approved by: maintainer |
5.2.1_3 20 May 2013 06:14:09 |
bsam |
Optionify libnotify dependency.
PR: ports/178697
Submitted by: Benjamin Lee <ben@b1c1l1.com>
Patch by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) |
5.2.1_2 15 May 2013 11:38:22 |
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) |
5.2.1_1 15 May 2013 11:07:40 |
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) |
5.2.1_1 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
5.2.1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
5.2.1 12 Mar 2013 18:29:33 |
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) |
5.1.0_5 13 Jan 2013 22:18:07 |
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) |
5.1.0_5 11 Dec 2012 00:48:33 |
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 |
5.1.0_4 01 Dec 2012 12:14:37 |
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 |
5.1.0_3 13 Sep 2012 13:04:45 |
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) |
5.1.0_2 26 Jul 2012 05:40:24 |
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) |
5.1.0_2 30 Jun 2012 12:42:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
5.1.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
5.1.0_1 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
5.1.0_1 07 May 2012 18:52:09 |
sylvio |
- Chase rrdtool shlib version bump. |
5.1.0 12 Apr 2012 05:56:09 |
dhn |
- Update to 5.1.0
PR: ports/166830
Submitted by: Mark Felder <feld@feld.me>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) |
5.0.1_1 11 Feb 2012 05:21:35 |
eadler |
Use a direct depend on nginx instead of a USE_ variable which does not seem to
exist
Submitted by: Alex Kozlov |
5.0.1_1 14 Jan 2012 08:57:23 |
dougb |
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. |
5.0.1_1 09 Jan 2012 21:13:48 |
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 |
5.0.1_1 26 Dec 2011 16:31:28 |
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] |
5.0.1 13 Dec 2011 15:51:49 |
novel |
- Update to 5.0.1
- Add RRDCACHED knob
PR: 163190
Submitted by: Krzysztof Stryjek (maintainer)
Feature safe: yes |
5.0.0 23 Sep 2011 22:26:39 |
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 |
5.0.0 13 Sep 2011 11:45:25 |
erwin |
Set LATEST_LINK to not overlap with net-mgmt/collectd
PR: 160582
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) |
5.0.0 07 Sep 2011 02:23:41 |
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 |