Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9_10 01 May 2021 21:32:34 |
Baptiste Daroussin (bapt) |
sysutils/policykit: remove
Gnome2 component, no consumers left in the ports tree |
0.9_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_10 08 Nov 2019 13:11:05 |
tobik |
sysutils: Add missing USES={gnome,mate,php} |
0.9_10 14 Sep 2018 20:37:45 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
0.9_10 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.9_10 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 ) |
0.9_9 19 Jul 2015 17:39:04 |
bapt |
Fix policykit leftovers by using @sample |
0.9_8 05 Feb 2015 16:34:50 |
bapt |
Cleanup plist |
0.9_8 23 Jan 2015 22:50:50 |
antoine |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
0.9_8 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.9_8 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.9_7 13 Mar 2014 13:36:04 |
kwm |
Stageify, use new LIB_DEPEND syntax. use USES=gmake libtool. |
19 Feb 2014 14:45:19
|
mat |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
0.9_6 18 Feb 2014 14:50:35 |
mat |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
0.9_6 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.9_6 02 Sep 2013 15:39:17 |
bapt |
Add an explicit dependency on pkgconf |
0.9_6 10 May 2013 14:39:50 |
kwm |
Try to clean up /var/lib [1]
While here update header and Optionsfy.
Reported by: poudriere -t via bapt & miwi [1] |
0.9_6 04 Mar 2012 23:42:25 |
marcus |
Fix the build when libinotify is installed.
Reported by: Cameron Jacobson <cjacobson@starpoundtech.com> |
0.9_6 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.9_6 28 Oct 2011 18:55:42 |
miwi |
- Fix build on FreeBSD 10
Approved by: kwm (implicit) |
0.9_6 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 |
0.9_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.9_6 23 Jan 2010 16:01:27 |
gabor |
- Track textproc/docbook-410 dependency after recent changes
Approved by: portmgr (pav, erwin) |
0.9_6 22 Jan 2010 22:48:56 |
marcus |
Rename polkitd to polkitd-old so as not to conflict with polkitd from
sysutils/polkit. This legacy version of polkitd shouldn't really be
used anyway. |
0.9_5 06 Sep 2009 21:18:50 |
flz |
Add support to create users and groups from information stored in UIDs/GIDs
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.
Also convert a few ports while I'm here.
PR: ports/108514
Submitted by: mm, self |
0.9_4 25 Apr 2009 20:22:29 |
marcus |
Add support for NO_INSTALL_MANPAGES.
PR: 130597
Submitted by: Dmitry <dmitry2006@yandex.ru> |
0.9_4 30 Mar 2009 00:17:17 |
marcus |
* Fix a problem where waitpid() may return EINTR which causes the various
polkit helpers to report a failure. This fix allows dynamic polkit
policies to actually work (e.g. mounting fixed drives with proper
authorization).
* Workaround a bug in our version of getline(3), and check for EOF when
getline does not return -1. |
0.9_3 15 Feb 2009 23:49:22 |
marcus |
Correct the path to chown.
Reported by: Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua> |
0.9_3 15 Feb 2009 19:31:12 |
marcus |
Fix some directory and file permissions to restore some lost PolicyKit
functionality. |
0.9_2 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 ) |
0.9_1 21 Aug 2008 16:08:18 |
mezz |
Update the WWW to http://www.freedesktop.org/wiki/Software/PolicyKit . |
0.9_1 24 Jul 2008 13:52:10 |
marcus |
This patch should not have been removed. It is very much required. |
0.9 24 Jul 2008 12:01:33 |
pav |
- Included by vendor in 0.9
PR: ports/125927
Submitted by: Romain Tartiere <romain@blogreen.org> |
0.9 24 Jul 2008 01:52:30 |
marcus |
Update to 0.9. |
0.8_3 04 Jul 2008 02:21:10 |
marcus |
Fix a problem with PK's strndup() implementation assuming all strings
passed to it would be NUL-terminated. This is known to fix crashes with
polkit-gnome-authorization and clock-applet.
Tested by: pav |
0.8_2 06 Jun 2008 14:03:26 |
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) |
0.8_1 01 May 2008 01:01:48 |
marcus |
Remove bash RUN_DEPENDS. Bash really isn't needed.
Reported by: Tijl Coosemans <tijl@ulyssis.org> |
0.8 01 May 2008 00:57:08 |
marcus |
Update to 0.8, and fix a problem where policy updates were not processed
dynamically. |
0.7_5 29 Mar 2008 16:08:58 |
marcus |
Add a default policy which allows root full control, and those in the wheel
group to authenticate for services using their password.
Discussed with: FreeBSD GNOME team |
0.7_4 28 Mar 2008 18:48:03 |
marcus |
Plug a small memory leak. |
0.7_3 24 Mar 2008 18:17:09 |
ahze |
- Remove depends on docbook-utils [1]
- Fix plist by adding missing ; fi |
0.7_2 24 Mar 2008 03:50:55 |
marcus |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon |
0.1.20060514_4 04 Oct 2007 06:10:15 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.1.20060514_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.20060514_3 24 Mar 2007 05:10:35 |
marcus |
Correct a copy-paste problem when allocating the polkit UID, and use a unique
UID/GID.
Reported by: kris |
0.1.20060514_3 04 Nov 2006 19:13:32 |
marcus |
Mark this port IGNORE on 4.X as it does not build, and will not be
supported.
Reported by: pointyhat via kris |
0.1.20060514_3 31 Oct 2006 09:40:42 |
jylefort |
Start polkitd if gnome_enable is set to yes in /etc/rc.conf |
0.1.20060514_2 14 Oct 2006 08:35:50 |
marcus |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |