aboutsummaryrefslogtreecommitdiff
path: root/graphics/ipe
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* graphics/ipe: Update version 7.2.5=>7.2.7Muhammad Moinur Rahman2017-03-043-5/+11
| | | | Notes: svn path=/head/; revision=435422
* graphics/ipe: Update version 7.2.3=>7.2.5Muhammad Moinur Rahman2016-08-043-6/+36
| | | | | | | | | - Reorganize USE_QT5 Submitted by: k.oikonomou@att.net Notes: svn path=/head/; revision=419661
* graphics/ipe: Update version 7.2.2=>7.2.3Muhammad Moinur Rahman2016-06-123-18/+5
| | | | | | | - Take MAINTAINERSHIP Notes: svn path=/head/; revision=416815
* Update to 7.2.2.Mathieu Arnold2016-04-2617-1725/+71
| | | | | | | | | PR: 209043 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414047
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* converters/libiconv:Tijl Coosemans2015-04-151-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Update to version 7.1.7; rephrase COMMENT text; fix Makefile headerAlexey Dokuchaev2015-04-145-24/+108
| | | | | | | | | | | | | | - Request Lua via USES=lua:52 instead of (ab)using LIB_DEPENDS - Add missing dependency on libjpeg (graphics/jpeg) - Ipe uses Pdflatex for producing Postscript/PDF files, so make USE_LATEX more specific (latex -> pdftex); unfortunately, it doesn't save us from having to download huge (~1.6G) texlive-20140525-texmf.tar.xz distfile; it would be nice to make LaTeX an optional dependency PR: 199238 Notes: svn path=/head/; revision=383976
* Upgrade to 7.1.6.Vanilla I. Shu2015-01-272-3/+3
| | | | Notes: svn path=/head/; revision=377982
* Cleanup plistBaptiste Daroussin2014-10-201-9/+0
| | | | Notes: svn path=/head/; revision=371283
* - Update to 7.1.5Martin Wilke2014-06-1810-71/+1537
| | | | | | | PR: 190899 Notes: svn path=/head/; revision=358224
* - Fix build with clangMartin Wilke2014-01-1915-10/+148
| | | | | | | | PR: 185318 Submitted by: ports fury Notes: svn path=/head/; revision=340291
* graphics/ipe: Unbreak by using new library specificationJohn Marino2013-12-241-2/+2
| | | | Notes: svn path=/head/; revision=337380
* graphics/ipe: Update patch to support DragonFlyJohn Marino2013-10-071-3/+15
| | | | | | | | | | DragonFly 3.4 uses char* prototype for iconv while the upcoming DragonFly 3.6 uses const char* iconv prototype like FreeBSD does. Modify the iconv patch to allow graphics/ipe to build on both DragonFly releases. Notes: svn path=/head/; revision=329666
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Fix build after iconv change [1]Guido Falsi2013-09-132-2/+12
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=327168
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=326307
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* - Update to 7.1.4Martin Wilke2013-05-107-478/+79
| | | | | | | | PR: 177927 Submitted by: ports fury Notes: svn path=/head/; revision=317762
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-1/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* - Reset maintainer [1]Rene Ladan2013-04-162-10/+8
| | | | | | | | | | | | | | | While here: - convert Makefile header - pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes) - drop support for unsupported FreeBSD versions - convert to optionsNG Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html Feature safe: yes Notes: svn path=/head/; revision=315830
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 7.1.2Michael Scheidell2012-05-294-45/+93
| | | | | | | | | PR: ports/168228 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer) Notes: svn path=/head/; revision=297708
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-0/+1
| | | | Notes: svn path=/head/; revision=273475
* Update to 7.0.10Max Brazhnikov2010-10-168-435/+521
| | | | | | | | | | Respect NOPORTDOCS PR: based on ports/148641 Submitted by: Troels Kofoed Jacobsen (maintainer) Notes: svn path=/head/; revision=263095
* Make fetchable.Sergey A. Osokin2010-06-201-1/+2
| | | | | | | | | | Feature safe: yes Spotted by: itetcu Submitted by: Andrew Kochetkov aka kochetkov dot andrew at gmail dot com (via IRC) Notes: svn path=/head/; revision=256759
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 6.0.p32.p1Max Brazhnikov2009-09-146-338/+361
| | | | | | | | | | Pass maintainership to submitter PR: based on ports/137642 Submitted by: Troels Kofoed Jacobsen (tkjacobsen at gmail.com) Notes: svn path=/head/; revision=241426
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* 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/+1
| | | | | | | | | | | | | | | | | | - 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
* - Fix index buildRong-En Fan2007-09-241-0/+1
| | | | | | | Pointy hat to: rafan Notes: svn path=/head/; revision=200039
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-8/+0
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-151-6/+0
| | | | | | | with letter f-h Notes: svn path=/head/; revision=190038
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-1/+1
| | | | | | | | Submitted by: rafan Tested on: pointyhat Notes: svn path=/head/; revision=185058
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* - Back to Game.Martin Wilke2006-12-061-7/+5
| | | | | | | | | | | - Add backup MASTER_SITES - Removed deprecated PR: 106419 Submitted by: Remko van der Vossen <wich@stack.nl> Notes: svn path=/head/; revision=179048
* - DeprecateErwin Lansing2006-12-041-0/+3
| | | | | | | | | | - Set EXPIRATION_DATE PR: 106327 Submitted by: gabor Notes: svn path=/head/; revision=178863
* - 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