aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.2.1madpilot2012-08-143-13/+15
| | | | | | PR: ports/170564 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: tabthorpe (mentor)
* - Remove CONFLICTS between x11-toolkits/fox16 and x11-toolkits/fox17 bygahr2012-08-133-15/+24
| | | | | | 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
* Use PYTHONPREFIX_SITELIBDIR.wxs2012-08-101-1/+1
| | | | | | PR: ports/170301 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: crees@, nivit@
* - Update to 0.9.96-27-06-12gahr2012-08-062-3/+3
|
* - Update to 1.7.35gahr2012-08-064-42/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-054-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Release maintainership of Tcl/Tk ports back to pool.mm2012-08-047-7/+7
|
* Always install tclsh and wish manual pages.mm2012-08-041-7/+2
|
* Fix OPTIONS knobs to match new options frameworkmm2012-08-031-9/+9
|
* Update tcl85/tk85 to 8.5.12mm2012-08-034-42/+48
|
* - Update to 0.90.0.3pgj2012-08-032-4/+4
| | | | | | - Use the new options framework Obtained from: FreeBSD Haskell
* - Update to 0.90.0.4pgj2012-08-032-3/+3
| | | | | | - Use the new options framework Obtained from: FreeBSD Haskell
* - Update to 0.12.3.1pgj2012-08-032-4/+4
| | | | | | - Use the new options framework Obtained from: FreeBSD Haskell
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-039-24/+30
| | | | | | - Remove some cruft Obtained from: FreeBSD Haskell
* Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).bsam2012-07-314-4/+4
| | | | | | | | It's more safe that a relative path. Inspired by PR: ports/169702 Submitted by: Tijl Coosemans <tijl@coosemans.org> Discussed at: freebsd-emulation
* - Update to 1.35sunpoet2012-07-313-59/+55
| | | | Changes: http://cpansearch.perl.org/src/KARASIK/Prima-1.35/HISTORY
* Fix a run time issue on -CURRENT more recent than 4 months ago, when the pty(4)kwm2012-07-302-1/+16
| | | | device was removed from the default kernel.
* Fix the build of xorg related ports when the base system is compiled withzeising2012-07-301-0/+4
| | | | | | | | | | | | | | | 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
* - disable PORTSDOC, dvi2pdf is now brokendinoex2012-07-281-2/+1
|
* Add some explicit USE_PKGCONFIG=buildbapt2012-07-2714-0/+15
|
* - Convert my ports to new options frameworkmakc2012-07-272-2/+4
| | | | | - use CONFLICTS_INSTALL - other minor changes
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-263-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* - Update ruby-gnome2 ports to 1.1.4swills2012-07-246-6/+0
|
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-232-2/+4
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* - Update to version 0.9.1.3sperber2012-07-206-42/+72
| | | | | | | | | | | | - 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)
* - Mark BROKEN: incorrect plistbeat2012-07-191-0/+2
| | | | Reported by: pointyhat
* - Chase x11-toolkits/fox16 shlib version bumpgahr2012-07-132-2/+2
| | | | - Bump PORTREVISION
* - Update to 1.6.46gahr2012-07-132-3/+3
| | | | | Changes: * Small tweak to FXIcon's guessthresh()
* Remove -Werror from compiler flags to fix build with clangpawel2012-07-051-4/+1
|
* - Backport patch to fix text cursor position:avilla2012-07-052-0/+33
| | | | | | | https://bugs.kde.org/show_bug.cgi?id=296490 - Bump PORTREVISION. Obtained from: Qt Project
* - Fix build with clangpawel2012-07-031-1/+4
| | | | - Convert to OPTIONSng
* - Update to version 2.0.10pawel2012-07-033-26/+27
| | | | | | | | - 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.
* MAKE_JOBS_SAFE=yesfjoe2012-07-011-0/+1
|
* MAKE_JOBS_SAFE=yesfjoe2012-07-011-0/+1
|
* Bump portrevision.kwm2012-07-011-1/+1
| | | | | | 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.
* - Remove SITE_PERL from *_DEPENDSaz2012-06-304-9/+9
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* MAKE_JOBS_SAFE=yesfjoe2012-06-281-0/+1
| | | | | PR: 169456 Submitted by: Sayetsky Anton
* MAKE_JOBS_SAFE=yesfjoe2012-06-281-0/+1
|
* Update gstreamer ports.kwm2012-06-271-1/+1
| | | | | | | | | | 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.
* - Update E17 ports:makc2012-06-274-13/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* - reset MAINTAINERdinoex2012-06-264-4/+4
|
* update WWWbf2012-06-261-1/+1
| | | | | PR: 169309 (imlib2) Submitted by: O. Heesakkers (imlib2)
* - fix html docs by using texi2pdfdinoex2012-06-261-0/+1
|
* also install .hpp filesoliver2012-06-262-1/+233
|
* update gigi to 0.8.0.1074oliver2012-06-2412-250/+6
|
* - Update to 1.34sunpoet2012-06-244-139/+222
| | | | | | | | | | | | | - 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
* - Unbreak on i386gahr2012-06-212-5/+10
| | | | Thanks to: tabthorpe@ for the i386 build env
* - Update to 1.243swills2012-06-212-12/+11
| | | | | PR: ports/169192 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* - unbreak on amd64 <9 by depending on GCC 4.4+gahr2012-06-202-7/+16
| | | | - i386 remains broken, for now
* - Mark BROKEN: does not package - does not install documentationpav2012-06-181-0/+2
| | | | Reported by: pointyhat
* - preserve Soundsdinoex2012-06-151-1/+0
|
* - Add note about kern.ipc.shmall tuning.avilla2012-06-151-1/+2
| | | | - No PORTREVISION bump needed.
* Update to 0.10.0.rakuco2012-06-132-4/+4
|
* Update to version 2.9.4pawel2012-06-123-5/+9
|
* - use OPTIONS_DEFINEdinoex2012-06-112-10/+12
|
* - Unbreak: the build target has always fetched a remote file which until nowpav2012-06-112-0/+18
| | | | | | | | | 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
* This patch has been added in graphics/giflibxride2012-06-101-299/+0
|
* - update to 0.22dinoex2012-06-096-169/+115
|
* Unmark BROKEN, already fixederwin2012-06-091-2/+0
| | | | Submitted by: az
* Mark BROKEN: does not build with new gifliberwin2012-06-091-0/+2
| | | | | Submitted by: pointyhat Pointyhat: dinoex
* Merge changes from area51 repository (SVN commit 8197 by avilla):makc2012-06-092-223/+212
| | | | | | - 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.
* - Fix build after recent giflib (4.2) update.az2012-06-091-0/+13
|
* Remove share/bakefile and lib/wx gracefully: other wxgtk versions may installfjoe2012-06-081-4/+4
| | | | files there.
* Fix pkg-plist when built WITHOUT_GSTREAMER.fjoe2012-06-082-3/+5
|
* 2012-05-10 x11-toolkits/xforms-i18n: BROKEN for more than 6 monthgahr2012-06-082-23/+0
|
* - Add libinotify support.fjoe2012-06-081-2/+3
| | | | | | - Bump PORTREVISION. Prodded by: Rainer Hurling
* - ensure texi2html is installed for generating docsdinoex2012-06-082-1/+22
|
* Convert my ports to optionsNGpawel2012-06-082-6/+14
|
* - Update to 0.11sylvio2012-06-072-5/+4
| | | | | PR: ports/168686 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - remove old OPTIONSdinoex2012-06-071-2/+0
|
* - Drop maintainershippav2012-06-061-1/+1
| | | | | PR: ports/168745 Submitted by: Dmitry Karasik <dk@tetsuo.karasik.eu.org> (maintainer)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-0610-20/+10
| | | | Review by: bapt, David Naylor (kde team)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-056-38/+38
|
* - Update ruby-gnome ports to 1.1.3swills2012-06-0515-26/+10
| | | | | PR: ports/168435 Submitted by: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
* - Fix INDEXaz2012-06-041-1/+1
| | | | | Pointy hat: az@ Reported by: portsnap 7.x make_index FAILURE
* - Remove SITE_PERL from *_DEPENDSaz2012-06-042-2/+2
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-048-11/+11
|
* - Update to 0.90.0.1pgj2012-06-0410-33/+30
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.3pgj2012-06-046-10/+8
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.3.1pgj2012-06-042-4/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 2.2.3.1pgj2012-06-043-11/+11
| | | | Obtained from: FreeBSD Haskell
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-047-7/+23
| | | | | | | | | | | 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
* Fix build after giflib update.romain2012-06-041-0/+299
| | | | | | 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.
* wxHaskell is a portable and native GUI library for Haskell. It is builtpgj2012-06-043-0/+41
| | | | | | | | | | | | | 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
* - Remove SITE_PERL from *_DEPENDSaz2012-06-031-1/+1
| | | | Approved by: maintainer (tobez@ via IM)
* Really fix qt33bapt2012-06-031-2/+1
| | | | | Submitted by: Oliver Pinter <oliver.pinter@gmail.com> Pointy hat to: bapt
* Fix qt33 with option-ngbapt2012-06-021-3/+1
| | | | Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
* - fix build with libpng 1.5.10dinoex2012-06-021-1/+2
|
* The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.rakuco2012-06-022-14/+0
| | | | | | | | | 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.
* - cleanup GNUSTEP_DEVELdinoex2012-06-011-1/+1
|
* - update png to 1.5.10dinoex2012-06-01205-168/+560
|
* Fix multiple options testing in one linebapt2012-06-011-2/+2
|
* Convert to new options frameworkbapt2012-05-316-95/+96
|
* Convert to new options frameworkbapt2012-05-311-2/+3
|
* Mark BROKEN on i386: does not builderwin2012-05-312-0/+8
| | | | Submitted by: pointyhat
* - Reset maintainer:pav2012-05-311-1/+1
| | | | | <shuvaev@physik.uni-wuerzburg.de> (reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address rejected: User unknown)
* - Convert complete XFCE to new options frameworkmiwi2012-05-311-11/+11
| | | | | | | | | | | While here some extra work: - Remove 6.X gruft - Correct NOPORTDOCS - Pet portlint - Whitespaces fixes Reviewed by: beat, bapt (thx!)
* Update to version 2.0.9pawel2012-05-303-3/+6
| | | | | | | | 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.
* - Welcome XFCE 4.10 to the portstree!miwi2012-05-263-48/+17
| | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw
* Chase PyQT updatemakc2012-05-252-1/+2
|
* KDE/FreeBSD team presents update for PyQt ports:makc2012-05-252-1/+4
| | | | | | - sip to 4.13.2 - PyQt4 to 4.9.1 - QScintilla to 2.6.1
* KDE/FreeBSD team presents Qt 4.8.1 in ports!makc2012-05-255-24/+97
|
* - Update to version 2.0.8pawel2012-05-223-45/+50
| | | | - Sort plist
* 555 -> 755 for doc directories.mezz2012-05-211-1/+1
| | | | | PR: ports/167119 Submitted by: bapt
* Remove the ${libdir}/gtk-2.0/include from its gdk-2.0.pc because the directorymezz2012-05-212-1/+9
| | | | | | | | | 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>
* girara is a library that implements a user interface that focusespawel2012-05-195-0/+69
| | | | | | | | | | 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)
* Add patches to fix build with boost-1.48.0makc2012-05-1710-1/+244
| | | | | | PR: ports/156253 Submitted by: Alexander Churanov Approved by: oliver (maintainer)
* Update to 2.9.3.fjoe2012-05-164-47/+67
|
* - Fix build on 10.0-CURRENTpawel2012-05-162-421/+432
| | | | - Drop NOPORTDOCS support
* - Update mastersite, upstream moved to archive/ [1]rene2012-05-102-3/+2
| | | | | | | - 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]
* - Update Makefile to respect NOPORTDOCSscheidell2012-05-092-47/+8
| | | | | | | | | - 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)
* - Update to 2.5acm2012-05-083-4/+4
|
* Convert to USE_XORGbapt2012-05-051-2/+3
| | | | | | PR: ports/167087 Submitted by: bapt Approved by: maintainer timeout (>14d)
* - Update to 1.7.33gahr2012-05-022-5/+5
| | | | | | | | | | | | | | | | * 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.
* - Chase x11-toolkits/fox16 shlib bumpgahr2012-05-022-1/+2
| | | | - Bump PORTREVISION
* - Update to 1.6.45gahr2012-05-022-3/+3
| | | | | | | * 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.
* - Update to 0.9.96-20-04-12gahr2012-05-023-12/+7
|
* - Add missing DEPENDSswills2012-04-241-2/+4
| | | | | | | - Bump PORTREVISION PR: ports/166596 Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
* - Update to 3.1.0scheidell2012-04-232-3/+3
| | | | | PR: ports/167187 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Please welcome Xorg 7.5.2miwi2012-04-224-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 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@.
* - Update to 2.6.0acm2012-04-191-1/+1
|
* Fix wtmp interaction on 9.X and higher.marcus2012-04-164-1/+35
| | | | PR: 164287
* Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-155-1/+10
| | | | | | | | | | | | | 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
* Update to version 2.0.7pawel2012-04-132-4/+3
|
* - Remove unnecessary DEPENDSswills2012-04-121-8/+4
| | | | | | | | - Add missing DEPENDS - Bump PORTREVISION PR: ports/166597 Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* - Update to 0.9.96-09-04-12gahr2012-04-103-26/+14
|
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵bapt2012-04-101-0/+3
| | | | as broken for more than 6 month
* - Fix build with png and jepg support. They were not detected correctly and itacm2012-04-012-6/+6
| | | | | | could cause problems with apps that depends of Irrlicht Feature safe: yes
* - Fix build with bzip2 supportacm2012-04-011-1/+1
| | | | Feature safe: yes
* - Update to 1.7.3acm2012-04-014-97/+38
| | | | Feature safe: yes
* It seems these ports are still required on 7.xeadler2012-03-265-0/+91
| | | | Feature safe: yes
* Remove these vulnerable ports:eadler2012-03-265-91/+0
| | | | | | | 2011-10-14 graphics/linux-tiff 2011-10-14 x11-toolkits/linux-pango Feature safe: yes
* Fix the build with clang.mezz2012-03-252-0/+22
| | | | | | | PR: ports/166225 Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> Reviewed by: marcus Feature safe: yes
* - Update to 3.0.4miwi2012-03-252-3/+3
| | | | | | PR: 165946 Submitted by: maintainer Feature safe: yes
* Fix the build when japanese/sed is installed. Get it to use the system sedmezz2012-03-181-1/+1
| | | | | | | | instead of try to pick up japanese/sed. PR: ports/160224 Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Feature safe: yes
* Make startup notification to optional.mezz2012-03-161-2/+12
| | | | | | PR: ports/164500 Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-145-6/+28
| | | | | | | | | 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)
* - Fix MIT-SHM problem.avilla2012-03-132-0/+24
| | | | | | | | | | | | | | | - 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
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-095-28/+6
| | | | | | | | | | | | | | | 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
* Disconnect ports we don't maintain from bsd.pyqt.mkmakc2012-03-082-8/+8
|
* - Unbreak build by remove gecko supportmiwi2012-03-042-13/+1
| | | | | | - Bump PORTREVISION Approved by: gnome (kwm via irc)
* Update to 1.3.0makc2012-03-023-7/+7
| | | | | | | Pass maintainership to submitter PR: ports/165531 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
* Sort plistmakc2012-03-022-31/+30
| | | | Reformat description
* Update dependencies.romain2012-02-271-1/+2
| | | | | PR: ports/165365 Submitted by: Steve Wills <swills@freebsd.org>
* Fix a typo in the plist.kwm2012-02-252-2/+2
| | | | | PR: ports/165282 Submitted by: truckman@
* - fix sort order in few category Makefilesrm2012-02-231-1/+1
| | | | | PR: 165411 Submitted by: Conrad J. Sabatier <conrads at cox dot net>
* - Update distinfo, the tarball was rerolled. Author assures it's not beengahr2012-02-222-11/+5
| | | | | | | compromised. - Fix MASTER_SITES - Remove unused arguments from CONFIGURE_ARGS - Remove unneeded quotations from pkg-config file
* - Migreate from libungif to giflibswills2012-02-221-1/+1
| | | | | | PR: ports/165378 Submitted by: swills (myself) Approved by: Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
* - restore epochjgh2012-02-221-0/+1
| | | | | PR: ports/165362 Submitted by: maintainer, conrads@cox.net
* - Update to 3.7.1jgh2012-02-212-14/+17
| | | | | | | - pass maintainership to submitter PR: ports/164784 Submitted by: Conrad J. Sabatier, conrads@cox.net
* Correct CATEGORIES for new portjohans2012-02-201-1/+1
| | | | | Reported by: erwin Pointy hat to: myself
* - Update to 3.0.3miwi2012-02-203-17/+7
| | | | | PR: 165048 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Add new port: x11-toolkits/libxaw3dxftjohans2012-02-195-0/+129
| | | | | | | | | | | | | | | | | | | | | | 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/
* wxHaskell is a portable and native GUI library for Haskell. It is builtpgj2012-02-194-0/+31
| | | | | | | | | | 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
* wxHaskell is a portable and native GUI library for Haskell. It is builtpgj2012-02-195-0/+48
| | | | | | | | | | | | | | 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
* wxHaskell is a portable and native GUI library for Haskell. It is builtpgj2012-02-194-0/+33
| | | | | | | | | | 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 devel/sdl12 to 1.2.15mva2012-02-186-6/+6
| | | | | | | | | | | | | - 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
* Normalize the maintainer (freebsd -> FreeBSD.org)eadler2012-02-161-1/+1
|
* PORTREVISION bump.cy2012-02-151-0/+1
|
* Fix pkg-plist errors (resulting in a conflict with the x11/props port).cy2012-02-152-1/+6
| | | | Flagged by: pav
* - Please welcome Gtk2Hs 0.12.2!pgj2012-02-131-2/+1
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.1pgj2012-02-134-13/+7
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.2pgj2012-02-134-12/+6
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.3pgj2012-02-132-6/+3
| | | | Obtained from: FreeBSD Haskell
* - Please welcome GHC 7.0.4pgj2012-02-132-2/+2
| | | | | | | | | | | | | 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
* - convert to using PYTHON_SITELIBDIR (non-functional change)rm2012-02-131-1/+1
|
* Update to 0.9.0.rakuco2012-02-112-4/+4
|
* Update 3.2p1-X11R6 --> 3.2p1.4-19ccy2012-02-08126-1985/+1290
| | | | | This fixes cmdtool and shelltool terminal handling and utmpx issues under 9.0.
* Add distfile sources.cy2012-02-081-1/+5
|
* Avoid automagical creation of xmlto fileseadler2012-02-071-0/+1
| | | | Submitted by: dougb
* Backout previous commit due to missing dependencies not picked up by a ↵eadler2012-02-054-9/+8
| | | | | | | | tinderbox run Reported by: x11@ mailing list Reviewed by: miwi Pointyhat to: me
* Update to 1.0.9eadler2012-02-052-3/+4
| | | | | | | | | 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
* Update to 1.1.1eadler2012-02-052-3/+4
| | | | | | | | Changes: Adds new XtAsprintf function Reviewed by: miwi Obtained from: xorg-dev repo
* - Update to 1.223swills2012-02-022-9/+9
| | | | | | | - Improve depends PR: ports/164517 Submitted by: sunpoet
* - Update to 1.242swills2012-02-022-3/+3
| | | | | PR: ports/164518 Submitted by: sunpoet
* - Use OPTIONSsunpoet2012-01-301-19/+12
| | | | - Use REINPLACE_CMD to modify makefiles (Makefile and Makefile.PL)
* - Update to 0.95miwi2012-01-292-3/+5
| | | | | PR: 164176 Submitted by: Ports Fury
* - Add a couple of pure extensions:pav2012-01-274-0/+43
| | | | | | | | | | | 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>
* - Update pure to 0.51 and update modulespav2012-01-262-22/+6
| | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* update ogre to 1.7.4oliver2012-01-261-0/+1
| | | | bump PORTREVISION on affected ports
* - Fix *_DEPENDSsunpoet2012-01-261-2/+3
| | | | - Bump PORTREVISION for dependency change
* - Pet Tinderbox and friends.avilla2012-01-251-1/+1
| | | | | | | | | | 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>
* Don't change rpath of library, port run depends on gcc44+ anywaypawel2012-01-241-4/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-2219-19/+19
| | | | | | | | | | 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
* - Remove outdated version checkseadler2012-01-091-2/+0
| | | | Reviewed by: nox
* 2011-12-03 x11-toolkits/gob: No more supported upstream, not depend on anymore.eadler2012-01-095-36/+0
|
* - Update to 1.31 which fixes build with Perl 5.14swills2012-01-084-158/+107
| | | | | | PR: ports/163716 Submitted by: FAndrey <f0andrey@gmail.com> Approved by: Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
* - Update to 1.7.32gahr2012-01-064-22/+35
| | | | | - Remove old patch (fixed upstream) - Make supported image formats optional
* - Update to 0.9.96-01-01-12gahr2012-01-044-18/+45
|
* - Update to 1.7.31gahr2012-01-032-4/+4
| | | | See http://www.fox-toolkit.org/news.html for release notes.
* - Update to 1.241swills2012-01-023-8/+14
| | | | - Add missing RUN_DEPENDS
* - Update to 1.222swills2012-01-022-4/+3
|
* Remove expired ports:rene2012-01-019-254/+0
| | | | | | | 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
* Remove expired, unmaintained ports:rene2011-12-2917-348/+0
| | | | | | | | | | | | | | | | | | 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
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* Mark as broken on powerpc: fails to link.linimon2011-12-281-0/+3
| | | | Hat: portmgr
* - Update to version 2.9.3pawel2011-12-253-32/+49
| | | | | | - Add support for WITH_DEBUG and WITHOUT_NLS knobs - Don't overwrite configuration files on install/upgrade - Take maintainership
* Fix MAINTAINERskreuzer2011-12-251-1/+1
|
* c++-gtk-utils is a lightweight library containing a number of classes andpawel2011-12-245-0/+510
| | | | | | | | | 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
* - Over to ruby@pgollucci2011-12-231-1/+1
|
* - Update to 3.0.2crees2011-12-172-3/+3
| | | | | PR: ports/163185 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Remove dead WWWpav2011-12-141-2/+0
| | | | | Reported by: distilator Feature safe: yes
* - Update to 1.9.29nivit2011-12-124-53/+54
| | | | Feature safe: yes
* update MASTER_SITESbf2011-12-091-4/+3
| | | | Feature safe: yes
* - Fix build with Ruby 1.9 (I wish I were making this up). No change toswills2011-12-061-0/+11
| | | | | | default package so no PORTREVISION bump Feature safe: yes
* - Update ruby-gnome2 to 1.0.3swills2011-12-0610-16/+15
| | | | | | PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes
* Remove these ports as they are no longer included in the upstreamswills2011-12-0610-220/+0
| | | | | | | | | | | | | | | | | | | | | 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
* - Add version fltk-1.1.10 as fltk11 for ports that still need itdb2011-12-0610-0/+432
| | | | | | | look at log for fltk for previous versions - No man pages or docs as this port is deprecated Feature safe: yes
* - update to snapshot r9166scheidell2011-12-043-31/+33
| | | | | | | | | - maintainer sends port back to ports@ PR: 162297 Submitted by: maintainer Approved by: maintainer(tmseck@web.de), gabor(mentor) Feature safe: yes
* Update to 2.9.2.fjoe2011-12-023-33/+69
| | | | | | PR: 161745 Submitted by: Wen Heping Feature safe: yes
* - use ${PREFIX}/etc instead of /etc for system-wide preferencesgahr2011-11-282-0/+5
| | | | | | PR: 162023 Submitted by: bf Feature safe: yes
* - Chase fxscintilla shlib bumpmiwi2011-11-281-7/+3
| | | | | | - While here remove 6.X support Feature safe: yes
* - Update to 2.28.0miwi2011-11-283-4/+8
| | | | | | PR: 162855 Submitted by: ports fury Feature safe: yes
* - Fix build with clanggahr2011-11-281-0/+11
| | | | | Reported by: rdivacky (via IRC) Feature safe: yes
* Update to 0.8.1.rakuco2011-11-262-4/+4
| | | | | Approved by: avilla (mentor, implicit) Feature safe: yes
* - Update to 2.9.2miwi2011-11-263-3/+4
| | | | | | PR: 162822 Submitted by: Ports Furu Feature safe: yes
* - Define LICENSE (LGPL21)danfe2011-11-191-3/+6
| | | | | | | - Ensure lines do not exceed 80-char limit - Touch Makefile header while here Feature safe: yes
* Augment port description.danfe2011-11-191-1/+8
| | | | Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-193-3/+3
| | | | Feature safe: yes
* update to 0.8.0.1048oliver2011-11-185-102/+18
| | | | Feature safe: yes
* - unbreakgahr2011-11-172-8/+5
| | | | | | - update to 1.3.0 Feature safe: yes
* - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-162-7/+27
| | | | Feature safe: yes
* Update to 0.2.9.rakuco2011-11-164-7/+13
| | | | | | | | 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
* - Update to 3.0.0wen2011-11-142-3/+3
| | | | | | PR: ports/162545 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
* Update distinfo. Upstream patched the original distfile to automate inclusioncrees2011-11-132-4/+2
| | | | | | | | | 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
* Mark as broken on powerpc-9: does not compile.linimon2011-11-111-0/+4
| | | | | Hat: portmgr Feature safe: yes
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-2/+2
| | | | Hat: portmgr
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-096-6/+0
|
* Deprecate gtkextra, it will no more be depend on by anything in the tree at ↵bapt2011-11-091-0/+3
| | | | the expiration date.
* - Mark BROKEN: does not compilepav2011-11-091-0/+2
| | | | | | src/GIL/extension/io/../dynamic_image/apply_operation_base.hpp:121:22: error: reference '_op' cannot be declared 'mutable' [-fpermissive] Reported by: pointyhat
* Update tcl85/tk85 to 8.5.11mm2011-11-082-3/+3
|
* Reassign stas' ports back to the pool at his request, thanks for your yearstabthorpe2011-11-051-1/+1
| | | | of service, we hope to see you back.
* - Mark BROKEN: does not compile with new fltkpav2011-11-052-0/+4
| | | | Reported by: pointyhat
* Fix build of swt-devel when webkit is installedeadler2011-11-041-7/+24
| | | | | | | | 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)
* - Mark MAKE_JOBS_UNSAFE as this fails for me with MAKE_JOBS enabledswills2011-11-041-0/+2
|
* Deprecate a bunch a gtk1 ports with no more any upstream or library ↵bapt2011-11-032-0/+6
| | | | | | abandoned upstream and not depend on by anything the ports tree anymore Approved by: kwm (x11-toolkits/gob)
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0212-1774/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove references to unsupported FreeBSD versions. Mostly of the form:dougb2011-11-021-7/+1
| | | | .if ${OSVERSION} < 700000
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-015-77/+0
| | | | Remove it, and the ports that depend on it.
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-015-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update poppler to 0.18.0.kwm2011-10-311-2/+2
| | | | | | | | | 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
* Fix build on FreeBSD 10kwm2011-10-301-0/+1
|
* - Fix build on FreeBSD 10miwi2011-10-301-0/+1
|
* Fix build on FreeBSD 10kwm2011-10-291-0/+1
|
* - Fix build on FreeBSD 10.0miwi2011-10-291-0/+1
| | | | Notes: all x11@ ports fixed for FreeBSD 10
* - Mark BROKEN: does not fetch: size mismatchpav2011-10-291-0/+2
| | | | | | fetch: http://pure-lang.googlecode.com/files/pure-gtk-0.10.tar.gz: size mismatch: expected 162894, actual 163011 Reported by: pointyhat
* - Fix build on FreeBSD 10miwi2011-10-292-0/+2
|