aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.3.2miwi2008-05-302-9/+9
| | | | | PR: 124106 Submitted by: Robert Noland <rnoland@2hip.net> (maintainer)
* - Update to 3.4M7miwi2008-05-302-9/+9
| | | | | PR: 124105 Submitted by: Robert Noland <rnoland@2hip.net> (maintainer)
* - Updatwe to 5.1.1miwi2008-05-308-12/+12
| | | | | PR: 124009 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
* - Update to 1.8.5miwi2008-05-305-86/+14
| | | | | PR: 124046 Submitted by: Ports Fury
* - fix build with portaudio, by backing out last patchesdinoex2008-05-301-5/+7
| | | | Broken in Revision 1.96at date: 2008/05/19 23:04:49; author: pav
* - Update to r6129miwi2008-05-293-21/+9
| | | | | PR: 124031 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* Update to 2.22.2.mezz2008-05-292-4/+4
|
* Fix the plist when NOPORTDOCS is defined, bump the PORTREVISION.mezz2008-05-292-66/+60
| | | | Reported by: itetcu
* - Mark BROKEN on all versions: gsnd.m:30:23: warning: portaudio.h: No such ↵pav2008-05-261-4/+2
| | | | | | file or directory Reported by: pointyhat
* Update to 1.20.3.mezz2008-05-242-5/+5
|
* - Lib updated fox16.araujo2008-05-211-1/+1
| | | | | | - Bump PORTREVISION. Noticed by: mezz
* - Update to 1.6.33.araujo2008-05-212-4/+4
| | | | - All stuffs that depends directly of FOX16, needs to be rebuilt after an upgrade.
* - Mark BROKEN on 5.xpav2008-05-201-1/+7
| | | | Reported by: pointyhat
* - Include some ports in perl5 category.araujo2008-05-191-1/+1
| | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
* - Update to 5.1.0miwi2008-05-1614-180/+266
| | | | | PR: 123676 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
* - Update to 3.4M6anray2008-05-092-9/+9
| | | | | PR: ports/122725 Approved by: maintainer timeout (26 days)
* Remove x11-toolkits/gtkdatabox in favour of x11-toolkits/gtkdatabox2.edwin2008-05-086-63/+0
| | | | | | Both have the same version after last weeks updates. Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
* - fix build for option WITH_GNUSTEP_DEVELdinoex2008-05-052-0/+20
|
* Update to 0.8.2.2edwin2008-05-053-7/+23
|
* - add WITH_GNUSTEP_DEVELdinoex2008-05-055-0/+26
|
* Add a missing dependency on xdamage.marcus2008-05-052-4/+4
| | | | | PR: 123390 Submitted by: dinoex
* - Update to 2.10.1pav2008-05-043-5/+25
| | | | | | | | - Install META PR: ports/122853 Submitted by: Jaap Boender <Jaap.Boender@pps.jussieu.fr> Approved by: maintainer timeout (stas; 16 days)
* ports/devel/py-sip/files/bsd.pyqt.mkmiwi2008-05-021-8/+8
| | | | | | | | | | | | - Riverbank master sites have changed - Add a version number (simply date) for the .mk file itself ports/x11-toolkits/qscintilla/Makefile - Include bsd.pyqt.mk and adapt Makefile accordingly - Add NOPORTEXAMPLES test where appropriate - Bump PORTREVISION Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* 3dinoex2008-04-301-1/+1
|
* Reset jylefort's port maintainerships. portmgr has taken his commit bitlinimon2008-04-292-2/+2
| | | | into safekeeping due to inactivity.
* - Fix conflictsbeech2008-04-291-2/+0
| | | | Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
* - Update to 0.8.2.2beech2008-04-274-27/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-30 (0.8.2.2) - Small bug fixes (hints by Brian Phelbs) - Corrected internal signal definition. 2007-12-20 (0.8.2.1) - Corrected configuration file for pkg-config. 2007-12-09 (0.8.2.0) - Removal of struct GtkDataboxValue - Introduction of struct GtkDataboxValueRectangle - Results: - Changed selection signal API (instead of two pairs of pixel coordinates, now one struct of "real" values is sent with the signal). Since most applications are interested in values instead of pixels, this should simplify application code. It also should eliminate signal marshaller problems. - the set/get limits functions use parameters, left, right, top and bottom instead of top_left and bottom_right (which led to much confusion in the past). - similar with the get_extrema_function - in order to transform pixel coordinates into values and vice versa, there are now four functions: gtk_databox_value_to_pixel_x gtk_databox_value_to_pixel_y gtk_databox_pixel_to_value_x gtk_databox_pixel_to_value_y 2007-12-06 (0.8.1.1) - Configure script and Makefile changes (mainly thanks to Hans Nieuwenhuis) 2007-12-04 (0.8.1.0) - Configure script now checks for pango and cairo (thanks to Brian Phelps) - Support for glade added (thanks to Hans Nieuwenhuis) 2007-11-26 (0.8.0.1) - Maintenance release (Code cleanup, based on hints from Fabian Foerg. 2007-11-25 (0.8.0.0) - Added support for logarithmic scales for drawing - Replaced original gtkruler with gtkdatabox_ruler. - GtkDataboxRuler supports logarithmic scales - Instead of HRuler and VRuler, GtkDataboxRuler has an orientation - No big changes in existing projects required, see examples - renamed the following functions: gtk_databox_get_canvas => gtk_databox_get_total_limits gtk_databox_set_canvas => gtk_databox_set_total_limits gtk_databox_get_visible_canvas => gtk_databox_get_visible_limits gtk_databox_set_visible_canvas => gtk_databox_set_visible_limits - replaced GtkDataboxCoord by GdkPoint (which is just the same) - Added example which shows linear, logarithmic and double logarithmic graphs - Added example which shows easiest way to start with GtkDatabox PR: ports/116120 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Approved by: maintainer timeout (> 5 months)
* - Update to r6090rafan2008-04-272-10/+17
| | | | | PR: ports/122732 Submitted by: Thomas-Martin Seck <tmseck at web.de> (maintainer)
* - Update to 0.64sat2008-04-242-4/+4
|
* - Update to 8.4.19mm2008-04-222-4/+4
|
* - Fix PORTREVISION here is ?= neededmiwi2008-04-203-3/+3
| | | | Submitted by: pav
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-20112-254/+217
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-1722-41/+22
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Mark BROKENpav2008-04-171-0/+2
|
* - It turns out Tie::Watch was always in Tksat2008-04-141-3/+2
|
* - Update to 4.60.4pav2008-04-115-189/+182
| | | | | PR: ports/122543 Submitted by: Harald Servat <redcrash@gmail.com>
* Change maintainers e-mail address.ehaupt2008-04-111-2/+2
| | | | Requested over: IRC
* Bump PORTREVISION to account for the weird version number changemarcus2008-04-101-1/+1
| | | | | | | (2.22.01 -> 2.22.1). PR: 122609 Submitted by: barbara <barbara.xxx1975@libero.it>
* Update to 1.20.2.marcus2008-04-102-4/+4
|
* - Remove expired tkstep80 related portspav2008-04-098-1568/+0
|
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-0919-19/+19
| | | | With hat: portmgr
* Update to 2.22.1ahze2008-04-092-4/+4
|
* Update to 1.12.1.marcus2008-04-092-4/+4
|
* Update to 2.22.1.marcus2008-04-082-4/+4
|
* -Update to 2.4.4.mezz2008-04-084-16/+12
| | | | -Remove USE_XLIB and USE_GCC=3.4+.
* Update to 2.2.1 (switch to using gzip because the bz2 file isn't on ftp mirrors)ahze2008-04-083-5/+8
|
* - Add ruby 1.9 supportstas2008-04-062-6/+3
| | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@
* - rename PLIST_SUB macrodinoex2008-04-052-5/+5
|
* Update to 2.12.7ahze2008-04-032-4/+4
|
* - Update to 8.5.2mm2008-04-028-80/+82
|
* - These two ports are renamed for better naming, remove old ones:rafan2008-04-029-1254/+0
| | | | | | | qwt -> qwt4, qwt-devel -> qwt5 PR: ports/119904 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt*)
* - qwt -> qwt4rafan2008-04-021-2/+2
| | | | | | | - qwt-devel -> qwt5 PR: ports/119904 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt*)
* - Resolve conflict between qwt 4.x and 5.x by rename libqwt to libqwt4rafan2008-04-029-167/+184
| | | | | | | | | - Pass maintainership for x11-toolkits/qwt4 - Rename x11-toolkits/qwt to x11-toolkits/qwt4, x11-toolkits/qwt-devel to x11-toolkits/qwt5 PR: ports/119904 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt5)
* Update to 2.12.6.marcus2008-04-022-4/+4
|
* Fix pkg-descr.flz2008-04-021-1/+1
| | | | | PR: ports/122353 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* Update to 1.52mat2008-04-012-5/+4
|
* Some more include search path massaging for the WITH_CUPS case.lofi2008-04-011-1/+1
| | | | PR: ports/122017
* - clean X11BASEdinoex2008-03-303-6/+6
|
* Update to 2.22.1.marcus2008-03-292-4/+4
|
* - Fix buildgahr2008-03-291-0/+2
| | | | Approved by: miwi (mentor)
* -Fix enable CUPS by add --enable-cups=auto. [1]mezz2008-03-282-4/+10
| | | | | | | | | -Respect the WITHOUT_CUPS with autocheck. [2] -Bump the PORTREVISION. PR: ports/120520 [2] Submitted by: Subscriptions <subs@j79zlr.com> [1] Naram Qashat <cyberbotx@cyberbotx.com> [2]
* Fix the build with new glib 2.16.mezz2008-03-262-0/+8
| | | | Reported by: pointyhat
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-2630-46/+23
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Fix plistpav2008-03-252-1/+2
|
* Adjust MASTER_SITES to an other server of mineitetcu2008-03-251-1/+1
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-3/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Pass maintainership back to rnoland - he's back online.wxs2008-03-242-2/+2
| | | | | | Sorry about this and welcome back! Approved by: garga (implicit)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-244-4/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Update to 0.16.0.20080315 (SVN version) to build with new glib 2.16.mezz2008-03-246-6/+0
|
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-2438-151/+147
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-242-4/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-243-5/+3
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-232-5/+4
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Fix build without gnomevfsanray2008-03-232-8/+14
| | | | | PR: ports/120996 Submitted by: Marcin Cieslak <saper@system.pl>
* - Update to 3.4M5anray2008-03-232-10/+9
|
* - Update to 3.3.1.1anray2008-03-232-10/+9
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-223-5/+4
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Update to 2.4.1miwi2008-03-212-8/+5
| | | | | PR: 121804 Submitted by: Ports Fury
* - Update to 1.76miwi2008-03-212-5/+5
| | | | | PR: 121785 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Drop Maintainershipmiwi2008-03-211-1/+1
| | | | | PR: 121857 Submitted by: Raaf <raaf@zen.mooo.com> (old maintainer)
* Reset maintainer due to bouncing mails.wxs2008-03-212-2/+2
| | | | | | | Discussed with pav. Submitted by: miwi on IRC Approved by: garga (mentor)
* - Update to 4.3.3miwi2008-03-202-14/+16
| | | | | | | | - Configure.py now has a flag to specify component, patch is now simpler - Update qscintilla2 so version where used - Use bsd.pyqt.mk Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* - Update to 3.16.1, probably the last PyKDE3miwi2008-03-203-20/+13
| | | | | | - Use bsd.pyqt.mk Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* - Update to 3.17.4, probably the last PyQt3miwi2008-03-202-12/+11
| | | | | | - Use bsd.pyqt.mk Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Lib updated Fox16.araujo2008-03-191-1/+1
| | | | - Bump PORTREVISION.
* - Update to 1.6.32.araujo2008-03-192-4/+4
| | | | - All stuffs that depends directly of Fox16, needs to be rebuilt after na upgrade.
* - Update to 0.5.6gahr2008-03-195-39/+47
| | | | Approved by: miwi (mentor)
* Update my address.wxs2008-03-181-1/+1
| | | | Approved by: garga (mentor)
* - Update to r6066miwi2008-03-183-7/+26
| | | | | | | | | - Fix a bashism in FLTK's configure script - Add x11/xprop as a build dependency and discuss the rationale for this a bit in a comment PR: 121764 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* - set USE_XORGdinoex2008-03-181-1/+3
| | | | - add direct dependencies
* - set USE_XORGdinoex2008-03-181-2/+3
|
* Update to Qt 4.3.4lofi2008-03-144-35/+7
|
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-137-6/+7
|
* - Remove dependency on X_CLIENTS_PORTSmiwi2008-03-131-2/+3
| | | | | PR: 121478 Submitted by: Chess Griffin <chess@chessgriffin.com>
* - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)flz2008-03-132-2/+4
| | | | | - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
* Update to 2.12.9ahze2008-03-124-10/+10
|
* - Update enlightenment-devel and EFL libraries to the latest snapshotstas2008-03-1210-314/+136
| | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
* Revert the previous commit. It should not have gone into ports.marcus2008-03-113-16/+4
| | | | Note: no PORTEPOCH bump here since no one could have built this port anyway.
* - Update to version 2.8.7.1.alepulver2008-03-115-46/+641
| | | | | PR: ports/118919 Approved by: Neal Nelson <neal@nelson.name> (maintainer)
* - Remove useless USE_X_PREFIX variablegahr2008-03-111-2/+1
| | | | Approved by: miwi (mentor)
* Update to 2.22.01ahze2008-03-113-4/+16
|
* Update to 2.8.7.fjoe2008-03-1012-84/+84
| | | | | PR: 118918 Submitted by: Alejandro Pulver
* Update to 0.7.11.mezz2008-03-103-12/+7
|
* - Attempt to fix plistpav2008-03-104-0/+6
| | | | Reported by: pointyhat
* Remove support for XFree8-4.flz2008-03-081-6/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* - Update to 1.3.2lwhsu2008-03-064-94/+105
| | | | | PR: ports/121392 Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
* Remove guile-gnome as it is obsolete, does not build with guile-1.8, andmarcus2008-03-0319-543/+0
| | | | nothing depends on it.
* Update to 0.60 to fix the build with guile 1.8.marcus2008-03-022-8/+7
|
* Chase libguile shared lib version.marcus2008-03-011-2/+2
|
* - udpate to 0.12.1dinoex2008-02-285-45/+64
|
* - Update to 2.3.0gahr2008-02-275-23/+91
| | | | | | | - Fix build on 64 bits platforms - Adopt maintainship Approved by: miwi (mentor)
* Update to 0.7.10.marcus2008-02-263-4/+8
|
* Update to 2.12.5.marcus2008-02-252-4/+4
|
* Run gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders upon packagemarcus2008-02-224-2/+6
| | | | | | | | installation to make sure the loaders and immodules files are consistent with what is installed on the system. This will typically only be an issue for custom-built packages. Requested by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.gahr2008-02-221-1/+1
| | | | Approved by: miwi (mentor)
* Restore the behavior of unlinking invalid icon cache files to preventmarcus2008-02-174-2/+24
| | | | | | leftovers. reported by: pointyhat via pav
* - Update to 8.4.18mm2008-02-132-4/+4
|
* Update to 2.12.8.marcus2008-02-134-8/+8
|
* update xfce4 to 4.4.2oliver2008-02-132-5/+5
| | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532
* Update to 0.7.9.kwm2008-02-123-4/+31
| | | | Add documentation.
* - Update to snapshot r6025beech2008-02-113-13/+6
| | | | | PR: ports/120503 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* - Update to 8.5.1mm2008-02-084-8/+8
|
* - Update MASTER_SITE and creator's emailrafan2008-02-061-2/+2
| | | | | PR: ports/119951 Submitted by: Ron Scheckelhoff <rscheckelhoff at fourcalorieservers.com> (maintainer)
* Update my address.wxs2008-02-042-2/+2
| | | | Approved by: garga (mentor)
* Mark as broken on sparc64-7: fails to compile.linimon2008-02-011-1/+9
|
* Mark as broken on sparc64: fails to compile.linimon2008-02-011-0/+4
|
* Update to 2.18.2.marcus2008-02-013-5/+7
|
* Update to 2.12.7.mezz2008-01-316-8/+20
|
* There is no need of the whole avahi bundle, avahi-libdns is enough.danfe2008-01-291-1/+1
| | | | | PR: ports/119023 Submitted by: Dmitry Panov
* Update to 0.7.8.kwm2008-01-293-5/+18
|
* Add a SHA256 checksum.bsam2008-01-293-0/+3
| | | | | PR: 118192 Submitted by: "Philip M. Gollucci" <pgollucci at p6m7g8.com>
* Update to 2.12.4.marcus2008-01-262-4/+4
|
* s/dirrm/dirrmtry for ${PREFIX}/share/qtlofi2008-01-221-1/+1
| | | | | PR: ports/119588 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* - Update to r5990miwi2008-01-123-5/+6
| | | | | PR: 119565 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
* - Update to 8.4.17mm2008-01-113-4/+5
|
* - Update to 1.1.2miwi2008-01-114-47/+51
| | | | | | | - Pass maintainership to submitter PR: 119019 Submitted by: Raaf <raaf@zen.mooo.com>
* Update to 2.12.5ahze2008-01-094-8/+8
|
* Update to 2.12.4.mezz2008-01-094-8/+8
|
* Update to 1.18.4.marcus2008-01-082-4/+4
|
* Update to 2.20.3.marcus2008-01-082-4/+4
|
* Update to 0.16.12.marcus2008-01-082-4/+4
|
* Update to 2.12.1.mezz2008-01-083-4/+6
|
* Add port x11-toolkits/hs-glut-ghc, GLUT bindings for Haskell. I forgot tovs2008-01-059-0/+187
| | | | | add this port when I revamped library support in lang/ghc a while ago. Uses USE_GL=glut at the moment, so you get libglut/MESA.
* - Update to 1.10gabor2008-01-042-5/+4
|
* - Update to 1.14gabor2008-01-042-5/+4
|
* - Remove inclusion of sgttymiwi2008-01-042-7/+8
| | | | | PR: 119102 Submitted by: Ed Schouten <ed@fxq.nl>
* - Lib updated Fox16.araujo2008-01-021-1/+1
| | | | | | - Bump PORTREVISION. Approved by: edwin (mantainer, implicit), stas (mentor, implicit)
* - Update to 1.6.31.araujo2008-01-022-4/+4
| | | | | | - Stuff that depends on Fox16 needs to be rebuilt after an upgrade. Approved by: stas (mentor, implicit)
* Update to 2.2.1.1.obraun2007-12-316-24/+22
|
* - Update to 8.5.0mm2007-12-3012-186/+244
| | | | - Make demos installation optional (WITH_DEMOS)
* bump PORTVERSION for shared library version changed of graphics/Coinlwhsu2007-12-292-4/+4
| | | | Reported by: erwin via pointyhat
* - Update to 1.4acm2007-12-255-44/+81
| | | | Submitted by: Luke Dean <LukeD___ at _pobox.com> via email
* Update to 0.16.11.mezz2007-12-192-4/+4
|
* - Update to 1.5.0sat2007-12-193-4/+5
|
* - Update to 2.0.7sem2007-12-175-31/+6
|
* - Update to 1.75miwi2007-12-163-15/+4
| | | | | PR: 118221 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 1.10.2sat2007-12-129-63/+57
| | | | Reviewed by: netchild, emulation
* - Update to version 0.6.0.20071206.alepulver2007-12-123-20/+21
| | | | | | | | - Use my FTP server as mirror instead of FreeBSD's MASTER_SITE_LOCAL (to match the games/freeorion port, which is already there because it's about 60MB). - Add "-I." to CFLAGS to avoid an error when updating the port. - Implement previously commented out OGRE option. - Remove "ktrace" command from do-build (I forgot it from an earlier test).
* Update to 2.4.3.mezz2007-12-125-21/+36
|
* Update to 2.20.1.mezz2007-12-122-5/+5
|
* Update to 0.16.10.mezz2007-12-123-9/+12
|
* Update to 2.20.2.mezz2007-12-122-6/+6
|
* Update to 2.0.2.mezz2007-12-122-5/+5
|
* Update to 2.12.3.mezz2007-12-1210-21/+19
|
* - Fixes build with GCC 4.2miwi2007-11-284-25/+60
| | | | | | | | | | - Makes the port PORTDOCSDIR-safe - Makes the port PORTEXAMPLESDIR-safe - Pass maintainership to submitter PR: 118250 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* Mark as broken: fails to install.linimon2007-11-251-0/+2
| | | | Approved by: portmgr (self)
* Fix coredump: use gtk_border_free() insead of g_free()fjoe2007-11-254-2/+24
| | | | | | | | for freeing border objects. The change exists in wxgtk 2.8 and later. PR: 118202 Submitted by: Henrik Gulbrandsen Approved by: portmgr (linimon)
* Update to 0.9.12.1 (Fixes build)obraun2007-11-113-4/+6
| | | | Approved by: portsmgr (linimon)
* Re-enable building with gcc4.2. Apparently patches were committedlinimon2007-11-061-6/+0
| | | | | | | | | | after the last amd64-7 build. I'm doing this one myself because I was the one that marked it broken. PR: ports/117843 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3 dot ru> Approved by: portmgr (self)
* Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up toomezz2007-11-034-100/+2
| | | | | | | | | | long and consume 100% CPU. If anyone want to revisit with improvement on this patch, I personal think it should be take up to upstream first before we can re-add it. Bump the PORTREVISION. PR: ports/117556 Submitted by: Stephen Hurd <shurd@sasktel.net> Approved by: portmgr (marcus)
* - Update to 1.080clsung2007-10-303-5/+17
| | | | | PR: ports/117465 Submitted by: maintainer (Wesley Shields)
* - Update to 1.042clsung2007-10-302-5/+4
| | | | | PR: ports/117465 Submitted by: maintainer (Wesley Shields)
* - Update to 0.7sat2007-10-303-8/+7
|
* - Update to 0.14 (noop)sat2007-10-302-5/+4
|
* - Lib updated FOX16.araujo2007-10-291-1/+1
| | | | | | - Bump PORTREVISION. Approved by: stas (mentor)
* - Update to 1.6.30.araujo2007-10-292-4/+4
| | | | | | - Stuff that depends on fox16 needs to be rebuilt after an upgrade. Approved by: stas (mentor)
* wxgtk2-contrib-common should not depend on wxgtk2.fjoe2007-10-283-3/+3
|
* - Fix a typo in bsd.sites.mk along with all the places it affectedsat2007-10-261-1/+1
| | | | Approved by: oliver (maintainer of the respective ports)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2585-448/+694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Add backup MASTERSITESmiwi2007-10-241-1/+2
| | | | Submitted by: pointyhat
* Update to 1.2.5tmclaugh2007-10-232-8/+10
| | | | | Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
* Update to 0.11.tmclaugh2007-10-233-17/+6
| | | | | Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
* - Correct gtkhtml library version.tmclaugh2007-10-231-2/+3
| | | | | Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
* Update to 2.10.2tmclaugh2007-10-233-28/+7
| | | | | Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
* Migration from bison 1.x to 2.xade2007-10-175-10/+10
| | | | | PR: 117086 Tested by: -exp runs
* - Add .properties files in .jar filegarga2007-10-122-5/+6
| | | | | PR: ports/117118 Submitted by: maintainer
* - Add *.propeerties files to jar filegarga2007-10-122-5/+6
| | | | | PR: ports/117117 Submitted by: maintainer
* - Update to 0.1.11miwi2007-10-093-8/+7
| | | | - Drop Maintainership
* - Drop Maintainershipmiwi2007-10-091-1/+1
|
* Update to 0.11.stefan2007-10-063-4/+6
| | | | | PR: 116942 Submitted by: maintainer
* - Sort category Makefilessat2007-10-061-1/+1
| | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
* Mark broken with gcc4.2. While here, pet portlint.linimon2007-10-051-2/+8
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-049-59/+7
|
* [MAINTAINER] x11-toolkits/swt-devel: Update to 3.4M2edwin2007-10-032-13/+11
| | | | | | | Update to 3.4M2 PR: ports/116846 Submitted by: Robert Noland <rnoland@2hip.net>
* [MAINTAINER] x11-toolkits/swt: Update to 3.3 Releaseedwin2007-10-037-128/+92
| | | | | | | Update to 3.3 Release. PR: ports/116845 Submitted by: Robert Noland <rnoland@2hip.net>
* - Update to 4.3.1miwi2007-10-022-4/+4
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* Fix one more problem with CUPS 1.3. I missed this in the original PR.marcus2007-10-022-4/+26
| | | | Reported by: Scot Hetzel <swhetzel@gmail.com>
* - Fix patch. For unknown reason, I put the same patch hunk twice.rafan2007-10-011-20/+0
| | | | Noticed by: linimon
* Maintainer no longer has time to work on FreeBSD. We hope to see himlinimon2007-10-011-1/+1
| | | | back again sometime.
* Fix build and subsequent functionality of the CUPS printer backendmarcus2007-10-014-2/+28
| | | | | | | in GTK+. PR: 116750 Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=467414
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-305-10/+10
| | | | | PR: ports/116639 Submitted by: aDe
* - Complete repocopy of x11-toolkits/py-wxPython28,alepulver2007-09-307-40/+309
| | | | | | | | | | | | | | x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode, applying the corresponding patches. - Add PYDISTUTILS_NOEGGINFO to fix plist issues [1]. - Integrate with bsd.wx.mk: the noticeable difference is that ports using USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets 2.8, which was previously restricted for these ports because of the lack of the "python" component for version 2.6 [1]. PR: ports/115349, ports/115350, ports/115351 Submitted by: Neal Nelson <neal@nelson.name> Reworked by: alepulver (myself) [1]
* Mark broken on gcc4.2.linimon2007-09-291-1/+7
|
* Mark broken with gcc4.2.linimon2007-09-291-0/+4
|
* Mark as broken on all 64-bit architectures.linimon2007-09-291-2/+2
|
* Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,linimon2007-09-291-3/+5
| | | | | | remove 4.X cruft. Hat: portmgr
* - Update to 0.63sat2007-09-282-4/+4
|
* - Update to 8.5.b.1mm2007-09-2810-98/+74
|
* - Marked deprecated (Version branch long since retired)miwi2007-09-282-0/+6
|
* - Marked deprecated (Project is dead, last release from 1998)miwi2007-09-281-0/+3
|
* - Fix gcc42 build on amd64, these diffs duplicate vendor fltk-1.1.x-r5940db2007-09-285-0/+81
| | | | | | work in progress, so can be backed out on next major release of fltk. Approved by: demon
* - Fix build with gcc 4.xrafan2007-09-271-0/+20
| | | | | | PR: ports/111284 Submitted by: rafan Approved by: maintainer timeout (5 months)
* Update to 2.8.5.fjoe2007-09-2314-84/+86
|
* - Add runtime dependency on Tk 84+mm2007-09-221-1/+4
| | | | | - Change maintainer to myself - Bump PORTREVISION
* - Update to 8.4.16mm2007-09-222-5/+4
|
* Add x11-toolkits/hs-opengl-ghc, which provides OpenGL bindings for Haskell ↵vs2007-09-219-0/+337
| | | | | | | programs compiled through lang/ghc. As of lang/ghc version 6.6.1_1, x11 and other libraries are no longer part of the base ghc port.
* - Fix Makefile in case the user has/wants no OpenGL supportmiwi2007-09-201-7/+12
| | | | | | Reported by Piotr Hlawski Approved by: Danny Pansters <danny@ricin.com> (maintainer)
* - Add PORTSCOUT skipvmm2007-09-182-0/+4
|
* Bump PORTREVISIONlofi2007-09-181-2/+2
|
* Fix potential vulnerability from an off-by-one error in the QUtf8Decoderlofi2007-09-181-2/+6
| | | | | | class. Security: CVS-2007-4137
* - Update to 2.2.0acm2007-09-188-8/+13
|
* - Bump PORTREVISION after switch to explicit py2.5miwi2007-09-171-1/+1
| | | | | Submitted by: lwhsu@ (on #freebsd-python) Approved by: maintainer
* Remove USE_XPM as it brings in USE_XLIB via bsd.port.mk. The xpm librarymarcus2007-09-152-4/+2
| | | | | is already imported via USE_XORG. This should fix the cyclic dependency problems people are reporting.
* GTK+ does not need an X11 server.marcus2007-09-142-2/+2
|
* - Update X.org ports to 7.3.flz2007-09-142-4/+4
| | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
* Remove dependency on xorg-libraries and set USE_XORG to the complete listflz2007-09-142-4/+12
| | | | | | of X libraries instead. This is necessary for the upcoming x11/pixman port. Approved by: marcus
* - Update to include sip-4.7 patch from upstreammiwi2007-09-144-988/+1013
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* - Update to 3.17.3miwi2007-09-143-234/+230
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* - Update to PyQt-4.3miwi2007-09-144-212/+36
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
* - Update WWWmiwi2007-09-101-1/+1
|
* - Fix shared library dependenciesrafan2007-09-092-1/+13
| | | | | | | PR: ports/116130 Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=1470209&group_id=18616&atid=318616 Approved by: Kenjiro Cho <kjc at iijlab.net> (maintainer)
* - Update to version 0.6.0.20070905.alepulver2007-09-095-40/+73
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-0813-100/+24
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* 1. Chase latest update of Qt, install designer plugin into a new placemiwi2007-09-076-24/+18
| | | | | | | | 2. Use buildtime qt-components switches 3. Bump PORTREVISION PR: 116143 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
* - Switch to USE_TKmm2007-09-052-10/+12
| | | | | | | - Pass maintainership to submitter PR: ports/115789 Submitted by: Erik Greenwald <erik at smluc.org>
* - Lib updated fox16.araujo2007-09-041-1/+1
| | | | | | - Bump PORTREVISION. Approved by: itetcu (mentor)
* - Update to 1.6.29.araujo2007-09-042-4/+4
| | | | | | | - Stuff that depends on fox16 needs to be rebuilt after an upgrade. [1] Suggested by: dougb [1] Approved by: itetcu (mentor)
* - x11-toolkits/pmw is renamed to x11-toolkits/py-Pmwrafan2007-09-021-1/+1
| | | | PR: ports/115302
* - Remove x11-toolkits/pmw which is renamed to x11-toolkits/py-Pmwrafan2007-09-024-351/+0
| | | | PR: ports/115302
* - Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmwrafan2007-09-021-2/+2
| | | | PR: 115302
* - Update to 1.3rafan2007-09-023-299/+303
| | | | | | | | | - Rename to py-Pmw for consistence among other Python ports - Use PYTHON_SITELIBDIR in pkg-plist - Pass maintainership to submitter PR: ports/115302 Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
* Update to Qt 4.3.1.lofi2007-09-023-9/+6
|
* - Update to version 0.6.0.20070726.alepulver2007-08-294-28/+15
| | | | - Fix building and remove BROKEN.
* - Update to r5940miwi2007-08-293-4/+5
| | | | | PR: 115876 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
* - Update to 0.61sat2007-08-253-31/+30
| | | | - Clean up
* - Use USE_TK=80+ and USE_XORG=x11mm2007-08-251-13/+11
| | | | | | PR: ports/115766 Submitted by: mm Approved by: Kenijro Cho <kjc at iijlab.net> (maintainer)
* - Update to 1.22rafan2007-08-233-9/+15
| | | | | | | - Switch to USE_XORG PR: ports/115500 Submitted by: Dmitry Karasik <dmitry at karasik.eu.org> (maintainer)