aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Fix NO_STAGE script falloutbapt2013-09-211-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211084-1331/+1351
| | | | graphics)
* - update to 1.5.7.1rm2013-09-204-19/+29
| | | | | | | | - convert LIB_DEPENDS to modern syntax - add NO_STAGE=yes - fix build with clang [1] Reported by: Ajtim <lumiwa@gmail.com> [1]
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-202-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
* - Convert to new LIB_DEPENDS formatsunpoet2013-09-201-170/+76
| | | | - Convert to new OPTIONS simplifier
* - Remove last vestiges of MAKE_JOBS_SAFE knobak2013-09-201-1/+0
| | | | Approved by: portmgr (bapt)
* - Remove deprecated PTHREAD_*sunpoet2013-09-201-1/+1
|
* - Fix build when CC != gccgahr2013-09-191-5/+7
| | | | - While at it, modernize the Makefile
* - Fix build on CURRENTgahr2013-09-181-5/+13
| | | | Reported by: pkg-fallout
* Set expiration date to 2013-12-01, this port depends on the expiredrene2013-09-181-0/+3
| | | | | | | | graphics/py-clutter PR: ports/181589 Submitted by: myself Approved by: gnome (kwm)
* Add an explicit dependency on pkgconfbapt2013-09-181-6/+2
|
* Fix build with clang/libc++amdmi32013-09-179-1/+65
|
* Convert to new perl frameworkbapt2013-09-1714-23/+22
| | | | Convert from USE_GMAKE to USES=gmake
* Update to version 0.5.3.danfe2013-09-164-10/+8
|
* - Update to version 1.2.3danfe2013-09-163-9/+11
| | | | | - Shorten GCC_DESC so it fits the dialog window - Fix pkg-plist for GEO option
* Remove USE_GCC=any: builds properly with clangbapt2013-09-151-1/+0
|
* Remove USE_GCC=any: build properly with clangbapt2013-09-151-1/+0
|
* Remove USE_GCC=any: builds properly with clangbapt2013-09-151-1/+0
|
* Fix build with clang, remove USE_GCCbapt2013-09-141-1/+2
|
* Remove useless USE_GCC=anybapt2013-09-141-1/+0
|
* - Update to 0.3.5olivierd2013-09-142-3/+3
| | | | ChangeLog: http://docs.wand-py.org/en/0.3.5/changes.html
* Fix build with clang/libc++amdmi32013-09-141-0/+10
|
* Fix path to qt4 assistantamdmi32013-09-141-0/+11
| | | | | PR: 182068 Submitted by: Gary Aitken <freebsd@dreamchaser.org>
* - Update to 2.68amva2013-09-142-3/+3
|
* - Fix build after iconv change [1]madpilot2013-09-144-4/+14
| | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit)
* - Update to 0.6.21sunpoet2013-09-133-11/+15
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Use USES=gmake - Use ICONV_CONFIGURE_ARGS - Cosmetic change - Take maintainership Changes: http://libexif.cvs.sourceforge.net/viewvc/libexif/exif/NEWS
* Add an explicit dependency on pkgconfbapt2013-09-132-3/+2
|
* Unbreak graphics/libsvg on current after r254273.bsam2013-09-131-0/+1
| | | | | | PR: ports/182038 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> Approved by: portmgr (bapt)
* - Fix plist for disabled DOCS caseamdmi32013-09-131-1/+2
|
* Add explicit dependency on pkgconf (10 ports)marino2013-09-131-0/+1
| | | | Approved by: portmgr (bapt, implicit)
* - Update to 0.4.0nemysis2013-09-134-149/+179
| | | | | | | | | | | | | | - Change icons - Change maintainer email gmx.ch --> FreeBSD.org - Change USE_PYTHON -2.7 --> yes - Add USE_LDCONFIG, docs and examples - Add DOCS and EXAMPLES Options - Change desktop entry Added file(s): - files/patch-setup.py Approved by: wg/pawel (mentors)
* - Update to 0.4.0nemysis2013-09-133-47/+26
| | | | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Change LICENSE_COMB multi --> dual - Use the new format for LIB_DEPENDS - Add examples - Add DOCS and EXAMPLES Options - Mute dir install - Change pkg-plist, remove PORTEXAMPLES Approved by: wg/pawel (mentors)
* graphics/pqiv: Use pkg-config to set flags correctlymarino2013-09-131-2/+2
| | | | | | The CPP and LD flags were being defined by an empty string that was supposed to be "pkg-config". Just use that instead to unbreak the build.
* - convert to the new perl5 frameworkaz2013-09-131-3/+1
| | | | | | | - convert USE_GMAKE to Uses Reviewed by: kwm@ Approved by: kwm@ (gnome@)
* - convert to the new perl5 frameworkaz2013-09-132-5/+3
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Fix build of opencv with libc++bapt2013-09-123-5/+17
| | | | share the CXXFLAGS between opencv-core and opencv
* Add explicit dependency on pkgconf (18 ports)marino2013-09-123-9/+4
| | | | Approved by: portmgr (bapt, implicit)
* Add explicit dependency on pkgconf (20 ports)marino2013-09-128-21/+14
| | | | Approved by: portmgr (bapt, implicit)
* Note: pr originally was intended to only address pkgconfig dependency,jgh2013-09-121-4/+3
| | | | | | | | | | | however this was addressed in rr327018 - adopt new lib_depends format - pet portlint - move pre-configure to post-patch-script PR: 181988 Submitted by: kalten@gmx.at
* - Update to 0.924amdmi32013-09-125-48/+188
|
* Add explicit dependency on pkgconf (11 ports)marino2013-09-122-12/+5
|
* Add explicit dependency on pkgconf (27 ports)marino2013-09-125-9/+6
|
* Update from 1.3.1-2, which is no longer available for download, tomi2013-09-125-507/+14
| | | | | | | | | | | | 1.3.1-3 -- which contains all of our patches reported to date. Add a patch by stefanf@, which allows the port to build on 10.x Though I'll try to submit the patch upstream as before, I'll try to persuade them to not remove the 1.3.1-3 again after the apply it and "release" 1.3.1-4 PR: 182009, 182005, 181779 Obtained from: stefanf
* Patch to remove forward declaration of a standard C++ class inmadpilot2013-09-122-0/+12
| | | | | | installed include file. Approved by: pawel (maintainer)
* Add an explicit dependency on pkgconfantoine2013-09-123-2/+3
| | | | Approved by: portmgr (bapt)
* Add explicit dependency on pkgconf (18 ports)marino2013-09-122-7/+3
|
* graphics/geos: update to 3.4.2wg2013-09-113-4/+5
| | | | | | | | - Update to 3.4.2 - Do not bump dependent ports as 3.4.1 did a little while ago PR: ports/181422 Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
* graphics/geos: update to 3.4.2wg2013-09-117-44/+56
| | | | | | | | | | - Update to 3.4.2 [1] - Bump PORTREVISION for dependent ports - USES gmake - Use options helpers PR: ports/181422 [1] Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
* To get at least qcad compiled under clang/amd64 add -fpic to the compile flags.mr2013-09-111-1/+7
| | | | | Reviewed by: Vaclav Hala Approved by: maintainer(timeout, > 14 days)
* - convert to the new perl5 frameworkaz2013-09-116-36/+18
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1119-74/+49
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-117-32/+19
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Add an explicit dependency on pkgconfantoine2013-09-112-1/+2
| | | | Approved by: portmgr (bapt)
* graphics/pngcrush: Add archive to MASTER_SITES to unbreak fetchmarino2013-09-111-1/+2
| | | | | | | | | The distfile is frequently archived by upstream. The previous unbreak fetch effort lasted less than a week! By adding the archive location to the MASTER_SITES definition, we can make this port function longer. PR: ports/179795 Approved by: maintainer (timeout)
* graphics/f-spot: Mark BROKEN (does not build)marino2013-09-111-0/+1
| | | | | | | | | | | | | | | build log: ./Hyena.Data.Gui/ListView/ListView_Rendering.cs(128,41): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' (cut warnings) Compilation failed: 2 error(s), 77 warnings gmake[5]: *** [../../../bin/Hyena.Gui.dll] Error 1 gmake[5]: Leaving directory `/wrkdirs/usr/ports/graphics/f-spot/work/ f-spot-0.8.2/lib/Hyena/Hyena.Gui' PR: ports/181403 (timed out)
* Add an explicit dependency on pkgconfbapt2013-09-111-0/+1
|
* Fix opencv-core with libc++bapt2013-09-102-0/+273
| | | | Submitted by: theraven
* graphics/webp: do not depend on explicit jpeg library versionmm2013-09-101-1/+1
| | | | | | PR: ports/181270 Submitted by: myself Approved by: maintainer (timeout)
* Bump some PORTREVISIONs due to graphics/webp update to 0.3.1mm2013-09-107-3/+7
|
* Update graphics/webp to 0.3.1mm2013-09-103-6/+4
| | | | | | PR: ports/181270 Submitted by: myself Approved by: maintainer (timeout)
* Point to the non-deprecated site in WWW.rakuco2013-09-101-1/+1
|
* Add an explicit dependency on pkgconfantoine2013-09-102-7/+3
| | | | Approved by: portmgr (bapt)
* Update to 1.05.tobez2013-09-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Color-Scheme/Changes
* - update to 2.34.0dinoex2013-09-085-27/+27
| | | | - new option ANN for edge bundling
* - update to 4.2.3dinoex2013-09-083-14/+3
|
* - Update to 2.22sunpoet2013-09-083-8/+13
| | | | | | - Fix *_DEPENDS Changes: http://search.cpan.org/dist/GraphViz2/Changes
* . switch from USES=iconv to USES=iconv:build;bsam2013-09-081-2/+2
| | | | | | . use ICONV_CMD; Approved by: portmgr (bapt, implicit)
* - Remove deprecated PTHREAD_*sunpoet2013-09-081-2/+2
|
* - Cosmetic changesunpoet2013-09-082-2/+2
|
* - Convert to new LIB_DEPENDS formatsunpoet2013-09-081-1/+1
|
* - Convert to new LIB_DEPENDS formatsunpoet2013-09-081-1/+1
|
* - Convert to new LIB_DEPENDS formatsunpoet2013-09-081-1/+1
|
* - Convert to new LIB_DEPENDS formatsunpoet2013-09-081-1/+1
|
* - Add options: GTA, LIBXML2, PCRE and POPPLERsunpoet2013-09-081-3/+32
|
* - Use single space after WWW:sunpoet2013-09-083-3/+3
|
* - Fix build on 10.xamdmi32013-09-071-0/+1
|
* Update to 0.8.9bf2013-09-062-13/+13
|
* graphics/xfig: update to 3.2.5cwg2013-09-068-121/+41
| | | | | | | | - Update to 3.2.5c [1] - Convert lib depends to new syntax PR: ports/181771 [1] Submitted by: Matthew Luckie <mjl luckie.org.nz> (maintainer)
* Add an explicit dependency on pkgconfbapt2013-09-063-5/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-068-24/+11
|
* - Update to 0.8-11tota2013-09-062-4/+3
|
* Readd USE_GCC=any building with clang at least 3.2 on amd64 to have problembapt2013-09-061-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-051-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-051-1/+1
|
* Remove USE_GCC=any, it builds properly with recent clangbapt2013-09-051-1/+0
|
* Add an explicit dependency on pkgconfantoine2013-09-051-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-051-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-051-0/+1
| | | | Approved by: portmgr (bapt)
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-052-2/+2
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* Re-add the missing CFLAGS and LDFLAGS.thierry2013-09-052-1/+13
| | | | Reported by: pkg-fallout
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-056-5/+15
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfantoine2013-09-051-0/+1
| | | | Approved by: portmgr (bapt)
* Remove patch that is not needed anymore (tested on 8.3 and 9.1) and that ↵bapt2013-09-051-9/+0
| | | | makes clang+libc++ failing to build properly the port
* Add an explicit dependency on pkgconfbapt2013-09-041-1/+1
|
* Add an explicit dependency upon pkg-config (USES+=pkgconfig)bsam2013-09-042-1/+2
| | | | | | uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit)
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
| | | | Approved by: portmgr (bapt)
* Fix USES conversionantoine2013-09-041-2/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-2/+1
| | | | | | (needed for proper detection of PANGOCAIRO and maybe other things) Approved by: portmgr (bapt)
* Magick-config and friends run depend on pkgconfantoine2013-09-041-1/+1
| | | | Approved by: portmgr (bapt)
* Fix build with clangbapt2013-09-041-6/+3
|
* Add en explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Fix stupid mistakebapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-033-5/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-033-10/+5
|
* Add an explicit dependency on pkgconfbapt2013-09-039-33/+14
|
* Add an explicit dependency on pkgconfbapt2013-09-0314-41/+20
|
* - update to 4.2.2dinoex2013-09-034-4/+24
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-032-7/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-033-6/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-035-27/+9
|
* Add an explicit dependency on pkgconfbapt2013-09-036-8/+7
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Fix build without libstdc++bapt2013-09-031-2/+2
|
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* Fix build without libstdc++bapt2013-09-031-0/+3
|
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-033-9/+4
|
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* - Fix the build on -CURRENT ;thierry2013-09-033-16/+15
| | | | | | | - Since I'm there, define LICENSE and split PORTDOCS/PORTEXAMPLES. PR: ports/181759 Submitted by: tijl
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Do not overwrite USESbapt2013-09-031-2/+1
|
* Adopt using USES+=iconv.bsam2013-09-031-2/+1
| | | | | Submitted by: bsam (me, by e-mail) Approved by: martymac (maintainer)
* Add an explicit dependency on pkgconfbapt2013-09-037-24/+11
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-021-5/+2
|
* Do not overwrite any existing USES that breaks graphics/dri defining ↵bapt2013-09-021-1/+1
| | | | USES=pkgconfig
* Add an explicit dependency on pkgconfigbapt2013-09-021-6/+2
|
* Two imake related changes:tijl2013-09-022-3/+1
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfigbapt2013-09-021-1/+2
|
* Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.2) andmi2013-09-027-96/+484
| | | | | | | | gcc (4.8). PR: 181302 Submitted by: delphij@ Tested by: ImageMagick's self-test suit
* Eradicate USE_GNOME=pkgconfig from graphicsbapt2013-09-0221-71/+36
| | | | | | | | | While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5
* Add an explicit dependency on pkgconfbapt2013-09-021-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-021-1/+1
|
* - update to 1.5.6.1rm2013-09-022-5/+4
| | | | - convert USE_GMAKE to USES equivalent
* - Update to 1.10.1sunpoet2013-09-012-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
* Remove expired ports:rene2013-09-0125-606/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained
* - Unmark it as make jobs (-jX) unsafe: there is a comment saying that as ofdanfe2013-09-011-5/+2
| | | | | | | | | | version 10.35.80, it should be safe; MAKE_JOBS_UNSAFE was added back in 2011, and no build failure logs are available since that time; it was not reproduced on few n-cored machines with various -jX settings as of today - While here, convert USE_GMAKE and USE_PERL5, tidy up Makefile header Tested by: marino (poudriere testport) Approved by: dinoex (maintainer)
* - Update to 1.2.1madpilot2013-09-014-23/+11
| | | | | | | - Convert to new LIB_DEPENDS format PR: ports/181517 Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
* - Add working mirrorbdrewery2013-08-311-3/+2
| | | | Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer)
* Add an explicit dependency on pkgconfbapt2013-08-311-6/+2
| | | | While here trim headers
* - Update to 1.10.1sunpoet2013-08-312-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
* - Update to 1.10.1sunpoet2013-08-312-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
* - Update to 1.10.1sunpoet2013-08-312-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
* - Update to 1.10.1sunpoet2013-08-312-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
* Add explicit dependency on pkgconfbapt2013-08-311-2/+1
| | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake
* - Mark BROKEN, upstream has disappeared and this fails to fetchbdrewery2013-08-311-5/+3
|
* - Trim Makefile header [1]nivit2013-08-302-18/+17
| | | | | | | | | | - Fix MASTER_SITES [1] - Convert to new options framework [1] - Use the new Uses/(perl5|shebang).mk facilities - Fix WWW entry in pkg-descr [1] PR: ports/177286 [1] Submitted by: nemysis
* Restore PORTREVISION that got lost in the last revision.erwin2013-08-301-0/+1
|
* - Remove Author linesunpoet2013-08-307-7/+0
|
* Add patch [1] to fix runtime after glib 2.36 update.kwm2013-08-302-8/+108
| | | | | | | | While here, add gmake to USES and sort. Use new lib_depends syntax. Change LIBS to LDFLAGS and remove -lintl since glib-2.0 now supplies that. Submitted by: stefanf@ [1] Obtained from: upstream via OpenSUSE
* - Add WWWsunpoet2013-08-302-2/+0
| | | | | - Use single space after WWW: - Remove Author line
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-6/+6
| | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed
* - Add RG link to pkg-descrsunpoet2013-08-291-0/+1
|
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Use single space after WWW:sunpoet2013-08-299-9/+9
|
* - Use single space after WWW:sunpoet2013-08-296-6/+6
|
* graphics/wxsvg: update to 1.1.16wg2013-08-293-13/+8
| | | | | | | | | | | | - Update to 1.1.16 [1] - USES gmake - Bump PORTREVISION of dependent ports - Pass maintainership to submitter Changes: http://wxsvg.cvs.sourceforge.net/viewvc/wxsvg/wxsvg/ChangeLog PR: ports/181570 [1] Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
* Update to latest GNUstep core libraries.theraven2013-08-296-63/+78
| | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
* - Update to 2.20sunpoet2013-08-283-4/+5
| | | | Changes: http://search.cpan.org/dist/GraphViz2/Changes
* . fix build with clang (error: character too large for enclosing character ↵bsam2013-08-281-5/+7
| | | | | | | | | | | | literal type); . add LICENSE (BSD), bump PORTREVISION; . remove unneeded WRKSRC creation; . use new LIB_DEPENDS syntax. PR: ports/181611 Submitted by: bsam (me) Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
* Fix build on recent current with clang.madpilot2013-08-281-2/+11
|
* - Update to 9.2.0gahr2013-08-282-4/+4
| | | | Release notes: http://mesa3d.org/relnotes/9.2.html
* Fix build without gccbapt2013-08-281-2/+2
|
* - Update to 0.9.1amdmi32013-08-284-60/+20
|
* Remove expired ports:rene2013-08-2813-471/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
* Update math/gsl to 1.16 and adjust some dependent portsbf2013-08-277-5/+8
|
* Fix build without gcc by making sure gmake is invoked with the proper make ↵bapt2013-08-261-2/+2
| | | | | | environnement during post-build and post-install
* Reduce complexity in the scr2png port.eadler2013-08-261-4/+2
| | | | | Reviewed by: zeising Tested by: redports
* - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)sunpoet2013-08-262-4/+4
|
* - Fix build with perl 5.12 relying on devel/p5-ExtUtils-MakeMakeraz2013-08-252-1/+9
| | | | | | | | | - Add WWW line in pkg-descr GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02. Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core. Reported by: tim@bishnet.net, milki@rescomp.berkeley.edu
* r325307 was the result of a copy and rearrangement of a checkout of the ↵eadler2013-08-253-31/+0
| | | | | | | | | scr2png port during an attempt to commit to reports. This was never intended to hit the main ports tree. Sorry for the noise. Reported by: flo
* Say hello to the new, modern, fixed, scr2pngeadler2013-08-253-0/+31
|
* - Fix parallel (-jX) builds by defining MAKE variable correctlydanfe2013-08-242-12/+9
| | | | | | | | | - Modernize LIB_DEPENDS syntax, remove implicit GNU_CONFIGURE - Reformat port description text while I am here, fix WWW line NB: there is version 1.2.11 available Approved by: miwi, bapt (portmgr, implicit)
* - Update to 2.19sunpoet2013-08-232-3/+3
| | | | Changes: http://search.cpan.org/dist/GraphViz2/Changes
* - Update to 0.4.5sunpoet2013-08-222-7/+5
| | | | | | - Add WWW Changes: https://github.com/libming/libming/blob/master/NEWS
* - Update to 0.4.5sunpoet2013-08-223-41/+8
| | | | | | - Convert to new options framework Changes: https://github.com/libming/libming/blob/master/NEWS
* - Update to 0.4.5sunpoet2013-08-224-10/+17
| | | | | | | | - Convert to new options framework - Cosmetic change - Use single space after WWW: Changes: https://github.com/libming/libming/blob/master/NEWS
* Fix build on -CURRENTamdmi32013-08-221-0/+1
|
* Fix build with clangamdmi32013-08-221-0/+11
|
* Fix build.madpilot2013-08-221-3/+3
| | | | While here convert LIB_DEPENDS to new format.
* - Cleanup Makefile headersunpoet2013-08-225-25/+5
|
* - Remove leading indefinite article from COMMENTsunpoet2013-08-221-1/+1
|
* Update to 2.015mat2013-08-213-9/+7
|
* - Use RUN_DEPENDS:=BUILD_DEPENDSsunpoet2013-08-212-7/+2
| | | | | - Add BUILD_DEPENDS - Cosmetic change
* - Use USES+= for slave port (graphics/p5-ming) after conversion of new Perl ↵sunpoet2013-08-211-1/+1
| | | | framework
* Update to 0.97mat2013-08-212-3/+3
|
* Update to 2.04mat2013-08-212-3/+3
|
* Update to 1.48mat2013-08-212-6/+3
|
* - Convert to new perl frameworksunpoet2013-08-216-6/+10
|
* Update to 2.50mat2013-08-212-5/+3
|
* Update to 2.86mat2013-08-212-4/+3
|
* graphics/py-openimageio: fix buildwg2013-08-213-55/+2
| | | | | | | - Fix build, missed in openimageio update PR: ports/181008 Submitted by: Shane Ambler <FreeBSD Shaneware.biz> (maintainer)
* - Use USES=gmakesunpoet2013-08-214-5/+4
|
* - Update to 1.10.0sunpoet2013-08-212-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
* - Update to 1.10.0sunpoet2013-08-213-3/+6
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
* - Update to 1.10.0sunpoet2013-08-212-3/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
* - Update to 1.10.0sunpoet2013-08-213-8/+3
| | | | Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
* - Update to 1.10.0sunpoet2013-08-2112-16/+29
| | | | | | | - Update COMMENT and remove leading indefinite article from COMMENT - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
* - Update maintainer section: change permissionsunpoet2013-08-191-2/+2
|
* - Update to version 0.5.2 "Graviton" (mostly bugfix release)danfe2013-08-193-10/+17
| | | | - Convert USE_GMAKE, modernize LIB_DEPENDS, kill EOL tab while here
* - Put dx.l into ${PREFIX}/man/manl.stephen2013-08-194-7/+26
| | | | | - Correct other portlint errors. - Bump portrevision.
* - Fix Mesa builds by adding lang/python, since it does not supportmva2013-08-181-0/+3
| | | | setting an explicit Python version as build dependency
* graphics/gmt: Restore accidently removed USE_BZIP2marino2013-08-181-0/+1
| | | | | | | USE_BZIP2 should not have been removed. The port was unable to get past the fetch stage due to a distinfo mismatch. Approved by: bapt/culot (mentors, implicit)
* Update to version 1.8.2, take maintainership.demon2013-08-187-44/+10
|
* - Reset yzlin's portsbdrewery2013-08-183-18/+6
| | | | With hat: portmgr
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-189-16/+15
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Change dependency science/netcdf to science/netcdf4.stephen2013-08-171-6/+6
| | | | - Fix some portlint errors.
* - fix option GD_FONTSdinoex2013-08-162-6/+17
| | | | | - fix bdftogd and bump PORTREVISION PR: 181250
* - Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) isdanfe2013-08-151-8/+10
| | | | | | | | | | bmake(1), which does not play nice with libtool way of building things - While here, convert LIB_DEPENDS to new form, sort the knobs a bit, and hook test target to our standard "regression-test" one Reported by: marino Tested by: marino (poudriere testport) Approved by: miwi, bapt (portmgr, implicit)
* - Remove MAKE_JOBS_SAFE variableak2013-08-15145-145/+0
| | | | Approved by: portmgr (bdrewery)
* SDL2 has been officially released.mva2013-08-154-10/+10
| | | | | - Update devel/sdl20, audio/sdl2_mixer, graphics/sdl2_image, graphics/sdl2_ttf and net/sdl2_net to version 2.0.0
* Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) isdanfe2013-08-141-2/+1
| | | | | | | | bmake(1) now. The build fails because bmake(1) treats MFLAGS variable slightly differently: while by default its value would be '-j X', our old make(1) allows to set it from the makefile or environment, bmake(1) will append to it instead. Pass the empty value via MAKE_ARGS to make every make(1) happy, and thus fix parallel builds (once again).
* graphics/volpack: Mark jobs unsafemarino2013-08-142-1/+3
| | | | | | Also fix WWW indent to please portlint Approved by: bapt/culot (mentors, implicit)
* Upgrade to 3.4.3.vanilla2013-08-132-3/+3
|
* - fix option POPPLERdinoex2013-08-132-2/+8
| | | | - fix option LIBRVG2
* Unbreak the build.rakuco2013-08-122-1/+26
| | | | | | | | | | | Import a few patches originally from Gentoo: o http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/kpovmodeler/files/kpovmodeler-1.1.3-freetype-include.patch?hideattic=0&revision=1.1&view=markup o http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/kpovmodeler/files/kpovmodeler-1.1.3-underlinking.patch?hideattic=0&revision=1.2&view=markup That fix the FreeType errors there were occurring, and also a linking problem that was happening at a later stage. Obtained from: Gentoo
* Point to the right location in MASTER_SITE_SUBDIR.rakuco2013-08-121-1/+1
| | | | Should help `make fetch'.
* Mark BROKEN, it hasn't built in quite a while.rakuco2013-08-121-5/+11
| | | | | | | | | | | | | | | As explained in the comment I added: o The port does not include graphviz's include directory, assuming it is always in the compiler's default path (ie. /usr/include). o The port includes <graphviz/foo.h>, while code is expected to include <foo.h> instead, and pass -I${LOCALBASE}/graphviz instead of just -I${LOCALBASE} to the compiler. o The code in the development repository does a better job at fixing the problems above, but it still relies on the deprecated libgraph library that graphics/graphviz in ports does not install anymore.
* Fix build after recent glib update.bsam2013-08-111-1/+1
| | | | | | PR: ports/181013 Submitted by: Jan Henrik Sylvester <me@janh.de> Approved by: rodrigo@bebik.net (maintainer)
* - Unbreak the build on recent -CURRENT [*]danfe2013-08-111-15/+13
| | | | | | | - Switch to the new LIB_DEPENDS syntax - Drop no longer meaningful MAKE_JOBS_SAFE Submitted by: bsam [*]
* Remove expired ports:rene2013-08-115-53/+0
| | | | | | 2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead
* - update to 2.32.0dinoex2013-08-114-34/+14
| | | | - new option POPPLER
* - bump PORTREVISION after libdgdinoex2013-08-111-1/+1
|
* graphics/opencv: continue recent binutils fixmarino2013-08-111-3/+1
| | | | | | | This cleans up the previous commit, and combines the LDFLAGS. It's more logical this way, right after opencv_core is specified in LIB_DEPENDS. Approved by: bapt/culot (mentors, implicit)
* Fix buildmadpilot2013-08-101-1/+0
| | | | Reported by: pkg-fallout
* - Update to 2.18sunpoet2013-08-103-27/+36
| | | | | | | - Remove leading indefinite article from COMMENT - Cleanup Makefile Changes: http://search.cpan.org/dist/GraphViz2/Changes
* - fix bad bump from r324437dinoex2013-08-091-1/+1
|
* - Update to 9.19sunpoet2013-08-092-9/+5
| | | | | | | - Cleanup Makefile header - Update maintainer section Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.19.diff
* - update libdg to 2.1.0dinoex2013-08-0939-283/+209
|
* - Add LICENSEsunpoet2013-08-091-0/+2
|
* - Fix buildamdmi32013-08-081-0/+1
|
* graphics/luxrays: Accelerate the ray intersection process by using GPUswg2013-08-088-0/+160
| | | | | | | | | | | | | | | | | LuxRays is library dedicated to accelerate the ray intersection process by using GPUs. Uses a Data Parallel Model: it doesn't reduce the time spent to trace a single ray but it is able to trace many thousands of rays in parallel. Supports Hybrid CPU/GPU mode where only the ray intersection task is off load to the GPUs while everything else run on the CPU and can be written with usual tools and languages. WWW: http://www.luxrender.net/wiki/LuxRays PR: ports/181019 Submitted by: Natacha Porté <natbsd instinctive.eu>
* - Update EFL to 1.7.8gblach2013-08-0859-92/+92
| | | | | | - Update Enlightenment to 0.17.4 Approved by: crees, tabthorpe (mentors, implicit)
* - Fix CONFIGURE_ARGS assignmentsunpoet2013-08-081-1/+1
| | | | Submitted by: John Hein <jhein@symmetricom.com>
* fix clang detectionoliver2013-08-072-9/+9
| | | | | PR: ports/180092 Submitted by: tijl
* . fix package build error when apparently the INDEX is built on [1]bsam2013-08-072-6/+9
| | | | | | | | | | | | | | | a machine with clang while the package is not; . remove CPP configuration (it's not used with this port); . add "-L${LOCALBASE}/lib -liconv" to LDFLAGS due to the error: ----- [ 86%] Building CXX object src/tests/CMakeFiles/test2-static.dir/test2.cpp.o Linking CXX executable test2-static /usr/bin/ld: ^^^A: invalid DSO for symbol `libiconv_open' definition /usr/local/lib/libiconv.so.3: could not read symbols: Bad value ----- PR: ports/180608 [1] Submitted by: tijl [1]
* - Update to 0.9.11.1vg2013-08-073-7/+43
| | | | | | | | | | | | | - Trim comment - Trim Desktop entry file - Add icon and docs - Add HTML LATEX Options - Add dependency for devel/doxygen - Trim pkg-plist PR: ports/179356 Submitted by: nemysis <nemysis@gmx.ch> Approved by: osa (mentor)
* - Update to 0.3.3olivierd2013-08-072-3/+3
| | | | ChangeLog: http://docs.wand-py.org/en/0.3.3/changes.html#version-0-3-3
* Compilation of ocaml-images is no longer broken (tested on multiple systems).johans2013-08-061-4/+0
| | | | | Possibly silently fixed through update of a dependency. Expiration notice removed.
* - Convert to new perl frameworkaz2013-08-062-12/+6
| | | | | | - Trim Makefile header Approved by: wen@ (maintainer)