1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

108 Commits

Author SHA1 Message Date
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Boris Samorodov
47ba7fa2d2 Fix build at 10.x and up (hardcoded -lstdc++):
-----
libtool: link: c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o  .libs/wmf.o   -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libEMF.so -lstdc++ -lpng -lz -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o    -Wl,-soname -Wl,libwmf_filter.so -o .libs/libwmf_filter.so
/usr/bin/ld: cannot find -lstdc++
-----

PR:		ports/184138
Submitted by:	bsam (me)
Approved by:	gnome (maintainer timeout, 2 weeks)
2013-12-07 09:11:54 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Koop Mast
95c193a9f6 Add patch [1] to fix runtime after glib 2.36 update.
While here, add gmake to USES and sort. Use new lib_depends syntax. Change
LIBS to LDFLAGS and remove -lintl since glib-2.0 now supplies that.

Submitted by:	stefanf@ [1]
Obtained from:	upstream via OpenSUSE
2013-08-29 17:48:05 +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
bd58e21138 convert NOPORTDOCS to PORT_OPTIONS:MDOCS
Switch to desktop-file-utils uses.
Remove shlib version.
Fix glib.h header patch so the correct prototype is used, otherwise function
 returns the wrong time [1]
Move pre-configure section to post-patch.

PR:		ports/177462 [1]
PR:		ports/177564 [1]
Submitted by:	AN <andy@neu.net>
		Luiz Eduardo Roncato Cordeiro <cordeiro@cert.br>
Based on:	patch from Golyashov Sergey <svvord@ulona.org> in ports/177462
Feature safe:	yes
2013-04-17 11:25:52 +00:00
Jeremy Messenger
ea33866e96 - Update to 0.97.2. [1]
- Update the header.
- gnomehack -> USES=pathfix
- Remove libgnomeui dependency and always disable it. We want to get rid of
  GNOME2.
- Disable Python support as it doesn't build.
- Update WWW.

PR:		ports/175858 [1]
Submitted by:	Dmitry <dmitry2006@yandex.ru> [1]
2013-03-20 01:52:58 +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
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +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
Alexander Logvinov
cb9be00249 - Update to 0.97.1 2010-02-07 07:57:26 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alexander Logvinov
06741aca65 - Fix build on i386 with libemf installed
- Disable wmf filter build for !i386

PR:		ports/136815
Submitted by:	O. Hartmann <ohartman AT zedat.fu-berlin.de>
Reviewed by:	marcus, mezz (GNOME team)
Approved by:	tabthorpe (mentor)
2009-07-20 15:53:34 +00:00
Joe Marcus Clarke
f1d0d63095 Kwm forgot to commit this patch with the 0.97 update. This will fix the
packaging of the French manpage.  This was in avl's original 0.97 update
diff.
2009-07-10 18:08:32 +00:00
Koop Mast
d8ba16e068 Update to 0.97.
Submitted by:	avl@
2009-07-10 16:35:26 +00:00
Marcelo Araujo
7c806af372 - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
2009-02-02 01:36:16 +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
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
Jeremy Messenger
b61d4f9f3a - Fix the plist when GNOME support disable.
- Ensure it will actually diable GNOME support for real if anyone run
  WITHOUT_GNOME=libgnomeui by add --diable-*

PR:		ports/117503
Reported by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2007-10-25 19:20:04 +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
Joe Marcus Clarke
55b313b6fc Update to 0.96.1. 2007-03-29 16:57:40 +00:00
Joe Marcus Clarke
66deaefefe Update to 0.96. 2007-03-25 19:30:30 +00:00
Joe Marcus Clarke
025b7307c2 Fix the build after the removal of objformat.
Reported by:	pointyhat via kris
2007-02-04 01:50:32 +00:00
Jeremy Messenger
8e6360a5fc -Update to 0.95.1.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Add desktopfileutils dependency and manual run update-desktop-database.
-Remove the locale dirs that aren't in the mtree.

Security:	Format string vulnerabilities
		http://bugzilla.gnome.org/show_bug.cgi?id=342111
2007-01-02 07:43:21 +00:00
Jeremy Messenger
1d6b90a2bd Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.
PR:		ports/101505
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-09-04 23:04:35 +00:00
Joe Marcus Clarke
a9c8f80cb7 Really fix the build by depending on docbook-xsl, and using the installed
docbook stylesheet rather than fetching it via HTTP.
2006-07-10 05:03:21 +00:00
Joe Marcus Clarke
2f4d8e1096 Add a BUILD_DEPENDS on Python. 2006-07-10 02:15:17 +00:00
Joe Marcus Clarke
a250ced4fd Update to 0.95. 2006-06-25 01:59:12 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Marcus Alves Grando
fc8a8aad66 - Security fixes.
- Bump PORTREVISION

Approved by:	gnome (marcus)
Security:	VuXML b5fc63ad-c4c3-11da-9699-00123ffe8333
2006-04-05 17:37:04 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Volker Stolz
186b0436b6 Correct icon's suffix from .png to .xpm
PR:		ports/89279
Submitted by:	Frank Ruell
Approved by:	ahze
2005-11-23 10:23:55 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
6b6d5bba20 Update to 0.94. This represents work by adamw, mezz, and
Tom McLaughlin <tmclaugh@sdf.lonestar.org>.

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-08-20 19:49:01 +00:00
Alexander Nedotsukov
92f8cc057a Cleanup empty directiry installed by dia.
Reported by:	pointyhat
2004-08-17 06:20:30 +00:00
Jeremy Messenger
ac7299d8bf - Add install dia.xpm for the WindowMaker users. [1]
- Correct the version of libtool to 15 and remove lthack to avoid install the
  *.la files.
- Bump PORTREVISION, because of pkg-plist change.

PR:		ports/70289 [1]
Requested by:	David JULIEN <david.julien@gmail.com> [1]
2004-08-17 06:16:50 +00:00
Adam Weinberger
826d701d4c Remove the lthack bits from a configure patch. 2004-07-27 00:07:33 +00:00
Adam Weinberger
96dfca04c7 Use lthack. 2004-07-26 05:05:59 +00:00
Pav Lucistnik
511f9b6099 - Update WWW [1]
- While here, update description and kill attribution

Submitted by:	Kim Jorgensen <kimj@galnet.dk> [1]
2004-07-05 08:37:17 +00:00
Joe Marcus Clarke
78162686c9 One more fix to the help installation in the non-GNOME case.
Reported by:	pointyhat via kris
2004-05-12 02:15:10 +00:00