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) combination for a given watch list. This is what FreshPorts will look for.

non port: deskutils/xpad/Makefile

Number of commits found: 70

Sunday, 3 Mar 2024
12:35 Nuno Teixeira (eduardo) search for other commits by this committer
deskutils/xpad: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 5508f4b3889783a9010b29e2c3bf4c8ac6a2516f commit hash: 5508f4b3889783a9010b29e2c3bf4c8ac6a2516f commit hash: 5508f4b3889783a9010b29e2c3bf4c8ac6a2516f commit hash: 5508f4b3889783a9010b29e2c3bf4c8ac6a2516f 5508f4b
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
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:21 Tobias C. Berner (tcberner) search for other commits by this committer
deskutils: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alex "lissyara" Keda <admin@lissyara.su>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Hsu <ahsu@users.sf.net>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Beat Gaetzi <beat@chruetertee.ch>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Daniel Eischen <deischen@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dean Povey <povey@wedgetail.com>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Edwin Groothuis
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Eric Turgeon <ericturgeon@ghostbsd.org>
  *  FreeBSD GNOME Team
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Guillaume Paquet <amyfoub@gmail.com>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy Messenger <mezz@FreeBSD.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jimmy Olgeni <olgeni@uli.it>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joey Mingrone <joey@mingrone.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ken Moore <ken@pcbsd.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  Lewis Thompson <purple@lewiz.net>
  *  Loïc Bartoletti <lbartoletti@FreeBSD.org>
  *  Lucas Holt <luke@justjournal.com>
  *  MITA Yoshio <mita@iis.u-tokyo.ac.jp>
  *  Marcin Cieslak <saper@saper.info>
  *  Markus Brueffer <brueffer@phoenix-systems.de>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Wilke
  *  Mathieu Arnold
  *  Matt Braithwaite <mab@red-bean.com>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rob Evers <rob@debank.tv>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Thierry Thomas (<thierry@thomas.as>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  alepulver@FreeBSD.org
  *  cartola (Carlos E. G. Carvalho)
  *  che@bein.link
  *  gahr
  *  ijliao
  *  jamrich.majo@gmail.com
  *  joerg
  *  johans
  *  john@jnielsen.net
  *  lightside <lightside@gmx.com>
  *  mi
  *  mi@aldan.ziplink.net
  *  olevole@olevole.ru
  *  shanee@rabbit.augusta.de
  *  stas
  *  thierry@pompo.net

With hat:	portmgr
commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a 4dd7a74
Monday, 23 May 2022
07:43 Jason Helfman (jgh) search for other commits by this committer
deskutils/xpad: update to 5.8.0

- address binary version reporting (accepted upstream)
Changelog: https://launchpadlibrarian.net/601840052/ChangeLog
commit hash: c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c commit hash: c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c commit hash: c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c commit hash: c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c c6a9fcc
Sunday, 22 May 2022
07:38 Jason Helfman (jgh) search for other commits by this committer
deskutils/xpad: adjust LIB_DEPENDS variable, new dependencies

Reported by: tcberner@
commit hash: 4ce3662b78d35af2cc236bf92910758b0d12f189 commit hash: 4ce3662b78d35af2cc236bf92910758b0d12f189 commit hash: 4ce3662b78d35af2cc236bf92910758b0d12f189 commit hash: 4ce3662b78d35af2cc236bf92910758b0d12f189 4ce3662
03:03 Jason Helfman (jgh) search for other commits by this committer
deskutils/xpad: chase 568b38a4280ac24d3a24eea285c694422cf684c4

- adjust dependencies for systray support

PR:	264070
Reported by:	junchoon@dec.sakura.ne.jp
commit hash: cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d commit hash: cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d commit hash: cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d commit hash: cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d cd7f8b3
Monday, 16 May 2022
22:20 Jason Helfman (jgh) search for other commits by this committer
deskutils/xpad: update to 5.7.0

Changelog: https://launchpadlibrarian.net/589705902/ChangeLog
commit hash: 568b38a4280ac24d3a24eea285c694422cf684c4 commit hash: 568b38a4280ac24d3a24eea285c694422cf684c4 commit hash: 568b38a4280ac24d3a24eea285c694422cf684c4 commit hash: 568b38a4280ac24d3a24eea285c694422cf684c4 568b38a
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
Tuesday, 23 Nov 2021
22:11 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af 5933ac0
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
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
18:37 jgh search for other commits by this committer
- shift pkg-plist to Makefile directives
- pet portlint
Original commitRevision:514181 
Tuesday, 13 Aug 2019
19:04 jgh search for other commits by this committer
- update to 5.4.0
- pet portlint
Original commitRevision:508846 
Thursday, 8 Aug 2019
15:28 jgh search for other commits by this committer
- reclaim
Original commitRevision:508388 
Monday, 5 Aug 2019
20:07 rene search for other commits by this committer
Return jgh's ports to the various pools after his commit bit was safekept.

Hat:		portmgr-secretary
Original commitRevision:508206 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 22 Sep 2018
05:30 linimon search for other commits by this committer
Fix build on gcc-based archs by updating USES.

Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:480340 
Friday, 27 Jul 2018
15:53 jgh search for other commits by this committer
- update to 5.0.0
- modernize options helper usage
- while here pet portlint
Original commitRevision:475444 
Thursday, 29 Sep 2016
20:00 jgh search for other commits by this committer
- update to 4.8.0
  - Fix: Autostart - Pads did not hide on startup when set in the
         preferences due to the tray icon not being recognized properly
         (#1560019)
- adjust dependencies
- fix spelling on header
Original commitRevision:422944 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 23 Mar 2016
00:26 jgh search for other commits by this committer
- update to 4.7.0

Changes:	https://launchpadlibrarian.net/247614751/ChangeLog
Original commitRevision:411680 
Wednesday, 24 Feb 2016
17:07 jgh search for other commits by this committer
- update to 4.6.0

Changes: https://launchpadlibrarian.net/226572923/ChangeLog
Original commitRevision:409470 
Tuesday, 30 Dec 2014
18:44 jgh search for other commits by this committer
- revert back to gnome-icon-theme, as tango wasn't an full replacement
Original commitRevision:375844 
18:36 jgh search for other commits by this committer
- rename deskutils/xpad-current to deskutils/xpad
- update xpad to 4.5.0
- add documentation to installation
- lessen dependency count by using smaller icon package
- remove patches, as they were committed upstream (see Changelog)
- adjust conflicts for deskutils/xpad3
Original commitRevision:375843 
Saturday, 20 Dec 2014
23:40 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375140 
Friday, 4 Apr 2014
13:22 bapt search for other commits by this committer
Use options helpers
Original commitRevision:350112 
Friday, 3 Jan 2014
00:46 bapt search for other commits by this committer
Part 1 at removing now useless FETCH_ARGS redifition
Original commitRevision:338511 
Wednesday, 25 Sep 2013
06:44 jgh search for other commits by this committer
- support staging
Original commitRevision:328257 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Saturday, 6 Jul 2013
01:22 jgh search for other commits by this committer
- convert USE_GMAKE to USES=gmake
Original commitRevision:322360 
Wednesday, 24 Apr 2013
23:04 jgh search for other commits by this committer
- convert USE_GETTEXT to USES
Original commitRevision:316484 
Tuesday, 23 Apr 2013
06:47 jgh search for other commits by this committer
- convert to USES=pkgconfig
Original commitRevision:316311 
Tuesday, 16 Apr 2013
23:13 jgh search for other commits by this committer
- support handling of NLS while upstream works out issue
- bump portrevision

Feature safe:	yes
Original commitRevision:315918 
Sunday, 16 Dec 2012
01:25 jgh search for other commits by this committer
- tighten COMMENT
- use PKGCONFIG for build dependency
- bring in gettext requirement
Original commitRevision:308974 
Saturday, 13 Oct 2012
23:20 jgh search for other commits by this committer
- drop icon-theme.cache from plists

Spotted by:	bapt
Feature safe:	yes
Original commitRevision:305852 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 20 Dec 2011
17:10 jgh search for other commits by this committer
move contributor address => jgh

Approved by:    crees (mentor)
Original commit
Sunday, 20 Nov 2011
20:18 crees search for other commits by this committer
- Conflict with incoming port xpad-current
- Pass maintainership to submitter

PR:             ports/162622
Submitted by:   Jason Helfman <jhelfman@experts-exchange.com>
Approved by:    Previous maintainer (via email)
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 26 Aug 2010
11:07 pav search for other commits by this committer
- Fix runtime with latest Gtk

PR:             ports/147500
Submitted by:   Lucius Windschuh <lwindschuh@gmail.com> (maintainer)
Original commit
Wednesday, 9 Jun 2010
00:25 linimon search for other commits by this committer
Over to new volunteer.
Original commit
Monday, 7 Jun 2010
18:06 linimon search for other commits by this committer
Reset maintainer at his request (in followup to ports/147500).
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
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
Monday, 16 Mar 2009
15:30 bsam search for other commits by this committer
. update to version 3.1;
. xpad is now released under the terms of the GPL v3;
. use new MASTER_SITES since SF contains only old version(s);
. remove "-A" option from FETCH_ARGS since fetching is
  actually is redirected and the tarball can't be fetched otherwise;
. fix pkg-plist.

PR:             ports/132696
Submitted by:   bsam (me)
Approved by:    Guillaume <amyfoub at gmail.com> (maintainer)
Original commit
Friday, 6 Jun 2008
13:18 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
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Friday, 11 Apr 2008
12:30 pav search for other commits by this committer
- Update to 2.14

PR:             ports/122619
Submitted by:   Harald Schmalzbauer <harry@omnisec.de>
Approved by:    Guillaume <amyfoub@gmail.com> (maintainer)
Original commit
Saturday, 22 Mar 2008
14:48 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
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
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Thursday, 25 May 2006
14:01 arved search for other commits by this committer
Fix plist

Submitted by:   krismail
Pointy hat to:  arved
Original commit
Sunday, 21 May 2006
19:22 arved search for other commits by this committer
Update to 2.11

PR:             96725
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Approved by:    Guillaume <amyfoub@gmail.com> (maintainer)
Original commit
Sunday, 13 Nov 2005
21:38 pav search for other commits by this committer
- Update to 2.10

PR:             ports/87899
Submitted by:   Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by:    Guillaume <amyfoub@gmail.com> (maintainer)
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Tuesday, 12 Apr 2005
21:37 pav search for other commits by this committer
- Update to 2.6

PR:             ports/79831
Submitted by:   Guillaume Paquet <amyfoub@gmail.com> (maintainer)
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Saturday, 22 May 2004
12:59 pav search for other commits by this committer
- Update to 1.13.1, which builds with gtk+-2.4

PR:             ports/66999
Submitted by:   Guillaume Paquet <amyfoub@videotron.ca> (maintainer)
Original commit
Sunday, 11 Apr 2004
02:47 marcus search for other commits by this committer
Mark this port BROKEN with gtk+-2.4.

Reported by:    bento via kris
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Saturday, 20 Dec 2003
12:08 krion search for other commits by this committer
- Update to version 1.13

PR:             60407
Submitted by:   maintainer
Original commit
Monday, 6 Oct 2003
05:28 edwin search for other commits by this committer
install_man -> install_data

Submitted by:   adamw@
Original commit
03:21 edwin search for other commits by this committer
New port: A virtual note-pad system for your X11 desktop

        xpad is a sticky note application written using GTK+ 2.0
        that strives to be simple, fault-tolerant, and customizable.
        xpad consists of independent pad windows; each is basically
        a text box in which notes can be written.

PR:             ports/49003
Submitted by:   Guillaume Paquet <amyfoub@videotron.ca>
Original commit

Number of commits found: 70