Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.30_9 03 Mar 2024 11:08:08
    |
Nuno Teixeira (eduardo)  |
databases/rrdtool12: Move man pages to share/man
Approved by: portmgr (blanket) |
1.2.30_8 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.30_8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.2.30_8 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.2.30_8 29 Jun 2022 15:57:40
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
1.2.30_8 14 Oct 2021 21:30:07
    |
Stefan Eßer (se)  |
databases/rrdtool12: Add CPE information
Approved by: portmgr (blanket) |
1.2.30_8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.30_8 31 Dec 2020 08:35:13
  |
antoine  |
Drop optional dependency on python 2.7
PR: 249604 |
1.2.30_7 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
1.2.30_7 02 May 2016 16:14:06
  |
zeising  |
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 |
1.2.30_7 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.30_7 25 Dec 2014 20:54:43
  |
bapt  |
Bump portrevision after png update |
1.2.30_6 25 Dec 2014 19:04:27
  |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.2.30_6 26 Nov 2014 13:08:38
  |
mat  |
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 ) |
1.2.30_5 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
1.2.30_5 28 Sep 2014 17:47:50
  |
mva  |
- Convert to USES=python
Approved by: portmgr (implicit) |
1.2.30_5 09 Aug 2014 15:44:28
  |
mva  |
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 ) |
1.2.30_5 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.2.30_5 06 Jun 2014 10:11:58
  |
amdmi3  |
- Fix plist files referencing stagedir by adding USE_PERL+=fixpacklist
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.2.30_4 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 ) |
1.2.30_3 27 Mar 2014 18:28:05
  |
garga  |
Support stage
Approved by: portmgr (blanket) |
1.2.30_3 14 Mar 2014 20:59:20
  |
tijl  |
Fix double occurences of USES= |
1.2.30_2 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.2.30_2 05 Dec 2013 11:10:50
  |
mat  |
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) |
1.2.30_2 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.2.30_2 17 Sep 2013 09:00:42
  |
bapt  |
Convert to new perl framework |
1.2.30_2 12 Jun 2013 17:45:03
  |
az  |
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de> |
1.2.30_2 05 Oct 2012 15:02:44
  |
beat  |
- Convert to optionsng
- Trim Makefile header |
1.2.30_2 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.2.30_1 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 |
1.2.30_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.2.30_1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
1.2.30_1 10 Apr 2010 09:34:02
 |
beat  |
- Respect NOPORTEXAMPLES knob
Requested by: Earl Lapus <earl.lapus AT gmail.com> |
1.2.30_1 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.30 02 Aug 2009 19:36:34
 |
mezz  |
-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 |
1.2.30 21 May 2009 12:26:26
 |
beat  |
- Add LATEST_LINK
Reported by: pav
Approved by: miwi (mentor, implicit) |
1.2.30 28 Jan 2009 23:25:21
 |
beat  |
Update my email address to @FreeBSD.org.
Approved by: miwi (mentor) |
1.2.30 21 Jan 2009 15:20:06
 |
amdmi3  |
- Update to 1.2.30
- Fix plist for WITH_PYTHON_MODULE case by adding INSTALLS_EGGINFO
PR: 130788
Submitted by: "Beat Gätzi" <beat at chruetertee dot ch> (mainainer) |
1.2.29 09 Jan 2009 02:34:54
 |
wxs  |
- Update to 1.2.29
- Pass maintainership to submitter
PR: ports/130310
Submitted by: beat@chruetertee.ch |
1.2.28 19 Dec 2008 10:15:54
 |
linimon  |
Maintainer is no longer active in FreeBSD.
Hat: portmgr |
1.2.28 03 Sep 2008 03:01:48
 |
koitsu  |
- Update to rrdtool 1.2.28
- Add a small patch that gets rid of the "ordering CD from..." sleeps,
speeding up initial configure time
Update requested by: Terry Kennedy <terry@tmk.com> |
1.2.26_1 02 Sep 2008 11:11:14
 |
koitsu  |
Addition of databases/rrdtool12, for those of us who prefer to
use the previous release of RRDTool.
Also incorporate the CONFIGURE_TARGET changes (PR ports/126524). |