| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the upgrade to 11.6.
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PYDISTUTILS_AUTOPLIST
With hat: python@
|
|
|
|
|
| |
With hat: python@
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version of Eficas has dropped the dependency on py-qt4-assistant, which
has been deprecated in PyQt4 since 2010, and replaced it with a call to
xdg-open.
Follow suit and replace the runtime dependencies, paving the way for us to
get rid of py-qt4-assistant ourselves.
CR D226
Approved by: thierry (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
| |
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
Approved by: infrastructure improvements blanket
|
| |
|
| |
|
|
|
|
|
| |
Still marked BROKEN because there is some rough edges, but interesting
users can remove this line.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
Convert to USES=libtool
Strip binaries
|
| |
|
|
|
|
|
| |
Submitted by: ak
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
|
|
|
| |
untill math/py-numpy is fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: swills
|
|
|
|
|
|
| |
- Use the new infrastucture;
- Fix dependency on www/py-mechanize.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
N.B.: french/aster is still marked BROKEN, but this allows to unbreak
other ports sharing the same dependencies.
Patch for french/med provided by tijl.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
| |
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
PR: ports/186265
|
|
|
|
|
|
| |
(plus this now also provides proper -rpath for GCC runtime libraries).
Approved by: thierry (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- STAGE-clean
|
|
|
|
|
|
|
|
|
|
|
| |
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
|
|
|
| |
- Use PYDISTUTILS_AUTOPLIST
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The PR was written because the port started to fail in jail where $HOME
is read-only. It turns out that it is not the port's fault, but rather
that of the (former) build dependency, childsplay.
The only reason it was a build dependency was to check if it's version
is at least 0.71. Childsplay is currently at version 2.5, so there's
no reason to check the version. The fix was to remove the check and
childsplay as a build dependency.
Stage support was also added, so there's not much left of the original
install.sh.
PR: ports/185202
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
|
|
| |
. pet QA test: remove USES=shared-mime-info (it's not really used).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
. update tryton28 ports; [1]
. connect tryton28 ports to build;
. register conflicts at tryton ports.
PR: ports/181691 [1]
Submitted by: Matthias Petermann <matthias@petermann-it.de> [1]
Approved by: Matthias Petermann <matthias@petermann-it.de>
|
|
|
|
|
|
|
|
|
| |
to commit PR/181691).
PR: ports/181691
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
Patch by: bsam (me)
Approved by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
|
|
|
|
|
|
|
| |
PR: ports/181691
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
Patch by: bsam (me)
Approved by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
|
|
|
|
|
| |
- Move EXTRACT_SUFX upward
- Update WWW
|
|
|
|
|
| |
- Move EXTRACT_SUFX upward
- Update WWW
|
|
|
|
|
| |
- Add my LOCAL to MASTER_SITES
- Move EXTRACT_SUFX upward
|
| |
|
|
|
|
| |
Reported by: marino
|
| |
|
|
|
|
| |
Use bsdtar to extract
|
|
|
|
| |
Use bsdtar to extract
|
| |
|
|
|
|
|
| |
Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts)
Always install manpages for aspell.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
- Support staging.
|
|
|
|
|
|
| |
the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
| |
. remove well-known license file (GPLv3).
|
| |
|
| |
|
|
|
|
| |
french)
|
| |
|
| |
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
my own ftp site
- Trim Makefile's header
- Pet portlint(1)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
|
| |
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
Reported by: miwi
|
|
|
|
| |
See http://www.code-aster.org/forum2/viewtopic.php?pid=36304#p36304
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Trim header
Submitted by: bapt
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Update to 2.5.5
- Convert to new options framework
- minor cleanups
Courtesy of: avilla
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
| |
|
|
|
|
|
| |
- Trim headers while I am here
- Clean up some trailing whitespace
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
|
|
|
|
|
| |
- Trim Makefile headers.
Feature safe: yes
|
|
|
|
|
|
| |
restore working i18n.
Feature safe: yes
|
|
|
|
| |
. convert headers to the new style.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
France.
PR: ports/171171
Submitted by: matthias@petermann.it
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Remove header from Makefiles.
This release contains a number of important bug fixes to 2.5.0 and we
recommend everybody to update. Release notes can be found in the
official announcement:
http://www.calligra.org/news/calligra-2-5-1-released
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
coming to the ports tree after a short testing period which showed it
to be quite stable.
For the productivity part of the suite (word processor, spreadsheet,
and presentation program) the target user of version 2.5 is still the
student or academic user. This version has a number of new features
that will make it more suitable for these users.
The artistic applications of the Calligra Suite are the most mature
ones and are already used by professional users everywhere.
As usual, detailed release notes can be found in the official
announcement:
http://www.calligra.org/news/calligra-2-5-released
Meanwhile, new translations were added:
- editors/calligra-l10n-gl (Gallegan)
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
|
| |
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
| |
|
|
|
|
| |
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
|
| |
|
|
|
|
|
|
|
| |
- Add Japanese localization.
This release contains a number of important bug fixes to 2.4.2:
http://www.calligra.org/news/calligra-2-4-3-released
|
|
|
|
|
|
|
|
| |
for FreeBSD platform!
Now with system boost-1.48 support and powered by clang-3.1 by default
Dima, behalf of FreeBSD Office team
|
| |
|
| |
|
|
|
|
|
|
| |
series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
| |
|
|
|
|
| |
editors/koffice-kde3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
graphic art and office suite.
Information on this release can be found here:
http://www.calligra.org/news/calligra-2-4-2-released
Information on Calligra Project can be found in its first ever release
announcement:
http://www.calligra.org/news/calligra-2-4-released
Consequently, KOffice 2 has been removed from the ports collection.
As usual, we would like to thank all testers and contributors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Tested at: redports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Feature safe: yes
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE.
- Add CUPS support.
- Add acroread(1) manual page.
Security: APSA11-04
Security: APSB11-24
Security: CVE-2011-2462
Security: CVE-2011-1353
Security: CVE-2011-2431
Security: CVE-2011-2432
Security: CVE-2011-2433
Security: CVE-2011-2434
Security: CVE-2011-2435
Security: CVE-2011-2436
Security: CVE-2011-2437
Security: CVE-2011-2438
Security: CVE-2011-2439
Security: CVE-2011-2440
Security: CVE-2011-2441
Security: CVE-2011-2442
|
| |
|
|
|
|
|
|
|
|
| |
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Discussed with: bapt
Feature safe: yes
|
|
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
. add dependency upon misc/shared-mime-info and devel/desktop-file-utils.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
|
|
|
|
|
|
|
|
|
| |
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
|
|
|
|
| |
Approved by: maintainer timeout (8 weeks)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/158427
Submitted by: Takefu <takefu@airport.fm> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via Pav
|
|
|
|
|
|
| |
for a long time, not to mention upstream.
Discussed a while ago among the KDE/FreeBSD team.
|
|
|
|
|
| |
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
|
| |
|
| |
|
|
|
|
|
|
|
| |
Since I'm there, release maintainership.
PR: ports/158359
Submitted by: ohauer
|
|
|
|
|
| |
Reported by: pointyhat via Pav
Pointyhat to: lwhsu
|
|
|
|
| |
announcement here: http://kde.org/announcements/announce-4.6.4.php
|
| |
|
|
|
|
|
| |
issue in GUI mode. A linux_adobe.ko kernel module has to be loaded before
acroread is invoked.
|
|
|
|
| |
Special thanks to Raphael Kubo da Costa for his work on this update.
|
|
|
|
|
|
|
|
|
|
| |
2011-05-01 audio/dap: Upstream disapear and distfile is no more available
2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available
2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available
2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available
2011-05-01 finance/xinvest: Outdated, abandoned
2011-05-01 finance/xquote: Outdated, abandoned
2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
|
| |
|
| |
|
|
|
|
|
|
|
| |
Software Compilation: 4.6.2, codename "Congrats". Read the full
announcement here: http://kde.org/announcements/announce-4.6.2.php.
Special thanks to Raphael Kubo da Costa who ported the release.
|
| |
|
|
|
|
| |
- Force dependency on new libwpg.
|
|
|
|
|
|
|
|
|
| |
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php
We'd like to say thanks to all helpers and submitters.
Tested by: exp-run via miwi
|
|
|
|
|
| |
Pointy hat to: miwi
Reported by: pointyhat
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
| |
where no distfiles can be found and are not used by maintained ports
|
|
|
|
|
|
|
|
|
|
| |
switch some dependencies from science/hdf5 to science/hdf5-18.
As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.
PR: ports/154736
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup CONFLICTS and DISTINFO_FILE: remove es-MT and nl-MT
- Space/Tab twiddle
Changes: http://www.movabletype.org/2010/12/movable_type_504_and_435_security_update.html
PR: ports/152913
Submitted by: Takefu <takefu@airport.fm> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Remove obsolete MD5 checksum while I'm here
PR: ports/153634
Submitted by: sunpoet (myself)
Approved by: pav (with portmgr hat)
|
|
|
|
|
|
| |
for FreeBSD.
It's a bugfix-only release, January 2011 set.
|
|
|
|
|
|
|
|
| |
not work currently.
Security: http://www.adobe.com/support/security/bulletins/apsb10-28.html
Security: http://www.adobe.com/support/security/bulletins/apsb10-21.html
Security: http://www.adobe.com/support/security/advisories/apsa10-02.html
|
| |
|
|
|
|
|
|
| |
QListWidgetItem.
Obtained from: Code_Aster forums (bjng)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware
Leave java/tya in for now, as it has outstanding PRs.
|
| |
|
| |
|
| |
|
|
|
|
| |
Note: qtEficas does not run at the moment, it's disabled.
|
| |
|
|
|
|
| |
installed even if we never link against it.
|
|
|
|
|
|
|
| |
* Add (optional) support for GTK+ app.
* Clean up a lot of cruft, e.g., the GNOME option didn't work at all,
Approved by: maintainer
|
| |
|
|
|
|
|
| |
and videos from French websites. It uses plugins to enlarge software
possibilities.
|
|
|
|
|
| |
PR: ports/152989
Submitted by: "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp
|
|
|
|
| |
Approved by: sahil@ (mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/151278
Submitted by: Takefu <takefu@airport.fm>
|
|
|
|
|
|
|
|
| |
kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1]
(set by default for new accounts). Thanks to Ivan Cukic from KDE
for making the wallpapers!
[1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
|
|
|
|
|
|
|
|
| |
- Add languages (french, german)
- Pass MAINTAIENR to submitter
PR: ports/139303, ports/142374, ports/146536, ports/149819, ports/150419
Submitted by: Takefu <takefu@airport.fm> (maintainer)
|
| |
|
| |
|