1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

3220 Commits

Author SHA1 Message Date
Adam Weinberger
95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00
Dmitry Marakasov
5ed519cc02 - Switch to USES=libtool
- Fix build on 10.x

Approved by:	portmgr blanket
2014-07-22 23:42:32 +00:00
Dmitry Marakasov
7a3bbfed60 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-07-22 22:12:41 +00:00
Baptiste Daroussin
bb7b0c4d4c Fix with TEX_DEFAULT=texlive 2014-07-21 20:55:28 +00:00
John Marino
8ecbb368fb Convert 6 chinese font ponts to include with .CURDIR
These ports were including chinese/ttfm/Makefile.ttf using an absolute
path using PORTSDIR instead of a relative one using .CURDIR.  In
specific use cases, PORTSDIR will fail but .CURDIR always works.  As
a bonus, this allows <pre> & <post> inclusions to be removed as well.
Covered by an old blanket permission (bapt) but only two of these ports
have maintainers anyway.
2014-07-20 09:02:14 +00:00
Sunpoet Po-Chuan Hsieh
92b6104e52 - Fix MASTER_SITES 2014-07-19 09:12:44 +00:00
John Marino
cdefe81bb2 chinese/moetff: MASTER_SITES is LOCAL/marino not LOCAL/MARINO 2014-07-19 08:59:56 +00:00
John Marino
f053d91c1a chinese/moettf: Unbreak, stage, restore public distfiles
This port was in bad shape!

1) It had a MASTER_SITES definition pointing to a FreeBSD mirror.  This
   was a circular dependency that broke when the "real" master site
   domain disappeared.  Fix this by hosting at LOCAL/MARINO

2) The kai-pc ttf font was never installed (always broken)

3) It broke (more) with recent chinese font work

4) It included makefile.tty by absolute ${PORTDIR} instead of
   correct ${.CURDIR}, which also unnecessarily required <pre>, <post>

5) It wasn't staged

So fix all that. Also improve efficiency of staging by copying directly
from distfiles to stage directory instead of first copying to WRKSRC then
STAGEDIR.  The post-install target is no longer needed, nor is the
pkg-plist file.
2014-07-19 08:47:58 +00:00
Yen-Ming Lee
9e14d85615 - disable X11 by default
- remove local.conf which is obsoleted
- properly stage
2014-07-18 18:41:53 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
1c7521fb62 Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
2014-07-15 17:37:38 +00:00
Li-Wen Hsu
3ee60a3728 - Unbreak 2014-07-15 17:28:52 +00:00
Yen-Ming Lee
4d962acc36 - fix improper stage 2014-07-15 15:45:39 +00:00
Sunpoet Po-Chuan Hsieh
e8c512d5a7 - Simplify Makefile 2014-07-12 08:41:55 +00:00
Yen-Ming Lee
f99aa0b108 - add LICENSE 2014-07-10 00:30:19 +00:00
Xin LI
511be198a1 Update to 1.5.0
PR:		ports/190644
Submitted by:	maintainer
2014-07-08 00:52:37 +00:00
Xin LI
4a141bfd4a New port: The Chinese PinYin and Bopomofo conversion library.
PR:		ports/187797
Submitted by:	Henry Hu <henry hu sh gmail com>
2014-07-07 22:54:06 +00:00
Sunpoet Po-Chuan Hsieh
58a9f2a8df - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:31 +00:00
Sunpoet Po-Chuan Hsieh
9fdce81a58 - Add LICENSE
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:27 +00:00
Sunpoet Po-Chuan Hsieh
81bb7c662b - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Use single space after WWW:
2014-07-06 18:49:22 +00:00
Yen-Ming Lee
e0ce93dad1 - support stage 2014-07-06 06:31:12 +00:00
John Marino
dd9b64226a chinese/scim-tables: Add scim as BUILD_DEPENDS (dports) 2014-07-05 15:06:03 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Yen-Ming Lee
8b87f69f9c - remove MAN1 2014-07-05 05:42:34 +00:00
Yen-Ming Lee
10cb91226d - support stage 2014-07-05 05:37:54 +00:00
Yen-Ming Lee
4c3b1024ca - support stage and options 2014-07-05 05:28:30 +00:00
Adam Weinberger
694152b3b3 Remove NOPORTDOCS. 2014-07-03 23:58:28 +00:00
Dmitry Marakasov
374f2fe972 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:10:05 +00:00
Dmitry Marakasov
f23c877d57 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:10:35 +00:00
Dmitry Marakasov
98cae058ae - Switch to USES=libtool, drop .la files 2014-07-01 01:21:06 +00:00
Baptiste Daroussin
050b92e155 this one should have gone as well 2014-06-30 20:14:29 +00:00
Baptiste Daroussin
fb1a28ce88 Removed unmaintained upstream xemacs ports and dependencies 2014-06-30 20:12:29 +00:00
Sunpoet Po-Chuan Hsieh
99b61650d6 - Take maintainership 2014-06-30 16:42:17 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
ca9f12347d Mark as broken: almost all command call are hardcoded
With hat:	portmgr
2014-06-24 22:23:00 +00:00
Jung-uk Kim
7a699892f7 Update to 4.2.5. 2014-06-24 02:40:06 +00:00
Antoine Brodin
1319425832 Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2014-06-23 20:39:14 +00:00
Baptiste Daroussin
5c89a4e380 Mark as broken: no distinfo provided
With hat:	portmgr
2014-06-22 22:08:11 +00:00
Dmitry Marakasov
6bf877fa0e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-19 13:44:30 +00:00
Vanilla I. Shu
a5de5fb15a remove NO_STAGE, editors/joe staging ready already. 2014-06-13 14:56:53 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
2014-06-11 14:40:31 +00:00
John Marino
b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425

It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION
2014-06-11 10:20:41 +00:00
Dmitry Marakasov
f46ab7a9b6 - Fix plist (clean up shared directory)
Approved by:	portmgr 'just fix it' blanket
2014-06-10 21:28:03 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Bryan Drewery
7fec4c8ecf - Support staging
PR:		189637
Submitted by:	eric@camachat.org (maintainer)
2014-06-05 19:26:23 +00:00
Tijl Coosemans
f82c078795 Fix pkg-plist after previous commit. 2014-06-02 21:08:03 +00:00
Tijl Coosemans
54ec4d7796 Properly respect CFLAGS, LDFLAGS, etc.
When building a port with base system make, variables like CC and CFLAGS
need to be defined using '=' in the makefile.  With '+=' values from
make.conf can be picked up.  Normally the ports system values for these
variables are passed to a configure script which generates a makefile with
them.  If there's no configure script the makefile has to be patched to use
the right values.
2014-06-02 20:14:24 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
Vanilla I. Shu
4d8570c771 Fix patch files to chase irc/irssi. 2014-06-01 04:07:27 +00:00
Antoine Brodin
e4e5c70803 Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
2014-05-31 15:11:07 +00:00
Rong-En Fan
7aa4bbeb41 Staging support 2014-05-30 14:11:02 +00:00
Rong-En Fan
f143413937 Staging support 2014-05-30 14:09:51 +00:00
Rong-En Fan
1de318c695 Staging support 2014-05-30 13:53:48 +00:00
Rong-En Fan
b8eb4aa6ca mail/mutt supports STAGE so does this 2014-05-30 13:21:14 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Hiroki Sato
a8687e8806 STAGEDIR support. 2014-05-24 18:29:07 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Vanilla I. Shu
f3543f4459 Add missing patch file on prev commit, and fix building.
Submitted by:	swills@
2014-05-20 06:24:00 +00:00
Xin LI
8da2472a6e Make it possible to stage without privilege.
No PORTREVISION bump because this does not change results
of the build.

Reported by:	Andrzej Tobola <ato iem pw edu pl>
2014-05-20 00:43:07 +00:00
Xin LI
84c0d57c2c Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES. 2014-05-19 13:49:14 +00:00
Vanilla I. Shu
002993c159 Support staging.
Approved by:	portmgr@
2014-05-19 07:38:34 +00:00
Antoine Brodin
8faf55e210 Mark BROKEN: Fails to patch
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-attrib.c
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-cook.c
1 out of 1 hunks failed--saving rejects to src/cook.c.rej
*** [do-patch] Error code 1

Reported by:	pkg-fallout
2014-05-18 15:48:26 +00:00
Vanilla I. Shu
d8d1c1a1c3 Support STAGEDIR.
Approved by:	portmgr@
2014-05-15 16:13:32 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Sunpoet Po-Chuan Hsieh
20eae52a4e - Update to 3.9.1
Changes:	http://tw.wordpress.org/2014/05/09/wordpress-3-9-1/
PR:		ports/189524
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-05-10 17:34:35 +00:00
Baptiste Daroussin
1336180534 Support stage 2014-05-08 23:41:36 +00:00
Baptiste Daroussin
9ea074ad24 Support stage 2014-05-08 23:41:22 +00:00
John Marino
599cb48c38 chinese/exim: Unbreak on F10+ by satisfying explicit linking requirements
During linking, the linker needs symbols from Xext and libfontconfig,
so add these to the dependency list and LDFLAGS to unbreak to port.
Bump due to dependency changes.  (Just fix it Blanket)
2014-05-07 15:44:57 +00:00
Jung-uk Kim
fabaf5ddfa Update to 4.1.6. 2014-05-06 16:13:01 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Sunpoet Po-Chuan Hsieh
9ba0d068fe - Update to 3.9
- While I'm here:
  - Simplify pre-install:
  - Remove .include <bsd.port.options.mk>
  - Remove unnecessary SUB_LISTS

Changes:	http://cn.wordpress.org/2014/04/19/smith/
PR:		ports/189016
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-04-26 18:16:34 +00:00
Sunpoet Po-Chuan Hsieh
2e13353e93 - Update to 3.9
- Simplify pre-install:
- Remove .include <bsd.port.options.mk>
- Remove unnecessary SUB_LISTS

Changes:	http://tw.wordpress.org/2014/04/24/smith/
PR:		ports/189018
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-04-26 18:12:50 +00:00
Tijl Coosemans
e470edbd1a Convert to USES=libtool. 2014-04-24 17:16:28 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Vanilla I. Shu
673717e30c 1: fix pkg-plist
2: fix build with qt4.

Submitted by:	swills@ [1], kevlo@ [2]
2014-04-17 09:24:19 +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
Vanilla I. Shu
68879d01cf Upgrade to 2.8.2. 2014-04-12 03:09:06 +00:00
Vanilla I. Shu
b4ebf09338 Make job safe.
PR:		ports/188156
Submitted by:	Jia-Shiun Li <jiashiun gmail com>
2014-04-11 02:38:41 +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
Sunpoet Po-Chuan Hsieh
e26a2c2450 - Update to 1.4
- Take maintainership

Changes:
- Convert to UTF-8
- Prepare *.dat
2014-04-02 19:02:00 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +00:00
Sunpoet Po-Chuan Hsieh
086314be3a - Move chinese/php5-cconv to chinese/php-cconv 2014-03-29 20:35:32 +00:00
Antoine Brodin
acb669235c Remove some expired xmms ports (abandonware, unmaintained):
2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead
2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 08:59:35 +00:00
Martin Wilke
a72502a9b4 - Convert USE_GMAKE to USES 2014-03-13 08:07:44 +00:00
Hiroki Sato
e2537f3be2 - STAGEDIR support
- Eliminate duplicate files installed by each */FreeWnn-lib.
- Bump PORTREVISION because of dependency and pkg-plist changes.
2014-03-11 06:49:56 +00:00
Sunpoet Po-Chuan Hsieh
5dd2483f80 - Add LICENSE
- While I'm here, remove leading indefinite article from COMMENT

Approved by:	portmgr (blanket)
2014-03-09 21:45:09 +00:00
Antoine Brodin
70019bab1d Fix make fetch 2014-03-08 14:04:42 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59: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
Sunpoet Po-Chuan Hsieh
337f9e9d28 - Update to 5.01 (5.0.14)
- Use CONFLICTS_INSTALL instead off CONFLICTS
2014-02-28 15:15:25 +00:00
Jung-uk Kim
5436ddf062 Update to 4.1.5. It is partially based on the following PR.
PR:		ports/186265
2014-02-25 19:09:28 +00:00
Sunpoet Po-Chuan Hsieh
ba2c32849a - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES 2014-02-24 10:41:35 +00:00
Antoine Brodin
a74a4b46c4 Deprecate and set expiration date for xmms stuff that is unmaintained 2014-02-23 22:12:09 +00:00
Sunpoet Po-Chuan Hsieh
01005b138e - Allow build with clang
- Respect CC
- Support STAGEDIR
- While I'm here:
  - Add LICENSE
  - Use PLIST_DIRS/PLIST_FILES instead of PLIST

PR:		ports/186932
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2014-02-23 15:20:54 +00:00
Emanuel Haupt
de52c55ea6 Remove trailing whitespaces from category chinese 2014-02-21 13:35:38 +00:00
Emanuel Haupt
365e1a66d7 Support staging 2014-02-20 08:01:28 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +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
Martin Wilke
642e1edab4 - Stage support 2014-02-18 13:25:56 +00:00
Sunpoet Po-Chuan Hsieh
0f0879e35a - Use OPTIONS_SLAVE 2014-02-14 19:41:26 +00:00
Martin Wilke
6d93596b18 - Convert USE_SCONS to USES 2014-02-13 14:18:58 +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
Emanuel Haupt
c435e8d661 - Support staging
- Define DOCS
2014-02-10 09:37:47 +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
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
John Marino
9bb2e8eda8 chinese/kcfonts: Mark jobs unsafe 2014-02-05 23:34:22 +00:00
Sunpoet Po-Chuan Hsieh
84ce353c93 - Update to 3.8.1
Changes:	http://cn.wordpress.org/2014/01/25/wordpress-3-8-1/
PR:		ports/186204
Submitted by:	Joe Horn joehorn@gmail.com> (maintainer)
2014-02-04 11:41:40 +00:00
Sunpoet Po-Chuan Hsieh
e34aa8ac18 - Update to 3.8.1
Changes:	http://tw.wordpress.org/2014/01/24/wordpress-3-8-1/
PR:		ports/186080
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-02-04 11:41:36 +00:00
Pawel Pekala
23557c7727 Stage support for japanese/kon2-16dot and it's slaves
PR:		port/186321 (based on)
Submitted by:	maintainer
2014-02-02 14:09:50 +00:00
Max Brazhnikov
a6383cf6b5 - Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address

PR:		based on ports/179681
Submitted by:	RyoTa SimaMoto (maintainer)
2014-02-01 12:49:26 +00:00
Johan van Selst
afc394a59b Respect $CC 2014-01-25 18:11:42 +00:00
Antoine Brodin
fe498956c5 Master port has been stage, add stage support here too so that the man page
is correctly handled
2014-01-25 17:48:29 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
51c8b8733e Stage support 2014-01-20 21:22:25 +00:00
Antoine Brodin
aa72ec6e0b Stage support 2014-01-20 21:17:57 +00:00
Antoine Brodin
f2a8876500 Stage support 2014-01-20 21:06:55 +00:00
Antoine Brodin
45a3b9a143 Stage support 2014-01-20 18:23:58 +00:00
Baptiste Daroussin
0717b41424 Support stage
Reduce over inclusion of bsd.port.mk by:
Use BROKEN_${ARCH}
Use options helpers
Use OPTIONS_SUB
2014-01-15 23:20:59 +00:00
Baptiste Daroussin
a8e35256fe Reduce over inclusion of bsd.port.mk 2014-01-15 23:17:31 +00:00
Baptiste Daroussin
b2da552140 Reduce over inclusion of bsd.port.mk 2014-01-15 23:16:59 +00:00
Baptiste Daroussin
c332985543 Reduce over inclusion of bsd.port.mk 2014-01-15 23:15:25 +00:00
Vanilla I. Shu
e2b1ffef49 Add stagedir support.
Approved by:	 portmgr (blanket infrastructure)
2014-01-09 07:20:37 +00:00
Vanilla I. Shu
ce088dea63 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:15:16 +00:00
Vanilla I. Shu
e626c8d133 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:12:38 +00:00
Vanilla I. Shu
a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
Baptiste Daroussin
8dd86ac5c3 Remove color code from pkg-message this is terminal dependant 2014-01-06 23:37:33 +00:00
Xin LI
3e02f28d76 Revise previous change: only remove USE_GCC=yes when we are using
a fresh -CURRENT (after clang have made default).

PORTREVISION not bumped because this is a build fix for earlier
FreeBSD versions.

Reported by:	Henry Hu (maintainer), kmoore
2014-01-06 21:04:14 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Antoine Brodin
8d23f98270 Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o tslearn tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o pho2pinyin.o pinyin.o lang.o gtab-list.o gtab-init.o fullchar.o gtab-tsin-fname.o unix-exec.o gtab-util.o -L./im-client -lgcin-im-client -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o sim2trad sim2trad.o util.o gcin2.so locale.o gcin-conf.o gcin-icon.o -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
/usr/bin/ld: cannot find -lgcin-im-client
gmake[1]: *** [tslearn] Error 1

Reported by:	redports
2014-01-05 07:36:04 +00:00
Baptiste Daroussin
4b8ca2562d Support stage 2014-01-04 23:45:06 +00:00
Antoine Brodin
7f55a2faa9 With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache.  gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports

Reviewed by:	kwm (immodules part)
2014-01-04 23:27:58 +00:00
Antoine Brodin
ae089be069 Fix packaging after MASTER port was staged 2014-01-04 09:04:21 +00:00
Adam Weinberger
3273972644 Convert chinese to MDOCS 2014-01-03 15:59:41 +00:00
Antoine Brodin
218720cf7f Stage support 2013-12-30 22:37:50 +00:00
Antoine Brodin
9714b96f72 Stage support, uses gmake 2013-12-30 22:26:04 +00:00
Antoine Brodin
5c0205c33e Stage support, uses gmake 2013-12-30 22:21:35 +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
Sunpoet Po-Chuan Hsieh
c3e508715d - Update to 3.8
Changes:	http://tw.wordpress.org/2013/12/16/parker/
PR:		ports/185075
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-12-23 18:30:09 +00:00
Sunpoet Po-Chuan Hsieh
fa40b89c50 - Update to 3.8
Changes:	http://cn.wordpress.org/2013/12/13/parker/
PR:		ports/185074
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-12-23 18:30:05 +00:00
Xin LI
3118934dbd Don't use USE_GCC. The C++ runtime would conflict with
other libraries when base system uses clang, making the
package useless.

Discussed with:	maintainer
2013-12-20 00:12:10 +00:00
Kubilay Kocak
a1c3980ac8 Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.

We thank you for your contribution to the FreeBSD project

Approved by:	portmgr
2013-12-18 10:38:33 +00:00
Alberto Villa
4998a19923 - Update Calligra Suite to 2.7.5.
- Require a new compiler to build Calligra.
- Make GTL really an option in Calligra.
- STAGEify.
- Use OPTIONS helpers.
- Set NO_ARCH for translation ports.
- Add translation port for Intelingua.

Calligra 2.7 release notes:
http://www.calligra.org/news/calligra-2-7-released
2013-12-16 22:59:42 +00:00
Antoine Brodin
1100c55525 Finish stage support 2013-12-14 21:12:23 +00:00
Eitan Adler
625ac80599 LEGAL, chinese/moettf: sync LEGAL text
Add 's and remove trailing '.'
2013-12-11 19:51:29 +00:00
Baptiste Daroussin
036f2c5ce6 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
2013-12-11 14:58:29 +00:00
Sunpoet Po-Chuan Hsieh
cbcf49ca67 - Remove NO_LATEST_LINK
- Pet portlint: add LICENSE
2013-12-10 18:59:35 +00:00
Sunpoet Po-Chuan Hsieh
b93f6dfb72 - Update to 0.20
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-12-09 14:09:13 +00:00
Sunpoet Po-Chuan Hsieh
9f7e811a8e - Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-11-23 14:45:45 +00:00
Sunpoet Po-Chuan Hsieh
9f86ec0c8e - Add LICENSE 2013-11-22 12:43:10 +00:00
Sunpoet Po-Chuan Hsieh
fb672c3625 - Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-11-20 03:20:59 +00:00
Li-Wen Hsu
07e453b674 - Support STAGE 2013-11-18 13:42:01 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Sunpoet Po-Chuan Hsieh
dd8931f109 - Update to 0.19
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-11-12 19:41:54 +00:00
Sunpoet Po-Chuan Hsieh
e2641b18b6 - Update to 3.7.1
Changes:	http://cn.wordpress.org/2013/10/30/wordpress-3-7-1/
PR:		ports/183490
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-31 12:44:53 +00:00
Sunpoet Po-Chuan Hsieh
be83b7079a - Update to 3.7.1
Changes:	http://tw.wordpress.org/2013/10/30/wordpress-3-7-1/
PR:		ports/183489
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-31 12:44:20 +00:00
Sunpoet Po-Chuan Hsieh
9d7d7be619 - Update to 3.7
Changes:	http://cn.wordpress.org/2013/10/25/wordpress-3-7/
PR:		ports/183323
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-26 12:45:50 +00:00
Sunpoet Po-Chuan Hsieh
0e760c6595 - Update to 3.7
Changes:	http://tw.wordpress.org/2013/10/25/basie/
PR:		ports/183324
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-26 12:45:39 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Jung-uk Kim
851ab9c5e0 - Update to 4.0.6.
- Support staging.
2013-10-25 17:05:50 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Tijl Coosemans
0e1b15d418 multimedia/xmms:
- Add zh-xmms to CONFLICTS.
- Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES.
- Make USE_GL conditional on the SPEC option.
- Make gettext conditional on new NLS option.
- Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option.
- Remove LIBS from CONFIGURE_ENV.  Set LDFLAGS instead.
- Add missing xorg dependencies.
- Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS.  The configure test
  fails on recent version of FreeBSD but the code it enables is still
  relevant.  Without it you cannot select a different output device.
- Remove SUB_FILES.  None of the files require substitutions.
- Remove IPV6 from OPTIONS_DEFAULT.  It's implicit.
- Don't exclude SIMD option from amd64.
- Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc.
- Install stripped libraries when !defined(WITH_DEBUG).
- Use new style LIB_DEPENDS.
- Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully
  regenerate the build infrastructure.  This fixes a lot of warnings
  and allows some patches to be removed.
- Add USE_OPENSSL for RUSXMMS_PATCHES option.
- Fix the SIMD option on all architectures by removing the post-extract
  target.
- Remove the message about the RUSXMMS_PATCHES option.  This is from
  before there were option dialogs.
- Use the same cp command as in the script included with rusxmms instead
  of INSTALL_DATA.
- Remove the ALSA test from configure with REINPLACE_CMD instead of a
  patch (RUSXMMS_PATCHES case).
- Remove old libtool macros from acinclude.m4.  Libtoolize adds new
  macros.
- Remove MKDIR_P patching.  No longer needed after running aclocal.
- Patch configure to disable ALSA (not RUSXMMS_PATCHES case).
- Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch.
- Fix assembly source code files to support clang:
  * Remove comments that begin with a single slash.
  * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'.
  * Append '.section ".note.GNU-stack","",@progbits' to every file to
    say they don't require an executable stack.  These files are
    compiled with -Wa,--noexecstack which clang supports but the ancient
    binutils in FreeBSD base does not so without this change xmms runs
    with an executable stack when compiled with base gcc.
- Support staging.
- Remove extra-patch-Visualization_Makefile.am.  It's not needed when
  passing VISUALIZATION_PLUGINS to configure.
- Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the
  variables static, but mark keepGoing volatile.
- Remove patch-aclocal.m4.  Not needed when running aclocal.
- Remove patch-configure.in.  The PTHREAD_LIBS related changes are no
  longer needed and ALSA change is handled in the Makefile.
- Remove patch-ltmain.sh.  Not needed with staging.
- Remove patch-po-Makefile.in.in.  Handled in Makefile.
- Remove patch-xmms-config.in.  Not 100% sure about this.  It doesn't
  affect xmms itself.  Perhaps some plugins need it but I'd rather fix
  those plugins then.
- Add patch-xmms-i18n.h.in.  It's needed when NLS option is disabled.
- Remove pkg-message.in.  All supported versions of FreeBSD have unzip
  in base.
- Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't
  require substitutions.
- Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and
  USES=desktop-file-utils.

chinese/xmms, russian/xmms:
- Minor cleanups.

PR:		ports/183165
Approved by:	"Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer)
2013-10-22 08:30:47 +00:00
Xin LI
cfebf579c7 Update to 1.3.1.
PR:		ports/181356
Submitted by:	gslin (maintainer)
2013-10-21 06:01:57 +00:00
Vanilla I. Shu
0a012ec015 Remove BROKEN & DEPRECARED.
Approved by:	bapt@
2013-10-21 01:09:16 +00:00
Xin LI
7504a5897d Return back to pool. 2013-10-20 22:45:25 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Eitan Adler
02ce93ac89 - Convert to staging
- Remove long 'usage' instructions
- Unsilence install commands
2013-10-15 21:27:37 +00:00
Eitan Adler
14e13da149 Clean up some COMMENTs 2013-10-15 21:17:55 +00:00
Eitan Adler
a01590ffd8 - Convert to staging 2013-10-15 21:16:29 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
Raphael Kubo da Costa
ecda38b0a5 Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.

Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.

Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!

PR:		ports/180615
	        ports/181921
		ports/182049
2013-10-13 23:15:50 +00:00
Sunpoet Po-Chuan Hsieh
8444a7e5ab - Update to 0.17
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-10-12 16:39:55 +00:00
Sunpoet Po-Chuan Hsieh
71f072d582 - Remove NO_STAGE 2013-10-09 16:48:21 +00:00
Sunpoet Po-Chuan Hsieh
7c71d503f0 - Use USES=gmake 2013-10-05 16:51:41 +00:00
Sunpoet Po-Chuan Hsieh
db7ccc9709 - Use USES=gmake 2013-10-05 15:18:44 +00:00
Sunpoet Po-Chuan Hsieh
9cebd7dec9 - Remove unnecessary slash after STAGEDIR 2013-10-03 06:57:32 +00:00
Sunpoet Po-Chuan Hsieh
1a75354b48 - Add LICENSE 2013-10-03 06:42:41 +00:00
Sunpoet Po-Chuan Hsieh
8cfda521c7 - Remove unnecessary slash after STAGEDIR 2013-10-03 06:40:58 +00:00
Sunpoet Po-Chuan Hsieh
8d6c858782 - Update to 1.14
- Use INSTALL_DATA instead of CP
- Remove unnecessary slash after STAGEDIR

Changes:
- Merge files/patch-make.conf.in
- Rename make.conf.in to make.conf
2013-10-03 06:39:28 +00:00
Baptiste Daroussin
0bf984e7b9 Remove due to conflict in pkgname with chinese/joe 2013-10-02 15:55:25 +00:00
John Marino
ed1921e7bc chinese/fqterm: add <unistd.h>, fix -fpermissive on modern compilers
The source tarball has DOS line endings, but only one file was converted.
Two of the four patches were created with DOS line endings, so for
consistency sake, USE_DOS2UNIX was changed to "yes" and the DOS line
endings were removed from existing patches.

Approved by:	portmgr (bapt, implicit)
2013-10-02 06:19:40 +00:00
Sunpoet Po-Chuan Hsieh
bf9e31deee - Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-09-30 15:10:50 +00:00
Guido Falsi
7f30d6ac9e Fix typo.
Reported by:	Buganini <buganini@gmail.com> (via email)
2013-09-27 22:32:06 +00:00
Guido Falsi
0a0bcfbc54 Import a bunch of iconv fixes.
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-27 15:17:26 +00:00
Vanilla I. Shu
2334d70aef Support stage. 2013-09-27 12:58:36 +00:00
Vanilla I. Shu
2e375ecf07 Support stage. 2013-09-27 12:50:23 +00:00
Vanilla I. Shu
a669028f9d Support stage. 2013-09-27 12:33:07 +00:00
Vanilla I. Shu
085c1a3bcb Support stage. 2013-09-26 14:35:04 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Sunpoet Po-Chuan Hsieh
4f157ba200 - Update to 11.1
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/chiconv/commits/master
PR:		ports/182265
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:24 +00:00
Sunpoet Po-Chuan Hsieh
c9bdc10213 - Update to 11.1
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/bsdconv-opencc/commits/master
PR:		ports/182263
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:16 +00:00
Sunpoet Po-Chuan Hsieh
bc8991baec - Update to 1.17
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/bug5/commits/master
PR:		ports/182262
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:12 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Antoine Brodin
2d9b5a640b Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-15 12:27:30 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Sunpoet Po-Chuan Hsieh
924bd4dc90 - Update to 3.6.1
Changes:	http://tw.wordpress.org/2013/09/13/wordpress-3-6-1/
PR:		ports/182088
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-09-14 14:10:31 +00:00
Sunpoet Po-Chuan Hsieh
e25ddcf079 - Fix build on 10-CURRENT: disable iconv functionality by removing iconv.h detection
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Remove LICENSE_FILE for well-known licenses
  - Covnert to new LIB_DEPENDS format
  - Use USES=gmake

PR:		ports/182079
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	Zhihao Yuan <zy@miator.net> (maintainer)
2013-09-14 08:51:34 +00:00
Sunpoet Po-Chuan Hsieh
00ffcbecc1 - Update to 3.6.1
Changes:	http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/
PR:		ports/182044
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-09-12 17:26:59 +00:00
John Marino
a862a2b7dc Add explicit dependency on pkgconf (18 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 09:07:08 +00:00
Sunpoet Po-Chuan Hsieh
2704440db1 - Cosmetic change 2013-09-07 17:53:23 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Antoine Brodin
fdab748c6b Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 17:12:06 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
9880c1a378 Add an explicit dependency on pkgconf 2013-09-02 21:27:53 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
cc336ea561 Eliminate USE_GNOME=pkgconfig from chinese 2013-09-02 09:04:38 +00:00
Sunpoet Po-Chuan Hsieh
1b0d3f744b - Add WWW
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Sunpoet Po-Chuan Hsieh
d63d6c55e0 - Cleanup Makefile header 2013-08-27 16:24:56 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
1800a09ae0 - Remove blank line in distinfo 2013-08-08 17:19:07 +00:00
Sunpoet Po-Chuan Hsieh
e91efd5e0e - Update to 3.6
Changes:	http://cn.wordpress.org/2013/08/08/wordpress-3-6/
PR:		ports/181143
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-08-08 14:59:01 +00:00
Vanilla I. Shu
4c1462fa60 Upgrade to 3.6.
PR:		ports/181000
Submitted by:	maintainer
2013-08-04 02:56:42 +00:00
Antoine Brodin
f0ac650bf4 - Trim makefile header
- Remove article in COMMENT
- Fix build with clang, this is old K&R code (reported by pkg-fallout)
2013-08-03 10:41:48 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Baptiste Daroussin
eb01dde2db Fix without gcc 2013-08-01 06:46:31 +00:00
Koop Mast
a5f590e51d The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
2013-07-31 11:57:45 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Martin Wilke
94e3104482 - Update to 3.5.2
PR:		180401
Submitted by:	maintainer
2013-07-15 14:58:00 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
3037878285 Finish fixing the kde4-l10n 2013-07-10 09:52:01 +00:00
Raphael Kubo da Costa
2c80774ea9 KDE4 l10n fixes.
- Remove an entry from all plists that slipped under radar and made
   packaging fail.

 - Properly save the OPTIONS defined by the user in the l10n ports. [1]

   Quoting bapt, master of all things ports:

   That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does

   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.post.mk>

   First the right order in that case should be:

   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.post.mk>

   Second in that case (kde) the pre.mk/post.mk can be removed just keeping
   the options.mk and given that we now have the helpers options.mk can also
   be removed.

   The check for variables in OPTIONS_DEFINE is also useless (already done
   by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some
   empty values is also useless.

No PORTREVISION bump because the generated packages do not change regardless
of the changes/fixes in behavior here.

Reported by:	avg [1]
Submitted by:	bapt [1]
2013-07-09 21:49:00 +00:00
Raphael Kubo da Costa
7c39c6f5c3 Add patch fixing the behavior of FindLibkvm.cmake to prepare for CMake 2.8.11.2.
CMake >= 2.8.11 includes a bug fix [1] that ends up showing a problem with
the current FindLibkvm.cmake that makes the port fail to build.

Apply my upstream fix [2] to make everything work across all CMake versions.

[1] http://public.kitware.com/Bug/view.php?id=13755
[2] https://github.com/fcitx/fcitx/pull/119

Approved by:	portmgr (bapt)
2013-07-09 21:36:23 +00:00
Baptiste Daroussin
4f9800667d Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
2013-07-06 07:59:09 +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
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
Martin Wilke
eeeadf253b - Update to 3.5.2
PR:		179859
Submitted by:	sunpoet
2013-06-27 07:05:00 +00:00
Cheng-Lung Sung
fec2451e87 bump PORTREVISION for libchewing update.
PR:		ports/176021
2013-06-27 01:48:13 +00:00
Cheng-Lung Sung
0552a7b7ca bump PORTREVISION for libchewing update
PR:		ports/176021
2013-06-27 01:47:52 +00:00
Cheng-Lung Sung
6811f298e9 Update chinese/libchewing to 0.3.4
* Master site changed to Google Code
* Patches to install data into PREFIX/share/chewing

Patch created and tested by me and Zhihao Yuan(lichray@gmail.com)

PR:		ports/176021
Submitted by:	Henry Hu <henry.hu.sh_AT_gmail.com>
2013-06-27 01:47:18 +00:00
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Rong-En Fan
3214c0dbb4 - Since chinese/ttfm/Makefile.ttf now handles fonts.{dir,alias} properly,
revert plist workaround in slave ports
2013-06-19 17:05:08 +00:00
Rong-En Fan
264446b6be - Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflect
the fonts installed
- Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf

PR:             ports/179608
Reported by:    Antoine Brodin (antoine@)
Tested by:      Antoine Brodin (antoine@)
2013-06-19 16:03:12 +00:00
Martin Wilke
cb9c350ac3 - Add missing fonts
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 15:02:23 +00:00
Martin Wilke
97a3386012 - Add missing font files
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:47:19 +00:00
Raphael Kubo da Costa
bde58a590c Remove chinese/cxterm.
Port expired on 2012-05-10, does not compile.
2013-06-17 20:52:03 +00:00
Antoine Brodin
82b690f55a - Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)

This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules

PR:		ports/179230
Approved by:	portmgr (bapt)
2013-06-17 16:18:54 +00:00
Martin Wilke
d97ef64846 - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-13 23:49:58 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
df02a1b305 Add DIST_SUBDIR to fix a fetch error because the distfiles are often replaced
with the same names in every release.
2013-05-10 08:08:33 +00:00
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Bryan Drewery
fe1b3e9ae2 - Update to 10.0
PR:		ports/178132
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:14:22 +00:00
Bryan Drewery
134527a02a - Update to 1.15
PR:		ports/178131
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:13:41 +00:00
Bryan Drewery
e29931d6b7 - Update to 10.0
PR:		ports/178130
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:13:00 +00:00
Hiroki Sato
918595d207 Update to 3.03. 2013-05-01 04:46:29 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Marcus von Appen
1ccce53539 - Fix USE_ICONV leftovers missed in the previous update 2013-04-27 18:31:47 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
598e3b95e3 In preparation of the removal of USE_FREETYPE from bsd.port.mk: remove
USE_FREETYPE from all ports using it

While here trim some headers, and do some conversion to new options framework.
2013-04-26 09:23:54 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +00:00
Guido Falsi
ac8c103656 - "Update" to 2.5.12. This is the supported stable branch upstream
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr

PR:		ports/175063
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by:	danfe (maintainer of games/qstat, via email) [1]
Approved by:	Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe:	yes
2013-04-16 18:23:45 +00:00
Bryan Drewery
35fc0a2af4 - Followup to r312413: fix patching
- Trim header
- pet portlint: cat->${CAT}

Approved by:	portmgr (implicit)
2013-04-15 20:25:58 +00:00
Alberto Villa
9b2942526a - Update Calligra and l10n ports to 2.6.2:
* Japanese translation is stuck at 2.5.5;
  * Southern Catalan translation is now up to date;
  * Bosnian, Slovenian and Turkish translations were added.

This update brings several new features and the new Calligra Author;
for a full list, please read 2.6 release notes:
http://www.calligra.org/news/calligra-2-6-released
2013-03-29 23:51:39 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Bryan Drewery
c32bd6cd08 - Add explicit pkgconf dependency
- Trim headers

PR:		ports/177306
Reported by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-03-24 15:51:03 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Baptiste Daroussin
7ef963090c Convert to new options framework left unconverted ports in c* categories 2013-03-21 17:39:03 +00:00
Li-Wen Hsu
3b1fe6cf05 - Update checksum, distfiles rerolled, some characters are added or updated [1]
- Bump PORTREVISION [1]
- Use new style Makefile header [1]
- Change DIST_SUBDIR to not affect mirror sites

PR:		ports/176742 [1]
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw> (maintainer)
2013-03-20 19:08:49 +00:00
Max Brazhnikov
9c1786b401 Convert to USE_CMAKE and while I'm here:
- drop depedence on gmake
 - remove hand crafted install target and scripts
 - use DESKTOP_ENTRIES
 - adjust plist according to the changes

Approved by:	portmgr (bapt)
2013-03-19 14:23:14 +00:00
Max Brazhnikov
56022db615 - Update to 0.5.12
- Convert to new option framework
- Pass maintainership to submitter

PR:		ports/176598
Submitted by:	Kai Wang <kaiwang27@gmail.com>
2013-03-19 14:01:20 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Jung-uk Kim
e835d5453f Update to 4.0.1. 2013-03-08 19:01:45 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +00:00
Eitan Adler
b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Martin Wilke
f8070cec36 - Broken patch reject
===>  Applying extra patch /usr/ports/chinese/bitchx/files/patch-source::input.c
===>  Applying extra patch /usr/ports/chinese/bitchx/files/patch-include::config.h
1 out of 8 hunks failed--saving rejects to include/config.h.rej
2013-02-27 15:50:23 +00:00
Martin Wilke
09ad3929fd - Broken Checksum mismatch 2013-02-23 14:04:32 +00:00
Po-Chien Lin
c417b6f10d - Update to 1.2
- Remove unused USE_LDCONFIG knob

Approved by:	swills (mentor)
2013-02-23 07:21:57 +00:00
Vanilla I. Shu
c08b524bd4 Upgrade to 2.8.0. 2013-02-19 08:23:46 +00:00
Jimmy Olgeni
b24b0a131d Convert Makefile headers to the new format. 2013-02-18 12:34:39 +00:00
Po-Chien Lin
f1ca6e4a16 - Update to 0.5.92
- Add OPTIONS for NLS
- Remove SKIM support since textproc/skim has been marked as deprecated
- Remove unused CONFIGURE_ENV in Makefile and overdated patch files
- Take maintainership

PR:		ports/174862
Approved by:	swills (mentor)
2013-02-17 04:18:23 +00:00
Po-Chien Lin
844e31a28d - Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
2013-02-13 06:04:08 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Max Brazhnikov
617a653c25 Merge from area51 repository:
- Update to 2.5.5
- Convert to new options framework
- minor cleanups

Courtesy of:	avilla
2013-02-05 11:36:39 +00:00
Jung-uk Kim
fde722d687 Update to 3.6.5. 2013-02-04 20:03:49 +00:00
Dmitry Marakasov
9428c4f170 - Chase chinese/librime update 2013-02-04 00:44:34 +00:00
Dmitry Marakasov
b2c52e6dd0 - Update to 0.9.7
PR:		175752
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2013-02-04 00:44:10 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Max Brazhnikov
c2dd4d2e2d KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.
The area51 repository features commits by Alonso Schaich, avilla, fluffy,
jhale, makc and rakuco.

Common changes:
- Trim Makefile header
- Convert to new option framework
- Add/improve desktop entries
- Remove upstreamed patches

Mk/bsd.qt.mk:
- Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1]

devel/qmake:
- Fix crash due to off-by one error [2]

multimedia/qt4-phonon*:
- Deprecate in favour of multimedia/phonon*

www/qt4-webkit:
- Make dependence on GStreamer optional [3]

devel/qtcreator:
- Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4]

Reported by:	avg via irc [1]
Submitted by:	avg via maillist [2]
PR:		ports/175644 [3]
Submitted by:	danfe [3]
PR:		ports/169809 [4]
Reported by:	tcb <tcberner at gmail.com> [4]
2013-02-03 17:21:56 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Xin LI
083d2da0ab Update to 3.5.1.
PR:		ports/175680
Approved by:	maintainer
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 06:30:12 +00:00
Alexey Dokuchaev
557f6a1d6d - Update to version 0.4.5.2
- Cleanup Makefile a bit while here

PR:	ports/175244
2013-01-28 06:31:02 +00:00
Steve Wills
672a4b22bc - Update to 1.0.1
- Update patch and extract patches from single patch

PR:		ports/175097
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:	Kang-min Liu <gugod@gugod.org> (maintainer)
2013-01-09 06:58:36 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Wen Heping
d2980ef6f4 - Update to 3.0.11
While here:
- Trim Makefile headers

PR:		174451
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
2012-12-29 07:01:11 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Ruslan Makhmatkhanov
e4e65328dd - update russian [1], chinese_zh_TW [2] and chinese_zh_CN [3]
versions of wordpress to 3.5

while here, make changes common for all of this ports:
- trim Makefile header
- remove indefinite article from COMMENT
- do not define LICENSE_FILE for standard license
- remove license.txt from PORTDOCS
- tab -> space change in pkg-descr:WWW
- trailing whitespace fixes

PR:		174399 [1]
PR: 174452 [2]
PR: 174400 [3]
Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) [1],
              Bo-Yi Wu <appleboy.tw@gmail.com> [2],
              Joe Horn <joehorn@gmail.com> (maintainer) [3]
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer) [2]
2012-12-16 19:24:53 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Tilman Keskinoz
91ffd09069 Update to 1.4.3
PR:		174207
Submitted by:	maintainer
Feature safe:	yes
2012-12-07 17:08:26 +00:00
Baptiste Daroussin
47547a0dde 2012-11-28 chinese/pyDict: Depends on the expired gtkglarea through py-gtk [1]
2012-11-28 x11-toolkits/py-gtk: Depends on the expired gtkglarea [2]

Approved by:	silence of maintainer [1]
		gnome (kwm) [2]
Feature safe:	yes
2012-11-28 17:29:52 +00:00
Wen Heping
e23bdc1603 - Fix build when QT4 option enable
PR:		173887
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
Approved by:	lichray@gmail.com (maintainer, via email)

Feature safe:	yes
2012-11-25 13:25:05 +00:00
Li-Wen Hsu
5a1cb5a9ad - Switch to OPTIONSNG
- Trim Makefile header

PR:		ports/173579
Submitted by:	edward@rdtan.net

Feature safe:	yes
2012-11-22 06:52:09 +00:00
Ruslan Makhmatkhanov
53cfaeb0c4 - update maintainer's email and Last name (the change was confirmed
in private email)

PR:		173284
PR:     173285
PR:     173286
Submitted by:   Eric Camachat <eric at camachat dot org> (maintainer)
Feature safe:	yes
2012-11-11 14:46:39 +00:00
Adam Weinberger
e11b6ba781 Re-roll patch to unbreak build. This is a strange patch and half of the
changes seem to be personal preference settings, so I really have no
idea if this re-roll makes Chinese support work. But it builds.

Feature safe:	yes
2012-11-06 03:40:59 +00:00
Xin LI
d7442a1560 Update to 0.8.5.
Feature safe:	yes
2012-11-02 18:50:04 +00:00
Jung-uk Kim
32c77e89ce - Update to 3.5.7.
- Trim Makefile headers.

Feature safe:	yes
2012-10-26 20:24:07 +00:00
Baptiste Daroussin
3db2e90933 2012-10-20 chinese/wangttf: No more public distfiles
2012-10-20 chinese/stardict-dict-zh_TW: No more public distfiles
2012-10-20 chinese/stardict-dict-zh_CN: No more public distfiles
2012-10-20 chinese/mingunittf: No more public distfiles
2012-10-20 chinese/dfsongsd: No more public distfiles
2012-10-20 biology/dna-qc: No more public distfiles

Feature safe:	yes
2012-10-25 23:05:56 +00:00
Wen Heping
92e914e2ff fcitx-rime provides RIME, a dialect-friendly intelligent Chinese input method
engine, as a back-end to the Fcitx IM framework.

WWW: http://code.google.com/p/fcitx/

PR:		172751
Submitted by:	Zhihao Yuan <lichray@gmail.com>

Feature safe:	yes
2012-10-22 07:54:32 +00:00
Wen Heping
124e39c5ca - Add librime
Feature safe:	yes
2012-10-22 07:51:15 +00:00
Wen Heping
e42af2f755 Rime Input Method Engine is a customizable and dialect-friendly intelligent
Chinese input method.

WWW: http://code.google.com/p/rimeime/

PR:		172751
Submitted by:	Zhihao Yuan <lichray@gmail.com>

Feature safe:	yes
2012-10-22 07:18:27 +00:00
Beat Gaetzi
41d2ea25f2 - Mark as BROKEN: does not patch
Reported by:	pointyhat
Feature safe:	yes
2012-10-20 08:07:53 +00:00
Xin LI
6d052a543b Update to 0.7.91, this is prerequisture for fcitx-libpinyin.
Feature safe:	yes
2012-10-15 19:47:27 +00:00
Xin LI
a60cd375c2 Update fcitx to newer versions:
fcitx			4.2.6 -> 4.2.6.1
fcitx-configtool	4.2.5 -> 4.2.5.1
fcitx-libpinyin		0.2.0 -> 0.2.1
fcitx-googlepinyin	0.1.5 -> 0.1.6

Submitted by:	maintainer
PR:		ports/172727, ports/172093
Feature safe:	yes
2012-10-15 19:13:59 +00:00
Bryan Drewery
d870310587 Auto chinese encoding converter. It can detect UTF-8/Big5/GBK text and convert
them to specified chinese encoding with transliteration.

WWW: https://github.com/buganini/chiconv

PR:		ports/172267
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2012-10-10 15:34:02 +00:00
Bryan Drewery
4685a6afde Open Chinese Convert (OpenCC) is an open source Simplified-Traditional
Chinese conversion project, providing high quality thesaurus and libopencc,
as well as a conversion utility and a dictionary generator.

bsdconv is a BSD licensed charset/encoding converter library with more function
than libiconv. (Currently, only a few codecs are supported)

This port is a opencc conversion module for bsdconv.

WWW: https://github.com/buganini/bsdconv-opencc

PR:		ports/172266
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2012-10-10 15:09:25 +00:00
Bryan Drewery
eb86e4311c - Use GH_ACCOUNT in DISTNAME
Suggested by:	sunpoet
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2012-10-10 12:33:35 +00:00
Kevin Lo
5b9883676a - Remove dependency on fastest_cvsup (deprecate cvsup for the ports tree)
- Adopt new Makefile header
2012-10-09 04:51:58 +00:00
Bryan Drewery
3f9880e749 - Update to 1.13 [1]
- Remove ABI version from LIB_DEPENDS [1]
- Switch to USE_GITHUB for fetching

Changelog:
  chase codec rename in bsdconv
  add -8 for UTF-8 <-> UTF-8 conversion profile

PR:		ports/172264 [1]
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer) [1]
2012-10-08 16:17:25 +00:00
Sunpoet Po-Chuan Hsieh
36d95bf652 - Convert to new options framework
- Cleanup Makefile header
2012-10-07 18:32:25 +00:00
Bryan Drewery
0a9c9c2dff - Fix header to proper format
Reported by:	danfe
2012-10-01 15:01:14 +00:00
Ruslan Makhmatkhanov
fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00
Rong-En Fan
2ae74d5b76 - Fix build on -CURRENT
PR:		ports/172132
Submitted by:	KT Sin <ktsin at acm.org>
2012-09-29 06:35:42 +00:00
Bryan Drewery
fbdc478838 - Update to 1.4.2 [1]
- Add LICENSE
- Remove ABI versions from LIB_DEPENDS
- Update to new Makefile header

PR:		ports/171653 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Eric Camachat <lihong@ieee.org> (maintainer)
2012-09-25 17:52:52 +00:00
Baptiste Daroussin
6b968aca1e Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt's
distilator
2012-09-20 22:26:26 +00:00
Jase Thew
3697408572 - Update to 1.2.6
PR:		ports/171324
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	flo (mentor)
2012-09-20 00:02:16 +00:00
Wen Heping
79da600848 - Update to 0.3.3
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-09-19 07:54:07 +00:00
Wen Heping
8fe10aafdf - Update to 0.4.5
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:25:01 +00:00
Wen Heping
e5c659a318 - Update to 0.1.3
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:22:39 +00:00
Wen Heping
7a87156672 - Update to 0.3.0
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:20:18 +00:00
Wen Heping
07863ca09d - Update to 0.3.9
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:06:51 +00:00
Wen Heping
c5d2ab6af3 - Update to 4.2.6
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:01:24 +00:00
Alberto Villa
2363a988ba - Update Calligra Suite to 2.5.2.
This release contains a number of important bug fixes to 2.5.1 and we
recommend everybody to update as soon as possible. An overview of the
most important fixes can be found in the release notes:
http://www.calligra.org/news/calligra-2-5-2-released
2012-09-16 17:31:30 +00:00
Wen Heping
a780f017e3 fcitx-table-extra provides Boshiamy, Zhengma, Cangjie, and Quick input
methods driven by the fcitx-table IM engine.

WWW: http://code.google.com/p/fcitx/

PR:		171365
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-09-08 10:53:06 +00:00
Wen Heping
d3494a6649 - Update to 0.2.0
PR:		171330
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-08 10:32:37 +00:00
Wen Heping
e91cb80bcd - Update to 0.7.1
PR:		171330
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-08 10:26:40 +00:00
Steve Wills
0b61befb1c - Update to 3.4.2 [1] [2] [3]
- Document security issue [4]

PR:		ports/171397 [1]
PR:		ports/171404 [2]
PR:		ports/171405 [3]
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) [1]
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer) [2] [3]
Reviewed by:	eadler [4]
Security:	30149157-f926-11e1-95cd-001fd0af1a4c
2012-09-07 20:25:41 +00:00