Commit graph

21 commits

Author SHA1 Message Date
John Marino
b2053786ce 4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
2015-03-24 18:19:23 +00:00
Antoine Brodin
caca546154 Cleanup plist 2014-11-21 23:55:49 +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
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
2014-05-17 16:57:14 +00:00
Dirk Meyer
3ecf291383 - fix build
pkg_create: read_plist: unknown command '@commentshare/locale/cs/LC_MESSAGES/skype4pidgin.mo'
2014-03-31 11:04:50 +00:00
Emanuel Haupt
7103e4b391 Remove trailing whitespaces from category net-im 2014-02-21 13:38:40 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Matthias Andree
ebba1c6c16 Update to r664:
r664	Squash some memory leaks when generating the 'Get Info' screen. Fixes #230
r663	Prevent crash when receiving NULL data from the backend. Seems to happen on X11 when Skype hasn't started yet
r662	Add macports options to the Makefile
r661	Add extra error handling for accounts that disconnect while we're processing a message
r660	Added patch from doktor.yak to fix version detection code on Linux, when setting up the missedchatmessages poll - Fixes issue 225

Convert to staging.
2013-12-14 10:04:52 +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
Matthias Andree
5f3dae0bea Change USE_GETTEXT=yes to USES+=gettext.
Submitted by:	jgh
2013-05-10 09:20:35 +00:00
Matthias Andree
322ca0b090 Roll a newer upstream snapshot from SVN r659 (previous r628).
Changelog: https://code.google.com/p/skype4pidgin/source/list

Clean up Makefile header.

Prepare NLS, but upstream .pot/.po files are woefully out of date.
2013-05-09 22:18:59 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Matthias Andree
c596e49b62 Update to revision 628 to fix a few bugs.
Note that the tarball may be unfetchable for a few hours until
it propagates through the FreeBSD mirrors.

Feature safe: yes
2012-03-29 05:49:52 +00:00
Matthias Andree
fac6e16d31 Commit pending cleanup of MASTER_SITE* vars. 2011-08-25 23:24:50 +00:00
Matthias Andree
b4e9ab0bdd Update to newer SVN snapshot as of 2011-04-08.
(Note the distfile needs time to propagate through the mirrors and may become
available only a few hours after this commit.)

Noteworthy changes:
r612 Fix thread race issues with static PurpleAccount storage.
     Also thanks to skotlex.

r611 Awesome patch from skotlex which fixes crashes, hangs and memory leaks
     in the dbus version of the plugin. Fixes issue #148.

r609 Check and store protocol version and use that to decide how to sent chat
     messages
2011-07-06 23:58:06 +00:00
Ion-Mihai Tetcu
4ab5d8f169 Fix typo in last commit
Submitted by:	bsam@
2011-05-11 16:15:23 +00:00
Ion-Mihai Tetcu
8a3051aad7 Adjust after skype move to net-im/
Submitted by:	postsnap buildbox
Pointyhat to:	itetcu@
2011-05-11 11:42:48 +00:00
Matthias Andree
ec394548aa Update to SVN r608, assorted bug fixes. 2011-02-11 00:06:46 +00:00
Matthias Andree
215977f6ef Update to upstream SVN rev 605, removing patch.
Fix build-tarball Makefile target, adding missing ${DISTFILES}: target.
2010-12-21 23:49:09 +00:00
Matthias Andree
27ea247eb0 Add new port pidgin-skype aka. skype4pidgin.
This is a Skype Plugin for Pidgin/libpurple/Adium. It lets you view and
chat with all your Skype buddies from within Pidgin/Adium. You still
need Skype to be running to be able to use it, but it lets you keep a
consistent user interface and use all the other nifty Pidgin/Adium
plugins with it, like spell-checking or OTR encryption. By Eion Robb.
2010-12-20 13:00:28 +00:00