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: news/pan/Makefile

Number of commits found: 115 (showing only 100 on this page)

1 | 2  »  

Sunday, 25 Feb 2024
11:32 Muhammad Moinur Rahman (bofh) search for other commits by this committer
news/pan: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: a0cf5a8b2c75c22fe9e9bce3bc7d011fd436ae51 commit hash: a0cf5a8b2c75c22fe9e9bce3bc7d011fd436ae51 commit hash: a0cf5a8b2c75c22fe9e9bce3bc7d011fd436ae51 commit hash: a0cf5a8b2c75c22fe9e9bce3bc7d011fd436ae51 a0cf5a8
Saturday, 26 Aug 2023
21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 7a4777d
Friday, 21 Jul 2023
18:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
news/pan: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
commit hash: babd083d9cc5e98df03cf1c548eb4b2a4bb40448 commit hash: babd083d9cc5e98df03cf1c548eb4b2a4bb40448 commit hash: babd083d9cc5e98df03cf1c548eb4b2a4bb40448 commit hash: babd083d9cc5e98df03cf1c548eb4b2a4bb40448 babd083
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
news: remove 'Created by' lines

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

  *  Adam David <adam@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Carey Jones <mcj@acquiesce.org>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Frederic Cambus
  *  George Sorsby <george@crackpipe.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Holland <john@zoner.org>
  *  Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lewis Thompson <purple@lewiz.net>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Max Khon
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Mikolaj Rydzewski <miki@ceti.pl>
  *  Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Pete Fritchman <petef@databits.net>
  *  Ralf van der Enden <tremere@cainites.net>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Thierry Thomas <tthomas@mail.dotcom.fr>
  *  Tim Welch <ports@thepentagon.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  adam
  *  asaddi@philosophysw.com
  *  bkhl@elektrubadur.se
  *  gary@hayers.org
  *  ijliao
  *  kbowling
  *  obrien@cs.ucdavis.edu
  *  proff@suburbia.net
  *  smace
  *  torstenb

With hat:	portmgr
commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 commit hash: 4f7ba00ac9192d2904e7d970feaf58acd1a4e005 4f7ba00
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
Friday, 14 May 2021
19:51 Dmitry Marakasov (amdmi3) search for other commits by this committer
news/pan: remove manual linking with -lgnuregex

This looks like a hack needed for a patch from 2001 (which is long
gone) to work. Today it breaks the build because it lacks corresponding
dependency, so remove it.

Approved by:	portmgr blanket
commit hash: 9347f261c247cf07b87b8abd92265c1e21b9cdbe commit hash: 9347f261c247cf07b87b8abd92265c1e21b9cdbe commit hash: 9347f261c247cf07b87b8abd92265c1e21b9cdbe commit hash: 9347f261c247cf07b87b8abd92265c1e21b9cdbe 9347f26
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
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 
Sunday, 24 Feb 2019
22:00 linimon search for other commits by this committer
Add USES=compiler:c++11-lang to fix build on GCC-based
architectures.

PR:		235743
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:493817 
Tuesday, 5 Feb 2019
15:42 tobik search for other commits by this committer
There is no *_CONFIGURE_DISABLE options helper
Original commitRevision:492251 
Saturday, 10 Nov 2018
03:38 swills search for other commits by this committer
news/pan: Update to 0.145

PR:		230112
Submitted by:	Nathan <ndowens@yahoo.com> (based on)
Original commitRevision:484568 
Wednesday, 11 Jan 2017
13:34 kwm search for other commits by this committer
Update pan to 0.141.

Register indirect dependancies.
Original commitRevision:431180 
Monday, 9 Jan 2017
22:21 kwm search for other commits by this committer
Drop USE_GCC, this fixed a segfault crash when starting the program.

PR:		199303
MFH:		2017Q1
Original commitRevision:431039 
Tuesday, 3 Jan 2017
17:06 jbeich search for other commits by this committer
Assume "pkg-config zlib" works after 9.x reached EOL

Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
Original commitRevision:430483 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Tuesday, 17 May 2016
16:58 olivierd search for other commits by this committer
- Fix build on 9.x (extract of build error, below)
- Replace CPPFLAGS and LDFLAGS by USES= localbase

checking for ZLIB... no
configure: error: Package requirements (zlib >= 1.2.0) were not met:

Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ZLIB_CFLAGS
and ZLIB_LIBS to avoid the need to call pkg-config.
Original commitRevision:415394 
Sunday, 10 Apr 2016
15:46 pi search for other commits by this committer
news/pan: 0.139 -> 0.140

Changes:
  https://git.gnome.org/browse/pan2/plain/NEWS

PR:		208585
Reviewed by:	Detlef Graef <detlef.graef@yahoo.de>
Original commitRevision:412967 
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 
Friday, 25 Mar 2016
09:49 kwm search for other commits by this committer
* Add gnutls options for SSL news servers (default on)
* Make gettext optional.
* Turn toolkit selection into a radio option.

PR:		208165 (with minor tweaks)
Submitted by:	cpet <freebsd@shotmail.ru>
Original commitRevision:411829 
Saturday, 12 Dec 2015
23:37 kwm search for other commits by this committer
Staticly link to libgcc and libstdc++. This fixes a segmentation fault
when trying to run pan on a libc++ based system.

PR:		199303
Submitted by:	Andrew <andrew_terekhov@yahoo.com>
Original commitRevision:403639 
Friday, 11 Apr 2014
13:51 kwm search for other commits by this committer
Stagify
USES=gmake tar:bzip2 and sort USES
Use new LIB_DEPENDS syntax.
Add USE_GCC=any to fix the build on 10.0+. [1]

PR:		ports/182203 [1]
Submitted by:	Walter Hurry <walterhurry@gmail.com>
Original commitRevision:350951 
Friday, 20 Sep 2013
22:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
Original commitRevision:327759 
Friday, 13 Sep 2013
14:45 madpilot search for other commits by this committer
Add missing iconv in USES.

Reported by:	swills
Approved by:    portmgr (bapt, implicit)
Original commitRevision:327154 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Monday, 2 Sep 2013
22:11 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326105 
Sunday, 18 Aug 2013
19:19 swills search for other commits by this committer
- Fix build on CURRENT
Original commitRevision:324933 
Wednesday, 22 May 2013
09:30 kwm search for other commits by this committer
Swith to gmime 2.6, pan prefers it over gmime 2.4.
Fix reversed logic in the GTK3 option [1].

PR:		ports/177973
Submitted by:	Thomas Mueller <tmueller@sysgo.com>
Original commitRevision:318756 
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 
Saturday, 16 Mar 2013
13:33 kwm search for other commits by this committer
Fix plist [1], while here use USES=pathfix instead of gnomehack.

Submitted by:	QAT
Original commitRevision:314354 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* 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
Original commitRevision:313633 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
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
Saturday, 13 Aug 2011
15:37 kwm search for other commits by this committer
Update to 0.135.

Add optional GTK+3 UI option.
Add LICENSE.

PR:             ports/159723 (based on)
Submitted by:   "Conrad J. Sabatier" <conrads@cox.net>
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Monday, 28 Feb 2011
12:29 kwm search for other commits by this committer
Update to 0.134.

Switch to gmime 2.4
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
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, 4 Aug 2008
02:28 mezz search for other commits by this committer
Update to 0.133.

Security:       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363
Original commit
Friday, 6 Jun 2008
13:55 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
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
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
Original commit
Friday, 3 Aug 2007
03:55 mezz search for other commits by this committer
Update to 0.132.
Original commit
Sunday, 27 May 2007
05:08 mezz search for other commits by this committer
Update to 0.131.
Original commit
Friday, 25 May 2007
04:34 mezz search for other commits by this committer
Update to 0.130.
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
Monday, 23 Apr 2007
21:25 mezz search for other commits by this committer
Change this patch to a better fix, bump the PORTREVISION.

GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=432387
Submitted by:   Charles Kerr (developer)
Tested by:      pav
Original commit
Sunday, 22 Apr 2007
16:22 mezz search for other commits by this committer
Update to 0.128.
Original commit
Friday, 13 Apr 2007
16:39 mezz search for other commits by this committer
Update to 0.127.
Original commit
Saturday, 31 Mar 2007
16:24 mezz search for other commits by this committer
-Update to 0.126.
-Remove a FreeBSD 4.x check.
Original commit
Sunday, 11 Mar 2007
19:41 krion search for other commits by this committer
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.

Bump PORTREVISION on all dependent ports.
Original commit
Thursday, 22 Feb 2007
21:35 mezz search for other commits by this committer
Update to 0.125.
Original commit
Tuesday, 13 Feb 2007
04:48 mezz search for other commits by this committer
Update to 0.124.
Original commit
Wednesday, 7 Feb 2007
06:18 mezz search for other commits by this committer
Update to 0.123.
Original commit
Sunday, 4 Feb 2007
05:45 mezz search for other commits by this committer
Update to 0.122.
Original commit
Tuesday, 23 Jan 2007
19:33 mezz search for other commits by this committer
Update to 0.121.
Original commit
Wednesday, 3 Jan 2007
05:43 mezz search for other commits by this committer
Update to 0.120.
Original commit
Saturday, 11 Nov 2006
14:19 mezz search for other commits by this committer
Update to 0.119.
Original commit
Saturday, 4 Nov 2006
22:25 mezz search for other commits by this committer
Mark IGNORE on 4.X as it does not build.

Reported by:    krismail
Original commit
Friday, 3 Nov 2006
19:53 mezz search for other commits by this committer
Update to 0.118.
Original commit
Thursday, 2 Nov 2006
17:46 marcus search for other commits by this committer
Update to 0.117.

Submitted by:   mezz
Original commit
Saturday, 14 Oct 2006
17:41 mezz search for other commits by this committer
Fix slow download and download corrupted in 0.116. Patch was took from CVS.
Bump the PORTREVISION.

Bugzilla:       http://bugzilla.gnome.org/show_bug.cgi?id=361941
Approved by:    portmgr (marcus)
Original commit
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
Sunday, 28 May 2006
15:54 pav search for other commits by this committer
- Rename ports

  textproc/gtkspell2 -> textproc/gtkspell
  textproc/gtkspell2-reference -> textproc/gtkspell-reference
Original commit
13:01 pav search for other commits by this committer
- Rename port news/pan2 -> news/pan
Original commit
Sunday, 2 Nov 2003
23:26 marcus search for other commits by this committer
Remove pan, as the new stable release has been rolled into pan2.
Original commit
Thursday, 12 Jun 2003
09:46 adamw search for other commits by this committer
Remove REINPLACE commands that were rolled into gnomehack.
Original commit
Sunday, 20 Apr 2003
19:38 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
06:07 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 20 Sep 2002
17:07 marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Original commit
Tuesday, 17 Sep 2002
02:54 marcus search for other commits by this committer
Fix the charset tag for ISO locales.  Thanks to
Matthias Andree <matthias.andree@web.de> for help with this patch and with
testing.  Bump PORTREVISION.

PR:     42825
Original commit
Thursday, 8 Aug 2002
15:06 marcus search for other commits by this committer
Fix MASTER_SITE.

PR:             41446
Submitted by:   Jan Hornyak <jan.hornyak@jet2web.cz>
Original commit
Wednesday, 17 Jul 2002
16:45 sobomax search for other commits by this committer
Update to 0.11.4.
Original commit
Thursday, 11 Jul 2002
18:51 sobomax search for other commits by this committer
Another USE_GNOMENG vict^Wuser. This port get very impressive benefit from
GNOMENG - lenght of dependency chain was almost halved - from 56 packages
to only 32.
Original commit
Monday, 22 Apr 2002
16:53 marcus search for other commits by this committer
Update to 0.11.3.

Reviewed by:    sobomax
Approved by:    sobomax
Original commit
Tuesday, 12 Feb 2002
21:08 ade search for other commits by this committer
Update to 0.11.2, use MASTER_SITE_GNOME as primary location as part of   an
ongoing attempt to ensure that ports in the GNOME metaports use   distfiles from
the GNOME FTP sites for maximum (alleged :) compatibility.    
Original commit
Friday, 8 Feb 2002
14:38 sobomax search for other commits by this committer
Update to 0.11.1.94.    
Original commit
Thursday, 31 Jan 2002
08:21 sobomax search for other commits by this committer
(forced)    
Original commit
08:20 sobomax search for other commits by this committer
Update to 0.11.1.93.    
Original commit
Tuesday, 15 Jan 2002
08:32 sobomax search for other commits by this committer
Update to 0.11.91.    
Original commit
Wednesday, 9 Jan 2002
11:31 sobomax search for other commits by this committer
Update to 0.11.1.90.    
Original commit
Thursday, 6 Dec 2001
09:41 sobomax search for other commits by this committer
Update to 0.11.1.    
Original commit
Tuesday, 13 Nov 2001
11:16 sobomax search for other commits by this committer
Update to 0.11.0.    
Original commit
Monday, 8 Oct 2001
18:00 sobomax search for other commits by this committer
Update to 0.10.0.92.    
Original commit
Monday, 24 Sep 2001
10:58 sobomax search for other commits by this committer
Update to 0.10.0.91.    
Original commit
Friday, 14 Sep 2001
14:25 sobomax search for other commits by this committer
Fix a potential useless CPU time eating.    
Original commit
Wednesday, 12 Sep 2001
08:53 sobomax search for other commits by this committer
Correct MASTER_SITES.    
Original commit
Tuesday, 11 Sep 2001
17:23 sobomax search for other commits by this committer
Update to 0.10.0.90.    
Original commit
Tuesday, 21 Aug 2001
16:34 sobomax search for other commits by this committer
Update to 0.10.0.    
Original commit
Tuesday, 19 Jun 2001
10:43 ade search for other commits by this committer
Clean up dependency chains after moving gtkhtml/gal inside the   USE_GNOME knob 
  
Original commit
Friday, 8 Jun 2001
07:20 cpiazza search for other commits by this committer
Update to pan 0.9.7 "Just Another Victim of the Ambient Morality"    
Original commit
Friday, 11 May 2001
17:36 ade search for other commits by this committer
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
Original commit
Friday, 4 May 2001
22:51 ade search for other commits by this committer
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole   bunch of
GNOME applications under one convenient building mechanism.    
Original commit
Thursday, 29 Mar 2001
16:35 sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
Original commit
Sunday, 11 Feb 2001
02:40 ade search for other commits by this committer
Update to 0.9.3    
Original commit

Number of commits found: 115 (showing only 100 on this page)

1 | 2  »