Commit graph

32 commits

Author SHA1 Message Date
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
obache
b239013eb5 Adjust MASTER_SITES, noticed by Zafer Aydogan via private mail. 2008-04-15 15:46:22 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
jlam
073a884ea7 Build the "all" target to ensure that the catman page is generated on
NetBSD.  Fixes build build problem reported in:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:05:22 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
joerg
8eef1d26cf Include man page in PLIST. Bump revision. 2006-04-12 20:55:04 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
6ff3bdda92 DragonFly and errno fixes. 2005-12-04 01:10:33 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
junyoung
1b88b7954b I'm no longer maintaining these packages. 2004-03-01 13:42:25 +00:00
cjep
5b9624c1fb Whitespace fixes 2003-12-30 16:48:44 +00:00
wiz
ec2d446db2 Update HOMEPAGE and MASTER_SITES per PR 23721 by Min Sik Kim. 2003-12-11 20:25:10 +00:00
junyoung
bc22e2d567 - Take over maintainership.
- Add category korean.
2003-10-20 08:20:58 +00:00
junyoung
a6711c7bbc Make hanterm compile on -current again. Patch from Min Sik Kim. 2003-10-20 08:17:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
junyoung
03709716bb Update hanterm to 3.1.6nb1. Changes include:
- Use daewoo-mincho font by default; goodbye to annoying "font not found"
   error.
 - Set default attribute to white text on black background for readability.
2002-11-02 14:06:02 +00:00
itojun
1f37ea4945 upgrade to 3.1.6. portability fixes, mostly 2002-03-18 19:46:26 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
fredb
cefc585ceb Provide the executive summary, concerning how to actually run this thing.
(You may need to set the font -- it's default font is not distributed with
X by default, but other Hangul fonts are.)
2001-05-03 19:58:27 +00:00
fredb
b99e98ee19 Should be OK to include <sys/param.h> unconditionally in "misc.c", to get
the proper definition of "BSD", since it's already done so in "main.c".
2001-05-03 18:46:07 +00:00
fredb
13499173ec Use the FD_* macros with select(). Take a clue from XFree-3.3.6 xterm,
and make this conditional on only "#ifndef VMS".
2001-05-03 18:37:47 +00:00
fredb
77a8f97bde Remove defunct mirror. 2001-05-03 13:24:03 +00:00
fredb
59270a07de Regen. 2001-05-03 00:47:49 +00:00
itojun
1adaadd8bf use 3.1.4. master site has moved.
2000-11-28  John Simon  <simon@quagga.kaist.ac.kr>

	* /home/cvs/hanterm/automata.c:
	another patch from cdpark: dealing with the
	cases when incomplete char is out of KS X 1001

	* /home/cvs/hanterm/automata.c, /home/cvs/hanterm/charproc.c, /home/cvs/hanterm/hanja.h, /home/cvs/hanterm/main.c, /home/cvs/hanterm/version.h:
	applied the patch by Chong-Dae Park <cdpark@jupiter.kaist.ac.kr>:

	charproc.c: support for ksx1001.1997 XLFD encoding name. for
		baekmuk fonts.
	automata.c: check for in_ks, even when current font is not ks* but
		code system is EUC-KR, for two-bul input.
	hanja.h: hanza "Ãé" bug, by Chang-woo Ryu.
	*: BSD wtmp, lastlog patch, by Duk-hwan Kim.

1999-09-13  John Simon  <simon@quagga.kaist.ac.kr>

	* /home/cvs/hanterm/hanterm.html:
	added install information for solaris 2.x+ow
2001-04-18 07:56:17 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
itojun
9843aad3a7 hanterm, xterm with korean-language input support embedded.
NOTE: pkg/{COMMENT,DESCR} are taken from freebsd ports-current.
2000-10-30 03:02:23 +00:00