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: devel/gvfs/Makefile
SVNWeb

Number of commits found: 95

Tue, 27 Sep 2022
[ 04:08 Gerald Pfeifer (gerald) search for other commits by this committer Author: Damjan Jovanovic ]    commit hash:c80f55d775ccc6a00cd9523b4fe781aa6171817a  commit hash:c80f55d775ccc6a00cd9523b4fe781aa6171817a  commit hash:c80f55d775ccc6a00cd9523b4fe781aa6171817a  c80f55d 
devel/gvfs: Depend on sysutils/lsof at run time

When a drive cannot be unmounted and returns EBUSY, gvfs calls
"lsof -t /mountpoint" to find which processes have files open.
This list is sent over the "show-processes" signal, which allows
file managers to show which apps are preventing the unmount.

For this to work, sysutils/lsof needs to be around.

PR:		254322
Approved by:	desktop (fluffy)
Differential Revision:	https://reviews.freebsd.org/D32018
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)
Sun, 24 Jul 2022
[ 20:16 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:0442529fdd05ee37bc9ba089f411918a76a7432b  commit hash:0442529fdd05ee37bc9ba089f411918a76a7432b  commit hash:0442529fdd05ee37bc9ba089f411918a76a7432b  0442529 
devel/gvfs: update to 1.50.2 release (+)

Changelog:	https://gitlab.gnome.org/GNOME/gvfs/-/blob/1.50.2/NEWS
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Fri, 10 Sep 2021
[ 21:18 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:f6024405354a1c39c7146dba0e182f45c91d2162  commit hash:f6024405354a1c39c7146dba0e182f45c91d2162  commit hash:f6024405354a1c39c7146dba0e182f45c91d2162  f602440 
devel/gvfs: 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.
Sat, 23 Jan 2021
[ 15:47 nc search for other commits by this committer ] Original commit   Revision:562403
devel/gvfs: Update to 1.46.2

Reviewed by:		0mp (mentor), tcberner
Approved by:		0mp (mentor), tcberner
Differential Revision:	https://reviews.freebsd.org/D28289
Thu, 21 Jan 2021
[ 14:37 jhale search for other commits by this committer ] Original commit   Revision:562216 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
comms/libimobiledevice: Update to 1.3.0
comms/libusbmuxd: Update to 2.0.2
comms/usbmuxd: Update to 1.1.1
devel/libplist: Update to 2.2.0

Resurrect comms/py-libimobiledevice, update to 1.3.0
Resurrect devel/py-libplist, update to 2.2.0

Take maintainership of the ports listed above.

Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library
names.
Tue, 20 Oct 2020
[ 18:23 bapt search for other commits by this committer ] Original commit   Revision:552839
Remove GOOGLE option forgotten in previous commit
[ 17:56 bapt search for other commits by this committer ] Original commit   Revision:552836
gvfs: disable broken modules

fuse and goa are broken modules right now disable them until they got fixed.

Fuse seems to depend on non available features
GOA timesout when loaded causing a hang of 24 seconds on startup
Wed, 14 Oct 2020
[ 09:12 bar search for other commits by this committer ] Original commit   Revision:552317
Add an option for BLURAY.
While here, rename GPHOTO2 and SAMBA options to GPHOTO and SMB for consistency
with other ports.

Submitted by:	bar (myself - via mail)
Approved by:	bapt
Mon, 12 Oct 2020
[ 10:14 bapt search for other commits by this committer ] Original commit   Revision:552113
Update gvfs to 1.46.1

This version if a mix of the version proposed in PR by Olivier Duchateau and
the version sent in the gnome repo by Charlie Li <git@vishwin.info>

Olivier proposed a split of the port, which hasn't been taken in because it
makes
things more complicated to maintained and will be better served by subpackages
when
they will hit the tree.

PR:	 249450
Github:	https://github.com/freebsd/freebsd-ports-gnome/commit/0066b3f1b979b1546aaac1493330312b8fcdc6b1
Sun, 30 Aug 2020
[ 03:10 novel search for other commits by this committer ] Original commit   Revision:546967 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Chase security/p11-kit update

After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.

See more details in the comments of the linked PR.

PR:		248819
Reported by:	John Hein
Thu, 12 Dec 2019
[ 15:11 jhale search for other commits by this committer ] Original commit   Revision:519931 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1

Bump PORTREVISION on consumers due to shared library version increase
Tue, 4 Jun 2019
[ 14:17 antoine search for other commits by this committer ] Original commit   Revision:503475 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Switch default version of samba from 4.7 to 4.8

With hat:	portmgr
Mon, 27 May 2019
[ 10:21 kai search for other commits by this committer ] Original commit   Revision:502780 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20

* Bump PORTREVISION of ports depending on them.

Also while I'm here:
* Add "gnome" to USES if the XML option is enabled to avoid warnings about
  using USE_GNOME alone.
* Pet portlint

Notable changes since 2.5.16 (graphics/libgphoto2) [1]:

* Added new USB Ids for various camera types
* Updated translations
* Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS
  currently)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 30 Sep 2018
[ 11:58 kwm search for other commits by this committer ] Original commit   Revision:480951 (Only the first 10 of 732 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.

The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
Sat, 1 Sep 2018
[ 17:05 antoine search for other commits by this committer ] Original commit   Revision:478711 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16904
Thu, 5 Apr 2018
[ 20:13 jhale search for other commits by this committer ] Original commit   Revision:466597 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update sysutils/libcdio to 2.0.0
- Add regression tests

Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr

Bump PORTREVISON on dependent ports due to libcdio shared libary increase

Changes
(libcdio):	http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager):	https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision:	https://reviews.freebsd.org/D14469
Sun, 14 Jan 2018
[ 01:23 woodsb02 search for other commits by this committer ] Original commit   Revision:458949 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
graphics/libgphoto2: Update to 2.5.16
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2

Also bump PORTREVISION of ports depending on these.

PR:		224611
Submitted by:	bsam (graphics/libgphoto2)
Sat, 23 Dec 2017
[ 07:03 antoine search for other commits by this committer ] Original commit   Revision:457024 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Change default version of samba from 4.4 to 4.6

Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
Mon, 14 Aug 2017
[ 12:56 woodsb02 search for other commits by this committer ] Original commit   Revision:447935 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
graphics/gphoto2: Update to 2.5.14
graphics/libgphoto2: Update to 2.5.14
graphics/py-gphoto2: Update to 1.7.0

- Bump dependent ports
- Take maintainership of graphics/gtkam
Thu, 1 Jun 2017
[ 16:05 woodsb02 search for other commits by this committer ] Original commit   Revision:442300 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
graphics/libgphoto2: Update to 2.5.13
graphics/py-gphoto2: Update to 1.6.0

- Bump dependent ports

Changes this release:
  https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release
Sat, 25 Mar 2017
[ 23:37 antoine search for other commits by this committer ] Original commit   Revision:436925 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Switch default version of samba from 4.3 to 4.4

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
Tue, 21 Mar 2017
[ 21:59 antoine search for other commits by this committer ] Original commit   Revision:436659 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
- Add USES=samba to handle dependency on samba
  Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 29 Apr 2016
[ 15:20 arved search for other commits by this committer ] Original commit   Revision:414276 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
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
Mon, 21 Mar 2016
[ 17:26 rm search for other commits by this committer ] Original commit   Revision:411573
devel/gvfs: drop dependency upon libgnome-keyring

1. gvfs switched from libgnome-keyring to libsecret since 1.13.7, so update our
port accordingly. Also enable build with keyring support (it was unconditionally
disabled with --disable-keyring)

2. HAL tweaks were released upstream since version 1.25.x or earlier, so remove
it from our port too. See bug [1] and commit [2] for the reference.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=722411
[2] https://git.gnome.org/browse/gvfs/commit/?id=32377d1

Differential Revision:	https://reviews.freebsd.org/D5694
Reviewed by:	kwm
With hat:   gnome
Fri, 4 Mar 2016
[ 12:26 kwm search for other commits by this committer ] Original commit   Revision:410106
Update gvfs to 1.26.3.

Update GPHOTO2 description to mention where it is used for.
Remove obsolete configure switch.
Sun, 14 Feb 2016
[ 18:57 kwm search for other commits by this committer ] Original commit   Revision:408881 (Only the first 10 of 460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.

The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
Fri, 4 Sep 2015
[ 14:03 kwm search for other commits by this committer ] Original commit   Revision:396089
Update gvfs to 1.24.2.
Wed, 5 Aug 2015
[ 19:13 kwm search for other commits by this committer ] Original commit   Revision:393607 (Only the first 10 of 601 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.

The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
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)
Sun, 19 Jul 2015
[ 22:04 bapt search for other commits by this committer ] Original commit   Revision:392537 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Enforce libarchive from ports

This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
Fri, 23 Jan 2015
[ 12:28 vanilla search for other commits by this committer ] Original commit   Revision:377733 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
bump PORTREVISION due libphoto2 shared library version changed.

Submitted by:	tijl@
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 19 Nov 2014
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:372768 (Only the first 10 of 1460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 9 Aug 2014
[ 10:06 arved search for other commits by this committer ] Original commit   Revision:364423 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Chase library dependencies after libcdio <-> libcdio-paranoia split

PR:		192271
Wed, 30 Jul 2014
[ 03:57 pi search for other commits by this committer ] Original commit   Revision:363436 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
Mon, 12 May 2014
[ 10:28 tijl search for other commits by this committer ] Original commit   Revision:353795
Add USES=libtool:keepla tar:xz.
Wed, 29 Jan 2014
[ 21:13 kwm search for other commits by this committer ] Original commit   Revision:341783
Make sure the ${DATADIR}/remote-volume-monitors directory is always there.
This was exposed by the introspection build of libgee failing when neither
hal or gphoto2 backends where enabled.

Reported by:	Torfinn Ingolfsen <tingox@gmail.com> (ports ML)
Fri, 17 Jan 2014
[ 19:09 kwm search for other commits by this committer ] Original commit   Revision:340095
Fix build with new gphoto2. [1]

While here:
Use new LIB_DEPENDS syntax, use USES=pathfix.
Add portscout macro, strip and stagify.

Obtained from:	Gentoo [1]
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 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:
devel part 2)
Tue, 3 Sep 2013
[ 08:49 bapt search for other commits by this committer ] Original commit   Revision:326129 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
Fri, 26 Apr 2013
[ 15:10 bapt search for other commits by this committer ] Original commit   Revision:316620 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Convert USE_GETTEXT -> USES=gettext

While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
Fri, 8 Mar 2013
[ 15:29 kwm search for other commits by this committer ] Original commit   Revision:313655
Disable detection of libbluray.

Reported by:	mandree@
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* 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
Wed, 6 Mar 2013
[ 16:52 bapt search for other commits by this committer ] Original commit   Revision:313527 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Convert USE_FUSE macros into USES feature.

While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Sat, 29 Dec 2012
[ 05:18 mezz search for other commits by this committer ] Original commit   Revision:309604
The gvfs-afc-volume-monitor is buggy and causing run 100%. A lot of Linux
users have the same problem. It's not worth to provide optional of it.

PR:             ports/173267
Reported by:	Otacilio de AraUjo Ramos Neto <otacilio.neto@ee.ufcg.edu.br>
Fri, 14 Dec 2012
[ 15:47 flo search for other commits by this committer ] Original commit   Revision:308910 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
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
Wed, 18 Jan 2012
[ 17:36 arved search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Chase libcdio shlib bump
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 12:03 miwi search for other commits by this committer ] Original commit 
- Fix build on FreeBSD 10
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
Sat, 30 Jul 2011
[ 09:39 kwm 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)
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
Sat, 4 Jun 2011
[ 22:38 mezz search for other commits by this committer ] Original commit 
Turn HAL support into optional.

PR:             ports/157096
Submitted by:   Warren Block <wblock@wonkity.com>
Tue, 1 Mar 2011
[ 09:37 kwm search for other commits by this committer ] Original commit 
Optionfy Avahi. default to on. [1]
libgnomekeyring lives in its own port these days.
Remove 2 6.x checks.

PR:             ports/153327 [1]
Submitted by:   "" <moonshade@pnhz.kz>
Sun, 21 Nov 2010
[ 17:25 kwm search for other commits by this committer ] Original commit 
Fix fuse support build failure.

PR:             ports/152442
Submitted by:   Oleg Ginzburg <olevole@olevole.ru>
[ 14:12 mandree search for other commits by this committer ] Original commit 
Disable FUSE for now because it breaks the builds at least
on 8.1-STABLE amd64.
Sat, 20 Nov 2010
[ 15:37 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 609 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 27 Jul 2010
[ 19:56 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION in a few more ports affected by the libgcrypt
upgrade (they have references to libgcrypt.so.16).
Sun, 25 Jul 2010
[ 19:35 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.30.2. for FreeBSD.
Thu, 10 Jun 2010
[ 21:31 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 6.X: does not configure (unable to determine number of
  arguments to statfs())

Reported by:    pointyhat
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Fri, 28 May 2010
[ 08:29 kwm search for other commits by this committer ] Original commit 
Update to 1.6.2.
Mon, 10 May 2010
[ 21:19 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 772 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Thu, 17 Dec 2009
[ 06:13 marcus search for other commits by this committer ] Original commit 
Update to 1.4.3.
Sun, 6 Dec 2009
[ 06:16 marcus search for other commits by this committer ] Original commit 
Update to 1.4.2.
Sat, 28 Nov 2009
[ 20:06 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 823 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 3 Aug 2009
[ 02:33 mezz search for other commits by this committer ] Original commit 
Bump the PORTREVISION for libltdl. It got linked from libcanberra.la... I hate
.la file...
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Mon, 29 Jun 2009
[ 23:14 mezz search for other commits by this committer ] Original commit 
Turn fuse support off by default due to unreliable maintain fusefs-kmod port
and broke in -CURRENT.

Discussed with: marcus
Mon, 18 May 2009
[ 19:38 marcus search for other commits by this committer ] Original commit 
Update to 1.2.3.
Fri, 24 Apr 2009
[ 06:38 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.26.1 for FreeBSD.

Approved by:    portmgr (marcus)
Fri, 10 Apr 2009
[ 05:56 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 480 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Sat, 10 Jan 2009
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Mon, 30 Jun 2008
[ 04:00 marcus search for other commits by this committer ] Original commit 
Update to 0.2.5.
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 26 May 2008
[ 23:44 mezz search for other commits by this committer ] Original commit 
Update to 0.2.4.
Sat, 12 Apr 2008
[ 22:18 pav search for other commits by this committer ] Original commit 
- Re-enable CDDA option by default now when libcdio installs paranoia libs by
  default

Requested by:   marcus
Wed, 9 Apr 2008
[ 12:51 pav search for other commits by this committer ] Original commit 
- Turn off CDDA support, it cannot be packages (default libcdio package comes
  without paranoia)

With hat:       portmgr
[ 04:20 marcus search for other commits by this committer ] Original commit 
Add CDDA support now that libcdio has been updated.
Tue, 8 Apr 2008
[ 04:42 marcus search for other commits by this committer ] Original commit 
Update to 0.2.3.
Fri, 28 Mar 2008
[ 22:24 ahze search for other commits by this committer ] Original commit 
- Add RUN_DEPENDS on sysutils/fusefs-kmod if build with fuse

To use fuse with gvfs make sure to add 'fusefs_enable="YES" to /etc/rc.conf and
add 'vfs.usermount=1' to /etc/sysctl.conf
[ 21:51 marcus search for other commits by this committer ] Original commit 
Update to 0.2.2.
Tue, 25 Mar 2008
[ 02:46 marcus search for other commits by this committer ] Original commit 
Disable the libarchive module on versions of FreeBSD that have an older
libarchive.
Mon, 24 Mar 2008
[ 03:50 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 712 ports in this commit are shown above. View all ports for this commit)
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

Number of commits found: 95