Commit graph

4536 commits

Author SHA1 Message Date
Baptiste Daroussin
f45c675de2 Reconvert USE_ICONV to USES=iconv
While here convert USE_GMAKE to USES=gmake
2013-07-06 22:57:32 +00:00
Jason Helfman
0458432ec0 - convert USE_GMAKE to USES=gmake 2013-07-06 01:22:56 +00:00
Ganael LAPLANCHE
ba7839ff73 - Fix COMMENT
- Rework USE_GNOME and USES

PR:		ports/180255
Submitted by:	bsam
2013-07-05 13:53:33 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Matthias Andree
a57fa375b1 Update to 1.0 RC1. Changes:
<http://www.docear.org/2013/07/03/docear-1-0-rc1-released-with-new-workspace-and-new-ui-ribbons/>
2013-07-04 15:43:03 +00:00
Ganael LAPLANCHE
334ad1a035 - Fix 100% CPU usage at startup [1]
by disabling the grey welcome screen
- Use new Makefile header format
- Use dos2unix

PR:	ports/180127 [1]
Submitted by:	Walter Hurry <walterhurry@gmail.com> [1]
2013-07-04 08:04:22 +00:00
Jason Helfman
d92add59e5 - update to 1.1.0 and bump shared libraries in respective ports
- while here:
  - fix option check in sysutils/cfengine34
  - move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@)
  - restore ABI version in net-mgmt/collectd5
2013-07-02 20:23:00 +00:00
Lars Engels
aad5f9af94 - Fix sound playback
- Bump PORTREVISION
- Whitespace fixes

PR:		ports/180091
Submitted by:	maintainer
2013-07-02 20:10:38 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Guido Falsi
78a46bcef6 - Update to 0.9.37
- Add rc script for calibre-server

PR:		ports/180046
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-07-01 18:34:45 +00:00
David Naylor
38c3a19ed6 Update deskutils/plasma-applet-cwp to 1.8.0.
ChangeLog:
- xml: myforecast.com: update time added
- xml: wetter.com: weather description modified
- xml: gismeteo.com: current weather icon fixed
- xml: accuweather.com (World): possibly wrong temperature fixed
- increased number of possible weather icons
2013-06-29 09:25:14 +00:00
Alex Kozlov
fb01187556 - Update to 1.7.2
PR:	ports/180073
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
2013-06-29 07:07:07 +00:00
William Grzybowski
36c3034428 deskutils/cairo-dock-plugins: update to 3.2.1
- Update to 3.2.1 [1]
- Fix build with clang
- Use space instead of tab for WWW
- USES pkgconfig

Changes: http://glx-dock.org/bg_topic.php?t=6836

PR:		ports/180031
Submitted by:	Ivan Klymenko <fidaj@ukr.net> (maintainer) [1]
2013-06-29 01:04:39 +00:00
William Grzybowski
ecc7994ed9 deskutils/cairo-dock: update to 3.2.1
- Update to 3.2.1 [1]
- Remove ABI version from lib depends [1]
- USES pkgconfig
- Fix build with clang
- Use space instead of tab for WWW

Changes: http://glx-dock.org/bg_topic.php?t=6836

PR:		ports/180032
Submitted by:	Ivan Klymenko <fidaj@ukr.net> (maintainer) [1]
2013-06-28 22:50:37 +00:00
Baptiste Daroussin
de0bc57aa4 Convert to USES=imake 2013-06-28 20:56:05 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Antoine Brodin
63c8ef0dc5 Update dosage to 2.4
Changelog: https://raw.github.com/wummel/dosage/master/doc/changelog.txt
2013-06-25 21:42:56 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
William Grzybowski
ee8ca2ea13 deskutils/egroupware: update to 20130620
- Update to 20130620

Changes: http://www.egroupware.org/changelog

PR:		ports/179842
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-23 11:32:25 +00:00
Raphael Kubo da Costa
b5a60d15d2 Set MASTER_SITES to FreeBSD's mirror.
matt.sixxgate.com currently redirects to a parking site.

PR:		ports/179658
Submitted by:	John Marino <draco@marino.st>
2013-06-22 21:44:24 +00:00
Olivier Duchateau
3f622e8870 - Update to 0.5.6
Announce: http://mail.xfce.org/pipermail/xfce-announce/2013-June/000276.html
2013-06-20 18:38:42 +00:00
Martin Matuska
62bf81a01e Horde package update:
Horde_ActiveSync 2.4.0 -> 2.5.0
Horde_Core 2.5.0 -> 2.6.0
Horde_History 2.0.2 -> 2.1.0
Horde_Icalendar 2.0.5 -> 2.0.6
Horde_Imap_Client 2.11.5 -> 2.11.6
Horde_Injector 2.0.1 -> 2.0.2
Horde_Mime 2.2.1 -> 2.2.2
horde-base 5.1.0 -> 5.1.1
horde-imp 6.1.1 -> 6.1.2
horde-kronolith 4.1.0 -> 4.1.1
2013-06-18 17:55:12 +00:00
Dmitry Marakasov
379598ef7b - Trim Makefile header 2013-06-17 15:27:58 +00:00
Martin Wilke
4e2dcbc158 - Update to 6.2
PR:		179587
Submitted by:	Ports Fury
2013-06-17 15:15:37 +00:00
Florian Smeets
87948edeea - Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout

Approved by:	portmgr (miwi)
2013-06-15 11:10:34 +00:00
Antoine Brodin
3c60356586 - Trim Makefile header
- Add directories missing from pkg-plist
2013-06-13 20:45:23 +00:00
Boris Samorodov
29be82cafc . fix build with clang (CPPFLAGS+=-Wno-return-type);
. LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers;
. remove the indefinite article from COMMENT.
2013-06-13 16:34:20 +00:00
Rene Ladan
a51dd27169 Remove expired port:
2013-06-13 deskutils/contacts: upstream project discontinued for years, upstream sources are gone
2013-06-13 08:16:38 +00:00
Martin Wilke
d97bba8cf6 - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 15:42:29 +00:00
Martin Wilke
639da3c2b6 - don't remove directory not created by the port.
 
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 07:51:52 +00:00
Martin Wilke
7c24512abd - Fix i18 manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 15:19:11 +00:00
Martin Wilke
04594fcef5 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:53:03 +00:00
Martin Wilke
90c21260a4 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:49:04 +00:00
Martin Wilke
9bb133be44 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 03:13:35 +00:00
Bryan Drewery
f914b482f1 Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.

With hat:	portmgr
2013-06-07 22:29:01 +00:00
Martin Wilke
c73f6e3094 - Update to 1.18.2
- Shorten header
- Trim dependency
- Add Portscout
- Trim pkg-plist, remove mtree

PR:		178843
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-06-07 15:39:29 +00:00
Alberto Villa
714914e4f1 - Fix build with Clang. 2013-06-07 11:42:10 +00:00
Bryan Drewery
45700251e8 - Update to 0.9.30
PR:		ports/178486
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-06-05 22:24:16 +00:00
Raphael Kubo da Costa
3d417416bf Apply my upstream patch to fix kdepim4-runtime's build with clang 3.3.
Yes, the patch is to kdepimlibs4, but it should actually fix the build
problems that people were having with kdepim4-runtime and CURRENT's clang.
2013-06-05 22:02:08 +00:00
Bryan Drewery
51f6c32ae5 - Update to 1.8.004.20130531
- Pass maintainership to submitter
- Added option descriptions

PR:		ports/179040
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-06-05 11:44:37 +00:00
Gabor Pali
1cc358c531 - Chase GHC 7.6 update
- Fix COMMENT

Obtained from:	FreeBSD Haskell
2013-06-04 23:27:19 +00:00
Martin Matuska
c7a6a1edd3 Horde suite update to 5.1:
deskutils/horde-groupware: 5.0.5 -> 5.1.0
deskutils/horde-kronolith: 4.0.5 -> 4.1.0
deskutils/horde-mnemo: 4.0.3 -> 4.1.0
deskutils/horde-nag: 4.0.3 -> 4.1.0
mail/horde-imp: 6.0.5 -> 6.1.0
mail/horde-ingo: 3.0.4 -> 3.1.0
mail/horde-turba: 4.0.4 -> 4.1.0
mail/horde-webmail: 5.0.5 -> 5.1.0
www/horde-base: 5.0.5 -> 5.1.0
www/horde-passwd: 5.0.0RC1 -> 5.0.0
2013-06-04 22:54:26 +00:00
Bryan Drewery
5621fa4795 - Rename msynctool-devel to osynctool.
* msynctool development has ceased.
  * The upstream project has renamed to OpenSync
  * Copy msynctool-devel instead of msynctool due to it being much more
    up-to-date and because development has stopped on the former
    project.
- Unbreak
- Update to 0.39
- Pass maintainership to submitter

PR:		ports/179053
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-06-04 18:14:34 +00:00
Florian Smeets
7144facbd7 Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years
Approved by:    ale (maintainer)
2013-06-04 18:01:46 +00:00
Baptiste Daroussin
d4600efa64 Convert to new options framework 2013-06-04 15:13:42 +00:00
Thierry Thomas
d24547ad1a Upgrade to 1.06.
Changelog at <http://pinotdev.blogspot.sg/2013/05/pinot-v106.html>.
2013-06-02 15:45:25 +00:00
Wen Heping
7183c27a5e - Update to 6.5.13 2013-06-01 07:16:13 +00:00
Martin Matuska
edcf27783f Update deskutils/horde-groupware and mail/horde-webmail to 5.0.5 2013-05-30 11:26:41 +00:00
Martin Matuska
297a48ac8a Horde package update:
devel/pear-Horde_Data 2.0.3 -> 2.0.4
devel/pear-Horde_Date 2.0.5 -> 2.0.6
devel/pear-Horde_Itip 2.0.4 -> 2.0.5
devel/pear-Horde_Nls 2.0.2 -> 2.0.3
mail/pear-Horde_Imap_Client 2.10.1 -> 2.11.2
mail/pear-Horde_Mime 2.1.1 -> 2.2.0
mail/pear-Horde_Mime_Viewer 2.0.4 -> 2.0.5
textproc/pear-Horde_Text_Filter 2.1.2 -> 2.1.3
www/pear-Horde_Form 2.0.3 -> 2.0.4

deskutils/horde-kronolith 4.0.4 -> 4.0.5
deskutils/horde-nag 4.0.2 -> 4.0.3
mail/horde-imp 6.0.4 -> 6.0.5
mail/horde-ingo 3.0.3 -> 3.0.4
mail/horde-turba 4.0.3 -> 4.0.4
www/horde-base 5.0.4 -> 5.0.5
www/horde-passwd 5.0.0beta1 -> 5.0.0RC1
2013-05-29 15:02:18 +00:00
Antoine Brodin
a3f1ca63d6 Update dosage to 2.3
Approved by:	eadler, miwi (mentors, implicit)
2013-05-28 19:53:05 +00:00