notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/gtk-gnutella/Makefile

Number of commits found: 82

Tuesday, 9 Jan 2024
10:32 Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eleminate its usage  and move man to share/man
commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1 commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1 commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1 commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1 03c7f3c
Wednesday, 1 Nov 2023
22:11 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 05f0f44
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-p2p: remove 'Created by' lines

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

  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Chad J. Milios <milios@ccsys.com>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel Morante <daniel@morante.net>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitriy Limonov
  *  Doug Barton <dougb@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Holger Lamm <holger@e-gitt.net>
  *  Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
  *  Jeremy Faulkner <gldisater@gldis.ca>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Ignatenko <gelraen.ua@gmail.com>
  *  Michael Johnson <ahze@ahze.net>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Oleg Alexeenkov <proler@gmail.com>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Pav Lucistnik <pav@oook.cz>
  *  Rod Taylor <rbt@zort.on.ca>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Sverrir Valgeirsson <e96sv@yahoo.se> and
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Yashin Dmitry <yashin.dm@gmail.com>
  *  glocke@bsdstammtisch.at

With hat:	portmgr
commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 ef8eaee
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Friday, 4 Mar 2022
16:46 Jason E. Hale (jhale) search for other commits by this committer Author: Robert Clausecker
net-p2p/gtk-gnutella: Fix pkg-plist on arm

PR:		262333
MFH:		2022Q1
commit hash: bbecc13e7ae75b26c4e0fee838031d44e9f380f4 commit hash: bbecc13e7ae75b26c4e0fee838031d44e9f380f4 commit hash: bbecc13e7ae75b26c4e0fee838031d44e9f380f4 commit hash: bbecc13e7ae75b26c4e0fee838031d44e9f380f4 bbecc13
Sunday, 27 Feb 2022
17:54 Fernando Apesteguía (fernape) search for other commits by this committer
net-p2p/gtk-gnutella: update to 1.2.2

Reported by:	portscout
commit hash: 5abb49b1898eb41d73499598e06a70aca0d3efa7 commit hash: 5abb49b1898eb41d73499598e06a70aca0d3efa7 commit hash: 5abb49b1898eb41d73499598e06a70aca0d3efa7 commit hash: 5abb49b1898eb41d73499598e06a70aca0d3efa7 5abb49b
Monday, 20 Dec 2021
01:56 Piotr Kubaj (pkubaj) search for other commits by this committer
net-p2p/gtk-gnutella: fix packaging on powerpc*

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%DATADIR%%/powerpc-%%OPSYS%%/gtk-gnutella.nm
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%DATADIR%%/%%ARCH%%-%%OPSYS%%/gtk-gnutella.nm
===> Error: Plist issues found.
commit hash: ad34a6142b80075d66ec2c6feb8149ece4051bbc commit hash: ad34a6142b80075d66ec2c6feb8149ece4051bbc commit hash: ad34a6142b80075d66ec2c6feb8149ece4051bbc commit hash: ad34a6142b80075d66ec2c6feb8149ece4051bbc ad34a61
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Wednesday, 15 Sep 2021
11:55 Alexey Dokuchaev (danfe) search for other commits by this committer
net-p2p/gtk-gnutella: the port had been updated and improved (+)

- Update to version 1.2.1, which now needs GNU make to build
- Switch to SourceForge where official releases are published; this
  also means shorter distfile name, correctly preserved modification
  time, and alleviates the need for DISTVERSIONPREFIX abomination
- Remove ONLY_FOR_ARCHS constraint: there should not be anything
  architecture-specific about server/client program for Gnutella,
  modulo some fragility in their custom memory allocator
- Force previous (as in version 1.1.15) alignment value on i386 and
  likely other 32-bit architectures to unbreak the build there
- Drop non-standard IRC line from the port description and improve
  creator's attribution while I'm here

PR:	258276
commit hash: 9a32701b738f3ced9488bc558566cd6c01c46773 commit hash: 9a32701b738f3ced9488bc558566cd6c01c46773 commit hash: 9a32701b738f3ced9488bc558566cd6c01c46773 commit hash: 9a32701b738f3ced9488bc558566cd6c01c46773 9a32701
Saturday, 22 May 2021
02:13 Ben Woods (woodsb02) search for other commits by this committer
*/*: Fix ENOTIME: return my ports to the pool

Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 95d52e5
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 9 Oct 2019
12:17 bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Original commitRevision:514143 
Wednesday, 7 Aug 2019
22:18 woodsb02 search for other commits by this committer
net-p2p/gtk-gnutella: Update to 1.1.15

Also change port to use GitHub as the new upstream repo

Changes this release:
  https://github.com/gtk-gnutella/gtk-gnutella/blob/v1.1.15/ChangeLog
Original commitRevision:508353 
Monday, 28 Jan 2019
03:06 woodsb02 search for other commits by this committer
net-p2p/gtk-gnutella: Update to 1.1.14

Changes this release:
  http://gtk-gnutella.sourceforge.net/en/?page=news#news_83

PR:		234989
Submitted by:	Jamie Landeg-Jones <jamie@catflap.org>
Original commitRevision:491449 
03:05 woodsb02 search for other commits by this committer
net-p2p/gtk-gnutella: Pet portlint, MAKE_JOBS_SAFE

Using parallel make seems to work fine for this port.
Original commitRevision:491448 
Sunday, 26 Aug 2018
08:07 delphij search for other commits by this committer
net-p2p/gtk-gnutella: Do not call arc4random_stir or arc4random_addrandom.

PR:		230829, 230756
Approved by:	portmgr (antoine)
Original commitRevision:478105 
Sunday, 14 Jan 2018
01:59 woodsb02 search for other commits by this committer
net-p2p/gtk-gnutella: Update to 1.1.13

Changes this release:
  http://gtk-gnutella.sourceforge.net/en/?page=news#news_82
  http://gtk-gnutella.sourceforge.net/en/?page=news#news_81
Original commitRevision:458950 
Sunday, 13 Nov 2016
05:02 woodsb02 search for other commits by this committer
net-p2p/gtk-gnutella: Update to 1.1.11

Changes this release:
  http://gtk-gnutella.sourceforge.net/en/?page=news#news_80

Approved by:	adamw (mentor, implicit)
Original commitRevision:426007 
Wednesday, 2 Nov 2016
22:45 mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:425174 
Friday, 30 Sep 2016
19:24 tijl search for other commits by this committer
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:423014 
Tuesday, 6 Sep 2016
14:09 woodsb02 search for other commits by this committer
net-p2p/gtk-gnutella: Update to 1.1.10

- Add undeclared dependencies detected by qa-stage script
- Move helper text from Makefile to pkg-help

Approved by:	adamw, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D7788
Original commitRevision:421430 
Monday, 9 May 2016
20:46 woodsb02 search for other commits by this committer
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6278
Original commitRevision:414892 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Saturday, 12 Mar 2016
13:58 rakuco search for other commits by this committer
Update to 1.1.9.

Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_78

PR:		207819
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
Original commitRevision:410883 
Wednesday, 3 Feb 2016
06:30 pi search for other commits by this committer
net-p2p/gtk-gnutella: 1.1.6 -> 1.1.8

Changes: Many, especially from 1.1.6 -> 1.1.7
  http://gtk-gnutella.sourceforge.net/en/?page=news#news_77

PR:		206777
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
Original commitRevision:407944 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Tuesday, 24 Nov 2015
22:41 pawel search for other commits by this committer
- Update to version 1.1.6 [1]
- Convert to USES=localbase

PR:		204722 [1]
Submitted by:	maintainer [1]
Original commitRevision:402381 
Wednesday, 14 Oct 2015
13:55 mat search for other commits by this committer
Update to 1.1.5

PR:		203731
Changes:	http://gtk-gnutella.sourceforge.net/en/?page=news#news_74
Submitted by:	maintainer
Sponsored by:	Absolight
Original commitRevision:399263 
Wednesday, 23 Sep 2015
07:21 jbeich search for other commits by this committer
net-p2p/gtk-gnutella: update to 1.1.4 [1]

- Convert to new option helpers

Changes:	http://gtk-gnutella.sourceforge.net/en/?page=news#news_73
PR:		203020 [1]
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer) [1]
Original commitRevision:397609 
Tuesday, 9 Jun 2015
14:32 marino search for other commits by this committer
net-p2p/gtk-gnutella: new version is not jobs safe

This failed two of the last three attempts in a multijob bulk bulld.
It failed during linking (unknown symbol references) so probably the
object files were still building at link time.

Approved by:	blanket (jobs safe)
Original commitRevision:388941 
Monday, 27 Apr 2015
12:38 adamw search for other commits by this committer
- Update to 1.1.3.
- Remove perl5 dependency (see PR for details).
- Strip as part of the install rather than post-install due to permission
  problems.
- Mark as -jn safe

PR:		199363
Submitted by:	Ben Woods (maintainer)
Original commitRevision:384829 
Thursday, 26 Mar 2015
23:37 adamw search for other commits by this committer
Update to 1.1.2, and pass maintainership to submitter (Ben Woods).

PR:		198916
Submitted by:	Ben Woods
Original commitRevision:382358 
Sunday, 21 Sep 2014
08:03 pawel search for other commits by this committer
- Update to version 1.1.1 [1]
- Fix LIB_DEPENDS for DBUS option

PR:		ports/193328 [1]
Submitted by:	tkato432@yahoo.com
Original commitRevision:368722 
Saturday, 9 Aug 2014
23:54 marino search for other commits by this committer
net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0

PR:		191825
Submitted by:	Ports Fury
Original commitRevision:364487 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
Saturday, 5 Jul 2014
23:28 marino search for other commits by this committer
net-p2p/gtk-gnutella: Support dragonFly (dports)
Original commitRevision:360841 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Friday, 17 Jan 2014
14:43 miwi search for other commits by this committer
- Update to 1.0.1

PR:		181890
Submitted by:	port fury
Original commitRevision:340048 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Friday, 13 Sep 2013
01:21 marino search for other commits by this committer
Add explicit dependency on pkgconf (10 ports)

Approved by:	portmgr (bapt, implicit)
Original commitRevision:327124 
Saturday, 3 Aug 2013
08:45 az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
Original commitRevision:324181 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Monday, 4 Feb 2013
08:47 araujo search for other commits by this committer
- Update to version 0.98.4.

PR:		ports/174202
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:311581 
Thursday, 13 Dec 2012
08:54 bapt search for other commits by this committer
Convert to new option framework
rename TLS to GNUTLS
Original commitRevision:308836 
Tuesday, 4 Dec 2012
20:39 zi search for other commits by this committer
- Reset MAINTAINER due to unrecoverable bounce

Reported by:	portscout
Feature safe:	yes
Original commitRevision:308272 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Tuesday, 5 Apr 2011
16:55 dhn search for other commits by this committer
- Update to 0.96.9

PR:             ports/156094
Submitted by:   Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
Original commit
Sunday, 17 Oct 2010
23:06 swills search for other commits by this committer
- Update to 0.96.8
- Set maintainer to submitter due to maintainers email address bouncing

Submitted by:   Jamie Landeg Jones <jamie@bishopston.net>
Approved by:    wxs (mentor)
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 16 Aug 2009
18:04 novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Sunday, 5 Apr 2009
09:16 miwi search for other commits by this committer
- MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE

Reported by:    pavbot/maintainer
Original commit
Thursday, 2 Apr 2009
11:09 miwi search for other commits by this committer
- Update to 0.96.6

PR:             133266
Submitted by:   jonas sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Tuesday, 22 Jul 2008
13:45 rafan search for other commits by this committer
- Update to 0.96.5

PR:             ports/125864
Submitted by:   Jonas Sonntag <jonas at schiebtsich.net> (maintainer)
Original commit
Friday, 6 Jun 2008
13:53 edwin search for other commits by this committer
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)
Original commit
Sunday, 23 Mar 2008
23:03 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Monday, 3 Mar 2008
11:57 novel search for other commits by this committer
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Original commit
Tuesday, 18 Dec 2007
00:25 miwi search for other commits by this committer
- Update to 0.96.4

PR:             118420
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Sunday, 1 Jul 2007
08:56 novel search for other commits by this committer
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 2 Jan 2007
08:54 novel search for other commits by this committer
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Original commit
Saturday, 30 Dec 2006
14:56 garga search for other commits by this committer
Remove outdated MASTER_SITES

PR:             ports/107094
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Thursday, 21 Dec 2006
21:43 miwi search for other commits by this committer
- Add ipv6 category

PR:             ports/106889
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by:    maintainer
Original commit
Monday, 27 Nov 2006
21:28 miwi search for other commits by this committer
- Swap logic for X11 option
- Increase PORTREVISION so users notice the change

PR:             ports/105913
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Friday, 17 Nov 2006
08:41 miwi search for other commits by this committer
- Fix bug that would prevent FreeBSD nodes from uploading files (obtained from
Gtk-Gnutella SVN)
- Move from X11BASE to LOCALBASE
- New option to build without GUI
- Various readability changes to ./Configure options
- Update comments on configuration knobs

PR:             ports/105576
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Sunday, 12 Nov 2006
19:41 miwi search for other commits by this committer
- Update to 0.96.3

PR:             ports/105373
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Tuesday, 31 Oct 2006
13:23 miwi search for other commits by this committer
- Update to 0.96.2

PR:             ports/104565
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Wednesday, 29 Mar 2006
12:14 pav search for other commits by this committer
- Update to 0.96.1

PR:             ports/93859
Submitted by:   Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Saturday, 11 Feb 2006
20:57 jylefort search for other commits by this committer
- Update to 0.96
- Add NLS option
- Change default setting of TLS and IPV6 knobs to "on"

PR:             ports/93196
Submitted by:   maintainer
Original commit
Monday, 30 Jan 2006
21:36 pav search for other commits by this committer
Populate newly create net-p2p category with these ports:

  ftp/jigdo
  net/amule1
  net/amule2
  net/apollon
  net/azureus
  net/bnbt
  net/btpeer
  net/btqueue
  net/cdonkey
  net/ctorrent
  net/dcd
  net/dclib
  net/dctc
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 82