| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Fix LICENSE
|
|
|
|
| |
- Fix LICENSE
|
|
|
|
| |
- Fix LICENSE
|
|
|
|
|
|
| |
error message for clang 3.4 and later.
Approved by: portmgr (bdrewery)
|
| |
|
| |
|
|
|
|
|
| |
Use modern LIB_DEPENDS
A bit of cosmetic changes
|
|
|
|
|
|
|
|
| |
Use options framework and options helpers
Stop automatically linking on cups or aspell if they are installed but do it when the options is checked
Use modern LIB_DEPENDS
This port would need way more cleanup :(
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
src/SDL_Pango.c is CRLF-encoded; while we could use dos2unix here, the
port's Makefile also fetches a patch from elsewhere that expects a
CRLF-encoded file.
PR: ports/185558
|
|
|
|
|
|
|
|
|
|
|
|
| |
declared). [1]
- Support staging.
- Set LICENSE.
- Remove tab from the WWW line in pkg-descr.
PR: ports/185558 [1]
Submitted by: Jan Henrik Sylvester <me@janh.de>
Approved by: maintainer timeout (18 days)
MFH: 2014Q1
|
|
|
|
| |
- Strip library when DEBUG=off
|
|
|
|
| |
While here simplify the port by using more option macros.
|
| |
|
| |
|
|
|
|
|
| |
PR: 181329 (based on)
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
|
| |
|
|
|
|
|
| |
PR: 185708
Submitted by: ports fury
|
|
|
|
|
| |
PR: 185706
Submitted by: ports fury
|
|
|
|
|
|
| |
is before the lines where the dirs are removed.
Submitted by: skreuzer@
|
| |
|
| |
|
|
|
|
| |
at http://people.freebsd.org/~gahr/usetcl.html
|
|
|
|
|
|
| |
back end. Add staging support.
Approved by: bapt (mentor)
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
|
|
| |
Covered by the "Just fix it" blanket (obvious typo).
|
|
|
|
| |
Approved by: bapt (mentor)
|
| |
|
| |
|
|
|
|
|
| |
- Convert to USES=tk
- STAGE-clean
|
|
|
|
| |
- Fix LICENSE (BSD -> BSD3CLAUSE)
|
| |
|
|
|
|
| |
- Convert to USES=tk
|
|
|
|
| |
- STAGE-clean
|
|
|
|
|
|
|
| |
twice:
one at build time, the second time at install time (which is wrong given the file has a 444 mode)
While here remove check for unsupported versions
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
| |
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
${DO_NADA}, some refactoring
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
| |
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1
|
|
|
|
|
|
|
| |
- Convert to USES=gmake
- STAGE-clean
MFH: 2014Q1
|
|
|
|
|
|
| |
- Add license (LGPL21)
- Change WWW
- Recreate pkg-plist with make makeplist
|
|
|
|
|
| |
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
|
|
|
|
|
|
| |
- STAGE-clean
MFH: 2014Q1
|
|
|
|
|
| |
- Support STAGEDIR
- Add REINPLACE_CMD, fix deprecated code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* FXJSONFile class added. Base class FXJSON improved and generalized.
* FXIO now tracks file position; new implementation of FXIO counts bytes
read/written.
* FXPipe API's added, should now be functional.
* Renamed FXStringMap to FXStringDictionary for consistency.
* Fixed a few problems in FXVariantMap, FXDictionary.
* Fixed possible race in FXThreadPool::startWorker.
* New FXThreadException class added; FXThreadException will cause graceful
early termination of a thread when thrown inside of FXThread.
* FXThread now interceps only FXException (and subclasses), rethrows other
exceptions. This was necessary due to the way GNU C++ library performs thread
exits.
* Non FOX exceptions thrown inside FXThread are now rethrown; but attempts
are made to maintain proper bookkeeping when unrolling the stack.
* FXThreadPool tasks may throw exceptions. FXThreadPool now intercepts all
FOX exceptions and updates bookkeeping when other exceptions are thrown. Note:
tasks in FXThreadPool are executed by threads, but since sometimes the main
thread is executing tasks in FXThreadPool also we can not allow tasks to throw
FXThreadException.
* Exceptions thrown inside FXWorker now terminate the worker, and reclaim
worker's thread and memory. Before exceptions were all caught, making it
impossible to pass return codes from worker execution.
* Exceptions thrown in FXTaskGroup::Task correctly reclaim the
FXTaskGroup::Task now, and will update completion count and notifications
appropriately.
* The exception philosophy in FOX is that the library only manages FXExceptions
and their subclasses; other exceptions will be either uncaught or
caught and rethrown after bookkeeping updates; thus programs should be careful
throwing exceptions other than FXExceptions.
|
|
|
|
|
| |
- Bump PORTREVISION
- STAGE-clean here and there
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 :)
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Stagify, sort USES, use new lib_depend syntax.
Use USE_GNOME introspection now that it doesn't break the build.
Switch to to libtool less ltverhack.
Use new gtk-query-immodules --update-cache functionality.
Obtained from: GNOME devel repo (based on)
|
| |
|
| |
|
|
|
|
| |
Various little obvious fixes, and a new rc script for stunnel-server
|
|
|
|
| |
Reported by: marino@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
|
|
|
|
|
| |
should fix the build of ports that use X libraries but don't explicitly depend
on X libraries.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
|
|
|
|
|
| |
PR: ports/185029
Submitted by: "H. Wade Minter" <minter@lunenburg.org> (maintainer)
|
|
|
|
| |
- Improve COMMENT and pkg-descr
|
|
|
|
|
| |
Although this port does not support python>=3, the next release is expected
to do so.
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update and sort *_DEPENDS
- Use USES=gmake
- Sort make knobs
- Support STAGEDIR
PR: ports/184700
Submitted by: sunpoet
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support STAGEDIR
PR: ports/184702
Submitted by: sunpoet
|
|
|
|
| |
Approved by: pawel / wg (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
On some systems pygame.joystick does not import into python preventing some
documentation from being built, thus some missing files on install.
For documentation building prevent any attempt to import pygame.joystick as
a work-around.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
|
|
|
|
|
|
|
|
| |
USE_GNOME=gnomehack ->USES=pathfix.
Stageify, use new LIB_DEPEND syntax, switch to libtool less ltverhack.
Merge new gtk-query-immodules handling from gtk30 ports in our dev repo [1]
Obtained from: FreeBSD gnome dev repo [1]
|
|
|
|
| |
- Package man pages, I couldn't find any conflit in the ports tree
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add CPAN to MASTER_SITES
Changes: http://search.cpan.org/dist/Gnome2/NEWS
|
| |
|
|
|
|
|
|
| |
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS
Approved by: kwm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Updated FXJSON JavaScript Object Notation I/O class:- removed limits to
token size in both input and output operations (formerly limited to
buffersize).
* Minor changes to FXVariant:- added some missing API's, removed toChar()
as its useless. Added has() to determine if key is present in case
FXVariant is a map.
* Simplified FXFile and other FXIO subclasses a bit to remove redundant
implementations.
* Added FXIOBuffer, an FXIO device that serializes to/from a memory
buffer.
* FXRanged, FXRangef: now check intersect() results a bit differently.
* Ray to FXSpheref, FXSphered intersection test changed to allow origin
inside sphere possibility.
* Fixed small bug in wc2nc().
* Possible buffer overrun in FXDir fixed.
* Added class FXStringMap.
* Changed some API's in FXDictionary. Added erase() API to allow removal
of slot already located. This is faster, and needed for successful
subclassing.
* FXStat problem fixed on Windows.
|
|
|
|
|
| |
PR: 184577, 183342
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
|
|
|
|
|
|
|
|
| |
Split off gnome-pty-helper from vte to allow both versions of vte to be
installed at the same time.
Update comment to make it clearer which gtk+ version it is for.
Enable introspection bindings in vte.
Obtained from: GNOME dev repo.
|
|
|
|
|
|
| |
PR: ports/184081
Submitted by: myself
Approved by: maintainer timeout (mono@, 16 days)
|
|
|
|
| |
Approved by: maintainter
|
|
|
|
| |
While here stagify, and use new lib_depend syntax.
|
|
|
|
| |
- Reset maintainer to ports@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
|
| |
|
|
|
|
| |
necessary fixes on them for the past months.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- graphics/zathura update to 0.2.5
- gaphics/zathura-djvu update to 0.2.3
- Convert to new LIB_DEPENDS format
- Girara now defaults to gtk3, modify depending ports accordingly
- Convert to staging
- Always install man pages
- Remove uneeded patches
PR: ports/183842
Submitted by: myself
Approved by: Alexander <alexander.4mail@gmail.com> (maintainer of zathura-djvu)
Approved by: maintainer timeout (for graphics/zathura)
|
|
|
|
|
|
|
|
|
| |
- Fix an option SDL -> SDL2 (in the audio group)
- Fix the use of XORG -> X11 when enabling X11 support
- Bump revision, as depending on the options chosen, package contect may
have changed.
Reported by: ak
|
|
|
|
|
|
|
| |
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mate is a lite desktop forked from gnome2.
Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.
Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.
This release was made possible by everyone that send friendly pokes to
keep mate on my mind.
Approved by: portmgr (bapt)
|
|
|
|
| |
Pointy hat to: yours truly
|
|
|
|
| |
- remove IS_INTERACTIVE
|
|
|
|
|
| |
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
|
|
|
|
| |
Submitted by: mi@
|
|
|
|
|
|
|
| |
- Take maintainership (tcltk@)
- Convert to USES=tk
- Convert to OPTIONSng (DOCS)
- STAGE-clean
|
| |
|
|
|
|
|
|
|
|
| |
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr)
|
|
|
|
|
| |
PR: ports/184120
Submitted by: Zhihao Yuan <zy@miator.net> (maintainer)
|
|
|
|
|
|
|
| |
libgnome-keyring.
While here update LIB_DEPENDS syntax, stageify.
Reported by: poudriere via swills@
|
|
|
|
|
|
| |
- Restore a patch to use Tcl/Tk internal include files
Suggested by: mi
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
|
|
|
| |
While here stagify
|
|
|
|
|
|
|
|
|
| |
Changes:
- Add shebangfix for one file (OSC.py)
- Migrate USE_GMAKE to USES=gmake
- Strip libraries installed
- Prevent non-FreeBSD packaging files from being installed
- Change build logic to use the default do-build target
|
|
|
|
|
|
|
| |
They are EOLed upstream and their package name is in collision is more recent versions
With hat: portmgr
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
| |
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
|
|
|
|
|
|
| |
- Adapt plists.
With hat on: kde
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bapt
|
|
|
|
|
|
| |
All consumers have been deprecated.
Discussed on: emulation@ (2013-10-06)
|
| |
|
|
|
|
|
| |
* Don't install license anymore as it messes up auto-plist
* Bump portrevision because of this plist change
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/183741
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Remove leading indefinite article from COMMENT
PR: ports/183722
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here, add WWW
PR: ports/183698
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/183692
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While I'm here:
- Remove EXTRACT_DEPENDS
- Remove Author line
PR: ports/183686
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
| |
- Update Enlightenment to 0.17.5
|
|
|
|
|
| |
- STAGE-clean
- Simplify by not installing / deinstalling the user configuration file
|
| |
|
|
|
|
|
|
| |
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer
|
|
|
|
| |
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.
Obtained from: Gstreamer upstream [1]
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- STAGE-clean
|
| |
|
|
|
|
| |
Submitted by: mva@
|
|
|
|
|
|
| |
Restrict to python -2.7 [1].
Submitted by: mva@ [1]
|
|
|
|
| |
Requested by: gerald
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
| |
Reported by: Cejka Rudolf
Obtained from: debian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Added FXJSON JavaScript Object Notation I/O class. FXJSON loads and
saves JSON, and has a great number of options, extensive error
reporting, and great degree of control over output.
* Problems in Windows version of fxcpuid.cpp fixed.
* Line segment to box and line segment to sphere intersection routines
added; also computes intersection point.
* FXString escape() and unescape() now do \uXXXX unicode escaping. Old
functions for these, fromAscii() and toAscii() have been removed. The
new implementation properly handles surrogate pairs.
* Added some API's to FXGLGroup.
* FXListBox current item fix.
* Added new functions to FXElement.h. Particularly, bulk-comparison
function.
* Use new fxstrlcpy() and fxstrlcat() where appropriate; these will
always produce null-terminated strings.
* Passed wrong handle for error FD in FXProcess under Windows.
* Fix introduced bugs in FXHash and FXDict.
* Some extra checks added in GIF loader header detection.
* Typo fix in lock-free queue class FXLFQueue.
* Fast accessors added to FXVariant; they can be used if type already
known.
* Fixed minor issues with FXVariant implementation.
* Missing FXAPI declaration in FXArrayBase added.
* Added area() and volume() calculation to FXRange and FXSphere classes;
added area() to FXExtent classes.
* Added new FXDictionary class; this will replace FXDict at some point in
the future.
|
|
|
|
|
| |
This port tracks the development snapshots of FLTK, available at
x11-toolkits/fltk.
|
|
|
|
| |
Reported by: Ports-QAT
|
|
|
|
|
|
|
|
| |
the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
| |
2013-10-10 devel/rubygem-linecache: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-rascut: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug-ide: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug: Does not work with Ruby 1.9
2013-10-21 japanese/gorua: Does not work with Ruby 1.9
2013-10-10 x11-toolkits/ruby-gtk: Does not work with Ruby 1.9
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
- Enhance COMMENT entry and description (pkg-descr)
- Fix NLS support, when it's unset
- Standardize 'startup-notification' description
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Gnome2/NEWS
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
|
| |
This commit also adds proper staging support to all the ports being updated.
In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Convert to OPTIONSng (DOCS)
- STAGE-clean
PR: 182949 [1]
Submitted by: dt71@gmx.com [1]
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
- STAGE-clean
|
|
|
|
|
|
| |
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
- STAGE-clean
|
|
|
|
| |
- STAGE-clean
|
|
|
|
|
| |
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Ideas from: bapt, antoine
|
| |
|
|
|
|
|
|
|
|
|
| |
- Sort *_DEPENDS
- Sort USE_GNOME and USES
- Support STAGEDIR
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/Gnome2/NEWS
|
|
|
|
|
|
|
| |
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
now use ltverhack on FOX. This should be the last time.
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove CONFLICTS between FOX ports by having man-pages
and binaries named after the port version
* Avoid bumping shlib version at each minor update by using
ltverhack [1]
* Make PKGNAMEs unique (fox14, fox16, fox17) [2]
* Use new LIB_DEPENDS format
Suggested by: mezz [1], bapt [2]
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Use options helpers
|
|
|
|
| |
Approved by: gahr (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Sort USES
- Support STAGEDIR
- Cleanup Makefile
- Sort PLIST
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/Gnome2-VFS/NEWS
|
|
|
|
|
|
|
|
|
|
|
|
| |
For some unknown reason builds fail with:
Undefined symbol "glBlendEquationSeparate"
When compiling under i386 for the old libGL. This error does not make
sense given that the symbol is present in libGL and that compilation works
under amd64. The only solution found is to update to a newer libGL however
there does not appear to be any change to the symbol signature to suggest
why such an update works.
|
|
|
|
|
|
|
| |
(category x11-toolkits).
- x11-toolkits/linux-f10-gtk2 is not updated yet, it wants to chroot(8)
- Fix plist of linux-f10-qt45
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
| |
|
|
|
|
| |
Approved by: gnome (implicit)
|
|
|
|
|
|
| |
- Try to fix build with perl 5.16
ExtUtils::ParseXS from 5.16 now more strict about code.
|
|
|
|
|
| |
Update comment to remove indefinite article
Fix build on HEAD. This port uses pangox-compat.
|
| |
|
|
|
|
|
| |
- Fix pkg-plist file
- Few minor modifications
|
|
|
|
| |
- USE_GMAKE -> USES=gmake
|
|
|
|
|
| |
PR: ports/173524
Submitted by: Hardy Schumacher <hardy.schumacher_ at _gmx.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first. See UPDATING for details.
PR: ports/181962 [2]
Submitted by: marius [1]
zeising [2]
Exp-run by: bdrewery
Approved by: portmgr (bdrewery)
Thanks to all who helped testing!
|
|
|
|
| |
While here convert to more approriate USE_GCC=yes.
|
|
|
|
| |
Discussed with: swills
|
| |
|
|
|
|
|
|
|
| |
- While I'm here, add NO_STAGE=yes
PR: ports/182249
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
|
| |
|
|
|
|
| |
x11-toolkits)
|
|
|
|
| |
Suggested by: bapt
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/13590/
|
| |
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/13585/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Added class FXVariant, and supporting classes FXVariantMap and
FXVariantArray. The FXVariant class can store basic types like bool,
int, or float, but also arrays of variants, or maps of variants. Thus,
FXVariant can be used to store an arbitrarily complex tree-like data
structure.
* Problems in Windows version of fxcpuid.cpp fixed.
* Fix cased from (__m128) to _mm_castsi128_ps() intrinsic for portability.
* Fix compare operation in FXSize.h.
* Added fxstrlcpy() and fxstrlcat() for safe string copy and string
concatenation.
* Added __noreturn macro for flagging non-returning functions like
fxerror(). This may help compilers generate better code for places
where these functions are called.
* Removed fxsleep(), obsoleted by FXThread::sleep() and
FXThread::wkaeat().
* Allow out-of-source builds of FOX on configure-based systems.
* Force end-of-string in value returned by gethostname().
* Fix introduced bugs in FXHash and FXDict.
* Added swapElms() to FXElement.h. Also added templated swap().
* Added internal function memswap().
* Don't include intrinsics header files unless target architecture is
x86 or x86-64.
* Updated build on Fedora 18 for Raspberry Pi.
- Add two local files with patches to mute compiler warnings and fix
potential stack buffer overflow bugs (already reported upstream)
|
| |
|
|
|
|
| |
Flags xview-clients MAKE_JOBS_UNSAFE.
|
|
|
|
|
|
|
| |
Changes:
The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch
classes has been improved. Other improvements have been made.
|
| |
|
|
|
|
| |
This also fixes the build with libc++
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
Submitted by: marino
|
|
|
|
|
|
|
|
| |
- The update fixes build on recent head
PR: ports/182014
Submitted by: me
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
- While here, convert to new LIB_DEPENDS format
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Fix GTK2 option
Changes: https://github.com/dk/Prima/blob/master/HISTORY
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
| |
|
|
|
|
|
| |
- Add OPTIONS_DEFINE.
- Remove FreeBSD/alpha support.
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|