| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
Notes:
svn path=/head/; revision=420774
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
Notes:
svn path=/head/; revision=415864
|
|
|
|
|
|
|
|
| |
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
Notes:
svn path=/head/; revision=379358
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
Notes:
svn path=/head/; revision=365038
|
|
|
|
|
|
|
|
|
|
| |
- USE_BZIP2 -> USE=tar:bzip2
- Tab -> space in pkg-descr
Approved by: portmgr (blanket approval)
Notes:
svn path=/head/; revision=359021
|
|
|
|
| |
Notes:
svn path=/head/; revision=344898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
| |
x11-themes)
Notes:
svn path=/head/; revision=327783
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
Notes:
svn path=/head/; revision=323455
|
|
|
|
|
|
|
|
|
|
|
|
| |
while here:
- Trim Makefile header
- Switch to out-of-source build
- Explicitly depend on required Qt4 component
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=315725
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update WWW
PR: ports/160629
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Approved by: miwi, wen (mentors implicit)
Notes:
svn path=/head/; revision=281815
|
|
|
|
| |
Notes:
svn path=/head/; revision=276936
|
|
|
|
|
|
|
| |
Reminded by: miwi
Notes:
svn path=/head/; revision=269631
|
|
|
|
|
|
|
|
| |
Requested by: kwm
Pointyhat to: glarkin
Notes:
svn path=/head/; revision=266393
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
| |
PR: ports/138092
Submitted by: Shane Bell <decept0 at gmail.com>
Approved by: maintainer (via xmpp)
Notes:
svn path=/head/; revision=240191
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
| |
- Connect to the build
PR: 133698
Submitted by: zloidemon <g.veniamin@googlemail.com>
Notes:
svn path=/head/; revision=233240
|
|
|
|
|
|
|
|
|
| |
PR: ports/131338
Submitted by: Shane Bell <decept0 AT gmail.com> (maintainer)
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=227807
|
|
|
|
|
|
|
| |
Suggested by: rafan
Notes:
svn path=/head/; revision=225291
|
|
|
|
|
|
|
|
| |
PR: 127539
Submitted by: Shane Bell <decept0@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=220815
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
| |
PR: ports/120750
Submitted by: Tobias Stadler <TS.Stadler gmx.de>
Approved by: Shane Bell <decept0 gmail.com> (maiintainer)
Notes:
svn path=/head/; revision=207598
|
|
|
|
|
|
|
|
| |
PR: ports/113568
Submitted by: Shane Bell (maintainer)
Notes:
svn path=/head/; revision=193735
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: 112293
Submitted by: Shane Bell<decept0@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=191354
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www.kde-apps.org
www.kde-look.org
www.gnome-look.org
changed their file location.
PR: ports/109389
Noticed by: Phillip Neumann <pneumann at gmail.com>
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=185659
|
|
|
|
|
|
|
|
| |
PR: ports/104190
Submitted by: shane bell<decept0 at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=175090
|
|
|
|
|
|
|
|
|
|
| |
remove use of -O2 from configure script
PR: 99597
Submitted by: maintainer
Notes:
svn path=/head/; revision=166658
|
|
|
|
|
|
|
|
| |
PR: 99353
Submitted by: maintainer
Notes:
svn path=/head/; revision=166656
|
|
|
|
|
|
|
|
|
|
|
| |
- MASTERSITE changed to kde-look.org
- Use PKGNAMEPREFIX like other theme ports
PR: ports/94629
Submitted byL maintainer
Notes:
svn path=/head/; revision=160322
|
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=156826
|
|
|
|
|
|
|
|
| |
Submitted by: decept <decept0@gmail.com> (maintainer)
PR: 91534
Notes:
svn path=/head/; revision=153128
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.9.7
- Change PORTNAME to kde-windeco-crystal
- Unbreak
PR: ports/91298
Submitted by: decept <decept0@gmail.com>
Notes:
svn path=/head/; revision=152716
|
|
|
|
| |
Notes:
svn path=/head/; revision=151418
|
|
|
|
|
|
|
|
|
| |
PR: 90006
Submitted by: decept <decept0@gmail.com>
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=150579
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak
- Add SHA256
PR: 88761
Submitted by: maintainer
Notes:
svn path=/head/; revision=147954
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
| |
Notes:
svn path=/head/; revision=146542
|
|
|
|
|
|
|
|
| |
PR: 84375
Submitted by: maintainer
Notes:
svn path=/head/; revision=143545
|
|
PR: 80598
Submitted by: Shane <decept0@gmail.com>
Notes:
svn path=/head/; revision=137360
|