Commit graph

5202 commits

Author SHA1 Message Date
Steve Wills
856c8cd263 - Stage
PR:		ports/188873
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-23 20:06:18 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Baptiste Daroussin
5bb94a9c00 Support stage 2014-04-22 15:37:24 +00:00
Baptiste Daroussin
738b1d4ef6 Support stage 2014-04-22 15:32:57 +00:00
Baptiste Daroussin
9d67b4ddf0 Convert gtkmm20 to stage
USES=libtool
Chase gtkmm20 shlib number change
2014-04-22 12:11:59 +00:00
Rusmir Dusko
2e5cb8405b - Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
2014-04-21 15:17:39 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +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
John Marino
ca9574e7df Add USE_GNOME+= gnomedocutils to 5 ports
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.

Also reset maintainership of etherape - maintainer gone for more than
one yet now.

Approved by:	portmgr (bdrewery)
2014-04-16 18:19:26 +00:00
Tijl Coosemans
c528884aa7 Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).

gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
2014-04-14 10:30:30 +00:00
Mathieu Arnold
cc30f48479 Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by:	Absolight
2014-04-12 19:23:10 +00:00
Baptiste Daroussin
2c8c6c8970 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-11 12:42:45 +00:00
Baptiste Daroussin
fee62a3486 Remove options for the expired py-nautilus 2014-04-11 12:23:39 +00:00
Baptiste Daroussin
0097717d3c Remove: does not work with newer version of evolution 2014-04-11 11:44:05 +00:00
Baptiste Daroussin
98b2973da2 Stageify libxkalvier
USES libtool
Chase libxklavier shlib change
On all ports depending on libxklavier:
- Support stage
- USES=libtool when possible to reduce overlinking
- Support packaging as a user
2014-04-11 09:55:21 +00:00
Olivier Duchateau
cfede9a211 This daemon is responsible of making the volume up/down and mute keys of the
keyboard work automatically, and uses the Xfce mixer's defined card and track
for chosing which track to act on.

WWW: https://launchpad.net/xfce4-volumed/

PR:		188373
Submitted by:	Sergey V. Dyatko
2014-04-08 18:29:32 +00:00
Rene Ladan
a9eaceffbb - Stage support [1]
- Add missing entries to pkg-plist
- gnomehack -> USES=pathfix
- Bump PORTREVISION

PR:		ports/188232 [1]
Submitted by:	Ivan Klymenko <fidaj@ukr.net> (maintainer)
2014-04-04 20:42:52 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Baptiste Daroussin
3f07fb0b8a Use options helpers 2014-04-04 13:22:14 +00:00
Baptiste Daroussin
05de4f684f Use options helpers 2014-04-04 13:19:55 +00:00
Baptiste Daroussin
9f3268d565 Supprot stage
Use options helpers
2014-04-04 13:18:09 +00:00
Baptiste Daroussin
f455efcb9e Support stage
clean up of the useless dirrmtry
Use options helpers
2014-04-04 13:10:24 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Ganael LAPLANCHE
dd93a36b9d Specify type of BSD license 2014-04-03 06:33:11 +00:00
Guido Falsi
5bcb6a1a02 - Update to 1.30.0
- Convert to USES=tar
- Fix stage orphans

PR:		ports/188160
Submitted by:	me
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-04-02 14:42:34 +00:00
Koop Mast
8f7a63f992 Stagify. 2014-03-31 22:07:21 +00:00
Koop Mast
2624865135 Stagify, remove database option. libgda3 will be removed in the future. 2014-03-31 21:52:35 +00:00
Matthias Andree
f2f10effc6 Upgrade to new upstream release 1.03. Upstream changes:
Enhancements:
- Added a note linking to more information about projects
- Rename PDF files from within Docear changes the file links in BibTeX and your
  mind maps
- Implemented action to remove any links from selected nodes
- Renamed some pdf management actions

Bug fixes:
- Duplicate annotations after manual import via drag & drop
- Manual Update Check did not work
- Fixed NPE in AddOnsController

Miscellaneous changes:
- Added donation note for PDF metadata extraction
2014-03-31 20:29:39 +00:00
Kevin Lo
5614e19f1c Update to 1.3.37 2014-03-31 06:33:54 +00:00
David Naylor
910e206f24 Add missing distinfo for update to deskutils/plasma-applet-cwp (r349266).
Reported by:	swills@
2014-03-26 19:39:41 +00:00
Rusmir Dusko
5b6b22325d - Bump PORTREVISION for fixng GNU/Linux compatibility,
add REINPLACE

PR:		ports/187559
Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-03-26 18:08:31 +00:00
David Naylor
565dfafa92 Update deskutils/plasma-applet-cwp to 1.10.2.
ChangeLog:
- xml: gismeteo.com: city name fixed in some cases
2014-03-26 16:23:26 +00:00
Pawel Pekala
601f35f240 - Fix build with clang
- Add staging support

MFH:		2014Q1
2014-03-26 11:09:06 +00:00
Roman Bogorodskiy
e5535e7c99 - Stage support
- Convert to USES=pathfix from using gnomehack
- Conver to USES=gmake from USE_GMAKE
2014-03-25 16:37:49 +00:00
Mathieu Arnold
a64024d559 Add a patch to have mirall not segfault on startup.
Submitted by:	Tobias Berner
Sponsored by:	Absolight
2014-03-25 16:27:25 +00:00
Mathieu Arnold
301bcff8e2 Update to 1.5.3.
Sponsored by:	Absolight
2014-03-25 13:40:57 +00:00
Pawel Pekala
0910af0c63 - Add staging support
- Use options helpers, update description to current standards
- Convert USE_GMAKE, USE_XZ to USES
2014-03-25 12:30:16 +00:00
Pawel Pekala
ec5af16d0a - Add staging support
- Remove leading article from COMMENT
- Sort pkg-plist
2014-03-25 10:56:30 +00:00
Pawel Pekala
79e819273c Add staging support 2014-03-25 09:40:16 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
David Chisnall
b3f220ed0e Updated systempreferences
Approved by:	bapt (mentor, implicit)
2014-03-24 16:59:37 +00:00
Baptiste Daroussin
a4b573f293 Switch to wx 2.8 2014-03-24 11:46:06 +00:00
Danilo Egea Gondolfo
1cf6d02c52 - Add the new port: deskutils/note
- Pass maintainership to submitter

This is a small console program written in
perl, which allows you to manage notes similar
to programs like "knotes" from commandline.

PR:		ports/187821
Submitted by:	Matthias Fechner <idefix@fechner.net>
2014-03-23 00:52:57 +00:00
Tijl Coosemans
2a411fb2c8 - Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
  (Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.

PR:		ports/186779 [1]
2014-03-19 19:26:59 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Li-Wen Hsu
126fddb802 - Update to 2.4.2
PR:		ports/187619
Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-03-16 17:45:47 +00:00
Tijl Coosemans
a19b165d3b Fix double occurences of USES= 2014-03-14 20:59:20 +00:00
Sunpoet Po-Chuan Hsieh
dc76de019f - Convert to new options helper
- Use USES=shebangfix
- Support STAGEDIR
- Simplify Makefile

Approved by:	portmgr (blanket)
2014-03-14 15:51:39 +00:00
Emanuel Haupt
7aef37f62e Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
Rusmir Dusko
e41c047b24 - Remove TODO from DOCS
- Add pkg-message, information about GNU/Linux

PR:		ports/187559
Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-03-14 01:31:55 +00:00
Rusmir Dusko
f5fa3a9568 - Add DOCS Option
- Break lines around 80 characters
2014-03-12 16:44:52 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Koop Mast
b5456d2191 nautilus will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the ports that are incompatible with the new 3.x version.
2014-03-11 19:33:31 +00:00
Koop Mast
2e6c75cd62 Disable nautilus support, it is incompatible with nautilus 3.x.
Replace manual pkgconfig sed with USES=pathfix.
Stagify.
2014-03-11 19:19:02 +00:00
Martin Matuska
c7606c98cf Horde package update:
Horde_ActiveSync 2.12.4 -> 2.13.0
Horde_Imap_Client 2.18.6 -> 2.19.0
Horde_Mime 2.2.9 -> 2.3.0
Horde_Timezone 1.0.4 -> 1.0.5
gollem 3.0.1 -> 3.0.2
groupware 5.1.3 -> 5.1.4
ingo 3.1.3 -> 3.1.4
kronolith 4.1.4 -> 4.1.5
mnemo 4.1.2 -> 4.1.3
nag 4.1.3 -> 4.1.4
turba 4.1.3 -> 4.1.4
webmail 5.1.3 -> 5.1.4
whups 3.0.0RC1 -> 3.0.0
2014-03-10 23:22:38 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Danilo Egea Gondolfo
54c58cce2a - Update from 1.8.006.20140217 to 1.8.006.20140307 2014-03-09 16:12:57 +00:00
Antoine Brodin
0a39c3032c Unbreak 2014-03-08 16:23:33 +00:00
Rene Ladan
5d077b50ad Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
2014-03-08 09:49:50 +00:00
Baptiste Daroussin
c23ef8bc8b Convert d* to USES=zip 2014-03-07 16:49:09 +00:00
Kevin Lo
cfc6f0bb2a Update to 1.3.36 2014-03-07 14:27:12 +00:00
Antoine Brodin
8bc198637c - Update to 2.13
- Works fine with requests
2014-03-06 18:42:12 +00:00
Rene Ladan
4260becf39 Remove expired ports:
2014-03-05 databases/mysqlard: Abandonware
2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999)
2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player
2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead
2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead
2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
2014-03-06 12:13:54 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Pawel Pekala
bb05329975 - Update to version 5.21.0 [1]
- Fix build with clang [1]
- Remove conditional installation of files

PR:		ports/185144 [1]
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	maintainer timeout
2014-03-03 16:23:00 +00:00
Martin Wilke
d581a7bd38 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:01:06 +00:00
Tijl Coosemans
d59c59cdda Stage support + USES=libtool. 2014-03-01 17:45:11 +00:00
John Marino
5af460d03d deskutils/org-mode.el: Mark jobs unsafe 2014-03-01 07:45:07 +00:00
Frederic Culot
ea7b2fb0d7 - Support staging
- Convert to USES framework
- Update LICENSE (BSD 2-clause)
- Fix erroneous conditional install of manpage (leading to PORTREVISION bump)
2014-02-28 10:11:47 +00:00
Martin Wilke
7073c9c91b - Update to 2.3.1
- Stage support

PR:		175585
Submitted by:	ports fury
2014-02-27 14:07:04 +00:00
Martin Wilke
22df702aa3 - Update to version 1.3.16
PR:		187045
Submitted by:	Ports Fury
2014-02-27 08:52:06 +00:00
Martin Wilke
8bdcd9447a - Remove false DEPRECATED
- Add LICENSE

PR:		187036
Submitted by:	Ports Fury
2014-02-27 08:39:37 +00:00
David Naylor
a0fb182867 Update deskutils/plasma-applet-cwp to 1.10.1.
ChangeLog:
- xml: wetter.com: Current temperature fixed
- xml: openweathermap.org: north wind symbol fixed
       (thanks to wettermeister)
- xml: gismeteo.com: city name fixed in some cases
2014-02-26 06:33:02 +00:00
TAKATSU Tomonari
0cbe65e47c - Repocopy print/py-reportlab to print/py-reportlab1
to preserve version 1.x and to update to 3.0

  print/py-reportlab:
    - Update print/py-reportlab to 3.0 based on print/py-reportlab2
    - Support STAGEDIR
    - Use PYDISTUTILS_AUTOPLIST
      * Remove pkg-plist, accordingly
    - Set CONFLICTS
    - Add PORTSCOUT
    - Replace tab with a single space after WWW: in pkg-descr

  print/py-reportlab1:
    - Support STAGEDIR
    - Add PKGNAMESUFFIX not to duplicate ports with the same name
    - Set CONFLICTS
    - Use PYDISTUTILS_AUTOPLIST
      * Remove pkg-plist, accordingly
    - Make use of PORTDOCS
    - Set OPTIONS_DEFINE explicitly
    - Fix include statement
    - Make docs unconditional to stage
    - Replace tab with a single space after WWW: in pkg-descr

  print/py-reportlab2:
    - Update CONFLICTS
    - Set PORTSCOUT

  dependent ports:
    - Switch dependency from print/py-reportlab to print/py-reportlab1
      * biology/py-biopython
      * deskutils/gourmet
      * deskutils/griffith
      * games/pythonsudoku
      * misc/pdfmap
      * print/py-trml2pdf
      * www/py-satchmo

PR:		ports/186970
Submitted by:	tota (myself)
Approved by:	Muhammad Moinur Rahman (maintainer)
2014-02-25 12:44:10 +00:00
Rusmir Dusko
d7b72c45f8 x11/libfm
- Update to 1.2.0
- Add dependency for textproc/p5-XML-Parser
- ADD USE_XZ=yes
- Add USES desktop-file-utils shared-mime-info
- Add USE_AUTOTOOLS=aclocal automake
- Strip executables and/or libraries
- Add DOCS and Option
- Add MAJORVER, VER and PLIST_SUB
- Change REINPLACE, remove obsolete and libfm-gtk3.pc [1]
- Remove obsolete pre-install
- Added executable and desktop for lxshortcut [1]
- Update WWW

x11-fm/pcmanfm

- Update to 1.2.0
- Remove dependency for x11/startup-notification [1]
- ADD USE_XZ=yes
- Add USES desktop-file-utils pathfix
- Add DEBUG and DOCS Options, add DOCS
- Add patch [1]
- Update WWW

deskutils/lxshortcut

- Add conflict with libfm-1.2.0
- Mark DEPRECATED, set EXPIRATION_DATE

x11/lxde-meta

- Bump PORTREVISION
- Remove dependency for deskutils/lxshortcut

Reported by:<-->Upstream (IRC) [1]
2014-02-23 22:08:03 +00:00
Antoine Brodin
a369a273a8 Chase beep-multimedia-player deprecation/expiration 2014-02-23 21:33:04 +00:00
Olivier Duchateau
26027b14e3 - Update to 0.1.30
- Add LICENSE
- Remove unneeded patch
2014-02-23 12:43:03 +00:00
Antoine Brodin
a754603d11 Fix packaging
Reported by:	pkg-fallout since november 2013
2014-02-22 15:33:27 +00:00
Emanuel Haupt
7f58dfe7c3 Remove trailing whitespaces from category deskutils 2014-02-21 13:36:03 +00:00
Max Brazhnikov
c462c8607d - Fix plist after recent KDE SC update 2014-02-20 11:52:08 +00:00
Danilo Egea Gondolfo
e3cee949f1 - Update from 1.8.005.20131007 to 1.8.006.20140217
- Use options helpers
2014-02-19 16:34:02 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
5b97d08fc9 - Remove old deskutils/kdepim44 and deskutils/kdepim44-runtime, they
conflict with new kdepimlibs from KDE SC 4.12
2014-02-18 14:27:39 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Emanuel Haupt
fcdd2c9fbd Support staging 2014-02-18 08:30:23 +00:00
Mark Felder
d67de138a9 Change to COPYTREE_SHARE per danfe
Give back to the pool; I merely demoed this at work and I do not have
an active environment where I can test it. It also may be a few versions
behind.
2014-02-17 16:12:27 +00:00
Pietro Cerutti
4ac8cfecbc - Update to 3.1.13
- Convert to USES=tk
- Fix bug
  http://lists.roaringpenguin.com/pipermail/remind-fans/2014/003008.html

Approved by:	maintainer
2014-02-17 14:36:45 +00:00
Pietro Cerutti
e63a05e871 - STAGE-clean
- Convert to USES=tk
2014-02-17 14:03:17 +00:00
Martin Wilke
71cd239671 - Remove PHP4 reference in IGNORE_WITH_PHP 2014-02-14 17:16:19 +00:00
Tijl Coosemans
d8dbc9f703 Always use iconv from libc when available even when libiconv is installed.
PR:		ports/186704
Approved by:	kde (makc)
2014-02-13 19:44:33 +00:00
Antoine Brodin
1995e7d346 Stage support 2014-02-11 19:07:50 +00:00
Antoine Brodin
56128d3cf7 Stage support 2014-02-11 18:48:54 +00:00
Guido Falsi
4f1604c79c - Update to 1.23.0
PR:		ports/186609
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-02-11 16:44:11 +00:00
Frederic Culot
d097c93502 - Update to 1.1.31 [1]
- Support staging
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/186494 [1]
Submitted by:	Stuart Barkley <stuartb@4gh.net>
2014-02-11 08:02:03 +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
Antoine Brodin
3fe43bdaef - Fix a stage symlink
- Allow packaging as a regular user
2014-02-09 15:57:17 +00:00
Antoine Brodin
f669acea30 Finish stage support 2014-02-09 11:50:46 +00:00
Raphael Kubo da Costa
b6143404a1 - Add OPTIONS_SUB=yes for the plist substitutions (and thus make package) to
work.
- Remove .desktop entry from the plist, as it is added automatically by
  DESKTOP_ENTRIES in the Makefile.

MFH:		2014Q1
2014-02-08 20:13:10 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Martin Wilke
b120706a3d - Update to 1.3.15
- Stage support

PR:		186422
Submitted by:	ports fury
2014-02-07 12:53:12 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Kevin Lo
452acae18c Update to 1.3.35 2014-02-07 08:34:43 +00:00
John Marino
faa5fb1654 deskutils/ithought: Add dragonfly support to configure script 2014-02-05 23:28:59 +00:00
John Marino
187ce38235 deskutils/launchy: explicitly link libX11 (taken from dports) 2014-02-05 23:26:55 +00:00
Lars Engels
934f74e518 Fix several typos in the ports tree.
PR:		ports/176378
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2014-02-04 20:09:29 +00:00
Pietro Cerutti
fa9cee041b - Update to 2.6.2
- STAGE-clean
2014-02-04 09:43:09 +00:00
Martin Wilke
2ca4195def - Stage support
- Convert to USES
2014-02-03 13:57:46 +00:00
Martin Wilke
2e95bf0cd1 - Stage support 2014-02-03 13:40:25 +00:00
Martin Wilke
2aa69d3577 - Stage support 2014-02-03 13:40:08 +00:00
Martin Wilke
9b452801b4 - Stage support 2014-02-03 13:39:17 +00:00
Rene Ladan
f8340f24c1 Remove expired ports:
2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer
2013-12-31 misc/libmcal: No more used and development discontinued
2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4
2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr
2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal
2014-02-01 deskutils/mcal: Depends on expired misc/libmcal
2014-02-01 sysutils/relpath: unfetchable distfiles
2014-02-01 sysutils/decomment: unfetchable distfiles
2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
2014-02-03 11:37:02 +00:00
Martin Wilke
6b3deca90b - Stage support 2014-02-03 11:11:50 +00:00
Antoine Brodin
10043d96f2 - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-02-02 17:15:01 +00:00
Antoine Brodin
9fc819abad Stage support 2014-02-02 17:06:21 +00:00
Antoine Brodin
1bc7dd6bc1 Stage support 2014-02-02 16:52:34 +00:00
Antoine Brodin
7f0de4322c Stage support 2014-02-02 16:38:22 +00:00
Antoine Brodin
dcbd60b39b Stage support 2014-02-02 16:15:24 +00:00
Antoine Brodin
0f527e12a4 Stage support 2014-02-02 16:08:53 +00:00
Martin Wilke
71e4972bb7 - Stage support 2014-02-02 16:04:41 +00:00
Martin Wilke
e15d25a48c - Stage support 2014-02-02 14:57:32 +00:00
Antoine Brodin
fb1a81fde2 Stage support 2014-02-02 14:04:43 +00:00
Antoine Brodin
6a132239b5 Stage support 2014-02-02 13:47:56 +00:00
Antoine Brodin
90729ae232 - Stage support
- Convert to OPTIONS and OPTIONS helpers
2014-02-02 13:32:48 +00:00
Antoine Brodin
0fd81ba7c7 Stage support 2014-02-02 13:26:12 +00:00
Antoine Brodin
1dc5130059 - Stage support
- Use OPTIONS helpers
- The desktop file doesn't define any mime type
2014-02-02 13:10:39 +00:00
Antoine Brodin
bc49c9b50a Stage support 2014-02-02 13:01:24 +00:00
Antoine Brodin
f992536191 Stage support 2014-02-02 12:43:42 +00:00
Antoine Brodin
5ac3ed7733 Stage support 2014-02-02 12:36:36 +00:00
Antoine Brodin
89a2e755fa Stage support 2014-02-02 12:27:07 +00:00
Antoine Brodin
f46b217ce3 Stage support 2014-02-02 12:13:06 +00:00
Antoine Brodin
dbc6e916f4 Stage support 2014-02-02 11:37:14 +00:00
Antoine Brodin
b80ea0dc05 Stage support 2014-02-02 00:17:35 +00:00
Antoine Brodin
41c2da81f6 Stage support 2014-02-02 00:02:52 +00:00
Antoine Brodin
675b186604 - Stage support
- Use OPTIONS helpers
2014-02-01 23:59:50 +00:00
Antoine Brodin
109e237236 Stage support 2014-02-01 23:46:57 +00:00
Antoine Brodin
350f182b7d Stage support 2014-02-01 23:45:35 +00:00
Antoine Brodin
eaee559a93 Stage support 2014-02-01 23:44:09 +00:00
Antoine Brodin
922255dfe7 Stage support 2014-02-01 23:41:51 +00:00
Antoine Brodin
ca9e3703cd Stage support 2014-02-01 23:33:53 +00:00
Martin Wilke
42df9a54a3 - Stage support
- Convert to USES
2014-02-01 16:16:16 +00:00
Martin Wilke
0b7cb9c39c - Stage support 2014-02-01 15:33:41 +00:00
Max Brazhnikov
d7ba8fc7c1 Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
2014-02-01 12:17:42 +00:00
Rusmir Dusko
f8f630c189 - Update to 1.19.10
- Add USES shebangfix and SHEBANG_FILES
- Strip libraries
2014-02-01 03:20:21 +00:00
Carlo Strub
3dc25b6fe0 Back to pool 2014-01-30 23:15:35 +00:00
Guido Falsi
1b9b990e83 - Update to 1.21.0
PR:		ports/186267
Submitted by:	Me
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-01-30 22:03:16 +00:00
Antoine Brodin
498cc7d348 Stage support 2014-01-30 20:49:13 +00:00
Max Brazhnikov
4a3753a683 Deprecate deskutils/kdepim44* ports 2014-01-30 20:46:40 +00:00
Antoine Brodin
51976afda9 Stage support 2014-01-30 19:55:06 +00:00
Antoine Brodin
9738e2a3ea Stage support 2014-01-30 19:51:54 +00:00
Antoine Brodin
e2c4f43a7f Stage support 2014-01-30 19:40:44 +00:00
Antoine Brodin
765e3d7e52 Stage support 2014-01-30 19:37:03 +00:00
Antoine Brodin
b8689d95f0 Stage support 2014-01-30 19:32:23 +00:00
Antoine Brodin
f84a8cef42 - Stage support
- Fix LIB_DEPENDS
2014-01-30 19:26:05 +00:00
Antoine Brodin
24d9f03801 Stage support 2014-01-30 19:14:54 +00:00
Antoine Brodin
32c857ff1c Stage support 2014-01-30 19:11:04 +00:00
Antoine Brodin
c3f86c2441 Stage support 2014-01-30 18:58:26 +00:00
Antoine Brodin
61ebd49b3f Stage support 2014-01-30 18:50:14 +00:00
Antoine Brodin
e818102e94 Stage support 2014-01-30 18:12:19 +00:00
Antoine Brodin
8dd7c9a133 Stage support 2014-01-30 18:11:14 +00:00
Antoine Brodin
5906fe9f8e Stage support 2014-01-30 18:10:28 +00:00
Antoine Brodin
01181ffbfa Stage support 2014-01-30 18:09:14 +00:00
Andrej Zverev
3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00
Pawel Pekala
f90ced7dc8 - Remove option for ispell spell checking, now deprecated [1]
- Add DOCS option to config menu
- Revise DESKTOP_ENTRIES
- Fix staging support, use install.py -b option to set
  STAGEDIR correctly, otherwise it leaks to compiled
  code and scripts

Submitted by:	bapt [1]
2014-01-28 23:50:29 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Martin Wilke
65db2666d3 - Stage support 2014-01-27 13:17:56 +00:00
Martin Wilke
2c6224dbbc - Stage support 2014-01-27 13:17:21 +00:00
Kubilay Kocak
8942de43ff Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.

Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.

PR:		ports/185631
2014-01-27 12:14:09 +00:00
David Naylor
6e73756738 Update deskutils/plasma-applet-cwp to 1.10.0.
ChangeLog:
- weather information is stored on disk each time updates are downloaded
- xml: weather.com: current weather description fixed
2014-01-26 17:34:06 +00:00
Antoine Brodin
a378805d2b - Fix LIB_DEPENDS syntax
While here:
- Remove USE_GCC=any, it builds and runs fine with clang (tested on 10-amd64)
- Add stage support
2014-01-26 13:48:06 +00:00
Antoine Brodin
7e37c2269b Update to 2.12 2014-01-25 12:58:29 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Ruslan Makhmatkhanov
06ea3ad752 - use options helpers, add NLS to available options list
- add stage support
2014-01-21 12:06:04 +00:00
Ruslan Makhmatkhanov
a565499c9c - add stage support
- rename options EVO and THUNDER to EVOLUTION and THUNDERBIRD
- convert to options helpers and add NLS to available options list
- turn off EVOLUTION option by default for those who just using this app with
  simple csv-file
- drop dependency on desktop-file-utils, since .desktop file defines
  no mime-types
- bump PORTREVISION
2014-01-18 18:49:16 +00:00
Antoine Brodin
adac2a3665 Update to 2.11 2014-01-16 17:16:10 +00:00
Pietro Cerutti
75748cc79e - New port: deskutils/taskd
The taskd server provides a multi-user, multi-client repository for
taskwarrior (deskutils/taskwarrior) 2.3.0 (and later) and any other
clients. It runs continuously as a daemon process, and provides several
services, primarily the synchronization of tasks between the clients.
2014-01-16 09:08:55 +00:00
Pietro Cerutti
959bccee28 - Update to 2.3.0 [http://taskwarrior.org/news/185]
- Add LICENSE
- Enhance COMMENT
- Depend on GnuTLS, necessary for the communication with the task server
2014-01-16 09:07:09 +00:00
Baptiste Daroussin
adc521b29a Reduce over inclusion of bsd.port.mk
Use options helpers
2014-01-15 23:55:57 +00:00
Baptiste Daroussin
f908b0af64 Reduce over inclusion of bsd.port.mk 2014-01-15 23:52:25 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Koop Mast
c10de79b1a Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify.
2014-01-12 19:48:11 +00:00
Thomas Abthorpe
6d3bc4d922 - Reassign to the heap due to mail bounces 2014-01-10 03:14:45 +00:00
Mathieu Arnold
ce90c81229 Add new patch to fix build on 10+
Regen old patch.
2014-01-09 18:54:47 +00:00
Mathieu Arnold
76c65ce715 Rework config file installation without a patch. 2014-01-08 22:29:59 +00:00
Mathieu Arnold
dd3140f448 Update to 1.5.0. 2014-01-08 21:53:50 +00:00
Pietro Cerutti
885a3fc5c1 - STAGE-clean
- USES=shebangfix
2014-01-08 10:11:55 +00:00
Antoine Brodin
373442f822 Update to 2.10 2014-01-07 21:34:27 +00:00
Dima Panov
d1169b184f - Support staging 2014-01-07 09:46:29 +00:00
Max Brazhnikov
58c79220ca - Add explicit dependence on Qt 4 components
PR:		ports/185101
Approved by:	general blanket approval
2014-01-06 16:24:22 +00:00
Rene Ladan
855ee7985c Schedule for removal on 2014-02-01, depends on expired misc/libmcal
PR:		ports/185364
Submitted by:	rene
Obtained from:	maintainer (thierry@)
2014-01-05 16:31:56 +00:00
Rene Ladan
f1c82c33c6 Schedule for removal on 2014-02-01, depends on expired misc/libmcal
PR:		ports/185365
Submitted by:	rene
Approved by:	maintainer (thierry@)
2014-01-05 16:30:31 +00:00
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Antoine Brodin
efcabcf699 - Fix packaging of examples after move to PYDISTUTILS_AUTOPLIST
- Add missing OPTIONS_DEFINE
2014-01-04 13:14:13 +00:00
Baptiste Daroussin
db9b6834d9 Part 3 at removing now useless FETCH_ARGS redifition 2014-01-03 01:53:21 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Danilo Egea Gondolfo
257c99acc6 - Fix pkg-plist 2014-01-02 19:41:57 +00:00
Rusmir Dusko
4326acdf4c - Update to 1.1.7,1
- Pass maintainership to submitter
- Remove leading article from COMMENT
- Add license (GPLv3)
- Add dependency for textproc/p5-XML-Parser
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS
- Add DOCS and NLS Options
- Simplify Option handling
- Remove obsolete REINPLACE_CMD
- Use REINPLACE_CMD instead of simple patches
- Add patch, fix start in FreeBSD (add g_mutex_trylock)

Approved by:	pawel / wg (mentors, implicit)
2013-12-31 15:13:19 +00:00
Antoine Brodin
3a4b4ea60b Stage support 2013-12-31 13:17:05 +00:00
Antoine Brodin
f56179419a Stage support, uses gmake 2013-12-31 13:10:24 +00:00
Rene Ladan
0fd2d67e73 Revert previous removal, nemysis@ will take care of this port.
Requested by:	nemysis
2013-12-31 12:55:17 +00:00
Rene Ladan
513cdd0477 Remove deskutils/parcellite: Broken, consider using deskutils/clipit instead. 2013-12-31 11:52:41 +00:00
Matthias Andree
126807c75e Upgrade to new upstream release 1.02.
Changelog: http://www.docear.org/software/history-changelog/
2013-12-30 23:54:38 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Johan van Selst
a5953c0017 - Enable stage support
- Fix perl shebang path
- Bump PORTREVISION
2013-12-28 21:33:14 +00:00
David Naylor
1dffe750ae Update deskutils/plasma-applet-cwp to 1.9.1.
ChangeLog:
 - xml: gismeteo.com: location fixed for some locations
2013-12-28 09:35:40 +00:00
Koop Mast
2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +00:00
Philippe Audeoud
288c4623f6 - Support stage and options 2013-12-27 09:54:22 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Antoine Brodin
d94d1af223 - Fix build
- Do not reinplace binary files (*.wav, *.jpg...)
- Stage support

PR:		ports/184944
Submitted by:	Ivan Klymenko (maintainer)
2013-12-24 09:30:23 +00:00
Ruslan Makhmatkhanov
d6284574c5 - update to 1.9.2
- remove indefinite article from COMMENT
- add LICENSE (GPLv2)
- limit python branch to 2 only (print)
- use PYDISTUTILS_AUTOPLIST
- support staging

PR:		182244
Submitted by:	Gordon Campbell <seawolf@marinewolf.net> (maintainer)
2013-12-23 19:33:52 +00:00
Antoine Brodin
366510ef3d Fix LIB_DEPENDS 2013-12-23 17:46:58 +00:00
Ruslan Makhmatkhanov
6d8b59582f - update to 0.3.1
- remove py-configobj dependency (it's now using standard ConfigParser)
- utilize shebangfix
- support staging
- use options helper

changelog:
https://launchpad.net/gtg/+announcement/12191
2013-12-23 08:53:45 +00:00
Antoine Brodin
7b30a4a392 Update to 2.9 2013-12-22 20:30:12 +00:00
Rene Ladan
6af0992cc8 Remove expired ports:
2013-12-22 deskutils/libopensync-plugin-python-devel: Broken for more than 6 month
deskutils/libopensync-plugin-synce-devel: Unmaintained, depends on expired deskutils/libopensync-plugin-python-devel
2013-12-22 17:24:57 +00:00
Danilo Egea Gondolfo
a05e0dfc10 - Update from 0.36 to 0.39
- Remove BROKEN
- Take maintainership
- Add stage support
2013-12-21 15:32:28 +00:00
Pawel Pekala
e84b487db1 - Fix build with clang
- Add LICENSE
- Define OPTIONS, use options subs and helpers
- Support staging

PR:		ports/184889
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 21:48:14 +00:00
Rusmir Dusko
abc1625d96 - Bump PORTREVISION for dependency change
- Add dependency for textproc/p5-XML-Parser
- Change desktop entry
- Break lines around 80 characters

Approved by:	pawel / wg (mentors, implicit)
2013-12-20 13:36:07 +00:00
Kevin Lo
42eb1711b2 Update to 1.3.34 2013-12-20 03:28:22 +00:00
Frederic Culot
01cd228ca4 - Update to 1.8.0
Changes:	http://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/view/head:/CHANGELOG
PR:		ports/184734
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
2013-12-18 09:18:27 +00:00
Jason Helfman
cee0c06ddd - update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed

Changes:	http://libvirt.org/news.html
2013-12-17 23:54:04 +00:00
Rusmir Dusko
78c21ecb2c - Change maintainer email to @FreeBSD.org
- Add license (GPLv2)
- Support STAGEDIR
- Add DOCS Option

Approved by:	pawel / wg (mentors, implicit)
2013-12-17 08:08:59 +00:00
Dmitry Marakasov
ea3629c01a - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Marcus von Appen
463c5275f4 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 14:57:24 +00:00
Baptiste Daroussin
b96584358e All recent compiler build it
While here support stage
2013-12-13 15:03:31 +00:00
Rusmir Dusko
d29eae27f3 - Update to 1.19.9
- Add dependencies for libxslt, antiword, catdoc, libwpd, unrtf, unrar
- Add CHM, DJVU, KONQUEROR, LATEX, IMAGE, PDF, PS and SOUND Options
- Add IMAGE, PDF, PS and SOUND to default Options
- Fix staging, change REINPLACE_CMD

Approved by:	pawel / wg (mentors, implicit)
2013-12-13 00:43:26 +00:00
Eitan Adler
cc10233f13 deskutils/xmdiary: sync legal
Minor textual nit to make LEGAL and the port identical.

Approved by:	portmgr (implicit)
2013-12-12 05:13:52 +00:00
Baptiste Daroussin
0d0c38abda In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
2013-12-11 18:28:10 +00:00
Olivier Duchateau
8e6dbf0699 - Update to 4.10.0
- Rewrite COMMENT
- Add license blob
- Remove DBUS option and switch to LIB_DEPENDS. DBus is needed in most
core components of Xfce
- Rewrite libical description (name follows the RFC5545)
- Remove unneeded patch
2013-12-09 20:30:09 +00:00
Antoine Brodin
669a95baae - Update to 2.8
- Use PYDISTUTILS_AUTOPLIST
2013-12-09 19:29:40 +00:00
Mathieu Arnold
675f86a999 Move to compiler:c++11-lang. 2013-12-09 15:58:11 +00:00
Matthias Andree
f83ecaf20c Also upgrade distinfo for 1.0.1, was missing from r335914. 2013-12-08 19:24:42 +00:00
Matthias Andree
a8e0246f96 Upgrade to 1.0.1 stable.
Changes:
<http://www.docear.org/software/history-changelog/>
2013-12-08 17:35:24 +00:00
Marcus von Appen
2e6161aa6f - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:13:51 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Koop Mast
3dc28c5ec1 Unbreak build.
Stageify, use new LIB_DEPEND syntax. switch from options framework for docs
2013-12-06 16:32:34 +00:00
Baptiste Daroussin
3387531ba6 Mark as broken: fails to configure:
CMake Error at cmake/modules/FindPkgConfig.cmake:350 (message):
  None of the required 'opensync-1.0>=0.36' found
Call Stack (most recent call first):
  cmake/modules/FindOpenSync.cmake:26 (PKG_SEARCH_MODULE)
  CMakeLists.txt:10 (FIND_PACKAGE)
2013-12-06 11:58:11 +00:00
Sunpoet Po-Chuan Hsieh
4f4f4d72b1 - Respect rubygems naming: rename deskutils/taskjuggler to deskutils/rubygem-taskjuggler
- Update to 3.5.0
- Remove leading indefinite article from COMMENT
- Use PLIST_FILES instead of PLIST
- Remove outdated RUBY_VER check

Changes:	http://www.taskjuggler.org/tj3/doc/CHANGELOG.html
2013-12-05 20:29:18 +00:00
Guido Falsi
bcabd79d96 - Update to 1.13.0
PR:		ports/184472
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-12-04 00:56:26 +00:00
Tijl Coosemans
fa8d0e0266 - Remove USE_GCC and fix build with clang.
- Replace nomalloc script with REINPLACE_CMD.
- Remove noextradepend script.  It is no longer needed.

PR:		ports/181820
Approved by:	maintainer timeout (3 months)
2013-12-03 19:12:34 +00:00
Koop Mast
c676891cce Update to 1.6.1. 2013-12-03 10:56:52 +00:00
Ganael LAPLANCHE
2f92a0b681 Convert my ports from using USE_DOS2UNIX to USES=dos2unix 2013-12-03 08:34:29 +00:00
Guido Falsi
38f9c10de1 - Update to 1.12.0
- Convert to staging

PR:		ports/183808, ports/184174, ports/184182
Submitted by:	"W.Scholten" <w-info2@xs4all.nl>,
		Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer),
		Andrea Magliano <masterblaster@tiscali.it>
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-12-01 21:29:23 +00:00
Mikhail Teterin
80399d5d1a Use `patch -p0'' instead of `patch -p'' -- the latter invocation
is not working on -current for some reason and pkg-fallout is
unhappy.

Submitted by:	pkg-fallout@
2013-12-01 18:22:50 +00:00
Max Brazhnikov
c43a5ea778 - Run LRELEASE at configure stage, when build dependencies are already
present. This fixes regression introduced with my previous commit.
- While I'm here update USE_QT4 components to reflect actual demands.
2013-12-01 17:53:13 +00:00
Thierry Thomas
71c8a0aee7 - Fix on -CURRENT
- Fix shebang

- Stagify
2013-12-01 15:36:26 +00:00
Rene Ladan
39edf56f09 Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
2013-12-01 00:37:20 +00:00
Max Brazhnikov
6a5afd5986 - Fix build after my previous commit
Reported by:	pkg-fallout
2013-11-28 17:49:59 +00:00
Rusmir Dusko
d959829a25 - Update to 1.1
- Change CATEGORIES deskutils to emulators
- Adjust patches
- Change pkg-message

Approved by:	pawel (mentor)
2013-11-26 22:32:54 +00:00