Subject: CVS commit: pkgsrc/archivers/hpack
To: None <pkgsrc-changes@netbsd.org>
From: Yuji Yamano <yyamano@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2002 05:27:52
Module Name:	pkgsrc
Committed By:	yyamano
Date:		Sat Mar  9 03:27:52 UTC 2002

Modified Files:
	pkgsrc/archivers/hpack: Makefile distinfo
	pkgsrc/archivers/hpack/patches: patch-ad patch-ae

Log Message:
Make it build on Darwin.

* Use curses. Darwin doesn't have termcap.
* Add __APPLE__ to system.h to define necessary macros.
* Replace __{Free,Open,Net}BSD__ with __UNIX__ in language/language.c.
  It worked on *BSD, but not correct logically.

XXX -no-cpp-precomp issue isn't fixed yet. I think we should fix it in
XXX generic way.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/archivers/hpack/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/hpack/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/hpack/patches/patch-ad \
    pkgsrc/archivers/hpack/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.