aboutsummaryrefslogtreecommitdiff
path: root/japanese/eb/files
Commit message (Collapse)AuthorAgeFilesLines
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=398996
* japanese/eb: Always set USES=iconv, move to USES+= libtoolJohn Marino2014-06-182-15/+80
| | | | | | | | PR: 188218 Submitted by: maintainer (Yasuhiro KIMURA) Notes: svn path=/head/; revision=358324
* o Update to 4.2. [1]Norikatsu Shigemura2005-07-311-0/+15
| | | | | | | | | | | | o Fix minor bug. [2] PR: ports/81629 [1] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1] Obtained from: ndtpd/01982 [2] Approved by: maintainer timeout Notes: svn path=/head/; revision=140522
* Remove unnecessary patches.Norikatsu Shigemura2004-12-262-22/+0
| | | | | | | | Pointed out by: rushani Forgotten by:: myself Notes: svn path=/head/; revision=125223
* Update to 4.1.1.Norikatsu Shigemura2004-12-263-10/+22
| | | | | | | | | | | | | | o Repocopy japanese/eb -> japanese/eb3 for safe keeping. o Chase eb library version bump. o Connect japanese/eb3 to japanese/Makefile PR: ports/74133 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Requested by: Motoyuki Kasahara <m-kasahr@sra.co.jp> (author) Repocopied by: portmgr(marcus) Notes: svn path=/head/; revision=125214
* [0] Updates for the latest version 3.3.1Munechika SUMIKAWA2003-03-022-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | [1] Fix MASTER_SITES [2] Don't use configure option '--enable-pthread' (backout last commit) because it breaks japanese/ndtpd and the pthread support of EB library itself is still incomplete and experimental. [3] Remove imported patch; files/patch-eb::match.c [4] Add patch to use USE_LIBTOOL=yes; files/patch-configure [5] Use configure option '--build=...' [6] Use LOCALBASE instead of PREFIX for other installed packages [7] Use DATADIR [8] Don't be quiet at post-extract section (backout last commit) [9] Sort @dirrm section of pkg-plist; generated by (cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,' [4]-[7] were submitted by KATO Tsuguru <tkato@prontomail.com>. Thanks, Kato-san. PR: ports/48840 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=76750
* Update to 3.3+2(patches), and include a temporary patch (3.3.1 releaseNorikatsu Shigemura2003-02-281-0/+20
candidate, but not tested). Approved by: maintainer timeout (1week) Notes: svn path=/head/; revision=76660