| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: ports/184248
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/181065
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
|
|
|
|
| |
finance)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
PR: 180689
Submitted by: ports fury
|
|
|
|
|
| |
graphing/BudgetingWindow.cpp: In member function 'virtual void BudgetingWindow::replot()':
graphing/BudgetingWindow.cpp:123:70: error: cannot convert 'const QwtScaleDiv' to 'QwtScaleDiv*' in initialization
|
|
|
|
|
| |
PR: 179596
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- Add an entry to UPDATING
Reviewed by: tabthorpe
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
starting with E,F
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
| |
PR: 99042
Submitted by: Ports fury
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
| |
Bump PORTREVISION
Pointy hat to: lofi
|
|
|
|
|
| |
PR: ports/84068
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
| |
PR: ports/78312
Submitted by: Ports Fury
Approved by: pav (mentor)
|
|
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
|
|
|
|
|
| |
transaction editor and rerolled tarball.
PR: ports/75112
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/74946
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/71878
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/70408
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
|
|
|
|
| |
PR: ports/67288
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/65365
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/63135
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/62428
Submitted by: Ports Fury
|
|
|
|
| |
(Part 2)
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Noticed by: bento via kris
|
|
|
|
|
| |
PR: 61423
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 60335
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Fix khacc build which depends on qhacc
- Bump PORTREVISION
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Noticed by: kris via bento
|
|
|
|
|
|
|
|
|
| |
- tarball was rerolled, hence new checksum
- bump PORTREVISION
PR: 55825
Submitted by: Ruslan Babayev <ruslan@babayev.com>
KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 55686
Submitted by: Ports Fury
|
|
|
|
| |
Reported by: kris via bento
|
|
|
|
|
| |
PR: 55516
Submitted by: Ruslan Babayev <ruslan@babayev.com>
|
|
|
|
|
| |
PR: 55497
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 47914, 47915, 47916, 47938, 47941
Submitted by: tadalunch@s5.xrea.com
|
|
|
|
| |
Set Maintainer back to ports, after successful QT2 -> QT3 update.
|
|
|
|
|
| |
PR: 47320
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 47070
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 46935
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
|
|
|
| |
Update to 2.4
PR: 43702
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
maintainership.
|
|
|
|
|
| |
PR: 39665
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
|
| |
PR: 32626
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 32314
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 31615
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 31301
Submitted by: tkato@prontomail.com
|
|
|
|
|
| |
PR: 30044
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 29446
Submitted by: Kato Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 29021
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
|
|
|
|
|
| |
PR: 25870
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 24672
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
| |
PR: 24553
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 24095
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 23568
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 23228
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 22892
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 21580
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
| |
PR: 21283
Submitted by: Ports Fury
|
|
|
|
|
| |
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
|
|
|
|
| |
Doing so now since I don't know when the next qhacc release will be.
|
| |
|
| |
|
|
|
|
|
|
| |
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
|
|
|
|
|
|
| |
PR: 16973
Submitted by: Rod Taylor <rbt@zort.on.ca>
Approved by: Maintainer
|
|
|
|
|
| |
PR: 16851
Submitted by: maintainer
|
|
Simple QT2-based financial manager.
PR: 16524
Submitted by: Will Andrews <andrews@technologist.com>
|