summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1480-84/+84
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Work around bsd.port.mk bug: Does not currently set up MAKE_ENV for gcc 3.2 ↵kris2004-03-141-1/+8
| | | | and 3.3
* Switch to gcc 3.3 since this is the latest version.kris2004-03-141-1/+1
|
* BROKEN on !i386: Does not compilekris2004-03-131-1/+7
|
* BROKEN on ia64 and amd64: Does not compilekris2004-03-131-1/+7
|
* BROKEN: Does not compilekris2004-03-131-0/+2
|
* Since asami's directory on MASTER_SITE_LOCAL is gone, stow histrevor2004-03-123-3/+3
| | | | distfiles in my directory.
* rerolled distfile has support for XCF images and new data_example.pltrevor2004-03-122-2/+3
| | | | (an image viewer)
* Mark FORBIDDEN because the distfile was rerolled.trevor2004-03-121-0/+1
|
* Remove USE_SIZE now that it's used by default.olgeni2004-03-112-2/+0
|
* As per PR 53582, submitted by KATO Tsuguru, remove entry fortrevor2004-03-101-1/+1
| | | | | | | | gd_gif_in.c.bz2. The gd_gif_in.c file is not downloaded, but rather copied from FILESDIR. Even though the changes from this PR were backed out, this one should have been retained. Add size data.
* - Update MAINTAINER-line of my ports to new @FreeBSD.org addressvs2004-03-101-1/+1
| | | | | | - Nuke 2x USE_SIZE while here Approved by: linimon (mentor)
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-0912-90/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* - Add NO_LATEST_LINKpav2004-03-091-0/+2
| | | | Approved by: pat (maintainer)
* Upgrade from 1.0.5 to 1.0.6.mi2004-03-084-12/+4
|
* BROKEN on amd64: Does not compile (missing -fPIC)kris2004-03-081-0/+4
|
* - remove BROKENdinoex2004-03-081-7/+1
| | | | Approved by: kris
* Fix LATEST_LINK conflicts:clement2004-03-083-0/+3
| | | | | | | | | graphics/flip: NO_LATEST_LINK (since biology/flip exists and has maintainer) graphics/gkrellkam2: LATEST_LINK=gkrellkam2 sysutils/nwclient602: LATEST_LINK=nwclient602 graphics/p5-GD1: LATEST_LINK=p5-GD1 mail/postfix1: LATEST_LINK=postfix1 textproc/rubber: NO_LATEST_LINK (since print/rubber exists and has maintainer)
* Use NO_LATEST_LINK to avoid unique name conflict.kuriyama2004-03-081-1/+1
|
* Fix $LATEST_LINK conflict.kuriyama2004-03-082-0/+2
| | | | Reported by: kris
* Fix $LATEST_NAME conflict.kuriyama2004-03-081-1/+1
| | | | Reported by: kris
* Properly use SDL everywhere:edwin2004-03-087-7/+7
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Let ports use the USE_SDL macroedwin2004-03-075-24/+8
| | | | | | PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* - Update to version 4.22.0krion2004-03-073-9/+10
| | | | | PR: ports/63877 Submitted by: Ports Fury
* - Update gEDA suite to 20040111 versionpav2004-03-074-32/+7
| | | | | PR: ports/62549 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
* Possible fix on 4-STABLEmaho2004-03-071-0/+15
| | | | Submitted by: maintainer Christian Gusenbauer <cg17123@gmx.at>
* - Update to version 1.4krion2004-03-074-36/+13
| | | | | PR: ports/63862 Submitted by: maintainer
* - Update to 2.0.pre4bland2004-03-0740-360/+85
| | | | | | - Switch back to gimp's own shlib versioning scheme [1] Reviewed by: marcus [1]
* Fix NO_SIZE to DISABLE_SIZE.perky2004-03-072-1/+2
| | | | Pointed out by: Jason Harris <jharris@widomaker.com>
* Remove filmgimp.lofi2004-03-061-1/+0
| | | | | Noticed by: Kaarthik Sivakumar <kaarthik@comcast.net> Pointy hat to: trevor
* Film Gimp was renamed to CinePaint.trevor2004-03-064-582/+0
| | | | | PR: 63777 Approved by: David Yeske (maintainer)
* Don't check size of distfile because site isn't giving Content-lengthperky2004-03-062-1/+1
| | | | | | info. Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
* BROKEN on amd64: Does not compile (-fPIC missing)kris2004-03-061-1/+7
|
* - mark BROKEN for 502101dinoex2004-03-061-1/+7
| | | | | | | | | | | | | | | | | | problem: configure stops waiting for stdin this happens on all architetures. sparc64-5-latest-logs 2004 Mar 5 18:17:20 tiff-3.6.1_1.log failed i386-5-latest-logs 2004 Mar 4 15:47:17 tiff-3.6.1_1.log okay alpha-5-latest-logs 2004 Feb 16 00:55:25 tiff-3.6.1_1.log.bz2 okay amd64-5-latest-logs 2004 Feb 27 09:35:09 tiff-3.6.1_1.log.bz2 okay i386-4-latest-logs 2004 Feb 21 11:58:42 tiff-3.6.1_1.log.bz2 okay ia64-5-latest-logs 2004 Feb 16 23:28:46 tiff-3.6.1_1.log.bz2 okay sparc64-5-latest-logs 2004 Feb 17 12:04:10 tiff-3.6.1_1.log.bz2 okay workaround: build package on olnder enviroment. e.G. install 5.2. release or current before 2004-02-29 in a jail. Patches welcome
* - Fix package for non-i386dinoex2004-03-052-2/+9
|
* BROKEN on !i386 as well: Configure fails.kris2004-03-051-0/+4
|
* BROKEN on amd64 and ia64: Does not compilekris2004-03-051-1/+7
|
* BROKEN on ia64 and amd64: Does not compilekris2004-03-051-1/+7
|
* Remove redundant patchfile. patch-ARK+Makefile is the real one.linimon2004-03-051-28/+0
| | | | Submitted by: FreshPorts testing via Pedro F. Giffuni <giffunip@asme.org>
* Fix plist and unbreak. (This port does something screwy with itslinimon2004-03-052-4/+1
| | | | man page, but whatever).
* - Update to version 1.6.7krion2004-03-0411-387/+383
| | | | | PR: ports/63750 Submitted by: Ports Fury
* The change of the lang/ocaml port to use tcl/tk 8.4.x brokelinimon2004-03-044-43/+97
| | | | | | | | | | | | | graphics/ocaml-lablgl. This patch updates lablgl to 1.00 and changes it to also use tcl/tk 8.4.x. Summary of changes from CHANGES: split togl, move examples to Togl/examples; add mingw support; reorganized directories and Makefiles; merge ijtrotts' LablGlut; add glArray support. PR: ports/63246 Submitted by: Ronald Kuehn <rk@ronald.org> (maintainer)
* Update to 0.52perky2004-03-042-2/+3
|
* - Mark BROKEN: "Checksum mismatch"krion2004-03-031-0/+2
|
* - Include x11/kde3/Makefile.kdekrion2004-03-031-5/+1
|
* - Fix build on all 64 bit systemskrion2004-03-033-1/+19
| | | | | | | | - SIZEify - Respect PTHREAD_LIBS[CFLAGS] PR: ports/63653 Submitted by: maintainer
* Fix build on AMD64arved2004-03-031-0/+4
|
* Chase qmake dependency.lofi2004-03-031-0/+2
|
* Chase qmake dependency.lofi2004-03-031-0/+2
|
* - fix packagedinoex2004-03-021-0/+1
|
OpenPOWER on IntegriCloud