Commit Graph

4 Commits

Author SHA1 Message Date
Tijl Coosemans 284d283afe - Convert USE_AUTOTOOLS=libtool to USES=libtool.
- Replace PERL with REINPLACE_CMD in post-patch.
- Replace "iconv.h" with "${ICONV_PREFIX}/include/iconv.h" so
  /usr/include/iconv.h is included on FreeBSD 10 even when
  converters/iconv is installed.  The port uses iconvctl(3) which
  isn't declared in /usr/local/include/iconv.h with -DLIBICONV_PLUG.
- files/patch-lib-error.c: Implement program_name using __progname.
- files/patch-libiconv-Makefile.in: deleted because the libiconv
  directory isn't built.
- files/patch-src-Makefile.in:
  + Remove chunks that aren't needed.
  + Remove ../lib/libreco.a from LIBS so CFLAGS+=-fPIC can be removed
    from the port Makefile.  Instead, just copy lib/error.c (the only
    file needed from libreco.a) to src/error.c and compile it into
    librecode.so.

PR:		186637
Approved by:	demon (maintainer)
2014-02-18 19:34:04 +00:00
Dmitry Sivachenko 08d5897217 Remove extra lines. 2013-03-26 13:02:02 +00:00
Dmitry Sivachenko 231091ba96 Do not compile and use bundled libiconv, the converters/iconv from ports.
PR:		177321
Submitted by:	William Grzybowski <william88@gmail.com>
With help and suggestions from:		bapt
2013-03-26 12:56:14 +00:00
Martin Blapp 4184495efa Fix unresolved symbols in the recode port. Without this
fix the libs cannot be used with php.
2003-03-23 08:17:26 +00:00