| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=325254
|
|
|
|
| |
Notes:
svn path=/head/; revision=325230
|
|
|
|
| |
Notes:
svn path=/head/; revision=324961
|
|
|
|
| |
Notes:
svn path=/head/; revision=324794
|
|
|
|
|
|
|
| |
Approved by: bapt@ (office@)
Notes:
svn path=/head/; revision=324225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=323748
|
|
|
|
|
|
|
| |
Thanks to tijl@
Notes:
svn path=/head/; revision=323350
|
|
|
|
|
|
|
|
| |
- Pet portlint
- While here trim header
Notes:
svn path=/head/; revision=323324
|
|
|
|
| |
Notes:
svn path=/head/; revision=322618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=322586
|
|
|
|
|
|
|
|
|
| |
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Notes:
svn path=/head/; revision=322530
|
|
|
|
| |
Notes:
svn path=/head/; revision=322455
|
|
|
|
|
|
|
|
|
|
| |
- While here, use new Makefile header
PR: ports/180281
Submitted by: maintainer
Notes:
svn path=/head/; revision=322373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=322300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=322191
|
|
|
|
|
|
|
|
|
|
|
|
| |
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44
Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
Notes:
svn path=/head/; revision=321429
|
|
|
|
| |
Notes:
svn path=/head/; revision=321324
|
|
|
|
| |
Notes:
svn path=/head/; revision=320451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove RUN_DEPENDS for (already expired) perl 5.10
- update german/bugzilla42
- set expiration date for bugzilla3
The following important fixes/changes have been made in this release:
o MySQL 5.6 is now supported. (Bug 852560)
o A regression introduced in Bugzilla 4.2.4 made Oracle crash when
installing Bugzilla for the first time. (Bug 858911)
o If a custom field depends on a product, component or classification,
the "mandatory" bit was ignored on bug creation. (Bug 782210)
o Queries involving flags were broken in several ways.
These queries have been fixed. (Bug 828344)
o Tabular reports involving the empty resolution did not link bug
counts correctly. (Bug 212471)
o The Bug.search WebService method was returning all visible bugs
when called with no arguments, ignoring the max_search_results
and search_allow_no_criteria parameters. (Bug 859118)
Release Notes:
http://www.bugzilla.org/releases/4.2.6/release-notes.html
Notes:
svn path=/head/; revision=318912
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Notes:
svn path=/head/; revision=318479
|
|
|
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
Notes:
svn path=/head/; revision=318452
|
|
|
|
| |
Notes:
svn path=/head/; revision=317743
|
|
|
|
| |
Notes:
svn path=/head/; revision=317662
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
Notes:
svn path=/head/; revision=317605
|
|
|
|
|
|
|
| |
Approved by: multimedia (bapt, kwm)
Notes:
svn path=/head/; revision=317561
|
|
|
|
|
|
|
|
| |
PR: 177033
Submitted by: Slaven Rezic (maintainer)
Notes:
svn path=/head/; revision=316659
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316434
|
|
|
|
| |
Notes:
svn path=/head/; revision=316317
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=315901
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=315586
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=315373
|
|
|
|
| |
Notes:
svn path=/head/; revision=313845
|
|
|
|
| |
Notes:
svn path=/head/; revision=313667
|
|
|
|
|
|
|
|
|
|
| |
merged into main port since version 5.2 (will go in it's own commit)
PR: 172319
Submitted by: Submitted by: Takefu <takefu@airport.fm> (maintainer)
Notes:
svn path=/head/; revision=312841
|
|
|
|
| |
Notes:
svn path=/head/; revision=312710
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.5.5
- Convert to new options framework
- minor cleanups
Courtesy of: avilla
Notes:
svn path=/head/; revision=311700
|
|
|
|
| |
Notes:
svn path=/head/; revision=311644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=311483
|
|
|
|
|
|
|
|
| |
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Notes:
svn path=/head/; revision=311476
|
|
|
|
|
|
|
|
|
| |
PR: ports/175682
Approved by: miwi (maintainer)
Security: 559e00b7-6a4d-11e2-b6b0-10bf48230856
Notes:
svn path=/head/; revision=311193
|
|
|
|
| |
Notes:
svn path=/head/; revision=310871
|
|
|
|
|
|
|
| |
- Add a .desktop entry
Notes:
svn path=/head/; revision=310560
|
|
|
|
|
|
|
|
| |
- Trim headers while I am here
- Clean up some trailing whitespace
Notes:
svn path=/head/; revision=310162
|
|
|
|
|
|
|
| |
Submitted by: Tobias Berner on #kde-freebsd
Notes:
svn path=/head/; revision=309678
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=309662
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=309602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles
Feature safe: yes
Notes:
svn path=/head/; revision=307898
|
|
|
|
|
|
|
|
|
| |
- remove hotfixes from german templates
Feature safe: yes
Notes:
svn path=/head/; revision=307474
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307430
|
|
|
|
|
|
|
|
|
|
| |
duplicate of the patch to poll.c (lower case .c).
Noted by: case insensitive file system
Feature safe: yes
Notes:
svn path=/head/; revision=306783
|