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: misc/xiphos/Makefile

Number of commits found: 86

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
Friday, 17 Nov 2023
11:46 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f e55b801
Thursday, 13 Apr 2023
00:56 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b f1f1a8b
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, 19 Oct 2022
08:10 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 dfe25d7
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, 8 Jun 2022
20:40 Baptiste Daroussin (bapt) search for other commits by this committer
misc/xiphos: remove wrong dependency on gconf2
commit hash: b26a78c4341cde93588c11761fa655cbb0edf79c commit hash: b26a78c4341cde93588c11761fa655cbb0edf79c commit hash: b26a78c4341cde93588c11761fa655cbb0edf79c commit hash: b26a78c4341cde93588c11761fa655cbb0edf79c b26a78c
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
Thursday, 7 Apr 2022
00:39 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 268cee3
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, 25 Jan 2022
06:35 Loïc Bartoletti (lbartoletti) search for other commits by this committer
archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip

Import minizip-ng and zlib-ng

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

Mk/Uses: Introduce USES=minizip[:ng]

To simplify, the LIB_DEPENDS part a new USES tag is added.

USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.

minizip [1]:

    databases/spatialite
    databases/spatialite-tools
    devel/collada-dom
    games/mrboom
    games/oolite
    graphics/comical
    misc/xiphos
    science/libkml
    textproc/sigil
    www/domoticz
    deskutils/anydesk
    emulators/mupen64plus-core
    multimedia/assimp
    multimedia/vlc
    net-im/psi
    net-im/telegram-desktop

minizip-ng:

    devel/axmldec

[1] Some are known to work with minizip-ng but have to be patched.

Approved by:	tcberner (portmgr)
Differential Revision:	https://reviews.freebsd.org/D33771
commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c 45ab80b
Thursday, 28 Oct 2021
16:37 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 70.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 f34ece3
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
Thursday, 8 Apr 2021
23:33 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 69.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f 69d24a7
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Tuesday, 3 Nov 2020
00:56 jbeich search for other commits by this committer
devel/icu: update to 68.1

Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
Original commitRevision:553940 
Thursday, 13 Aug 2020
09:07 pkubaj search for other commits by this committer
misc/xiphos: fix build on GCC architectures

Use C11 compiler:
/usr/local/include/unicode/localpointer.h:224: error: expected ';' before
'noexcept'

Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error.

MFH:		2020Q3 (fix build blanket)
Original commitRevision:544792 
Sunday, 21 Jun 2020
15:36 salvadore search for other commits by this committer
Drop ports maintainership

Approved by:	gerald (mentor)
Original commitRevision:539770 
Friday, 19 Jun 2020
17:36 salvadore search for other commits by this committer
misc/xiphos: Update to 4.2.1

While here, also switch WWW to https.

Reviewed by:	tcberner
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D25320
Original commitRevision:539671 
Wednesday, 27 May 2020
21:09 salvadore search for other commits by this committer
misc/biblesync: Update to 2.1.0

Also add a patch to remove the need of USE_GCC=yes.
As a side effect USE_GCC is now unnecessary for misc/xiphos as well and
thus it is removed.

Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D24990
Original commitRevision:536720 
Thursday, 23 Apr 2020
20:14 jbeich search for other commits by this committer
devel/icu: update to 67.1

Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
Original commitRevision:532707 
Friday, 27 Mar 2020
13:36 salvadore search for other commits by this committer
misc/xiphos: Properly refers to git commit 9e573336

Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D24190
Original commitRevision:529246 
Friday, 13 Mar 2020
09:47 jbeich search for other commits by this committer
devel/icu: update to 66.1

Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Original commitRevision:528343 
Sunday, 1 Mar 2020
12:47 salvadore search for other commits by this committer
Resurrect, update and adopt misc/xiphos

Resurrect the port and update it from 3.1.6 to a git commit after the
latest release. The commit was selected so that the port does not depend
on python2.7.
Resurrection is possible because the dependency on webkit-gtk3 in the
expired version has been replaced by a dependency on webkit2-gtk3.

PR:		243934
Approved by:	gerald (mentor)
Original commitRevision:527549 
Monday, 25 Feb 2019
16:58 kwm search for other commits by this committer
Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.

Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].

Haskell and geany where skipped and will be handled by the maintainers.
Original commitRevision:493883 
Wednesday, 20 Feb 2019
22:10 kai search for other commits by this committer
misc/xiphos: Unbreak build

* Unbreak build by adding "-ftemplate-depth=1024" to CXXFLAGS
* Add missing libraries

While I'm here:

* Fix license and add path to license file
* Add "gnome" to USES because using USE_GNOME alone is deprecated
* Pet portlint

PR:		232997
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reviewed by:	tcberner (mentor)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19210
Original commitRevision:493472 
Sunday, 4 Nov 2018
12:40 antoine search for other commits by this committer
xiphos fails to build on FreeBSD 11 too
Original commitRevision:484009 
Tuesday, 23 Oct 2018
16:34 jbeich search for other commits by this committer
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Original commitRevision:482846 
Monday, 9 Jul 2018
08:40 mat search for other commits by this committer
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Original commitRevision:474242 
Monday, 25 Jun 2018
23:36 linimon search for other commits by this committer
Mark as broken on -CURRENT.
Original commitRevision:473355 
Friday, 23 Feb 2018
01:30 tabthorpe search for other commits by this committer
- Update misc/sword to 1.8.0
- Chase shlib bump
- Reassign to the heap

PR:		225276
Submitted by:	bsam
Original commitRevision:462657 
Thursday, 20 Apr 2017
13:33 tabthorpe search for other commits by this committer
- Mark as BROKEN on 12.X

MFH:		2017Q2
Original commitRevision:438948 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Sunday, 9 Oct 2016
12:10 jbeich search for other commits by this committer
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Original commitRevision:423591 
Saturday, 18 Jun 2016
14:58 bapt search for other commits by this committer
Use framework instead of @exec to generate GTK icons cache
Original commitRevision:417068 
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 
Saturday, 6 Jun 2015
15:47 tabthorpe search for other commits by this committer
- Mark as BROKEN < 10.X

MFH:		2015Q2
Original commitRevision:388668 
Thursday, 9 Apr 2015
20:26 antoine search for other commits by this committer
Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args)
Original commitRevision:383676 
Wednesday, 8 Apr 2015
15:05 bapt search for other commits by this committer
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused

Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf

WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC

CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"

USES=waf is by default stagedir safe
Original commitRevision:383571 
Tuesday, 13 Jan 2015
05:02 tabthorpe search for other commits by this committer
- Add in GNOME_USES=gconf2
Original commitRevision:376905 
00:15 tabthorpe search for other commits by this committer
- Switch to webkit-gtk3
- Add some dependencies on dbus-glib and gtk30
- Add gtk-update-icon-cache to pkg-plist
- Bump PORTREVISION
Original commitRevision:376893 
Saturday, 10 Jan 2015
04:56 tabthorpe search for other commits by this committer
- Switch to using gtkhtml4
- Bump PORTREVISION
Original commitRevision:376674 
Thursday, 25 Dec 2014
01:58 bapt search for other commits by this committer
Fix staging
Remove useless gnomehack
Original commitRevision:375517 
Monday, 20 Oct 2014
17:59 mva search for other commits by this committer
- Convert ports of misc/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371289 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Wednesday, 16 Jul 2014
03:00 adamw search for other commits by this committer
Add DOCS option for ports with PORTDOCS in plist.
Original commitRevision:362023 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Monday, 7 Jul 2014
15:31 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Original commitRevision:361099 
Thursday, 16 Jan 2014
21:13 tabthorpe search for other commits by this committer
- Properly switch to misc/sword
- Utilise LIB_DEPENDS

Submitted by:	erwinbot, portsanp build bot
Pointyhat to:	tabthorpe
Original commitRevision:339992 
20:45 tabthorpe search for other commits by this committer
- Update to 3.1.6
- Support STAGEDIR
Original commitRevision:339986 
Friday, 20 Sep 2013
20:50 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Original commitRevision:327745 
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, 15 Jun 2013
11:10 flo search for other commits by this committer
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
  quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout

Approved by:	portmgr (miwi)
Original commitRevision:320984 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 14 Oct 2012
00:16 tabthorpe search for other commits by this committer
- Remove icon-cache from plist
- Bump PORTREVISION
- Trim headers

Submitted by:	bapt via irc
Feature safe:	yes
Original commitRevision:305854 
Monday, 10 Sep 2012
19:19 beat search for other commits by this committer
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
Original commitRevision:304053 
Sunday, 1 Jul 2012
03:49 tabthorpe search for other commits by this committer
- Depend on x11/yelp
- Add options to build rendering engine

PR:             ports/169514
Submitted by:   John Marshall <john.marshall riverwillow.com.au>
Original commit
Sunday, 10 Jun 2012
18:42 swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 27 Feb 2012
22:00 tabthorpe search for other commits by this committer
- Tarball re-roll
- Bump PORTREVISION
Original commit
Wednesday, 22 Feb 2012
18:36 tabthorpe search for other commits by this committer
- Update to 3.1.5
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
Thursday, 17 Mar 2011
15:49 tabthorpe search for other commits by this committer
- Remove dependency on gnome-libs
- Bump PORTREVISION

Submitted by:   bapt via irc
Original commit
Thursday, 28 Oct 2010
23:54 tabthorpe search for other commits by this committer
- Chase misc/sword libbump
- Bump PORTREVISION
- Remove MD5 checksum while I am here
Original commit
Thursday, 21 Oct 2010
17:36 tabthorpe search for other commits by this committer
- Update to 3.1.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
Thursday, 27 May 2010
23:07 tabthorpe search for other commits by this committer
- Use gtkhtml only
- Fix plist
- Bump PORTREVISION
Original commit
Monday, 10 May 2010
21:19 kwm search for other commits by this committer
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.

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

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:     ports/143852
        ports/145347
        ports/144980
        ports/145830
        ports/145511
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
Wednesday, 24 Mar 2010
16:27 tabthorpe search for other commits by this committer
- Update to 3.1.3
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 7 Jan 2010
17:47 tabthorpe search for other commits by this committer
- Chase sword libbump
- Remove CONFLICTS and un-needed patch
Original commit
Monday, 4 Jan 2010
21:23 tabthorpe search for other commits by this committer
- Update to 3.1.2
Original commit
Monday, 28 Sep 2009
18:01 tabthorpe search for other commits by this committer
- Switch to libxul
- Bump PORTREVISION

Requested by:   gecko@ via beat
Feature safe:   yes
Original commit
Thursday, 27 Aug 2009
15:04 amdmi3 search for other commits by this committer
- Remove remaining SFP references (switch these ports to SF)

Approved by:    portmgr (pav)
Original commit
Friday, 14 Aug 2009
18:13 miwi search for other commits by this committer
- Fix SFP macro
Original commit
15:09 tabthorpe search for other commits by this committer
- Use SFP macro to make fetchable

Submitted by:   erwinbot
Original commit
Tuesday, 11 Aug 2009
12:45 tabthorpe search for other commits by this committer
- Update to 3.1.1
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
Tuesday, 2 Jun 2009
16:50 tabthorpe search for other commits by this committer
- Chase sword15 update
- Bump PORTREVISION
Original commit
Wednesday, 20 May 2009
12:57 tabthorpe search for other commits by this committer
- Update to 3.1
Original commit
Friday, 20 Feb 2009
13:36 tabthorpe search for other commits by this committer
- Update to 3.0.1
Original commit
Wednesday, 11 Feb 2009
21:25 tabthorpe search for other commits by this committer
- Update to 3.0.0
Original commit
Monday, 2 Feb 2009
13:54 tabthorpe search for other commits by this committer
- GnomeSword has become Xiphos
Original commit
13:51 tabthorpe search for other commits by this committer
- Force commit, repocopy misc/gnomesword -> misc/xiphos

Repocopy by:    marcus
Original commit

Number of commits found: 86