Commit graph

73 commits

Author SHA1 Message Date
Tobias Kortkamp
5422d2a79c Do not set SHEBANG_FILES twice 2019-01-08 13:13:50 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Kurt Jaeger
19407d3f5b net-im/telepathy-gabble: add shebangfix, and some dependencies
PR:		218828
Submitted by:	Matthew Rezny <rezny@freebsd.org>
2018-01-12 15:48:12 +00:00
Tobias C. Berner
fcc1c8b47d Fix shebangs
Reviewed by:		mat
Approved by:		mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10527
2017-05-04 05:25:16 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Dima Panov
e5059562fb Limit net-im/*telepathy* components to use python2 only as it hardcoded in src
PR:		215672
Submitted by:	myself
Approved by:	gnome (kwm via irc)
2017-02-09 05:25:59 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Baptiste Daroussin
af90420500 Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird 2016-01-10 16:31:33 +00:00
Koop Mast
9c7c263df7 The telepathy-gabble-xmpp-console tool needs gtksourceview3 introspection
support to work.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2015-10-04 10:08:43 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Marcus von Appen
f850cf2ff0 - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:29:51 +00:00
John Marino
15dccb3a0d Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 10:09:19 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Koop Mast
573befa14f Fix packaging with poudriere in strict (-t) mode.
Don't list man pages twice.
2014-06-05 18:56:20 +00:00
Koop Mast
e2be863d04 Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
2014-06-01 12:23:08 +00:00
Martin Wilke
767209f72f - Stage support 2014-06-01 10:22:30 +00:00
Martin Wilke
b1f356260c - Convert gmake,bzip2,xz to USES
Approved by:	portmgr
2014-05-26 14:54:10 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Koop Mast
218db049e2 Update to 0.16.6.
Obtained from:	GNOME dev repo
Security:	CVE-2013-1431
2013-06-05 09:02:46 +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
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Koop Mast
f7d2c3ea3e Fix build on FreeBSD 10 2011-10-29 22:53:25 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +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
Koop Mast
3841e57033 Fix the build by removing -Werror. libgcrypt 1.5.0 put #warnings in depricated
functions.

Submitted by:	pointyhat (via pav)
2011-07-07 07:03:09 +00:00
Koop Mast
3680f27ebf 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@
2010-11-20 15:37:08 +00:00
Joe Marcus Clarke
3444cb1e02 Update to 0.8.14. 2010-09-05 18:41:18 +00:00
Joe Marcus Clarke
9178a958d2 Update to 0.8.13. 2010-05-22 07:25:23 +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
21e512144e Update to 0.8.12. 2010-03-20 21:45:05 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Joe Marcus Clarke
9f408d5578 Update to 0.8.3. 2009-09-12 17:40:42 +00:00
Joe Marcus Clarke
511be69c16 Update to 0.8.2. 2009-09-07 19:10:55 +00:00
Joe Marcus Clarke
ff29d832b4 Update to 0.8.1. 2009-08-22 05:15:56 +00:00
Michael Johnson
e63a9b4452 Update to 0.7.32 2009-08-15 17:07:08 +00:00
Joe Marcus Clarke
9373e52e2f Update to 0.7.31. 2009-07-26 22:59:09 +00:00
Joe Marcus Clarke
bbfdefd837 Update to 0.7.30. 2009-07-05 18:44:43 +00:00
Joe Marcus Clarke
6bca03dae3 Update to 0.7.29. 2009-06-21 03:50:11 +00:00
Joe Marcus Clarke
fdc1667c74 Update to 0.7.28. 2009-06-03 04:30:26 +00:00
Joe Marcus Clarke
338a92d904 Update to 0.7.27. 2009-05-17 05:18:18 +00:00
Joe Marcus Clarke
f9ca29190a Update to 0.7.26. 2009-04-12 07:00:47 +00:00
Joe Marcus Clarke
28df38a239 Update to 0.7.25. 2009-04-06 05:54:01 +00:00
Joe Marcus Clarke
c7330f39d7 Update to 0.7.24. 2009-03-28 03:27:21 +00:00
Joe Marcus Clarke
d0a3931e56 Bump PORTREVISION for libsoup dependency. 2009-03-21 17:34:16 +00:00
Joe Marcus Clarke
fb4529c6ae Correct libsoup dependency. 2009-03-21 17:33:58 +00:00
Koop Mast
0f9548e312 Correct previous commit. Depend on libsoup the right way. 2009-03-21 15:44:10 +00:00
Koop Mast
13fd3cefd3 Fix the build by depending on libsoup.
Reported by:	QA tindy
2009-03-21 10:54:14 +00:00
Joe Marcus Clarke
af8c269e34 Update to 0.7.23. 2009-03-21 05:05:42 +00:00