Commit Graph

20 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
488b6cff8b graphics/ipe: fix build with GCC-based architectures
PR:		238066
Submitted by:	pkubaj
2019-06-11 18:47:33 +00:00
Muhammad Moinur Rahman
c2e272a602 graphics/ipe: Update version 7.2.8=>7.2.11 2019-03-24 18:22:19 +00:00
Muhammad Moinur Rahman
ab781b2cf9 graphics/ipe: Update version 7.2.7=>7.2.8 2019-01-12 11:49:33 +00:00
Muhammad Moinur Rahman
1d0cb7cd47 graphics/ipe: Update version 7.2.2=>7.2.3
- Take MAINTAINERSHIP
2016-06-12 17:35:31 +00:00
Mathieu Arnold
57ecb757ca Update to 7.2.2.
PR:		209043
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:42:04 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
Alexey Dokuchaev
d7e5a263b8 - Update to version 7.1.7; rephrase COMMENT text; fix Makefile header
- 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
2015-04-14 04:06:11 +00:00
Martin Wilke
cc45666f84 - Update to 7.1.5
PR:		190899
2014-06-18 07:40:41 +00:00
Martin Wilke
d44adee0d5 - Fix build with clang
PR:		185318
Submitted by:	ports fury
2014-01-19 13:46:19 +00:00
John Marino
237fc7e2cf graphics/ipe: Update patch to support DragonFly
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.
2013-10-07 09:04:10 +00:00
Guido Falsi
42cea4feca - Fix build after iconv change [1]
- 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)
2013-09-13 17:14:53 +00:00
Martin Wilke
a7fa4913e4 - Update to 7.1.4
PR:		177927
Submitted by:	ports fury
2013-05-10 06:39:24 +00:00
Michael Scheidell
f184d715f5 - Update to 7.1.2
PR:		ports/168228
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
2012-05-29 21:01:38 +00:00
Max Brazhnikov
16c216813c Update to 7.0.10
Respect NOPORTDOCS

PR:		based on ports/148641
Submitted by: 	Troels Kofoed Jacobsen (maintainer)
2010-10-16 14:09:11 +00:00
Max Brazhnikov
fa85bc42e6 Update to 6.0.p32.p1
Pass maintainership to submitter

PR:		based on ports/137642
Submitted by:	Troels Kofoed Jacobsen (tkjacobsen at gmail.com)
2009-09-14 23:07:15 +00:00
Sergey Matveychuk
d744c0a068 - Update to 6.0.p23
- Lowercase port name
- Fix fetching

PR:		ports/82545
Submitted by:	maintainer
2005-06-24 09:29:45 +00:00
Pav Lucistnik
eeb4f2a2d9 - Update to 6.0-pre12
PR:		ports/61173
Submitted by:	David Bremner <bremner@unb.ca> (maintainer)
2004-01-11 18:17:22 +00:00
Christian Weisgerber
fb6816135c Fix build on -CURRENT.
Notified by:	beta
2002-11-29 15:24:29 +00:00
Peter Pentchev
12e491196b Properly require Motif to be installed, fix a segfault.
PR:		26599
Submitted by:	maintainer
2001-04-21 13:59:26 +00:00
Will Andrews
539dbbf75e Add ipe 5.0, an extensible drawing editor.
PR:		22393
Submitted by:	bremner@unb.ca
2001-04-07 03:12:08 +00:00