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: graphics/gimp-app/Makefile

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

«  1 | 2 | 3  »  

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, 10 Jul 2019
16:54 kwm search for other commits by this committer
Update gimp to 2.10.12.

PR:		238833
Reported by:	kunda <chitty_cloud@me.com>
Original commitRevision:506363 
Saturday, 29 Jun 2019
08:55 tcberner search for other commits by this committer
graphics/poppler: update to 0.78.0

Release 0.78.0:
        core:
         * Fix line annotation arrows for usage in dimensioning
         * Handle Ink annots without an InkList but with an AP
         * Fix typos preventing parsing of Movie start and duration
         * Fix crash on malformed files

        glib:
         * Add poppler_document_create_dests_tree()
         * Don't use the deprecated g_type_class_add_private()
         * Document the differences between render() and render_for_printing()
         * Fix introspection for poppler_document_new_from_data
         * Don't create PopplerInputStream with length 0. Issue #414
         * Document G_IO_ERROR as a possible error condition
         * docs: Add index for API new in 0.78

        build system:
         * Fixes cross compilation of gir in Void Linux
         * Add -Wshadow to the default warning flags
         * install pkg-config pc files if pkg-config is found

PR:		238857
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:505331 
Friday, 14 Jun 2019
07:10 pkubaj search for other commits by this committer
graphics/gimp-app: fix build on architectures other than aarch64, amd64, i386

libunwind is not available on those.

PR:		238071
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20614
Original commitRevision:504165 
Saturday, 1 Jun 2019
06:39 tcberner search for other commits by this committer
graphics/poppler: update to 0.77.0

Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:503222 
Monday, 13 May 2019
18:33 tcberner search for other commits by this committer
graphics/poppler: update to 0.76.1

From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments

Release 0.76.0:

        core:
         * Fix regression on case-insensitive search. Issue #743
         * Remove GooList, use std::vector instead
         * Fix radiobutton reporting wrong state. Issue #159
         * Handle UTF16-LE strings
         * Don't error out if there's no DA in FreeText annotation
         * cairo: Compute correct coverage values for box filter.
         * cairo: Constrain number of cycles in rescale filter.
         * Read more fields from ViewerPreferences
         * Introduce and use Ref::INVALID
         * Fix crashes in broken files
         * Fix mismatched free/delete
         * Add missing include guards

        utils:
         * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV
upon error exit. Issue #742

All the required patches have been obtained via gentoo.

PR:		237846
Exp-run by:	antoine
Approved by:	kwm
Original commitRevision:501583 
Saturday, 11 May 2019
18:53 kwm search for other commits by this committer
Update gimp to 2.10.10.
Original commitRevision:501288 
Friday, 29 Mar 2019
19:07 tcberner search for other commits by this committer
graphics/exiv2: add patch to fix gimp

Modify upstrams fix [1] for FreeBSD.

PR:		236677
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
Original commitRevision:497188 
Sunday, 24 Feb 2019
20:23 kwm search for other commits by this committer
Remove the helpbrowser option, it depends on the old webkit-gtk ports
which will go away. The option was disabled by default already, so
no portrevision bump.
Original commitRevision:493809 
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, 24 Nov 2018
14:02 kwm search for other commits by this committer
Update gimp to 2.10.8.

* enable SIMD by default.

submitted by:
Original commitRevision:485776 
Sunday, 14 Oct 2018
17:14 kwm search for other commits by this committer
gimp-app:
Depend on glib-networking [2], which is used for https connection.
Fix plist when default-off options are enabled [1].
While here overhaul dependancies.

py-gimp:
Fix a issue with unresolved symbols in the python library, due to incorrect
linking.

PR:		232066 [1], 232047 [2]
Reported by:	bsd@dino.sk [1], rsmith@xs4all.nl [2]
Original commitRevision:482098 
Sunday, 7 Oct 2018
19:10 kwm search for other commits by this committer
Update the gimp suite to 2.10.6.

* add libheif support
* use openjpeg for jpeg2000 support instead of jasper.
Original commitRevision:481477 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Thursday, 24 Aug 2017
13:45 swills search for other commits by this committer
Bump PORTREVISION after recent poppler update
Original commitRevision:448669 
Tuesday, 23 May 2017
19:36 kwm search for other commits by this committer
Update gimp to 2.8.22. (1)

* Move libsoup to the helpbrowser dependancy (2)
* Gimp plugins need kern.ipc.shm_allow_removed=1, which is default for
  11.0-R and newer. Add pkg-message for 10.x (3)
* Move desktop-file-utils so it only applies to the gimp-app port.

PR:		219156 (based on)(1), 214751 (2), 204919 (3), 206097 (3)
Submitted by:	mi@ (1), Christian Heckendorf <heckendorfc@gmail.com> (2)
Original commitRevision:441550 
Saturday, 7 Jan 2017
10:42 olivierd search for other commits by this committer
Chase update of graphics/poppler (and slaves ports) in revision r430777
Original commitRevision:430778 
Monday, 5 Sep 2016
20:02 olivierd search for other commits by this committer
Chase update of Poppler after revision r421386
Original commitRevision:421390 
Friday, 29 Jul 2016
08:38 cmt search for other commits by this committer
Update The Gimp to 2.8.18

PR:		211124
Submitted by:	pkubaj@anongoth.pl
Approved by:	rene (mentor)
Approved by:	maintainer-timeout
MFH:		2016Q3
Security:	6fb8a90f-c9d5-4d14-b940-aed3d63c2edc
Original commitRevision:419233 
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 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Thursday, 24 Mar 2016
15:47 tijl search for other commits by this committer
Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411798 
Thursday, 21 Jan 2016
19:40 kwm search for other commits by this committer
Update poppler to 0.40.0. [1]

Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
Original commitRevision:406872 
Saturday, 9 Jan 2016
14:01 pawel search for other commits by this committer
- Switch to USES=execinfo localbase
- USE options plist substitutions
- Convert to options helpers

PR:		205556
Submitted by:	myself
Approved by:	maintainer timeout
Original commitRevision:405630 
Monday, 23 Nov 2015
21:28 kwm search for other commits by this committer
Update gimp to 2.8.16, 20 years gimp anniversary edition.
Original commitRevision:402331 
Saturday, 22 Aug 2015
17:48 hrs search for other commits by this committer
- Split ghostscript into X11-independent and -dependent parts:

 * print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
Original commitRevision:395047 
Sunday, 2 Aug 2015
16:06 kwm search for other commits by this committer
Update poppler to 0.34.0. [1]

Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
Original commitRevision:393431 
Thursday, 16 Jul 2015
20:53 kwm search for other commits by this committer
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.

Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
Original commitRevision:392322 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Saturday, 28 Mar 2015
16:26 robak search for other commits by this committer
graphics/gimp-app: add CPE information

PR:		198240
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	kwm (blanket)
Original commitRevision:382521 
Wednesday, 25 Mar 2015
20:09 marino search for other commits by this committer
graphics category: Remove $PTHREAD_LIBS

graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
Original commitRevision:382266 
Tuesday, 3 Feb 2015
12:28 kwm search for other commits by this committer
Update poppler to 0.30.0 [1].

Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
Original commitRevision:378348 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Tuesday, 9 Dec 2014
15:04 kwm search for other commits by this committer
Update to 2.8.14.

This fixes a bug in the brush tool [1]
Use new GIMP master site macro.
Drop :keepla from USES=libtool
Remove intltool, libartlgpl2 and gnomehier from USE_GNOME.
  Intlhack already implies intltool, gnomehier is obsolete now that pkg
  handles directories and libartlgpl2 is unused.

PR:		194532 [1]
Submitted by:	Kalten <kalten@gmx.at> [1]
Original commitRevision:374400 
Tuesday, 25 Nov 2014
12:55 makc search for other commits by this committer
Bump PORTREVISION after graphics/poppler update to 0.26.3
Original commitRevision:373404 
Tuesday, 21 Oct 2014
19:38 antoine search for other commits by this committer
Fix duplicate pkgname
||<|2> gimp ||<|2> 2 || gnome@FreeBSD.org || graphics/gimp ||
|| gnome@FreeBSD.org || graphics/py-gimp ||
Original commitRevision:371335 
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 
Sunday, 24 Aug 2014
21:30 tijl search for other commits by this committer
- Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Original commitRevision:366018 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Saturday, 10 May 2014
11:06 tijl search for other commits by this committer
- USES=libtool:keepla tar:bzip2.
- Replace post-install with INSTALL_TARGET=install-strip.
Original commitRevision:353568 
Friday, 11 Apr 2014
16:04 bapt search for other commits by this committer
Chase gegl shlib changes
Original commitRevision:350998 
Friday, 27 Dec 2013
16:54 kwm search for other commits by this committer
Update poppler to 0.24.4.

Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Original commitRevision:337749 
Monday, 2 Dec 2013
21:19 kwm search for other commits by this committer
Update to 2.8.10.

Add upstream patch to fix build with freetype 2.5.1.
Switch to libtool free ltverhack.
Original commitRevision:335541 
Tuesday, 5 Nov 2013
00:42 kwm search for other commits by this committer
Chance to .elif to make sure it works like intended, this fixes a warning
with fmake on 9.x and before [1].
Strangly bmake seems to silently ignore it.

Reported by:	Robert Burmeister <Robert.Burmeister@UToledo.edu>
Original commitRevision:332795 
Monday, 4 Nov 2013
19:26 kwm search for other commits by this committer
Update to 2.8.8.

Switch to lcms2, remove stray desktopfileutils from USE_GNOME,
use libexecinfo from base if it is there else use the port.
Strip unstripped libraries.
Fix portname of graphics/py-gimp, so it doesn't say py-gimp-app.
Original commitRevision:332760 
Friday, 27 Sep 2013
17:25 kwm search for other commits by this committer
Fix runtime of py-gimp, make sure we link to the right libraries so
we don't get unresolved symbols [1].

While here:
Update LIB_DEPENDS to new syntax
USE_GMAKE => USES=gmake
Enable stage support

PR:		ports/182140 [1]
Submitted by:	Chris <bsd-lists@1command.com>
Original commitRevision:328501 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Monday, 24 Jun 2013
18:24 kwm search for other commits by this committer
Update to 2.8.6.

Bug fix and translations update.
Changelog: https://git.gnome.org/browse/gimp/plain/NEWS?h=gimp-2-8

Utilize USES=desktop-file-utils
Original commitRevision:321699 
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 
Tuesday, 23 Apr 2013
10:47 bapt search for other commits by this committer
Convert g* to USES=pkgconfig
Original commitRevision:316343 
Saturday, 16 Mar 2013
17:33 kwm search for other commits by this committer
Now that webkit-gtk2 was updated, reenable the helpbrowser plugin.
Original commitRevision:314378 
Thursday, 14 Mar 2013
08:17 pclin search for other commits by this committer
- graphics/libexif:
  * Update to 0.6.21
  * Add LICENSE
  * Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here

PR:		ports/175910
Approved by:	swills (mentor)
Security:	d881d254-70c6-11e2-862d-080027a5ec9a
Original commitRevision:314141 
Monday, 11 Mar 2013
12:19 kwm search for other commits by this committer
Update to 2.8.4.

Convert to OptionsNG, remove shlib versions, update Makefile header.
Disable helpbrowser for now, need newer webkit.
Use USE_PKGCONFIG and switch to pathfix instead of gnomehack

Requested by many.

Obtained from:	gnome team repo
Original commitRevision:313872 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 26 Mar 2012
12:13 pav search for other commits by this committer
- Fix build of curl plugin

Approved by:    kwm (gnome hat)
Feature safe:   yes
Original commit
Wednesday, 14 Mar 2012
15:26 mezz search for other commits by this committer
Fix the build with clang.

PR:             ports/163519
Submitted by:   Jan Beich <jbeich@tormail.net>
Feature safe:   yes
Original commit
Tuesday, 14 Feb 2012
22:08 kwm search for other commits by this committer
Update to 2.6.12.
Original commit
Tuesday, 22 Nov 2011
08:53 gahr search for other commits by this committer
- Chase graphics/gegl shlib bump

Feature safe:   yes
Original commit
Monday, 31 Oct 2011
09:53 kwm search for other commits by this committer
Update poppler to 0.18.0.

The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:      pav for a exp-runs
                bapt for double checking the libreoffice ports
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
Tuesday, 23 Aug 2011
18:39 kwm search for other commits by this committer
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
Original commit
Wednesday, 29 Jun 2011
16:12 mezz search for other commits by this committer
Fix the dependencies. It doesn't depend on gnome-keyring and gnomeui, because
the gnome-vfs is disabled by default without option provide as we are using
gvfs instead. Tweak the gvfs option, do not use ${HAVE_GNOME:Mgvfs}!="" when
the gvfs is enable by default. If it's disabled then depend on libcurl and
add --without-gvfs flag to disable it corrects. Bump the PORTREVISION.
Original commit
Friday, 4 Mar 2011
02:11 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of libexif
Original commit
Tuesday, 1 Mar 2011
16:26 gahr search for other commits by this committer
- Chase graphics/gegl shlib bump
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 20 Nov 2010
15:37 kwm search for other commits by this committer
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

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

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

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

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:             ports/152255
                ports/143260
                ports/141033
                ports/149629
                ports/150350
                ports/151523
With hat:       gnome@
Original commit
Saturday, 14 Aug 2010
17:48 marcus search for other commits by this committer
Add an explicit dependency on babl.

PR:             149067
Original commit
Saturday, 24 Jul 2010
21:36 marcus search for other commits by this committer
Update to 2.6.10.
Original commit
Thursday, 24 Jun 2010
17:12 mezz search for other commits by this committer
Update to 2.6.9, it has a few of fixes with the up to date GTK+2. Only bugs
fix with no new feature in this release, see here:

        http://developer.gimp.org/NEWS-2.6

PR:             ports/147859
Reported by:    Warren Block <wblock@wonkity.com>
Feature safe:   yes
Original commit
Monday, 31 May 2010
22:52 marcus search for other commits by this committer
Bump PORTREVISION and add USE_GETTEXT where missing.

PR:             147257
Original commit
Monday, 29 Mar 2010
03:51 dinoex search for other commits by this committer
- fix build for png-1.4.1
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
15:22 gahr search for other commits by this committer
- Chase graphics/gegl update
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 19 Dec 2009
22:37 marcus search for other commits by this committer
Update to 2.6.8.
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

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

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
Saturday, 8 Aug 2009
21:29 marcus search for other commits by this committer
Allow SIMD optimizations on amd64 by making sure gimp knows what FreeBSD
calls x86-64.

PR:             137439
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
21:25 marcus search for other commits by this committer
Add optional support for SIMD instructions, and optionalize some of the file
support modules.

PR:             137432
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Friday, 10 Apr 2009
05:56 marcus search for other commits by this committer
Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Original commit
Saturday, 21 Mar 2009
04:52 marcus search for other commits by this committer
Update to 2.6.6, and re-enable the rsvg OPTIONS (default on).
Original commit
Tuesday, 10 Mar 2009
16:37 pav search for other commits by this committer
- Unbreak after gegl update

Pointy hat to:  gahr
Original commit
Tuesday, 24 Feb 2009
01:33 marcus search for other commits by this committer
Update to 2.6.5.
Original commit
Sunday, 11 Jan 2009
17:13 marcus search for other commits by this committer
The SVG plug-in is now the default.
Original commit
Saturday, 10 Jan 2009
05:22 marcus search for other commits by this committer
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:             125857 [1]
                126993 [2]
                130031 [3]
                127399 [4]
                127661 [5]
                124302 [6]
                129570 [7]
                129936
                123790
Original commit
Sunday, 4 Jan 2009
22:14 marcus search for other commits by this committer
Update to 2.6.4.
Original commit
Friday, 5 Dec 2008
23:22 marcus search for other commits by this committer
Update to 2.6.3.
Original commit
Tuesday, 2 Dec 2008
17:40 mezz search for other commits by this committer
Fix a typo of disable gvfs.
Original commit
17:26 mezz search for other commits by this committer
- Disable gvfs for it can uses gnome-vfs by default. By default, if it finds
  gvfs in system then it will use gvfs rather than gnome-vfs. There is a
  problem with gvfs for not able to use URI to fetch image by via HTTP. In
  MarcusCom CVS has newer gvfs that is fixed and will be switch to gvfs by
  default when it merges into FreeBSD ports tree. [1]
- Add iso-codes dependency without provide optional, it only has autocheck.
- Add libgnomeui dependency if it exists, only in GNOMEVFS option.
- Bump the PORTREVISION.

PR:             ports/129023 [1]
Reported by:    Lars Stokholm <lars.stokholm@gmail.com> [1]
Original commit
Tuesday, 4 Nov 2008
05:03 mezz search for other commits by this committer
Correct the webkit in LIB_DEPENDS, webkit-1.0.1 -> WebKitGtk.1. In the
MarcusCom CVS has newer webkit that changed to webkit-1.0.1.

Submitted by:   Jan Henrik Sylvester <me@janh.de>
Original commit
Monday, 3 Nov 2008
20:34 mezz search for other commits by this committer
-Fix the dependency in help browser plugins by add webkit-gtk2. [1]
-Fix the plist when WITHOUT_RSVG and WITHOUT_HELBROWSER are defined. [2]
-Bump the PORTREVISION.

PR:             ports/128201 [2]
Submitted by:   Tobias Rehbein <tobias.rehbein@web.de> [2]
Reported by:    many [1]
Original commit
Monday, 13 Oct 2008
15:36 ahze search for other commits by this committer
Add missing depends on gegl

Reported by     David Wolfskill <david@catwhisker.org>
Original commit
03:35 ahze search for other commits by this committer
Update to 2.6.1
Original commit
Sunday, 31 Aug 2008
15:26 ahze search for other commits by this committer
Update to 2.4.7
Original commit
Monday, 30 Jun 2008
20:16 mezz search for other commits by this committer
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.

x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

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

«  1 | 2 | 3  »