aboutsummaryrefslogtreecommitdiff
path: root/japanese/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* japanese/man: fix build with base system PIE defaultEd Maste2021-02-191-0/+2
| | | | | | | | | | | | | | PIE static libraries are currently not supported by the base system mk files. For now just disable PIE in the affected ports as a workaround. PR: 253275 [exp-run] Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28791 Notes: svn path=/head/; revision=566082
* japanese/man: fix build on recent currentTobias C. Berner2020-08-291-0/+3
| | | | Notes: svn path=/head/; revision=546903
* Clean up support for FreeBSD 11.2.Rene Ladan2019-11-071-7/+8
| | | | | | | | | | | | | | While here, modernize some comments in Mk/bsd.*.mk. Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat under discussion. Submitted by: rene Reviewed by: antoine, jbeich, mat, zeising Differential Revision: https://reviews.freebsd.org/D21974 Notes: svn path=/head/; revision=516983
* japanese/man: unbreak in several archs.Fernando Apesteguía2019-01-233-7/+15
| | | | | | | | | | | | | | The port was broken in 12 and in different archs. mips is still to be tested. PR: 235058 Submitted by: phd_kimberlite@yahoo.co.jp Reviewed by: Ronald Klop (aarch64) mikael.urankar@gmail.com (armv6, armv7) MFH: 2019Q1 (build fix) Notes: svn path=/head/; revision=491061
* Also broken on recent aarch64 and mips builds.Mark Linimon2017-12-181-2/+4
| | | | Notes: svn path=/head/; revision=456575
* Mark more ports broken that fail on both armv6 and armv7.Mark Linimon2017-12-091-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455813
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Cleanup plistAntoine Brodin2014-11-121-14/+7
| | | | Notes: svn path=/head/; revision=372492
* Stage japanese/manJohn Marino2014-08-2611-85/+239
| | | | | | | | PR: 193007 Submitted by: turutani (scphys.kyoto-uc.ac.jp) Notes: svn path=/head/; revision=366267
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Add support NO_FSCHG macro to adapt not schg-flags supported fs like ZFS.Norikatsu Shigemura2009-09-131-0/+12
| | | | | | | | | | [NOTE] This fix is a install issue, so I don't bump PORTREVISION. Approved by: kuriyama Notes: svn path=/head/; revision=241323
* - Fix to indicate to use ja_JP.eucJP instead of ancient ja_JP.EUC.Jun Kuriyama2007-03-083-1/+23
| | | | | | | | PR: ports/104043 Submitted by: "do.dat" <doitdoit@myTrashMail.com> Notes: svn path=/head/; revision=186873
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161761
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* SIZEify.Jun Kuriyama2004-03-181-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* UseJun Kuriyama2002-07-311-0/+36
| | | | | | | | | | | | .include <bsd.prog.mk> instead of .include <bsd.man.mk> to avoid "bsd.man.mk cannot be included directly" error. Submitted by: horikawa Notes: svn path=/head/; revision=63766
* jcatman should specify -dlang=ja_JP.eucJP when it invokes groff.Jun Kuriyama2002-04-152-1/+14
| | | | | | | Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> via horikawa Notes: svn path=/head/; revision=57704
* Make this port LOCALBASE clean.Jun Kuriyama2002-02-211-0/+9
| | | | | | | | Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp> PR: ports/34903 Notes: svn path=/head/; revision=55008
* Fix a bug that jman always searched "ja" subdirectory ignoring LC_ALL,Jun Kuriyama2002-01-175-43/+4
| | | | | | | | | LC_CTYPE, and LANG. Submitted by: horikawa@jp.FreeBSD.org, MORI Kouji <moriko@hh.iij4u.or.jp> Notes: svn path=/head/; revision=53232
* Apply patch for -a option.Jun Kuriyama2001-12-144-1/+40
| | | | | | | | PR: ports/32824 Submitted by: MORI Kouji <mori@tri.asanuma.co.jp> Notes: svn path=/head/; revision=51516
* Fix for bus error (core dump).Jun Kuriyama2001-08-292-3/+4
| | | | | | | | Reported by: TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp> Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> Notes: svn path=/head/; revision=47092
* /usr/local/bin/groff -dlang=ja_JP.eucJP is used only for "ja".Jun Kuriyama2001-07-263-14/+5
| | | | | | | | | For other lang, /usr/bin/groff is used. Submitted by: horikawa Notes: svn path=/head/; revision=45496
* I forgot to add this patch in previous commit.Jun Kuriyama2001-07-121-0/+14
| | | | Notes: svn path=/head/; revision=45060
* Upgrade to 1.1j.Jun Kuriyama2001-07-052-2/+2
| | | | | | | | | | | - ja-groff-1.1j now looks architecture specific directories, like base system's man(1). - Add nroff option -dlang=ja_JP.eucJP for forthcoming ja-groff-1.17. Submitted by: horikawa Notes: svn path=/head/; revision=44768
* Upgrade to 1.1i.Jun Kuriyama2001-01-294-23/+8
| | | | | | | | - Change nroff option from -man to -mandoc -mtty-char - Merge recent FreeBSD's man modifications Notes: svn path=/head/; revision=37713
* mesFUJISHIMA Satsuki2001-01-041-0/+1
| | | | Notes: svn path=/head/; revision=36797
* Use -mandoc instead of -man.Jun Kuriyama2000-12-281-0/+13
| | | | | | | Submitted by: horikawa Notes: svn path=/head/; revision=36420
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Replace an invalid use of ${PREFIX} with ${LOCALBASE}.Jun Kuriyama2000-05-292-17/+7
| | | | | | | | | | Pull up man page entries from PLIST to Makefile. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/18778 Notes: svn path=/head/; revision=28916
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+3
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* Upgrade to v1.1h.Jun Kuriyama1999-09-083-5/+4
| | | | | | | Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=21398
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Use ${MASTER_SITE_PORTS_JP}.Jun Kuriyama1999-04-271-2/+2
| | | | | | | Submitted by: kiri Notes: svn path=/head/; revision=18163
* MASTER_SITES changed.Jun Kuriyama1999-04-261-3/+3
| | | | | | | Submitted by: horikawa@jp.freebsd.org, toyo@slab.ntt.co.jp Notes: svn path=/head/; revision=18136
* This is my first commit about ports collection.Jun Kuriyama1998-04-173-9/+9
| | | | | | | | | | Upgrade to 1.1g PR: 6217 Submitted by: myself :-) Notes: svn path=/head/; revision=10537
* original distribution updated to 1.1f.Jun-ichiro itojun Hagino1998-03-205-86/+53
| | | | | | | | | | simplify xpg4 related things. do not depend on emacs. PR: 5251 Notes: svn path=/head/; revision=10241
* Use ja instead of jp for PKGNAME.Masafumi Max NAKANE1997-09-161-1/+2
| | | | | | | | Submitted by: the port maintainer PR: 4549 Notes: svn path=/head/; revision=7928