1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

187 Commits

Author SHA1 Message Date
Tijl Coosemans
2fd54788f8 - Add USES=libtool to textproc/ots and bump dependent ports
- Run libtoolize and other autotools because configure and ltmain.sh
  are out of sync
2014-07-02 20:58:04 +00:00
Dmitry Marakasov
2a6e37b634 - Switch textproc/wv to USES=libtool, drop .la files
- Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed

Approved by:	portmgr blanket
2014-06-23 13:05:18 +00:00
Tijl Coosemans
d40d27aa64 Add some substitutions to ensure that plugins are linked with libabiword
from the work or stage directory instead of a previously installed library.

In pseudo code:
s,PLUGIN_LIBS="$PLUGIN_LIBS -Lsrc -labiword",
  PLUGIN_LIBS="src/libabiword.la $PLUGIN_LIBS",
s,foo_LIBS="$foo_LIBS $PLUGIN_LIBS",
  foo_LIBS="$PLUGIN_LIBS $foo_LIBS",

The initial value of PLUGIN_LIBS may contain -L/usr/local/lib so it would
have to come after -Lsrc, but -Lsrc is not correct when libtool relinks
plugins during staging so use src/libabiword.la and let libtool figure out
what flags are needed.  Secondly, switch around foo_LIBS and PLUGIN_LIBS
because foo_LIBS may contain -L/usr/local/lib.
2014-05-19 13:40:12 +00:00
Tijl Coosemans
7551d00586 Add USES=libtool. 2014-05-17 21:41:42 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Koop Mast
c8d1780413 Fix the build when WP option is enabled. The old libwpg and libwpd where
removed [1]. Update COMMENT, use new LIB_DEPEND syntax, Stageify
USE_GNOME=desktopfileutils -> USES=desktop-file-utils

Pointyhat to:	bapt@ [1]
Obtained from:	gentoo [1]
2013-10-04 14:50:41 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Baptiste Daroussin
3f0ee0e031 Add an explicit dependency on pkgconf 2013-09-02 22:11:23 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Koop Mast
dd046be9d4 Remove MD5's from distinfo *blush*.
Feature safe:	yes
2013-04-17 12:49:24 +00:00
Koop Mast
2ae147928b Update to 2.8.6.
Make sure we build plugins now.
2013-03-25 22:07:11 +00:00
Koop Mast
7ba139b78e Fix patching.
Submitted by:	miwimail
2013-03-22 13:15:47 +00:00
Koop Mast
2a3357182d Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.

Reviewed by:	miwi, bapt
2013-03-19 10:40:22 +00:00
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jeremy Messenger
1feef668bf Fix the build with GCC 4.6.
PR:		ports/161784
Submitted by:	Christian Mangin <cmangin@arobas.net>
Feature safe:	yes
2012-03-14 05:27:18 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Joe Marcus Clarke
030f3c3872 Add more USE_GETTEXT macros, and bump PORTREVISIONs.
Reported by:	amdmi3
2010-06-05 17:15:38 +00:00
Koop Mast
da726eb0da Update to 2.8.4. 2010-05-22 15:01:29 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Joe Marcus Clarke
39d8ab8b6c Chase the goffice 0.8.0 update. 2010-02-14 20:49:18 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Koop Mast
bb704fa95f Fix plist.
Submitted by:	pointyhat (via pav@)
2009-12-05 14:30:33 +00:00
Koop Mast
53f6b6fa0c Register dependancy on librsvg2.
Submitted by:	pointyhat (via pav@)
2009-12-02 14:22:22 +00:00
Joe Marcus Clarke
f76d32b8e8 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
2009-11-28 20:06:37 +00:00
Martin Wilke
743fcfce62 - Chase textproc/wv shlib bump
Noticed by:	kwm
Feature safe:	yes
2009-09-19 22:33:37 +00:00
Joe Marcus Clarke
4d1085d794 Chase the fribidi shared lib bump. 2009-08-22 17:36:57 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Joe Marcus Clarke
64be5c9c60 Merge a patch from Fedora to chaneg the default font from Times Roman
to DejaVu Serif.  This will fix the font corruption issue on machines
which don't have webfonts installed, and still allow us to package
abiword.

PR:		134732
2009-05-23 19:29:24 +00:00
Koop Mast
2be601c47e Update to 2.6.8.
Add upstream patch to fix a issue where abiword wouldn't detect older ms
word mail merge fields. [1]

Requested by:	Michael Camden <camden DOT michael AT gmail DOT com> [1]
Obtained from:	Abiword SVN [1]
2009-03-26 13:34:58 +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
Edwin Groothuis
090059a210 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:17:21 +00:00
Jeremy Messenger
f26619f90d Update to 2.6.3. 2008-05-07 21:31:54 +00:00
Michael Johnson
43b411e1bf Update to 2.6.2 (remove unneeded patch)
Submitted by:	bf <bf2006a@yahoo.com>
2008-04-16 21:31:33 +00:00
Michael Johnson
f8aa226bde Update to 2.6.2 2008-04-16 17:36:00 +00:00
Jeremy Messenger
30d0b53a6b Update to 2.6.0. In the next release 2.6.1 should have fix reduce
dependencies. Do not complain to me for extra dependencies. Anyway, see
release notes:

	http://www.abisource.com/release-notes/2.6.0.phtml

Addition details for abiword-plugins:
	-Remove bz2abw plugins, no longer exists.
	-Add MathView and OpenXML plugins.
	-Add all --disable-* in there in case if they add autocheck.
2008-04-05 16:27:57 +00:00
Joe Marcus Clarke
47c1047a0d Use an explicit (void *)0 instead of NULL to indicate a varargs sentinel.
This fixes the runtime on 64-bit platforms since since C++ treats NULL as
simply 0.

PR:		119127
2007-12-30 23:46:29 +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
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
Tom McLaughlin
aed3cf7928 Chase optional gucharmap dependency after update 2007-03-19 16:06:46 +00:00
Jeremy Messenger
3525612445 Update to 2.4.6, see release notes and changelogs for details:
http://www.abisource.com/release-notes/2.4.6.phtml
	http://www.abisource.com/changelogs/2.4.6.phtml
2006-11-30 20:37:39 +00:00
Martin Wilke
551bcf836c Chase increase of textproc/wv shlib version.
Submitted by:	pointyhat via kris
2006-11-07 08:15:51 +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
Jeremy Messenger
f501dc607e Update to 2.4.5, see release notes and changelog for details:
http://www.abisource.com/release-notes/2.4.5.phtml
	http://www.abisource.com/changelogs/2.4.5.phtml
2006-07-10 22:28:19 +00:00