aboutsummaryrefslogtreecommitdiff
path: root/graphics/tulip
Commit message (Collapse)AuthorAgeFilesLines
* - Remove remaining SFP references (switch these ports to SF)Dmitry Marakasov2009-08-271-1/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=240406
* - Chase distfile mismatch after silent updatePietro Cerutti2009-08-172-7/+7
| | | | Notes: svn path=/head/; revision=239718
* - Change to new SFP macroMartin Wilke2009-08-141-1/+1
| | | | Notes: svn path=/head/; revision=239537
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Fix PORTDOCS installationPietro Cerutti2009-06-191-1/+1
| | | | | | | Reported by: PH via pav Notes: svn path=/head/; revision=236331
* - Chase unversioned distfile update by using DIST_SUBDIRPietro Cerutti2009-06-152-6/+8
| | | | | | | Reported by: PH via pav Notes: svn path=/head/; revision=235917
* - Update checksum of userManual.pdfPietro Cerutti2009-06-121-2/+2
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=235623
* - Refactor (fix) pkg-plistPietro Cerutti2009-03-252-250/+265
| | | | | | | | | Reported by: QA Tindie, TB via pav@ cvs: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=230934
* - Update to 3.1.2Pietro Cerutti2009-03-222-4/+4
| | | | | | | | | | | * performance improvements: Open GL rendering of nodes has been improved; the undo/redo mechanism has been also improved. * bug fixes: the management of multiple views has been improved. * http proxy management: the plugins manager allows the download of plugins through the use of an http proxy. Notes: svn path=/head/; revision=230707
* - Update to 3.1.1Pietro Cerutti2009-03-103-273/+297
| | | | Notes: svn path=/head/; revision=229855
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Update to 3.0.3Pietro Cerutti2008-11-283-276/+272
| | | | Notes: svn path=/head/; revision=223488
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix build after qt 4.4.1 updateMartin Wilke2008-08-041-2/+2
| | | | Notes: svn path=/head/; revision=218044
* - Fix dependency listPietro Cerutti2008-07-301-1/+2
| | | | | | | | | - Bump PORTREVISION Reported by: miwi Notes: svn path=/head/; revision=217853
* - Update to 3.0.2Pietro Cerutti2008-07-1847-1455/+464
| | | | Notes: svn path=/head/; revision=217045
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.Pietro Cerutti2008-02-211-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=207731
* - Mark BROKEN on amd64 and ia64 with gcc 4.2Pav Lucistnik2008-01-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206470
* - Fix build with gcc 4.2Martin Wilke2007-12-2214-6/+537
| | | | | | | | | | - Pass maintainership to submitter PR: ports/118867 Submitted by: Pietro Cerutti <gahr@gahr.ch> Notes: svn path=/head/; revision=204351
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* BROKEN on 7.0: does not comopileKris Kennaway2007-04-211-0/+4
| | | | Notes: svn path=/head/; revision=190574
* - Respect X11BASEMartin Wilke2006-12-031-1/+1
| | | | | | | | PR: ports/106158 Submitted by: trasz Notes: svn path=/head/; revision=178770
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Unbreak by removing bin/tlprender from pkg-plist and explicitlyVasil Dimov2006-02-222-3/+6
| | | | | | | | | | disabling it with --disable-tlprender. Building it with the current version of libOSMesa looks impossible, see ports/93667 Approved by: garga (mentor) Notes: svn path=/head/; revision=156654
* BROKEN: Incorrect pkg-plist (does not compile completely?)Kris Kennaway2006-02-121-0/+2
| | | | Notes: svn path=/head/; revision=155866
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-2/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Fix mastersitesErwin Lansing2005-12-291-1/+1
| | | | | | | | PR: 91055 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=152350
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Fix build on amd64.Florent Thoumie2005-03-141-1/+1
| | | | | | | | PR: ports/78793 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=131174
* Unbreak with recent GCC (fix bad C++ code).Alexey Dokuchaev2004-10-2920-6/+502
| | | | | | | Approved by: fjoe (mentor, implicit) Notes: svn path=/head/; revision=120458
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118494
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC from shared ↵Kris Kennaway2004-03-181-1/+7
| | | | | | | library objects) Notes: svn path=/head/; revision=104454
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Fix build on 4.xKirill Ponomarev2004-01-251-0/+2
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=99031
* - Update to version 1.2.5Kirill Ponomarev2003-09-044-7/+12
| | | | | | | | PR: 56434 Submitted by: Ports Fury Notes: svn path=/head/; revision=88555
* update graphics/tulip: 1.2.3 --> 1.2.4Daichi GOTO2003-07-019-22/+148
| | | | | | | | PR: 52697 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83944
* - update to 1.2.3Pete Fritchman2003-05-177-55/+166
| | | | | | | | | | - sort pkg-plist PR: 51227 Submitted by: Ports Fury Notes: svn path=/head/; revision=81134
* The distfile is now in it's own versioned subdir.Pete Fritchman2003-05-101-1/+1
| | | | | | | Noticed by: fenner's portsurvey Notes: svn path=/head/; revision=80616
* Add dependency on autoconfTilman Keskinoz2003-02-271-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=76569
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* add tulip 1.2.2Ying-Chieh Liao2003-02-0815-0/+255
A system dedicated to the visualization of huge graphs Notes: svn path=/head/; revision=75121