| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: ports/170564
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
| |
installing FOX-1.7 binaries in bin/fox-1.7 and suffixing its manpages
with -17 (e.g., shutterbug -> shutterbug-17)
- Bump PORTREVISION on both ports
|
|
|
|
|
|
| |
PR: ports/170301
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: crees@, nivit@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* New feature in FXHeader control: auto-renumbering captions based on
renumbering function; if a renumbering function (which computes the caption
from the caption index) is set, then captions are automatically recomputed
when the number of items in the FXHeader is changed.
* Updated FXTable to use this new feature in FXHeader. The old options for
renumbering have been removed.
* Porting problem in FXMat4d, FXMat4f fixed, for CYGWIN32.
* Added API's to FXTable to return first and last row (or column) of a spanning
cell.
* Added API to check if a cell is horizontally spanning or vertically spanning.
* Cutoff angles in FXQuatd are smaller than in FXQuatf, due to much greater
precision of doubles versus floats.
* FOX on Raspberry Pi coming soon (I got one on order!).
* Added FXRandom fast, long-period, thread-safe psuedo-random number generator.
* Gamma-corrected image scaling option added.
* FXPath::relative() corner-cases fixed.
* FXPath::isHidden() now faster by scanning backward.
* Adie syntax highlight algorithm had some possible issues.
* Now expand context when incrementally recoloring.
* Include glext.h on Windows; missing symbol otherwise.
* Updated list of C++ keywords in Adie.stx style coloring file.
* Added enable/disable item API's to FXComboBox, FXListBox, FXTreeListBox.
* Added expression evaluate feature to Adie text editor.
* Internal anynymous name spaces introduced in FXExpression and FXRex due to
symbol clashes on some compilers.
* Added ?: alternative expression to FXExpression.
* Array indexing problem fixed in FXFont.
* Typo fixed in FXAtomic.cpp.
- Use new OPTIONS framework
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Use the new options framework
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
| |
- Use the new options framework
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
| |
- Use the new options framework
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
| |
- Remove some cruft
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
| |
It's more safe that a relative path.
Inspired by PR: ports/169702
Submitted by: Tijl Coosemans <tijl@coosemans.org>
Discussed at: freebsd-emulation
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/KARASIK/Prima-1.35/HISTORY
|
|
|
|
| |
device was removed from the default kernel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clang as system compiler and cpp is clang cpp (as opposed to GNU cpp).
This is done by removing the configure test for cpp completely. Using
clang cpp will make some manual pages as well as some scripts get slightly
wierd whitespace formatting. However, it does not affect the function of
the scripts or the instructions in the manual pages.
PR: ports/166373
Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (PR)
Patch by: me (with ideas from PR and mailing list)
Tested by: Jakub Lach <jakub_lach@mailplus.pl>, me
Approved by: kwm (mentor)
Obtained from: xorg staging area
|
| |
|
| |
|
|
|
|
|
| |
- use CONFLICTS_INSTALL
- other minor changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
| |
|
| |
|
|
|
|
|
| |
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Swtich to optionsng
- Add LICENSE
- Update WWW: line
- Unbreak
- Chase shlib bump
PR: ports/169423
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
Changes:
* Small tweak to FXIcon's guessthresh()
|
| |
|
|
|
|
|
|
|
| |
https://bugs.kde.org/show_bug.cgi?id=296490
- Bump PORTREVISION.
Obtained from: Qt Project
|
|
|
|
| |
- Convert to OPTIONSng
|
|
|
|
|
|
|
|
| |
- Remove workaround to build on 10.0-CURRENT
Changes:
Upgrades to the build system have been made. The documentation has been
updated and other minor improvements made.
|
| |
|
| |
|
|
|
|
|
|
| |
While the Gstreamer update was done in 1 commit. The script that checks
for portversions that go backwards thinks 0.10.36_1 -> 0.10.36 happend. While
actualy 0.10.35_1 -> 0.10.36 happend.
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
|
|
|
|
| |
PR: 169456
Submitted by: Sayetsky Anton
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Gstreamer to 0.10.36.
Gstreamer-plugins(-base) to 0.10.36.
Gstreamer-plugins-bad to 0.10.23.
Gstreamer-plugins-good to 0.10.31.
Gstreamer-plugins-ugly to 0.10.19.
Add hack to unbreak the flite plugin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643)
- Pass maintainership to submitter.
- New ports:
benchmarks/expedite
devel/eio
graphics/evas-loader-generic
graphics/evas-loader-ico
graphics/evas-loader-psd
graphics/evas-loader-wbmp
graphics/evas_generic_loaders-gst
graphics/evas_generic_loaders-pdf
graphics/evas_generic_loaders-ps
graphics/evas_generic_loaders-raw
graphics/evas_generic_loaders-xcf
x11-wm/e17-module-comp-scale
x11-wm/e17-module-e-tiling
x11-wm/e17-module-elfe
x11-wm/e17-module-everything-aspell
x11-wm/e17-module-everything-shotgun
x11-wm/e17-module-xkbswitch
PR: ports/167405
Submitted by: Grzegorz Blach <magik at roorback.net>
|
| |
|
|
|
|
|
| |
PR: 169309 (imlib2)
Submitted by: O. Heesakkers (imlib2)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Sort LIB_DEPENDS
- Use PERL_CONFIGURE
- Convert to new options framework
- Cleanup Makefile
- Add CPAN as primary WWW
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/Prima/HISTORY
|
|
|
|
| |
Thanks to: tabthorpe@ for the i386 build env
|
|
|
|
|
| |
PR: ports/169192
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
|
|
|
| |
- i386 remains broken, for now
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
| |
- No PORTREVISION bump needed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
has existed, but is now 404
PR: ports/168918
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer timeout on pointyhat report (14 days)
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
Submitted by: az
|
|
|
|
|
| |
Submitted by: pointyhat
Pointyhat: dinoex
|
|
|
|
|
|
| |
- Remove SIPFILES option, some ports (e.g., pykde4) require the files
to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG.
|
| |
|
|
|
|
| |
files there.
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Prodded by: Rainer Hurling
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/168686
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/168745
Submitted by: Dmitry Karasik <dk@tetsuo.karasik.eu.org> (maintainer)
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| |
|
|
|
|
|
| |
PR: ports/168435
Submitted by: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
|
|
|
|
|
| |
Pointy hat: az@
Reported by: portsnap 7.x make_index FAILURE
|
| |
|
| |
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
| |
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
| |
QuantizeBuffer() is no more public in the giflib but still present in the code.
There is no update (yet) code in the libgdiplus code so copy the relevant lines
from giflib for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on top of wxWidgets, a comprehensive C++ library that is portable across
all major GUI platforms, including GTK, Windows, X11, and MacOS X. This
version works with wxWidgets 2.9 only. Distributed under the WXWINDOWS
LIBRARY LICENSE. Please see LICENSE file, but note that this is essentially
LGPL with an exception allowing binary distribution of proprietary software.
This is the same license as wxWidgets itself uses.
WWW: http://haskell.org/haskellwiki/WxHaskell
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Approved by: maintainer (tobez@ via IM)
|
|
|
|
|
| |
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
Pointy hat to: bapt
|
|
|
|
| |
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
The upstream changelog can be seen in
<https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>.
Relevant changes include a few patches having been integrated upstream
and thus removed from the ports tree and some improved work on USE_QT4
in bsd.qt.mk.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: pointyhat
|
|
|
|
|
| |
<shuvaev@physik.uni-wuerzburg.de>
(reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address rejected: User unknown)
|
|
|
|
|
|
|
|
|
|
|
| |
While here some extra work:
- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes
Reviewed by: beat, bapt (thx!)
|
|
|
|
|
|
|
|
| |
Changes:
Integration of callback objects with C++11 lambda expressions has been
improved. A bug in the move assignment operator of AsyncQueueDispatch
has been fixed. Documentation improvements have been made.
|
|
|
|
|
|
|
| |
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
|
| |
|
|
|
|
|
|
| |
- sip to 4.13.2
- PyQt4 to 4.9.1
- QScintilla to 2.6.1
|
| |
|
|
|
|
| |
- Sort plist
|
|
|
|
|
| |
PR: ports/167119
Submitted by: bapt
|
|
|
|
|
|
|
|
|
| |
does not exist, since we have moved it to ${includedir}/gtk-2.0. Bump the
PORTREVISION because it sometimes caused GCC crash. It's fixed in newer GCC,
but the fix is part of GPL3 that can't be merged into base system's GCC.
PR: ports/168004
Submitted by: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
|
|
|
|
|
|
|
|
|
|
| |
on simplicity and minimalism.
WWW: http://pwmt.org/projects/girara/
PR: ports/167328
Submitted by: Mike Krutov <neko@takino.org> (port)
Quentin Stievenart <quentin.stievenart@gmail.com> (fixes)
|
|
|
|
|
|
| |
PR: ports/156253
Submitted by: Alexander Churanov
Approved by: oliver (maintainer)
|
| |
|
|
|
|
| |
- Drop NOPORTDOCS support
|
|
|
|
|
|
|
| |
- Fix Makefile, an option "STARTUP" was set while "LIBSTARTUP" was tested [2]
PR: ports/167707 [1]
Submitted by: Olivier Duchateau
Spotted by: portlint(1) [2]
|
|
|
|
|
|
|
|
|
| |
- Trim pkg-plist, use PORTDOCS= macro to enable easier updates in the future
- No PORTREVISION bump since this does not change default package
PR: ports/165820
Submitted by: scheidell@ (me)
Approved by: x11 (maintainer, timeout 60 days)
|
| |
|
|
|
|
|
|
| |
PR: ports/167087
Submitted by: bapt
Approved by: maintainer timeout (>14d)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed TIFF image save/load.
* Fixed quaternion arc() for vectors that are 180 degrees apart.
* Some tweaks in FXAtomic: more optimal code for non-PIC compiles; also,
check for PIE (position independent executable).
* Fixed problem in FXRex regarding non-ASCII characters.
* Repaired some broken syntax patterns in Adie.stx syntax file.
* SSE-ified lerp() API added to vector classes.
* Fixed SSE unaligned store problem in FXMat4d; exhibited itself on 32-bit systems.
* Setjmp()/longjmp() issue fixed in fxpngio.cpp.
* Operator FXbool in FXAutoPtr and FXRefPtr interfered with comparison operators;
removed it.
* Added API's to FXMat4 classes.
* Added serialization capability to FXExpression class.
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
| |
* Fixed quaternion arc() routine. In case of vectors that are (almost) 180
degrees apart, the wrong quaternion was returned.
* Invalid handle issue fixed in FXWindow.
* Backported FXPath shell escaping routine.
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/166596
Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
|
|
|
|
|
| |
PR: ports/167187
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@.
|
| |
|
|
|
|
| |
PR: 164287
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).
I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.
Discussed with: bsam
|
| |
|
|
|
|
|
|
|
|
| |
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/166597
Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
|
| |
|
|
|
|
| |
as broken for more than 6 month
|
|
|
|
|
|
| |
could cause problems with apps that depends of Irrlicht
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
2011-10-14 graphics/linux-tiff
2011-10-14 x11-toolkits/linux-pango
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/166225
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
Reviewed by: marcus
Feature safe: yes
|
|
|
|
|
|
| |
PR: 165946
Submitted by: maintainer
Feature safe: yes
|
|
|
|
|
|
|
|
| |
instead of try to pick up japanese/sed.
PR: ports/160224
Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/164500
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Qt raster graphics system engine tries to attach to shared memory
segments marked for removal, which is forbidden by POSIX (shmctl(2)).
Backport a fix to invert order of operations.
The issue was triggered by Marble and KDE-Games, which resulted in
blank windows.
PR: 164742
Approved by: portmgr via miwi
Obtained from: Qt Project
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: gnome (kwm via irc)
|
|
|
|
|
|
|
| |
Pass maintainership to submitter
PR: ports/165531
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
|
|
|
|
| |
Reformat description
|
|
|
|
|
| |
PR: ports/165365
Submitted by: Steve Wills <swills@freebsd.org>
|
|
|
|
|
| |
PR: ports/165282
Submitted by: truckman@
|
|
|
|
|
| |
PR: 165411
Submitted by: Conrad J. Sabatier <conrads at cox dot net>
|
|
|
|
|
|
|
| |
compromised.
- Fix MASTER_SITES
- Remove unused arguments from CONFIGURE_ARGS
- Remove unneeded quotations from pkg-config file
|
|
|
|
|
|
| |
PR: ports/165378
Submitted by: swills (myself)
Approved by: Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
|
|
|
|
|
| |
PR: ports/165362
Submitted by: maintainer, conrads@cox.net
|
|
|
|
|
|
|
| |
- pass maintainership to submitter
PR: ports/164784
Submitted by: Conrad J. Sabatier, conrads@cox.net
|
|
|
|
|
| |
Reported by: erwin
Pointy hat to: myself
|
|
|
|
|
| |
PR: 165048
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is an alternative for libxaw3d, with support for UTF-8 and fancy fonts.
This library is a requirement for newer versions of graphics/xpaint.
libxaw3dxft is a Xaw (Athena Widget Set) replacement that looks
three-dimensional.
Xaw3dxft is an extended version of xaw3d with support for UTF8 input
and UTF8 encoding of text, and rendering text with the Freetype
library and Truetype fonts. It should be mostly compatible with the
original xaw3d library, except for font management : everything
using the old X11 core font routines should be replaced by their
freetype equivalents.
The main advantage of using libxaw3dxft over libxaw3d or libxaw is
that all text will appear nicely antialiasedd when using truetype fonts
in the menu widgets. Also, the use of UTF8 makes it easier to
internationalize applications in arbitrary languages.
WWW: http://sf-xpaint.sourceforge.net/
|
|
|
|
|
|
|
|
|
|
| |
on top of wxWidgets - a comprehensive C++ library that is portable
across all major GUI platforms; including GTK, Windows, X11, and MacOS
X. This version works with wxWidgets 2.8 and 2.9.
WWW: http://haskell.org/haskellwiki/WxHaskell
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on top of wxWidgets, a comprehensive C++ library that is portable across
all major GUI platforms, including GTK, Windows, X11, and MacOS X. This
version works with wxWidgets 2.8 only. Distributed under the WXWINDOWS
LIBRARY LICENSE. Please see LICENSE file, but note that this is
essentially LGPL with an exception allowing binary distribution of
proprietary software. This is the same license as wxWidgets itself
uses.
WWW: http://haskell.org/haskellwiki/WxHaskell
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
| |
on top of wxWidgets, a comprehensive C++ library that is portable across
all major GUI platforms, including GTK, Windows, X11, and MacOS X. This
version works with wxWidgets 2.8 only.
WWW: http://haskell.org/haskellwiki/WxHaskell
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
| |
|
| |
|
|
|
|
| |
Flagged by: pav
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
| |
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
|
| |
|
| |
|
|
|
|
|
| |
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
|
| |
|
|
|
|
| |
Submitted by: dougb
|
|
|
|
|
|
|
|
| |
tinderbox run
Reported by: x11@ mailing list
Reviewed by: miwi
Pointyhat to: me
|
|
|
|
|
|
|
|
|
| |
Changes:
This release includes several bug fixes, as well as the usual set
of recent build configuration improvements & janitorial cleanups.
Reviewed by: miwi
Obtained from: xorg-dev repo
|
|
|
|
|
|
|
|
| |
Changes:
Adds new XtAsprintf function
Reviewed by: miwi
Obtained from: xorg-dev repo
|
|
|
|
|
|
|
| |
- Improve depends
PR: ports/164517
Submitted by: sunpoet
|
|
|
|
|
| |
PR: ports/164518
Submitted by: sunpoet
|
|
|
|
| |
- Use REINPLACE_CMD to modify makefiles (Makefile and Makefile.PL)
|
|
|
|
|
| |
PR: 164176
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
devel/pure-readline: A readline interface for the Pure language
devel/pure-stldict: Pure interface to C++ STL map/unordered_map
devel/pure-stlvec: Pure interface to C++ STL vector
math/pure-mpfr: Multiprecision floats for Pure
x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
|
| |
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
|
|
|
|
| |
bump PORTREVISION on affected ports
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
|
| |
OPTIONSFILE must be set using ?= to allow overriding.
PR: 163743
PR: 163744
PR: 163745
PR: 163746
Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
|
|
|
| |
Reviewed by: nox
|
| |
|
|
|
|
|
|
| |
PR: ports/163716
Submitted by: FAndrey <f0andrey@gmail.com>
Approved by: Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
|
|
|
|
|
| |
- Remove old patch (fixed upstream)
- Make supported image formats optional
|
| |
|
|
|
|
| |
See http://www.fox-toolkit.org/news.html for release notes.
|
|
|
|
| |
- Add missing RUN_DEPENDS
|
| |
|
|
|
|
|
|
|
| |
2011-12-31 www/squid30: This version of Squid is no longer actively maintained upstream
2011-12-31 devel/slglade: Depends on non-functional x11-toolkits/slgtk
2011-12-31 x11-toolkits/slgtk: Does not work with newer GTK+, upstream development has ceased
2011-12-31 x11-toolkits/slgtkdatabox: Depends on non-functional x11-toolkits/slgtk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-11-30 textproc/skribe
2011-11-30 emulators/wahcade
2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion
2011-11-30 editors/koffice-kde3
2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion
2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported
2011-11-30 databases/fireprofile
2011-12-01 audio/gnowavcut: Abandonware
2011-12-01 mail/demime: No upstream development since 2007
2011-12-03 x11/wmmsg: No more public distfiles
2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore.
2011-12-03 misc/demoniac: No more upstream, no more public distfiles
2011-12-03 cad/gtkwave: No more public distfiles, no more upstream
2011-12-07 databases/clip: No develop anymore for long
2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
- Add support for WITH_DEBUG and WITHOUT_NLS knobs
- Don't overwrite configuration files on install/upgrade
- Take maintainership
|
| |
|
|
|
|
|
|
|
|
|
| |
functions for programming GTK+ programs using C++ in POSIX (unix-like)
environments, where the user does not want to use a full-on wrapper such as
gtkmm or wxWidgets, or is concerned about exception safety or thread safety
of the wrapper and their documentation.
WWW: http://cxx-gtk-utils.sourceforge.net
|
| |
|
|
|
|
|
| |
PR: ports/163185
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
| |
Reported by: distilator
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
default package so no PORTREVISION bump
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162139
Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ruby-gnome.
devel/ruby-gconf2
devel/ruby-gnomevfs
devel/ruby-libglade2
graphics/ruby-gnomecanvas2
graphics/ruby-libart2
print/ruby-gnomeprint
www/ruby-gtkhtml2
www/ruby-gtkmozembed
x11-toolkits/ruby-gnomeprintui
x11-toolkits/ruby-gtkglext
x11-toolkits/ruby-panelapplet
x11/ruby-gnome2-all
PR: ports/162139
Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe: yes
|
|
|
|
|
|
|
| |
look at log for fltk for previous versions
- No man pages or docs as this port is deprecated
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- maintainer sends port back to ports@
PR: 162297
Submitted by: maintainer
Approved by: maintainer(tmseck@web.de), gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
| |
PR: 161745
Submitted by: Wen Heping
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162023
Submitted by: bf
Feature safe: yes
|
|
|
|
|
|
| |
- While here remove 6.X support
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162855
Submitted by: ports fury
Feature safe: yes
|
|
|
|
|
| |
Reported by: rdivacky (via IRC)
Feature safe: yes
|
|
|
|
|
| |
Approved by: avilla (mentor, implicit)
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162822
Submitted by: Ports Furu
Feature safe: yes
|
|
|
|
|
|
|
| |
- Ensure lines do not exceed 80-char limit
- Touch Makefile header while here
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
- update to 1.3.0
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
While it does contain a few new features and headers, the main reason for the
update is that it fixes KDE bug 281850.
Approved by: makc (mentor)
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162545
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
of a version number. Any further changes will be accompanied by a version bump.
PR: ports/162517
Submitted by: Doug Spangler <foepah@gmail.com>
Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
the expiration date.
|
|
|
|
|
|
| |
src/GIL/extension/io/../dynamic_image/apply_operation_base.hpp:121:22: error: reference '_op' cannot be declared 'mutable' [-fpermissive]
Reported by: pointyhat
|
| |
|
|
|
|
| |
of service, we hope to see you back.
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
| |
PR: ports/162263
Submitted by: "Conrad J. Sabatier" <conrads@cox.net> (patch)
Submitted by: "Kevin Oberman" <kob6558@gmail.com> (bug report)
Submitted by: "Leslie Jensen" <leslie@eskk.nu> (bug report)
Approved by: bapt,sahil (mentors, implicit)
|
| |
|
|
|
|
|
|
| |
abandoned upstream and not depend on by anything the ports tree anymore
Approved by: kwm (x11-toolkits/gob)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
|
|
|
|
| |
.if ${OSVERSION} < 700000
|
|
|
|
| |
Remove it, and the ports that depend on it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
audio/p5-MusicBrainz-Client Disappeared from CPAN
editors/doxymacs Depends on www/w3-4, which is DEPRECATED
graphics/libart Does not fetch, no more public distfiles
java/jboss4 Does not build with new ant
korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo Depends on korean/hlatex, which is DEPRECATED
korean/hlatex No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid Disappeared from CPAN
multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex Upstream disapeared and distfile is not available
net/py-timeoutsocket Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc No more public distfiles
www/w3-4/Makefile Upstream disapeared and distfile is not available
www/commonist Depends on textproc/javacc, which is DEPRECATED
www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons Upstream disapear and distfile is no more available
x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap No more public distfiles
x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
|
|
|
|
|
|
|
|
|
| |
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.
Thanks to: pav for a exp-runs
bapt for double checking the libreoffice ports
|
| |
|
| |
|
| |
|
|
|
|
| |
Notes: all x11@ ports fixed for FreeBSD 10
|
|
|
|
|
|
| |
fetch: http://pure-lang.googlecode.com/files/pure-gtk-0.10.tar.gz: size mismatch: expected 162894, actual 163011
Reported by: pointyhat
|
| |
|