aboutsummaryrefslogtreecommitdiff
path: root/japanese/eb
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-09-152-4/+2
| | | | | | | | | | | - Pet portlint: move DIST_SUBDIR upward - Remove outdated WWW from pkg-descr PR: 222297 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=449882
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-102-28/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: replace USE_AUTOTOOLS with USES=autoreconfJohn Marino2015-01-201-3/+1
| | | | | | | | PR: 196792 Submitted by: maintainer (Yasuhiro KIMURA) Notes: svn path=/head/; revision=377536
* Close out a bunch of PRs that only remove @dirrmJohn Marino2014-10-151-122/+0
| | | | | | | | PR: 194331, 194332 PR: 194365, 194366, 194369, 194371, 194374 Notes: svn path=/head/; revision=370906
* japanese/eb: Always set USES=iconv, move to USES+= libtoolJohn Marino2014-06-184-21/+88
| | | | | | | | PR: 188218 Submitted by: maintainer (Yasuhiro KIMURA) Notes: svn path=/head/; revision=358324
* - Strip shared library [1]Pawel Pekala2014-03-221-16/+9
| | | | | | | | | | | | | | - Convert 'USE_BZIP2' to 'USES=tar.bzip2' [1] - Make ${PORTDOCS} always install [1] - Use options subs, helpers - Define perl path in CONFIGURE_ENV so that port sets correct shebangs PR: ports/187828 [1] Submitted by: maintainer Notes: svn path=/head/; revision=348805
* - Update LicenseMartin Wilke2014-01-151-1/+1
| | | | | | | | PR: 185679 Submitted by: maintainer Notes: svn path=/head/; revision=339761
* Convert to STAGEDIRAntoine Brodin2013-09-281-7/+3
| | | | | | | | PR: ports/182390 Submitted by: Yasuhiro KIMURA (maintainer) Notes: svn path=/head/; revision=328621
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* . add iconv to USES;Boris Samorodov2013-09-071-3/+3
| | | | | | | | | . switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326698
* japanese/eb: Make gettext dependency a condition of NLSJohn Marino2013-08-231-1/+4
| | | | | | | | | | | | PORTREVISION bumped to reset dependencies for folks that don't use NLS. PR: 181205 Submitted by: az Reviewed by: jgh, marino Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=325246
* - Conver to new perl5 framework.Andrej Zverev2013-08-201-3/+1
| | | | | | | | | | - Remove duplication of 'USES=gettext'. PR: ports/181205 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=325041
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-2/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - add created by to headerJason Helfman2013-01-151-3/+10
| | | | | | | | | | | | - adopt optionsNG - add LICENSE - while here use copytree_share in favor of cp (appoved by maintainer) PR: 175193 Submitted by: maintainer, yasu@utahime.org Notes: svn path=/head/; revision=310424
* - update japanese/eb to 4.4.3Ruslan Makhmatkhanov2012-09-134-72/+47
| | | | | | | | | | | | | | | | | | | | | | - add support for NOPORTDOCS and WITHOUT_NLS - bump PORTREVISION for dependent ports: - japanese/eblook - japanese/ebview - japanese/ebview-gtk2 - japanese/ebnetd while here, common changes: - strip Makefile headers - remove shlib versions from dependent ports - remove deprecated attributions from pkg-descr - whitespace fixes to pkg-descr PR: 167175 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original patch) Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final patch) Notes: svn path=/head/; revision=304232
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-181-31/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 4.4.2Philip M. Gollucci2010-02-013-5/+5
| | | | | | | | PR: ports/142901 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=249003
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* o Update to 4.4.1.Norikatsu Shigemura2009-07-203-5/+5
| | | | | | | | | | | o Bump shlib version. o Bump PORTREVISION of ports depending on, accordingly. PR: ports/136298 Submitted by: Yasuhiro KIMURA yasu utahime org Notes: svn path=/head/; revision=238121
* - Update to 4.3.4Dmitry Marakasov2009-01-112-5/+4
| | | | | | | | PR: 130372 Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer) Notes: svn path=/head/; revision=225776
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* Update to 4.3.2.Norikatsu Shigemura2008-02-052-5/+6
| | | | | | | | PR: ports/120292 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=206758
* Update to 4.3.1.Norikatsu Shigemura2008-01-172-4/+4
| | | | | | | | PR: ports/119665 Submitted by: KIMURA Yasuhiro yasu at utahime org (maintainer) Notes: svn path=/head/; revision=205750
* - No longer broken on ia64Pav Lucistnik2007-06-181-7/+1
| | | | | | | | PR: ports/113794 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=193766
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update to 4.3Pav Lucistnik2006-12-023-13/+6
| | | | | | | | PR: ports/106220 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=178602
* - Remove appendix/{LIST,LIST-ja} which have disappeared from MASTER_SITES.Jean Milanez Melo2006-05-302-9/+2
| | | | | | | | | | | - Bump portrevision. PR: ports/97553 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Approved by: mnag (mentor) Notes: svn path=/head/; revision=163966
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* [PATCH] japanese/{eb,ebnetd}: Take over maitainershipEdwin Groothuis2006-01-021-1/+1
| | | | | | | | | | | | | I have sent PRs of these ports several times, but there was no response from maintainer and PRs were always commited with timeout. So I will take over maintainershilp now. PR: ports/90713 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=152625
* Update to 4.2.2Sam Lawrance2005-12-122-10/+36
| | | | | | | | | PR: ports/89619 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: takamune2004@yahoo.co.jp (maintainer, timeout 14 days) Notes: svn path=/head/; revision=150940
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Apply official patchMarcus Alves Grando2005-10-272-3/+9
| | | | | | | | | PR: 86913 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: takamune2004@yahoo.co.jp (maintainer timeout, 19 days) Notes: svn path=/head/; revision=146453
* Update to 4.2.1.MANTANI Nobutaka2005-10-022-3/+3
| | | | | | | | PR: ports/85140 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=143942
* o Update to 4.2. [1]Norikatsu Shigemura2005-07-314-8/+21
| | | | | | | | | | | | 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
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix pkg-plist problem.Norikatsu Shigemura2004-12-272-1/+3
| | | | | | | | | | Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Reviewed by: rushani Approved by: maintainer (blanket) Pointy hat to: myself Notes: svn path=/head/; revision=125277
* 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.3.Norikatsu Shigemura2004-12-262-5/+4
| | | | | | | | Noticed by: rushani Approved by: maintainer (blanket) Notes: svn path=/head/; revision=125222
* Update to 4.1.1.Norikatsu Shigemura2004-12-266-342/+380
| | | | | | | | | | | | | | 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
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add missing files and directoriesKris Kennaway2004-04-201-0/+7
| | | | Notes: svn path=/head/; revision=107684
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+33
| | | | Notes: svn path=/head/; revision=105747