notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/rrdtool/Makefile
SVNWeb

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Sun, 15 Jan 2023
[ 02:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:2d00178fd4d952c698d3413800c3bd1b6cfc98a9  commit hash:2d00178fd4d952c698d3413800c3bd1b6cfc98a9  commit hash:2d00178fd4d952c698d3413800c3bd1b6cfc98a9  2d00178 
*/*: Fix some ports conversion from USE_RUBY to USES=ruby

In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.

Approved by:	portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Wed, 4 Jan 2023
[ 20:35 Nuno Teixeira (eduardo) search for other commits by this committer Author: Tatsuki Makino ]    commit hash:64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5  commit hash:64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5  commit hash:64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5  64bcfa1 
databases/rrdtool: Fix build with PYTHON option on

- Add py-setuptools build dependency to PYTHON option (Build PYTHON bindings)
  to fix build when this option is used
- Add harfbuzz lib depends to GRAPH option (Enable the rrdtool graph command)
- Use configure helper for EXAMPLES option
- Define LICENSE_FILE

PR:		265203
Reported by:	Sigi <freebsd-bt@beatsnet.com>
MFH:		2023Q1 (build fixes)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 5 Aug 2022
[ 14:32 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:4c6451e727a27cabaafb0889fcc72d8d9d2fd7ba  commit hash:4c6451e727a27cabaafb0889fcc72d8d9d2fd7ba  commit hash:4c6451e727a27cabaafb0889fcc72d8d9d2fd7ba  4c6451e 
databases/rrdtool: Fix pkg-plist

 - fix pkg-plist when options DOCS=OFF and PYTHON=ON
 - bump PORTREVISION

Reported by:	leres
Wed, 3 Aug 2022
[ 22:57 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:312867a8ea4359ee894678bcdd97c2d3d0c43520  commit hash:312867a8ea4359ee894678bcdd97c2d3d0c43520  commit hash:312867a8ea4359ee894678bcdd97c2d3d0c43520  312867a  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
databases/rrdtool: Adopt/Update to 1.8.0

 - cleanup Makefile
 - updated MASTER_SITES
 - updated WWW url

ChangeLog:	https://github.com/oetiker/rrdtool-1.x/releases
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 15 Jul 2022
[ 07:44 Wen Heping (wen) search for other commits by this committer ]    commit hash:ea98b6a1c43a0af1d07e68587efd792c285f4714  commit hash:ea98b6a1c43a0af1d07e68587efd792c285f4714  commit hash:ea98b6a1c43a0af1d07e68587efd792c285f4714  ea98b6a 
databases/rrdtool: Update MASTER_SITES
Sun, 10 Jul 2022
[ 17:51 Eugene Grosbein (eugen) search for other commits by this committer ]    commit hash:972bbf13b42495101400b8afee66b96775e2f31c  commit hash:972bbf13b42495101400b8afee66b96775e2f31c  commit hash:972bbf13b42495101400b8afee66b96775e2f31c  972bbf1 
databases/rrdtool: add new port option LOCKTIMEOUT

By default, RRDTool tries to lock RRD file and fails
if it cannot obtain the lock immediately.

New build option LOCKTIMEOUT (disabled by default)
allows to change this behavior and specify
a time interval (in seconds) with environment variable
RRDTOOL_LOCK_TIMEOUT to wait for lock if the file is busy.

It will fail if the lock cannot be obtained in time.
Zero value makes it wait for the lock indefinitely.

The patch documents the feature in the manual page and HTML docs.

Default build is not affected, so PORTREVISION not bumped.
Mon, 2 May 2022
[ 10:46 Rene Ladan (rene) search for other commits by this committer ]    commit hash:d64256b72d6c06774342e032ebb1364df52d3bf6  commit hash:d64256b72d6c06774342e032ebb1364df52d3bf6  commit hash:d64256b72d6c06774342e032ebb1364df52d3bf6  d64256b  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Fri, 10 Sep 2021
[ 21:17 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:fb97bce7ffc39aadcd7da81d38fd219e40ad98cf  commit hash:fb97bce7ffc39aadcd7da81d38fd219e40ad98cf  commit hash:fb97bce7ffc39aadcd7da81d38fd219e40ad98cf  fb97bce 
databases/rrdtool: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 24 Dec 2020
[ 13:19 fluffy search for other commits by this committer ] Original commit   Revision:559073
databases/rrdtool: switch to PYTHON_EXT_SUFFIX
Mon, 20 Jul 2020
[ 19:15 zeising search for other commits by this committer ] Original commit   Revision:542669
databases/rrdtool: Don't hardcode in start script

Upate the start script of the rrdtool component rrdcached to not hardcode
things like group, socket and pid.
These can now be overridden in /etc/rc.conf with rrdcached_group,
rrdcached_address and rrdcached_pid, respectively.
The defaults are still the same.

PR:		246122
Submitted by:	Dries Michiels
MFH:		2020Q3
Sun, 14 Jun 2020
[ 15:22 zeising search for other commits by this committer ] Original commit   Revision:538811
databases/rrdtool: Fix resize on ZFS

Add an upstream patch that fixes resize on ZFS.  Since ZFS does not support
posix_fallocate(), returning EINVAL, the patch simply ignores this error
from posix_fallocate().

PR:		245898
Reported by:	Tomohiro Hosaka
MFH:		2020Q2
Wed, 1 Apr 2020
[ 15:32 zeising search for other commits by this committer ] Original commit   Revision:530222
databases/rrdtool: fix segmentation fault

Fix a segmentation fault in rrd_graph:print_calc when vidx is -1 on GF_VRULE
Pull in upstream patch to fix the issue.
This fixes upstream bug #1078

PR:		244808
Submitted by:	John W. O'Brien
Sat, 2 Nov 2019
[ 22:07 zeising search for other commits by this committer ] Original commit   Revision:516372
databases/rrdtool: Fix with nondefault PREFIX

Fix the build and stage of databases/rrdtool when using a nondefault PREFIX.

PR:		241659
Submitted by:	John Hein
MFH:		2019Q4
Wed, 30 Oct 2019
[ 22:23 zeising search for other commits by this committer ] Original commit   Revision:516110
databases/rrdtool: Fix segfault

Add upstream patch to databases/rrdtool to fix segfault when trying to
calculate median of all-NaN values

PR:		241477
Submitted by:	amdmi3
MFH:		2019Q4
Fri, 5 Jul 2019
[ 21:49 zeising search for other commits by this committer ] Original commit   Revision:505940
databases/rrdtool: Update to 1.7.2

Update databases/rrdtool to 1.7.2
Change USES=gnome to be added regardless of options, it's needed in all
cases.

Changelog:
https://github.com/oetiker/rrdtool-1.x/blob/v1.7.2/CHANGES

PR:		238832
Submitted by:	amdmi3
Mon, 19 Mar 2018
[ 20:14 zeising search for other commits by this committer ] Original commit   Revision:465027
databases/rrdtool: Make groff a conditional dependency

groff is required by rrdtool to format documentation, which
is only required when documentation is being built.

Accordingly, make groff conditional on the existing DOCS option.

This precludes building a litany of dependencies, mostly due
to groff requiring ghostscript.

While here, remove unneeded post-patch in the case the DOCS option is
switched off.

Submitted by:	koobs
Differential Revision:	https://reviews.freebsd.org/D14732
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 22 Sep 2017
[ 15:11 zeising search for other commits by this committer ] Original commit   Revision:450381
Fix build without NLS

PR:		222507
Reported by:	Helge Oldach
Thu, 21 Sep 2017
[ 15:04 zeising search for other commits by this committer ] Original commit   Revision:450262
Update to 1.7.0

Fix packaging with pyton support.
While here, remove the annoying sleeps at the end of the configure script.

PR:		221768
Submitted by:	Daniel Ylitalo <daniel AT blodan DOT se>
Committed at:	FreeBSD 201709 DevSummit
Sun, 28 May 2017
[ 10:58 antoine search for other commits by this committer ] Original commit   Revision:441907 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Register dependency on groff

PR:		213725
Fri, 9 Sep 2016
[ 19:42 amdmi3 search for other commits by this committer ] Original commit   Revision:421635 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 11 Jun 2016
[ 02:33 zeising search for other commits by this committer ] Original commit   Revision:416700
Fix installation of the python bindnings when py-setuptools* is installed.

When py-setuptools is installed, metadata for the python package is handled
differently than when building the package in for instance poudriere.  Fix
the python bindings install script to always act the same way, regardless of
setuptools.

PR:		206769
Submitted by:	Reid Linnemann <linnemannr@gmail.com>
Reported by:	dewayne@heuristicsystems.com.au
Sponsored by:	BSDCan 2016 Hackerlounge
Mon, 2 May 2016
[ 16:14 zeising search for other commits by this committer ] Original commit   Revision:414459
Remove databases/rrdtool10

This is an old version of databases/rrdtool, no longer maintained.
Update CONFLICTS in databases/rrdtool and rrdtool12 accordingly.

Reviewed by:	kwm (in part)
Differential Revision:	D6168
[ 16:08 zeising search for other commits by this committer ] Original commit   Revision:414458 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update databases/rrdtool to 1.6.0

Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 6 Mar 2016
[ 07:00 sunpoet search for other commits by this committer ] Original commit   Revision:410447
- Fix r410309
[ 06:26 sunpoet search for other commits by this committer ] Original commit   Revision:410309
- Add LICENSE_FILE
- Convert to new options helper
- Convert to new options target helper
- Adjust options: rename foo_MODULE to foo
- Adjust PLIST_SUB: rename WITH_foo to foo
- Remove USE_PERL5
- Sort PLIST

Approved by:	portmgr (blanket)
Wed, 27 Jan 2016
[ 19:42 zeising search for other commits by this committer ] Original commit   Revision:407379
Fix Perl and Ruby module builds.

I made a mistake when updating one of the patches for the new version of
rrdtools, and as a consequence perl and ruby modules stopped building, fix
this by correcting the patch.

Noted by:	kib
PR:		206685
Submitted by:	Helge Oldach
[ 11:48 zeising search for other commits by this committer ] Original commit   Revision:407355 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 1.5.5

Rework the DEJAVU option to actually work. [1]
Before this commit rrdtool
depends on x11-fonts/dejavu if that port is already installed, but not
otherwise, and this sort of implicit dependencies are bad.
Make the DEJAVU option default to on.  If cairo and pango are built without
X11 support, please consider disabling this option to avoid pulling in large
parts of X11

Remove the JSON option.  This is a third party patch that doesn't apply any
more.  Feel free to port it to this version of RRDTool.

Discussed with:	marino [1]
PR:		205883 [1]
Submitted by:	marino [1]
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 13 Jul 2015
[ 18:47 amdmi3 search for other commits by this committer ] Original commit   Revision:391933
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3
Mon, 6 Apr 2015
[ 15:20 feld search for other commits by this committer ] Original commit   Revision:383444
Bump PORTREVISION to chase the new font paths

I've encountered rrd graphs with broken fonts because it still was
looking in old font location. Forcing a rebuild of rrdtool package fixes
it.
Sat, 21 Mar 2015
[ 23:05 bapt search for other commits by this committer ] Original commit   Revision:381876 (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Sat, 24 Jan 2015
[ 15:07 antoine search for other commits by this committer ] Original commit   Revision:377795 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 28 Sep 2014
[ 17:42 mva search for other commits by this committer ] Original commit   Revision:369472
- Convert to USES=python

Approved by:	portmgr (implicit)
Sun, 7 Sep 2014
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:367609
Only strip RRDs.so if actually built
Sat, 30 Aug 2014
[ 19:01 zeising search for other commits by this committer ] Original commit   Revision:366668
Fix runtime on amd64

Sorry for the portrevision churn, forgot this with previous commit.

PR:		192630
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
[ 18:55 zeising search for other commits by this committer ] Original commit   Revision:366667
Strip RRDs.so
Approach choosen is different from the one in the PR.

PR:		192077
Submitted by:	takefu@airport.fm
Sat, 9 Aug 2014
[ 15:44 mva search for other commits by this committer ] Original commit   Revision:364450 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Convert the Python framework bits to USES=python.

Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 23 Jul 2014
[ 20:11 zeising search for other commits by this committer ] Original commit   Revision:362726 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 13 Jul 2014
[ 14:00 zeising search for other commits by this committer ] Original commit   Revision:361682
Grab
Wed, 11 Jun 2014
[ 18:55 marino search for other commits by this committer ] Original commit   Revision:357526 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Reset the 99 ports still listed under sylvio@

Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 5 Dec 2013
[ 11:10 mat search for other commits by this committer ] Original commit   Revision:335658 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Fixup pkgnames.

PR:		ports/184440, ports/184441, ports/184442, ports/184443, ports/184444,
ports/184445, ports/184446, ports/184447, ports/184448, ports/184449,
ports/184450
Submitted by:	mat
Approved by:	portmgr (bapt)
Mon, 25 Nov 2013
[ 14:15 wg search for other commits by this committer ] Original commit   Revision:334851
databases/rrdtool: fix build with python module
[ 13:36 wg search for other commits by this committer ] Original commit   Revision:334850
databases/rrdtool: update to 1.4.8

- Update to 1.4.8 [1] (based on)
- Allow staging

PR:		ports/182192 [1]
Submitted by:	Christoph Moench-Tegeder <cmt burggraben.net>
Approved by:	maintainer (timeout)
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Tue, 17 Sep 2013
[ 13:03 bapt search for other commits by this committer ] Original commit   Revision:327476
Do not overwrite USES
[ 09:00 bapt search for other commits by this committer ] Original commit   Revision:327459 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Mon, 2 Sep 2013
[ 16:21 bapt search for other commits by this committer ] Original commit   Revision:326025 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Fri, 14 Jun 2013
[ 16:00 antoine search for other commits by this committer ] Original commit   Revision:320947
Fix error in PORT_OPTIONS conversion
Wed, 12 Jun 2013
[ 17:45 az search for other commits by this committer ] Original commit   Revision:320709 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
 - Fix build with new site_perl

Submitted by:	olli hauer <ohauer@gmx.de>
Fri, 22 Mar 2013
[ 20:25 bapt search for other commits by this committer ] Original commit   Revision:314963
Fix inverted logic in last commit while converting to options ng

PR:		ports/177234
Submitted by:	William Grzybowski <william88@gmail.com>
Thu, 21 Mar 2013
[ 17:43 bapt search for other commits by this committer ] Original commit   Revision:314856 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework left unconverted ports in databases category
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 11 May 2012
[ 20:57 sylvio search for other commits by this committer ] Original commit 
- Fix problem of build with json
- Comment line LDFLAGS to fix problem with version upgrade.
- BUMP PORTREVISION
Mon, 7 May 2012
[ 18:51 sylvio search for other commits by this committer ] Original commit 
- Update to 1.4.7
Mon, 7 Nov 2011
[ 03:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Get rid FreeBSD 6.x support
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 19 May 2011
[ 19:41 sylvio search for other commits by this committer ] Original commit 
- Add rrdcached daemon
- Add license

PR:             ports/15578
Submitted by:   falz <me@falz.net>
Fri, 4 Feb 2011
[ 10:20 sylvio search for other commits by this committer ] Original commit 
- Update to 1.4.5

PR:             ports/153570
Submitted by:   Steve Wills <steve@mouf.net>
Feature safe:   yes
Thu, 13 Jan 2011
[ 19:16 delphij search for other commits by this committer ] Original commit 
 - Add an optional patch (not enabled by default for now) to
   support 'json' command which in turn spits output in json
   format.

   PORTREVISION not bumped as the default build was not
   changed.

 - While I'm there remove MD5 checksum.

Approved by:    maintainer
Feature safe:   yes
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Thu, 12 Aug 2010
[ 19:42 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 6.X: does not configure

Reported by:    pointyhat
Sun, 25 Jul 2010
[ 01:14 sylvio search for other commits by this committer ] Original commit 
- Update to 1.4.4
Mon, 26 Apr 2010
[ 22:47 sylvio search for other commits by this committer ] Original commit 
- Fix of 'make deinstall' when NOPORTEXAMPLES is defined [1]
- Update to 1.4.3 [2]

PR:             ports/144850 [1]
                ports/146052 [2]
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
[ 01:07 sylvio search for other commits by this committer ] Original commit 
- Take maintainership
Sun, 25 Apr 2010
[ 19:03 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Reset bg1tpt@gmail.com due to maintainer-timeouts and no response to
email.

Hat:            portmgr
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sun, 7 Mar 2010
[ 23:16 itetcu search for other commits by this committer ] Original commit 
- honor NOPORTDOCS|NOPORTEXAMPLES

PR:             144021
Submitted by:   Dan Lukes
Approved by:    maintainer timeout
Feature safe:   yes
Fri, 12 Feb 2010
[ 12:58 pav search for other commits by this committer ] Original commit 
- Update to 1.4.2

PR:             ports/141058
Submitted by:   Zhen REN <bg1tpt@gmail.com> (maintainer)

- Extend conflicts

PR:             ports/143110
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
Approved by:    maintainer timeout (3 weeks)
Sat, 21 Nov 2009
[ 11:12 sylvio search for other commits by this committer ] Original commit 
- Update to 1.3.9

PR:             ports/139894
Submitted by:   sylvio@ (myself)
Approved by:    maintainer (timemout > 14days), miwi (mentor)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Sun, 5 Jul 2009
[ 23:41 wxs search for other commits by this committer ] Original commit 
- Update to 1.3.8

PR:             ports/135975
Submitted by:   dikshie <dikshie@sfc.wide.ad.jp>
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
Mon, 4 May 2009
[ 12:42 beat search for other commits by this committer ] Original commit 
- Update to 1.3.7
- Add option for disable mmap

PR:             ports/133798
Submitted by:   Zhen REN <bg1tpt AT gmail.com> (maintainer)
Approved by:    miwi (mentor)
Wed, 18 Feb 2009
[ 00:55 amdmi3 search for other commits by this committer ] Original commit 
- Fix plist for WITH_PYTHON_MODULE case (add INSTALLS_EGGINFO)

PR:             130826
Submitted by:   myself
Approved by:    maintainer timeout
Mon, 19 Jan 2009
[ 23:50 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.3.5

PR:             130727
Submitted by:   Zhen REN <bg1tpt at gmail dot com> (maintainer)
Wed, 7 Jan 2009
[ 14:49 wxs search for other commits by this committer ] Original commit 
- Make dejavu font an optional dependency

PR:             ports/129716
Submitted by:   Guido Falsi <mad@madpilot.net>
Approved by:    bg1tpt@gmail.com (maintainer)
Fri, 12 Dec 2008
[ 22:07 stefan search for other commits by this committer ] Original commit 
Add missing runtime dependency on x11-fonts/dejavu.

PR:             128537
Submitted by:   Daniel Roethlisberger <daniel@roe.ch>
Approved by:    maintainer timeout (>5 weeks)
Tue, 23 Sep 2008
[ 00:10 beech search for other commits by this committer ] Original commit 
- Update to 1.3.3
- Fixes a major data corruption bug present in earlier 1.3.x versions

- Fix rrdcgi is generating invalid paths

PR:             ports/127271 [1]
PR:             ports/127477 [2]
Submitted by:   kevin brintnall <kbrint@rufus.net> [1]
Submitted by:   David Wolfskill <dwolf@juniper.net> [2]
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
Mon, 25 Aug 2008
[ 10:19 rafan search for other commits by this committer ] Original commit 
- Update to 1.3.1

PR:             ports/126661
Submitted by:   Xavier Beaudouin <kiwi at oav.net>
Approved by:    Razor <bg1tpt at gmail.com> (maintainer)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 30 Jun 2008
[ 05:52 rafan search for other commits by this committer ] Original commit 
- Remove unnecessary msync() which impact performance a lot
- Bump PORTREVISION

PR:             ports/125056
Submitted by:   Marcus Reid <marcus at blazingdot.com>
Approved by:    maintainer
Tue, 24 Jun 2008
[ 12:33 rafan search for other commits by this committer ] Original commit 
- Update to 1.3.0

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer)
Sat, 14 Jun 2008
[ 02:19 wxs search for other commits by this committer ] Original commit 
Add CONFLICTS on rrdtool-1.0* - they both install identical files.

PR:             ports/124135
Submitted by:   wxs
Approved by:    maintainer timeout
Wed, 23 Jan 2008
[ 02:56 nemoliu search for other commits by this committer ] Original commit 
- update to 1.2.26

PR:     ports/119310
Submitted by:   Beat Gaetzi <beat@chruetertee.ch>
Approved by:    Zhen REN <bg1tpt@gmail.com>,delphij(mentor,implicit)
Sun, 7 Oct 2007
[ 05:45 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Sun, 15 Jul 2007
[ 21:49 pav search for other commits by this committer ] Original commit 
- Make Perl dependency optional

PR:             ports/114419
Submitted by:   Markus Dolze <bsdfan@nurfuerspam.de>
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
Thu, 5 Jul 2007
[ 08:23 delphij search for other commits by this committer ] Original commit 
Hand maintainership to a previous patch submitter
who actively uses rrdtool.
[ 08:16 demon search for other commits by this committer ] Original commit 
Drop maintainership.

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »