aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.20.1.Jeremy Messenger2008-09-232-5/+4
| | | | Notes: svn path=/head/; revision=220592
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-0714-19/+19
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS).Jeremy Messenger2008-09-061-0/+1
| | | | | | | Reported by: Joseph S. Atkinson <jsatkinson@embarqmail.com> Notes: svn path=/head/; revision=220008
* - Reconvert to USE_XORGMartin Wilke2008-09-051-3/+5
| | | | | | | Submitted by: Baptiste Daroussin (via #bsdports) Notes: svn path=/head/; revision=219902
* Add xcomposite dependency. Its configure has an autocheck that will buildJeremy Messenger2008-09-042-4/+6
| | | | | | | | | | | with xcomposite library and added dependency requirement in gdk-2.0.pc if xcomposite exists in system. Bump the PORTREVISION. PR: ports/126558 Submitted by: Mel <mel@rachie.is-a-geek.net> Notes: svn path=/head/; revision=219869
* - Build with --enable-graphics_ctxMax Khon2008-09-012-6/+8
| | | | | | | | | - Bump PORTREVISION PR: 126583 Notes: svn path=/head/; revision=219599
* With the removal of x11-toolkits/gtkdatabox2, the CONFLICTS line no longerMark Linimon2008-09-011-1/+0
| | | | | | | | | is relevant. Submitted by: maintainer Notes: svn path=/head/; revision=219566
* Reset mikeh, who has not done any commits for over a year.Mark Linimon2008-09-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219556
* Add explicit dependency for libSM library. It is required for XFCE componentsAlexander Kabaev2008-08-301-0/+1
| | | | | | | | | | | to be able to issue session-management requests to xfce4-session, but is not pulled in by default when packages are build on package cluster. The user-visible effect of this omission was non-funtional Quit button on xfce panel. Notes: svn path=/head/; revision=219438
* remove x11-toolkits/gtkdatabox2 in favour of x11-toolkits/gtkdataboxMax Brazhnikov2008-08-295-103/+0
| | | | | | | | | PR: ports/126751 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=219419
* - Actually fix plist issues (trial #2)Pietro Cerutti2008-08-281-4/+2
| | | | Notes: svn path=/head/; revision=219369
* - Update to 1.1.9Pietro Cerutti2008-08-2813-337/+74
| | | | | | | | | | | | - Minor Makefile cleanup - Take over maintainship [1] - Fix PLIST [2] Approved by: demon@ (former maintainer) [1] Reported by: QA Tindie [2] Notes: svn path=/head/; revision=219367
* Keep ports depending on the Motif libraries from crashing on 7.x.Steve Price2008-08-271-0/+1
| | | | | | | | PR: 112999, 117626 Submitted by: sgk@troutmask.apl.washington.edu Notes: svn path=/head/; revision=219344
* The slgtkdatabox package binds gtkdatabox, a gtk widget for data plotting,Max Brazhnikov2008-08-265-0/+70
| | | | | | | | | | | | | to the S-Lang scripting language. WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html PR: 126654 Submitted by: Alexey Shuvaev Approved by: miwi (mentor) Notes: svn path=/head/; revision=219226
* - Update to 8.5.4Martin Matuska2008-08-264-8/+8
| | | | Notes: svn path=/head/; revision=219212
* FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for "boxesEdward Tomasz Napierala2008-08-246-0/+63
| | | | | | | | | | and lines" environments (ie modular synths or interactive finite state automata diagrams). WWW: http://wiki.drobilla.net/FlowCanvas Notes: svn path=/head/; revision=219105
* - This changes adds xt to USE_XORG since the port uses headers from theThierry Thomas2008-08-221-2/+2
| | | | | | | | | | | | | xt port (e.g., X11/Intrinsic.h) and clearly links with libXt during the build; - Release maintainership. PR: ports/126699 Submitted by: glewis Notes: svn path=/head/; revision=219007
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-2115-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-205-5/+5
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Gtk2-Ex-Utils provides simple utility functions forMartin Wilke2008-08-195-0/+47
| | | | | | | | | | | | Gnome/Gtk2 Perl programming. WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/ PR: ports/125888 Submitted by: Paul Schmehl <pauls at utdallas.edu> Notes: svn path=/head/; revision=218882
* Gtk2-Ex-Dialogs provides some useful tools for Gnome2/Gtk2Martin Wilke2008-08-195-0/+56
| | | | | | | | | | | | Perl GUI design. WWW: http://search.cpan.org/dist/Gtk2-Ex-Dialogs/ PR: ports/125887 Submitted by: Paul Schmehl <pauls at utdallas.edu> Notes: svn path=/head/; revision=218881
* Gtk2-GladeXML allows Perl programmers to use libglade, aMartin Wilke2008-08-195-0/+51
| | | | | | | | | | | | | C library that generates GUIs directly from the XML output of the Glade UI designer. WWW: http://search.cpan.org/dist/Gtk2-GladeXML/ PR: ports/125886 Submitted by: Paul Schmehl <pauls at utdallas.edu> Notes: svn path=/head/; revision=218880
* - update stable to 0.14.0Dirk Meyer2008-08-125-27/+13
| | | | Notes: svn path=/head/; revision=218454
* - Update to qt 4.4.1Martin Wilke2008-08-043-772/+822
| | | | | | | | | | | | | | Note: With this update several ports specific problems have been fixed. Qt4 headers and libraries have been moved to include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and QT_LIBDIR now, which could be used in qt4-dependent ports if required. Thanks to: Max Brazhnikov Danny Pansters Notes: svn path=/head/; revision=218043
* - Update to r6149Martin Wilke2008-08-032-4/+4
| | | | | | | | PR: 126191 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) Notes: svn path=/head/; revision=217995
* Update my email address to my @FreeBSD.org address.Robert Noland2008-07-302-4/+4
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=217856
* - Update maintainer mail addressMartin Wilke2008-07-255-5/+5
| | | | | | | | PR: 125786 Submitted by: Phillip N. <pneumann@gmail.com> Notes: svn path=/head/; revision=217516
* The first iteration of the py-qt4-* ports had a snapshot date as itsMartin Wilke2008-07-251-0/+1
| | | | | | | | | | | | | PORTVERSION. After that the PORTVERSION became 4.foo. Because this is numerically lower than before, the PORTEPOCH should have been bumped. Poked by: kris@ PR: 125814 Submitted by: Danny Pansters <danny@ricin.com> (maintainer) Notes: svn path=/head/; revision=217513
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-253-3/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Fix build on FreeBSD 6.X.Marcelo Araujo2008-07-251-3/+6
| | | | | | | | | - Bump PORTREVISION. Reported by: pointyhat via pav Notes: svn path=/head/; revision=217481
* Update to 0.9.13.Oliver Braun2008-07-253-20/+52
| | | | Notes: svn path=/head/; revision=217480
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-254-6/+3
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* - Add CC and CXX to MAKE_ENV for all portsPav Lucistnik2008-07-241-1/+1
| | | | | | | PR: ports/86106, ports/101120 (based on) Notes: svn path=/head/; revision=217446
* - Augment master sites per portlint(1)Alexey Dokuchaev2008-07-231-4/+5
| | | | | | | - Kill extraneous whitespace Notes: svn path=/head/; revision=217384
* - Update to 8.5.3Martin Matuska2008-07-234-8/+8
| | | | Notes: svn path=/head/; revision=217376
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* - Set only i386 - Attempting to launch any applicationMartin Wilke2008-07-191-0/+1
| | | | | | | | | | | that uses xview on amd64 causes a segmentation dump (signal 10, bus error). PR: 125589 Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> Notes: svn path=/head/; revision=217128
* Upgrade ghc to 6.8.3.Oliver Braun2008-07-186-12/+14
| | | | Notes: svn path=/head/; revision=217059
* - Fix build gcc 4.2.Marcelo Araujo2008-07-171-1/+6
| | | | | | | | | - Bump PORTREVISION. Reported by: itetcu, pav Notes: svn path=/head/; revision=216957
* - Use RF macro.Marcelo Araujo2008-07-141-2/+2
| | | | | | | - Bump PORTREVISION after some build changes in fox12. Notes: svn path=/head/; revision=216831
* - Fix build in 7.x.Marcelo Araujo2008-07-141-2/+2
| | | | | | | | | | - Bump PORTREVISION. PR: ports/125558 Submitted by: Alexey Illarionov <littlesavage@orionet.ru> Notes: svn path=/head/; revision=216830
* - Update to 3.4Martin Wilke2008-07-132-9/+9
| | | | | | | | PR: 125540 Submitted by: Robert Noland <rnoland@2hip.net> (maintainer) Notes: svn path=/head/; revision=216801
* Do not use file that py-gobject and py-gtk have same file. It causes recordJeremy Messenger2008-07-131-5/+2
| | | | | | | | | | | incorrect dependency when py-object exists. Use different file to detect file in *_DEPENDS by use USE_GNOME=pygtk. Bump the PORTREVISION. PR: ports/125482 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=216777
* - Mark deprecatedBeech Rintoul2008-07-111-1/+4
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/123937 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Approved by: portmgr, linimon (maintainer timeout >6 months) Notes: svn path=/head/; revision=216715
* - Add entry for gtkdataboxBeech Rintoul2008-07-111-0/+1
| | | | Notes: svn path=/head/; revision=216714
* - Pull from attic and update to 0.9.0.0Beech Rintoul2008-07-114-0/+137
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/123937 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Approved by: portmgr, linimon (maintainer timeout >6 months) Notes: svn path=/head/; revision=216713
* Fix 2.4.2_15 --> 2.4.2_1 issue.Edwin Groothuis2008-07-101-1/+1
| | | | | | | Noticed by: krismail Notes: svn path=/head/; revision=216675
* - Add missing lib depend - librsvg-2.2Beech Rintoul2008-07-091-1/+3
| | | | Notes: svn path=/head/; revision=216647
* - Update to 0.3.0Beech Rintoul2008-07-083-37/+47
| | | | | | | | | | - Respect portdocs PR: ports/125390 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=216551
* - Update to 1.9.22Nicola Vitale2008-07-084-1544/+277
| | | | | | | | | | | - Add WITH_PYGOBJECT and WITH_PYSQLOBJECT knobs - Replace ${BUILD_DEPENDS} with explicit list of dependencies - Replace FECH_CMD with FETCH_ARGS - Use ${COPYTREE_SHARE} to install docs and examples - Use ${PYTHON_PKGNAMEPREFIX} in (DOC|EXAMPLES)DIR Notes: svn path=/head/; revision=216524