Commit Graph

1299 Commits

Author SHA1 Message Date
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
Baptiste Daroussin
b921f9a7eb Convert k* to USES=zip 2014-03-10 15:52:41 +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
Emanuel Haupt
f4b4df04fa Support staging 2014-02-27 15:11:51 +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
Emanuel Haupt
5b4ca4d2ec Remove trailing whitespaces from category korean 2014-02-21 13:37:45 +00:00
Emanuel Haupt
178f307735 Support staging 2014-02-20 14:50:25 +00:00
Emanuel Haupt
4a392830a1 Support staging 2014-02-20 14:49:31 +00:00
Emanuel Haupt
fbf194f369 Support staging 2014-02-20 14:48:11 +00:00
Emanuel Haupt
df082aa075 Support staging 2014-02-20 14:47:13 +00:00
Emanuel Haupt
d8c1411073 Support staging 2014-02-20 14:46:39 +00:00
Emanuel Haupt
c4b9462439 Support staging 2014-02-20 14:45:46 +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
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
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
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Jung-uk Kim
1c366ae50b Simplify and support staging. 2014-01-08 00:06:49 +00:00
Jung-uk Kim
0c182db6d4 Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format. 2014-01-07 01:38:37 +00:00
Jung-uk Kim
fb9e399c88 - Stagefy, convert to USES=gmake, convert LIB_DEPENDS to new format.
- Use options framework to select the default keyboard layout.
2014-01-07 01:36:45 +00:00
Jung-uk Kim
e475c58e44 Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format. 2014-01-07 01:33:35 +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
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
Jung-uk Kim
19152012e7 - Add a patch from upstram.
- Use options framework properly.
2013-12-24 23:02:33 +00:00
Emanuel Haupt
771b43c983 - Quiesce portlint
- Define DOCS
- Support staging

PR:		184366
Submitted by:	Takefu <takefu@airport.fm>
2013-11-29 09:54:18 +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
Thomas Abthorpe
1d1f94afe7 - Update LICENSE accordingly, now that OFL10 and OFL11 are defined
With hat:	portmgr
2013-11-05 06:46:58 +00:00
Baptiste Daroussin
3904f6f163 Support stage, use bsdtar to extract 2013-11-04 10:49:03 +00:00
Jung-uk Kim
851ab9c5e0 - Update to 4.0.6.
- Support staging.
2013-10-25 17:05:50 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Edwin Groothuis
385761cb10 Support for this language has ceased within the PHP documentation. 2013-10-21 09:48:40 +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
John Marino
6a4ec02e94 korean/scim-hangul: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-02 20:12:35 +00:00
Baptiste Daroussin
110f3583b6 Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by:	bdrewery
2013-09-24 06:24:17 +00:00
Baptiste Daroussin
6a9fcfc6bd Add NO_STAGE all over the place in preparation for the staging support (cat: korean) 2013-09-20 19:49:59 +00:00
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
Jung-uk Kim
8305caa167 Use MAKE_ARGS to simplify patches.
Suggested by:	danfe
2013-09-03 18:40:12 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Jung-uk Kim
95133c20f1 Do not extract object files from the release tarball to simplify build. 2013-08-30 22:10:34 +00:00
Jung-uk Kim
816cd11ce4 Fix build with Glib20 2.36. 2013-08-30 20:36:12 +00:00
Jung-uk Kim
ca6f6833ea Fix build with Clang. Remove defunct master site. 2013-08-30 20:00:42 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
Andrej Zverev
d98e1893f3 - Convert to new perl framework
- Trim Makefile header
2013-07-31 14:36:21 +00:00
Andrej Zverev
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +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
Andrej Zverev
19ae251b54 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-26 07:33:41 +00:00
Baptiste Daroussin
96255e9616 Fix INDEX by really fixing the kde4-l10n ports 2013-07-10 06:33:41 +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
Jung-uk Kim
294f80232c Add local distfiles. 2013-07-08 19:37:40 +00:00
Jung-uk Kim
5d149955e3 Add local distfile and trim makefile header. 2013-07-08 19:37:05 +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
Jung-uk Kim
36dc5a0cfb - Take over the maintainership. [1]
- Use pkgconfig for detecting dependencies.  Tidy up a bit while I am here.

Approved by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer) [1]
2013-06-24 19:05:53 +00:00
Jung-uk Kim
deb071806d Update to 1.4.2. 2013-06-21 23:43:01 +00:00
Jung-uk Kim
f5ee00702f Add an option to build with GTK+ 3.0. 2013-06-21 23:40:27 +00:00
Jung-uk Kim
413652f2c0 Update to 1.0.0. 2013-06-21 22:29:13 +00:00
Jung-uk Kim
ffb69d7dd7 Update to 2.1.1. 2013-06-21 18:35:45 +00:00
Boris Samorodov
b76b0a65bd Remove extra line space. 2013-06-21 18:25:08 +00:00
Boris Samorodov
6a6dfd8d5f . delete an article from COMMENT;
. trim Makefile headers.
2013-06-21 18:20:19 +00:00
Boris Samorodov
1e5d63936d . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mkdir commands;
. use PLIST_FILES and PORTDOCS at Makefile;
. delete pkg-plist (3 lines).
2013-06-21 18:10:18 +00:00
Boris Samorodov
804081c3dc Use @${MKDIR} instead of direct use of command command "mkdir -p". 2013-06-21 18:01:58 +00:00
Boris Samorodov
3e140c2e9d . incorporate PLIST_FILES;
. remove pkg-plist (3 lines).
2013-06-21 17:53:21 +00:00
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Jung-uk Kim
a1b0dbc4ae Remove redundant lines. 2013-06-17 23:33:49 +00:00
Jung-uk Kim
88be950540 - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.
- Modernize the port and make Clang happy.
2013-06-17 23:25:53 +00:00
Jung-uk Kim
1a0bf37513 - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.
- Honor CFLAGS and make Clang happy.
2013-06-17 23:21:43 +00:00
Jung-uk Kim
34b21e2a51 - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.
- Modernize the port and make portlint happy.
2013-06-17 23:18:06 +00:00
Jung-uk Kim
2267c77702 Update e-mail address on behalf of cjh as he personally requested. 2013-06-17 23:04:51 +00:00
Jung-uk Kim
5a807ba270 Update e-mail address on behalf of cjh as he personally requested. 2013-06-17 22:50:28 +00:00
Martin Wilke
a858863783 - Do not remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-14 03:22:42 +00:00
Jung-uk Kim
59fe3e18bc Add ftp.kaist.ac.kr back and remove ftp.kreonet.re.kr. 2013-06-12 19:46:23 +00:00
Jung-uk Kim
50dd2c321e - Fix build with Clang.
- Modernize the port, e.g., trim makefile header.
2013-06-12 19:26:46 +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
Baptiste Daroussin
46023dda78 Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 15:18:38 +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
Hiroki Sato
918595d207 Update to 3.03. 2013-05-01 04:46:29 +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
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +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
Jung-uk Kim
decb4e775e Do not install UnBom font. There was a copyright dispute and the upstream
decided to stop redistribution of the font.

https://kldp.org/node/135598
2013-04-23 21:09:32 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +00:00
Jung-uk Kim
f4acdce1cc Trim Makefile header.
Feature safe:	yes
2013-04-16 19:43:00 +00:00
Jung-uk Kim
e52373b5b6 Update to 3.1.
Feature safe:	yes
2013-04-16 19:33: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
Jung-uk Kim
e835d5453f Update to 4.0.1. 2013-03-08 19:01:45 +00:00
Pietro Cerutti
5f049474c1 - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)
Approved by:	portmgr
2013-02-07 10:39:56 +00:00
Jung-uk Kim
fde722d687 Update to 3.6.5. 2013-02-04 20:03:49 +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
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
3fad7b5d3c - Update to 0.2.0
PR:		174123
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-12-16 13:46:59 +00:00
Alexey Dokuchaev
63199ba4e2 Add fcitx-hangul, Korean input back-end to the Fcitx IM framework.
Feature safe:	yes
2012-11-08 14:50:14 +00:00
Jung-uk Kim
60afb940fa - Update to 0.4.0.
- Fix dependencies and tweak pkg-message.
- Trim makefile header, add license, and convert to optionsNG.

Feature safe:	yes
2012-11-02 22:46:30 +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
Jung-uk Kim
77b5d50a6b - Update to 0.5.6.
- Trim makefile header.
2012-10-08 17:15:00 +00:00
Jung-uk Kim
f7c42ea5b1 - Update to 3.5.6.
- Use system mdds.
- Fix build with the recent Clang (CURRENT).
- Enable visibility for recent Clang (9.1 and CURRENT).
- Attempt to fix build on 7.x and 8.x (not tested).
2012-08-23 16:00:36 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Jung-uk Kim
3a74e1eb77 - Chase ibus update. [1]
- Convert to optionsNG framework.

Reported by:	beat
2012-07-19 23:08:41 +00:00
Jung-uk Kim
495b66e319 - Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
2012-07-17 20:55:45 +00:00
Dima Panov
0e6c83afe5 - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
2012-07-01 08:32:04 +00:00
Koop Mast
9e70e62929 Remove BROKEN now that imlib is fixed. 2012-06-20 11:34:31 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Pav Lucistnik
917e3afc7b - Mark BROKEN: does not compile
undefined reference to `PrintGifError'

Reported by:	pointyhat
2012-06-13 21:10:09 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Jung-uk Kim
1a65aa28d0 Fix PLIST.
Reported by:	pointyhat
2012-05-03 21:53:55 +00:00
Jung-uk Kim
ec605d1f02 Fix newly added ibus-setup-hangul utility and desktop icons. 2012-04-30 22:02:27 +00:00
Jung-uk Kim
79d68a8195 Update to 1.4.1. 2012-04-30 21:11:07 +00:00
Baptiste Daroussin
8269acc5ce - upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one
  from ports if not found in base
- now only build en_US version, all localisation are available through separated
  ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts

Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback

Thank you to iXsystems for providing resources to build/test libreoffice
2012-04-22 20:38:32 +00:00
Doug Barton
d1a828636c korean/unfonts-ttf||2012-03-16|Was divided into korean/unfonts-core and korean/unfonts-extra
Last dependent was updated, so it is now safe to remove

Feature safe:	yes
2012-03-17 04:26:18 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Pav Lucistnik
0e2dbd67bf - Fix plist
Reported by:	pointyhat
2012-01-21 19:53:45 +00:00
Jung-uk Kim
0a66e6819c Improve a patch for IBus 1.4.0 from upstream and reduce diff. 2012-01-10 00:52:39 +00:00
Jung-uk Kim
5e11c41b5a Update to 1.3.2. 2012-01-09 21:02:52 +00:00
Jung-uk Kim
7dec8af525 - Update to 2.1.0.
- Update project URL.
2012-01-04 00:02:56 +00:00
Jung-uk Kim
1f31d678f5 - Update to 0.99.11.
- Update project URL.
2012-01-03 23:52:02 +00:00
Michael Scheidell
8710ace2de - update to 0.1.0
- update master sites to google

PR:		ports/163260
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Approved by:	gabor (mentor)
2011-12-21 13:27:06 +00:00
Hiroki Sato
3ed9b5383e Fix FONTSDIR.
Reported by:	pav
2011-12-13 18:42:53 +00:00
Hiroki Sato
3ef65bc73b Update dependency because korean/unfonts-ttf is split into -core and -extra.
Spotted by:	dougb
Feature safe:	yes
2011-12-05 16:20:37 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Raphael Kubo da Costa
7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Doug Barton
e92ce18c9f Add a comment indicating what ports depend on these 2 2011-11-01 22:03:58 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
Doug Barton
c3ef22e507 Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun		Abandonware
astro/xrmap		No more distfiles
audio/midimountain	Abandonware
audio/gkrellmss		Abandonware
audio/gnapster		Abandonware
databases/xbase		No more public distfiles
databases/xbsql		No more public distfiles
games/gtkabale		No more public distfiles
games/battleball	No more public distfiles, does not compile on ia64 or sparc64
games/race		No more public distfiles
games/stvef-paks	No more public distfiles
games/stvef-server	No more public distfiles
games/tome		No more public distfiles
games/qkmj		No more public distfiles
games/oilwar		No more public distfiles
games/xbaby		No more public distfiles
games/xword		Abandonware
games/kslide		No more public distfiles
graphics/xmrm		No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans	Upstream disappeared and distfile is not available
graphics/wildmagic	BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet		No more public distfiles
irc/tkirc		No more public distfiles
korean/mizifont		No more public distfiles
lang/freetxl		No more public distfiles
math/nsc2ke		No more public distfiles
misc/mgp-mode.el	No more public distfiles
multimedia/p5-RIFF-Info	No more public distfiles
net/p5-Net-OpenDHT	No more public distfiles
net/mudix		No more public distfiles
net-im/newsbot		No more public distfiles
net-im/libicq2000	Abandonware
net-im/gossip		No longer maintain by upstream, use net-im/empathy instead
net-im/ickle		Abandonware
net-mgmt/nipper		BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy	No more public distfiles
news/p5-Gateway		No more public distfiles
print/epsmerge		No more public distfiles
science/at		No more public distfiles
science/pyvox		No more public distfiles
security/p5-Email-Obfuscate	No more public distfiles
security/libparanoia	No more public distfiles
security/execwrap	No more public distfiles
2011-10-09 02:47:51 +00:00
Doug Barton
2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00
Sunpoet Po-Chuan Hsieh
a158d41a99 - Update MAINTAINER: use canonical format for ports@FreeBSD.org 2011-10-02 14:40:47 +00:00
Pav Lucistnik
62a95b092e - Mark BROKEN: installs file into /
Reported by:	pointyhat
2011-09-24 20:03:08 +00:00
Pav Lucistnik
44aa8ea29b - Mark BROKEN: does not compile
./xutf8.h:25:2: error: #error Please include <X11/Xlib.h> before "xutf8.h"

Reported by:	pointyhat
2011-09-24 20:01:31 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Jung-uk Kim
111c64a61b Update to 0.5.5. 2011-09-12 23:02:51 +00:00
Baptiste Daroussin
ad3dff30b7 2011-09-01 korean/hlatexfonts-ocf: No more public distfiles
2011-09-01 korean/pgp.language: No more public distfiles
2011-09-01 games/xgammon: No more public distfiles
2011-09-01 korean/hanIM: No more public distfiles
2011-09-01 misc/gplbp: No more public distfiles
2011-09-01 net/vyqchat: No more public distfiles
2011-09-01 news/xmitbin: No more public distfiles
2011-09-01 games/tvp: No more public distfiles
2011-09-01 games/glasteroids: No more public distfiles
2011-09-01 games/xscrabble: No more public distfiles
2011-09-01 games/xbat: No more public distfiles
2011-09-01 korean/hanmiscutils: No more public distfiles
2011-09-01 net-p2p/hagelslag: No more public distfiles
2011-09-01 games/cgoban2: No more public distfiles
2011-09-01 games/krosswordplayer: No more public distfiles
2011-09-01 korean/helvis: No more public distfiles
2011-09-01 print/mgv: No more public distfiles
2011-09-01 japanese/linux-JM: No more public distfiles
2011-09-01 games/xlines: No more public distfiles
2011-09-01 games/xgame: No more public distfiles
2011-09-01 net/ttt: No more public distfiles
2011-09-01 games/merlin: No more public distfiles
2011-09-01 games/xshisen: No more public distfiles
2011-09-01 games/slige: No more public distfiles
2011-09-01 games/wmtimebomb: No more public distfiles
2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
2011-09-07 10:10:11 +00:00
Jung-uk Kim
e2d23f571d Correct run-time dependencies and make it slightly less broken (although
it seems there is no chance to make it work again).

- Remove converters/py-cjkcodecs from run-time dependency. [1]
It was included in the Python itself for some time now.  Please see
ports/160306 for more info.
- Add x11-toolkits/py-gnome-desktop to run-time dependency.

Pointed out by:	Ruslan Mahmatkhanov (cvs-src at yandex dot ru) [1]
2011-09-01 17:04:09 +00:00
Jung-uk Kim
19eb407455 - Mark korean/gdick as IGNORE and DEPRECATED with EXPIRATION_DATE set
to 2011-11-01. [1]
- Update to 0.9.2 and the project URL, just in case someone wants to
rescue it.

PR:	ports/160305 [1]
2011-08-31 22:30:23 +00:00
Jung-uk Kim
6da0856f85 Chase project URL change. 2011-08-31 20:57:57 +00:00
Jung-uk Kim
a9f54fdfa8 - Update to 1.2.3 and add LICENSE.
- Honor WITHOUT_NLS and NOPORTDOCS.
2011-08-26 21:54:12 +00:00
Jung-uk Kim
975f5459ae - Fix LICENSE. libhagul is actually licensed under LGPL 2.1.
- Honor WITHOUT_NLS and make porlint happy.

Reviewed by:	hyogeollee@gmail.com (maintainer)
2011-08-26 21:06:50 +00:00