Commit graph

23 commits

Author SHA1 Message Date
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
Chris Rees
8f2d6777f1 Fix some USE_PGSQL that were missed before
Submitted by:	antoine
2014-11-22 22:32:45 +00:00
Antoine Brodin
caca546154 Cleanup plist 2014-11-21 23:55:49 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Renato Botelho
1c2ea6b1b7 - Replace USE_GMAKE by USES=gmake
- Use OPTIONS helpers
- Support staging
- Pet portlint
- Add a new option, off by default, to build PLUGINS

PR:		ports/186687
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
2014-02-19 14:52:32 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
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)
2013-09-04 18:06:07 +00:00
Antoine Brodin
288fe59bca Fix plist 2013-07-08 19:55:35 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Po-Chien Lin
96b0c445c3 - Add IPFW suuport [1] and enable it by default [2]
- Trim Makefile header [2]
- Remove invalid entry from MASTER_SITES
- Patch to fix clang compiling
- Tune pkg-plist to pet portlint(1)

PR:		ports/175765
Submitted by:	Oleg_Sch <7zsfx@7zsfx.info> [1]
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) [2]
Approved by:	swills (mentor)
2013-02-25 04:25:37 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Michael Scheidell
92a638a8b9 - Update to 20111108
- Add MSN 2011 protocol support

PR:		ports/162511
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2012-06-24 17:36:25 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Julien Laffaye
b6e488b7a8 Link against libiconv
Bump port revision

PR:		ports/157872
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
Approved by:	bapt (mentor)
2011-06-14 19:10:49 +00:00
Julien Laffaye
335b237ccb Update to 0.9
Add LICENSE
Submitter is now maintainer

PR:		ports/157803
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com>
Approved by:	bapt (mentor)
2011-06-13 19:28:35 +00:00
Baptiste Daroussin
09659d818e Maintainers addresses are not valid anymore put the port back to the pool 2011-06-10 13:23:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Rong-En Fan
01dd317318 - Mark BROKEN on 5.x due to /usr/include/net/pfavr.h
Reported by:	pointyhat
2008-03-24 04:48:08 +00:00
Rong-En Fan
0c50a725e5 IMSpector is an Instant Messenger transparent proxy with monitoring,
blocking, and content-filtering capabilities.

WWW: http://www.imspector.org/

- Dejs Ilja
ilja.dejs@gmail.com

PR:		ports/121778
Submitted by:	Ilja Dejs <ilja.dejs at gmail.com>
2008-03-19 04:27:40 +00:00