aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Update to 2.8.8Max Khon2008-07-0714-102/+102
| | | | Notes: svn path=/head/; revision=216479
* - Update to 0.16.0.20080706, it's more than 0.17 RC1.Jeremy Messenger2008-07-0712-243/+258
| | | | | | | | | | - ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/} in the *_DEPENDS, that way it will finding correct file when I tweak the PREFIX. - NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files. Notes: svn path=/head/; revision=216428
* -NOPORTDOCS -> NOPORTEXAMPLESJeremy Messenger2008-07-042-26/+21
| | | | | | | | | -Fix the plist when NOPORTDOCS (now NOPORTEXAMPLES) is defined. Reported by: QA Tindy Notes: svn path=/head/; revision=216287
* Update to 1.20.5.Jeremy Messenger2008-07-022-4/+4
| | | | Notes: svn path=/head/; revision=216176
* Update to 2.12.11.Joe Marcus Clarke2008-07-026-72/+10
| | | | Notes: svn path=/head/; revision=216112
* Update to 2.2.2.Jeremy Messenger2008-07-013-7/+5
| | | | Notes: svn path=/head/; revision=216071
* Update to 1.20.4.Jeremy Messenger2008-07-012-5/+5
| | | | Notes: svn path=/head/; revision=216058
* Update to 2.22.3.Joe Marcus Clarke2008-07-012-5/+5
| | | | Notes: svn path=/head/; revision=216055
* The SLgtk package binds the GIMP Toolkit, also known as Gtk,Martin Wilke2008-06-295-0/+171
| | | | | | | | | | | | | | | | | | | | | | to the S-Lang scripting language. It provides an importable module which makes most of Gtk and its constituent libraries callable directly from S-Lang scripts. With SLgtk the S-Lang programmer now has access to a powerful, cross-platform widget set for creating sophisticated graphical user interfaces (GUIs). The package also includes bindings to GtkExtra, which are used in the vwhere visualization and filtering guilet, as well as a gdk-pixbuf loader for the FITS image file format widely used within astronomy, and an easy-to-use but powerful image compositing, display, and output tool. WWW: http://space.mit.edu/home/mnoble/slgtk/ PR: ports/125055 Submitted by: Alexey Shuvaev <shuvaev at phyisik.uni-wuerzburg.de> Notes: svn path=/head/; revision=215946
* - Update to 1.183Cheng-Lung Sung2008-06-253-6/+53
| | | | | | | Changes: http://search.cpan.org/dist/Gtk2/ChangeLog Notes: svn path=/head/; revision=215757
* - Use new freepascal stuffJose Alonso Cardenas Marquez2008-06-248-53/+16
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=215708
* Update to 1.081.Wesley Shields2008-06-242-5/+4
| | | | Notes: svn path=/head/; revision=215654
* - Update to 3.4.r3Martin Wilke2008-06-232-9/+9
| | | | | | | | PR: 124802 Submitted by: Robert Noland <rnoland@2hip.net> (maintainer) Notes: svn path=/head/; revision=215623
* - Update to r6140Martin Wilke2008-06-233-4/+5
| | | | | | | | PR: 124873 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) Notes: svn path=/head/; revision=215611
* - Fix pkg-plist with NOPORSDOCS knob.Chin-San Huang2008-06-221-1/+2
| | | | | | | | | - Bump PORTREVISION Noticed by: "QA Tindy" Notes: svn path=/head/; revision=215520
* - Fix buildChin-San Huang2008-06-221-1/+1
| | | | | | | Noticed by: "QA Tindy" Notes: svn path=/head/; revision=215508