1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

277 Commits

Author SHA1 Message Date
Joe Marcus Clarke
1e74a4277f Allow SIMD optimizations on amd64 by making sure gimp knows what FreeBSD
calls x86-64.

PR:		137439
Submitted by:	Anonymous <swell.k@gmail.com>
2009-08-08 21:29:50 +00:00
Joe Marcus Clarke
71774c7f2e Add optional support for SIMD instructions, and optionalize some of the file
support modules.

PR:		137432
Submitted by:	Anonymous <swell.k@gmail.com>
2009-08-08 21:25:13 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Joe Marcus Clarke
ae52bc8089 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.
2009-04-10 05:56:28 +00:00
Joe Marcus Clarke
702c6d2c5f Update to 2.6.6, and re-enable the rsvg OPTIONS (default on). 2009-03-21 04:52:37 +00:00
Pav Lucistnik
6a1cc723e7 - Unbreak after gegl update
Pointy hat to:	gahr
2009-03-10 16:37:27 +00:00
Joe Marcus Clarke
5e488fa7d8 Update to 2.6.5. 2009-02-24 01:33:06 +00:00
Joe Marcus Clarke
e42c86bdf2 The SVG plug-in is now the default. 2009-01-11 17:13:00 +00:00
Joe Marcus Clarke
610ae56816 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
2009-01-10 05:22:13 +00:00
Joe Marcus Clarke
31b30fd15f Update to 2.6.4. 2009-01-04 22:14:45 +00:00
Joe Marcus Clarke
23428b815f Update to 2.6.3. 2008-12-05 23:22:53 +00:00
Jeremy Messenger
3e89473f36 Fix a typo of disable gvfs. 2008-12-02 17:40:20 +00:00
Jeremy Messenger
a60b10ca13 - 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]
2008-12-02 17:26:56 +00:00
Jeremy Messenger
58fbc8d86f 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>
2008-11-04 05:03:45 +00:00
Jeremy Messenger
88ebe0ab8f -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]
2008-11-03 20:34:17 +00:00
Michael Johnson
41befa2ecc Add missing depends on gegl
Reported by	David Wolfskill <david@catwhisker.org>
2008-10-13 15:36:10 +00:00
Michael Johnson
405688b81f Update to 2.6.1 2008-10-13 03:35:19 +00:00
Michael Johnson
63e688f4b4 Update to 2.4.7 2008-08-31 15:26:11 +00:00
Jeremy Messenger
903b45dfc5 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..
-------------------------------------------------------

graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------

graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------

www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------

Approved by:	portmgr (marcus)
2008-06-30 20:16:22 +00:00
Jeremy Messenger
f2a38ac2b5 Update to 2.4.6. 2008-06-17 03:20:48 +00:00
Edwin Groothuis
a550b67ae0 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)
2008-06-06 14:33:40 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Michael Johnson
2c4c8ca998 Update to 2.4.5 2008-03-02 08:36:09 +00:00
Joe Marcus Clarke
a9aeb1efa4 Update to 2.4.4. 2008-02-09 18:08:05 +00:00
Michael Johnson
d81159457c Update to 2.4.3 2007-12-19 20:06:56 +00:00
Jeremy Messenger
adc3aa8d24 Update to 2.4.2.
Submitted by: ahze
2007-12-12 05:04:16 +00:00
Michael Johnson
522a5b9391 Append to USE_GNOME so py-gimp can define its own USE_GNOME set. 2007-10-27 19:15:09 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Michael Johnson
b022baf12a Update to 2.2.17 2007-07-23 15:45:05 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Michael Johnson
d37dbf00fc Update to 2.2.16 2007-07-08 23:12:26 +00:00
Michael Johnson
8ecd86ecda Fix plist if using python
PR:		ports/110910
Submitted by:	girgen
2007-06-01 12:11:29 +00:00
Michael Johnson
e651fc045a Update to 2.2.15 2007-05-29 16:29:38 +00:00
Pav Lucistnik
4b247a711e - Chase libexif update 2007-05-27 15:25:47 +00:00
Pav Lucistnik
786d2c25ce - Chase libexif update 2007-05-25 12:07:17 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Michael Johnson
e9aefb6dad don't try to remove no locales 2007-04-30 14:00:42 +00:00
Michael Johnson
b9d3b1a186 Update to 2.2.14 2007-04-26 11:01:54 +00:00
Michael Johnson
48915f3a4a Merge gimp-app-devel doc changes to gimp-app 2007-04-22 16:03:39 +00:00
Michael Johnson
c1c2c1cd85 - Fix plist due to DOCSDIR/DATADIR change from PORTNAME change.
Reported by:	pointyhat via kris
2007-04-09 13:36:11 +00:00
Michael Johnson
8ffc20698c - Fix plist (DOCSDIR & DATADIR)
Reported by:	kris via pointyhat
2007-04-07 07:02:33 +00:00
Michael Johnson
17d4f0f931 - Don't use graphics/gimp[-devel] OPTIONS file
PR:		111277
Reported by:	Bartosz Fabianowski
2007-04-06 13:22:21 +00:00
Michael Johnson
2e0990971f Split gimp in to master/slave port
You will need to upgrade via

portmaster -o graphics/gimp-app gimp
portmaster -u grapics/gimp

or

portupgrade -o graphics/gimp-app gimp
portmaster -u grapics/gimp

Repocopied by: marcus
2007-04-04 15:18:50 +00:00
Pav Lucistnik
e50bf70b85 - Fix a startup crash for anyone running non-latin-1 locale
Approved by:	portmgr (marcus)
Obtained from:	GIMP authors
2006-10-22 17:36:11 +00:00
Joe Marcus Clarke
29747f458a 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)
2006-10-14 08:54:54 +00:00
Pav Lucistnik
e774eaca46 - Update to 2.2.13
PR:		ports/102503 (based on)
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
2006-08-25 18:01:29 +00:00
Pav Lucistnik
8430f2111f - Make librsvg dependency optional 2006-06-26 10:39:06 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00