Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.24.0_2 01 Mar 2020 17:19:40 |
rene |
Remove expired ports:
2020-03-01 audio/idjc: Old, uses EOLed python27
2020-03-01 cad/py-pycam: Old, uses EOLed python27
2020-02-27 chinese/gimp-help-zh_CN: Broken
2020-03-01 databases/emma: Old, uses EOLed python27
2020-03-01 deskutils/anamnesis: Old, uses EOLed python27
2020-02-28 deskutils/cherrytree: Old, uses EOLed python27
2020-03-01 deskutils/gbirthday: Old, uses EOLed python27
2020-03-01 deskutils/gtg: Old, uses EOLed python27
2020-03-01 deskutils/nemo-extensions: Old, uses EOLed python27
2020-03-01 deskutils/pybookreader: Old, uses EOLed python27
2020-03-01 devel/diffuse: Old, uses EOLed python27
2020-02-28 devel/dreampie: Old, uses EOLed python27
2020-03-01 devel/gtkparasite: Old, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
2.24.0_2 28 Jan 2020 16:27:01 |
antoine |
Deprecate py-orbit, nothing will depend on it after 2020-02-17
With hat: portmgr |
2.24.0_2 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
2.24.0_2 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 ) |
2.24.0_2 02 Aug 2015 15:03:20 |
tijl |
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 ) |
2.24.0_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.24.0_1 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
2.24.0_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.24.0_1 30 Aug 2014 15:30:04 |
tijl |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace gnomehack with pathfix
- Remove unused variable ORBIT_CONFIG |
2.24.0 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.24.0 06 Mar 2014 14:08:23 |
miwi |
- Stage support
- While here convert to gmake to USES |
2.24.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.24.0 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
2.24.0 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
2.24.0 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.24.0 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
2.24.0 29 Oct 2011 10:25:51 |
kwm |
Fix build on FreeBSD 10 |
2.24.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 |
2.24.0 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.24.0 02 Feb 2009 01:36:16 |
araujo |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
2.24.0 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above ) |
2.14.3_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.14.3 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
2.14.3 28 May 2007 23:34:38 |
mezz |
Update to 2.14.3. |
2.14.2 25 Feb 2007 18:29:17 |
marcus |
Update to 2.14.2. |
2.14.1 11 Jun 2006 23:46:26 |
marcus |
Update to 2.14.1. |
2.14.0 28 May 2006 12:06:14 |
mezz |
devel/py-orbit2 -> devel/py-orbit
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for x11-toolkits/py-gnome2, chase the rename. |
0.3.1_1 11 Apr 2004 01:45:19 |
kris |
As announced 2 months ago, remove these deprecated or broken ports. |
0.3.1_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.3.1_1 17 Feb 2004 10:30:34 |
linimon |
Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.
In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.
If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.
PR: ports/62575
No objection: freebsd-ports, 10 days |
0.3.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.3.1 29 Jan 2004 12:16:39 |
kris |
Add NO_LATEST_LINK to avoid link stomping |
0.3.1 24 Dec 2003 20:24:21 |
linimon |
Revert the part of the previous commit that involved innocent
bystander py-orbit. |
0.3.1 24 Dec 2003 16:34:45 |
linimon |
Mark py-omniorb, py-orbit, and py-orbit2 as being mutuallly exclusive.
PR: ports/60019
Submitted by: Patrick Hartling <patrick@137.org>
Reviewed by: Joe Marcus Clarke <marcus@marcuscom.com> (py-orbit2),
Sergey Matveychuk <sem@ciam.ru> (py-omniorb) |
0.3.1 18 Dec 2003 06:01:35 |
linimon |
Remove mastersites; our server seems to be the only known place
that 0.3.1 lives any more (for at least a year). This port is
probably obsoleted by devel/py-orbit2. |
0.3.1 20 Apr 2003 02:56:27 |
marcus |
Remove USE_GNOMENG. |
0.3.1 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.3.1 15 Jul 2002 17:21:56 |
sobomax |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
0.3.1 25 Mar 2002 10:18:19 |
wjv |
- Recent changes to the ORBit port caused a build error, which highlighted a
deficiency in orbit-python's Makefile structure: it's not sufficiently
inclusive w.r.t actually using *_CFLAGS generated by various test programs
called from its own configure script. Added a patch to fix this.
- (It's also not very good about using generated *_LIBS, which may cause
future problems.)
- No PORTREVISION bump; this is a build-time problem.
PR: 36278
Submitted by: Christopher Farley <chris@northernbrewer.com> |
15 Nov 2001 10:00:25 |
wjv |
- Update to version 0.3.1; this is a bugfix release |
02 Nov 2001 13:18:14 |
wjv |
- Fix a build breakage which suddenly appeared from I know not where. - No
PORTREVISION bump; it's just a build-time thing. |
28 Aug 2001 13:15:52 |
wjv |
- Update to version 0.3.0 - Release notes: - many new features -
improved stability - improved memory usage - all known leaks fixed -
improved compliance with Python mapping specification - CORBA exceptions
overhauled - object references implemented as class instances - works
better with GNOME IDLs - etc. |
27 Jun 2001 11:15:02 |
wjv |
Updating my email address in my remaining ports. |
04 Apr 2001 16:13:29 |
nbm |
Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB. |