Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-28 | Fixes typo in wapper script. | obache | 2 | -3/+3 | |
Problem noticed by Satoshi Suetake in PR 37445. Bump PKGREVISION. | |||||
2007-11-19 | Improve wrapper script, closing to usual behavior. | obache | 2 | -6/+15 | |
* Pass settings to nvi with env NEXINIT instead of EXINIT, to avoid affect of env NEXINIT. * Honor NEXINIT, EXINIT environment variable. * Pass all setting in ~/.{n}exrc by using source command. Fixes PR 13677. Bump PKGREVISION. | |||||
2007-11-17 | Reset maintainer for itojun's packages. | wiz | 1 | -2/+2 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2007-01-18 | Reorder and fix size of the diff. Fixes PR 35440. | joerg | 1 | -4/+4 | |
2006-12-06 | Require perl at run time and bump revision. | joerg | 1 | -3/+4 | |
2006-01-04 | DragonFly, FreeBSD and OpenBSD ship sys/queue.h just like nvi, so | joerg | 1 | -2/+3 | |
assume they also provide a superset. This fixes conflicts in sys/select.h on DragonFly. | |||||
2005-12-19 | Update MASTER_SITES; ftp.foretune.co.jp's URL update and added official | taca | 1 | -2/+3 | |
site (ftp.sleepycat.com). This should fix the situation reported by PR pkg/32263 by yamt@. | |||||
2005-12-05 | Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes. | wiz | 1 | -1/+4 | |
2005-12-01 | Split up patch-global multipatch in multiple separate patches. | wiz | 14 | -564/+615 | |
2005-12-01 | regen in diff -u format. | wiz | 3 | -114/+80 | |
2005-12-01 | Convert to options framework. | wiz | 7 | -75/+87 | |
Fix lots of pkglint warnings while here. Simplify PLIST handling. | |||||
2005-08-08 | Update nvi-m17n to 1.79.20040401 applying patch from PR pkg/30216 | taca | 5 | -88/+11 | |
by ISIHARA Takanori. Brief changes: 2004/4/1 publish a new diff as "cvs diff" (with old cvs) generated malformed diff. 2002/5/22 support iso-2022-15 character encoding. 2001/10/24 plug a printf string vulnerability. 2000/4/7 support automatically recognize iso-2022-jp-3 character encoding. common/multibyte.c | |||||
2005-08-04 | It seems that "sleepy.vwh.net" isn't exist anymore. | taca | 1 | -3/+2 | |
2005-07-12 | Prevent paths to the build directories from being included in the package. | kristerw | 1 | -2/+5 | |
Bump PKGREVISION. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-02-23 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+3 | |
2004-09-16 | Use the same mechanism as used in nvi to switch off checks for grantpt(3) | agc | 1 | -1/+6 | |
and other System V options for now. Fixes a problem in the bulk build, and addresses PR 26967. | |||||
2004-04-12 | bl3ify | xtraeme | 1 | -3/+3 | |
2004-04-03 | - fix a crash with the following seqence. | yamt | 3 | -3/+26 | |
(i've sent the same patch to bostic@bostic.com a few years ago.) % vi a :N b :q :q - bump to nb2. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-16 | checksum changed again... | itojun | 1 | -3/+3 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-09 | use lkbreth.foretune.co.jp, it seems ftp.foretune.co.jp has problem with PASV | itojun | 1 | -2/+2 | |
2002-11-09 | use /usr/include/sys/queue.h for netbsd, to make other include file happy | itojun | 1 | -1/+6 | |
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -3/+4 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-06-10 | use inputmethod/canna-lib/buildlink.mk for Canna-lib. | sakamoto | 1 | -4/+3 | |
2002-05-31 | Mark as conflicting with nvi package from editors/nvi. | seb | 1 | -2/+2 | |
2002-05-31 | Adjust various pathnames to use newly reimported packages from the japanese | seb | 1 | -2/+2 | |
category. This is part of the japanese category retirement. | |||||
2002-04-14 | Find the canna-lib libraries and headers in ${X11PREFIX} instead of | jlam | 1 | -2/+3 | |
${LOCALBASE}. Also define USE_X11 if we use canna-lib as the latter implies the former. | |||||
2002-04-05 | Give canna-lib (and canna-server) a nice dewey pkg-version, and fix | wiz | 1 | -2/+2 | |
all depends to use it. | |||||
2002-04-04 | Modify DEPENDS line (Canna-lib-3.5b2 -> Canna-lib>=3.5b2). | uebayasi | 1 | -2/+2 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-25 | plug string format vulnerability. | itojun | 4 | -3/+57 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-08 | Remove some code handling the REQ file. | wiz | 1 | -5/+1 | |
2000-12-08 | Replace REQ file by a MESSAGE. | wiz | 2 | -9/+7 | |
2000-05-08 | Support GTAGS. patch from global-3.55. | sakamoto | 2 | -1/+558 | |
2000-05-01 | Fix to set CANNA_OPT with euc-jp,sjis,iso-2022-jp encoding. | sakamoto | 1 | -3/+5 | |
Suggested by iwamoto@sat.t.u-tokyo.ac.jp. | |||||
2000-04-30 | set CANNA_OPT only in canna linked. | sakamoto | 1 | -6/+3 | |
Fixes pkg/10018 by iwamoto@sat.t.u-tokyo.ac.jp. | |||||
2000-01-19 | this conflicts with vigor | hubertf | 1 | -1/+3 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | RCS tags added | wiz | 2 | -0/+2 | |
1999-11-17 | upgrade to new multilingual patch. this should avoid abort() when | itojun | 2 | -4/+6 | |
multibyte char crosses rightmost column. XXX not really tested on NetBSD-current, tested on 1.4.1 (the change to pkgsrc directory is trivial) |