Subject: CVS commit: pkgsrc/time/plan
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2004 22:42:43
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Thu Jun 10 22:42:43 UTC 2004

Modified Files:
	pkgsrc/time/plan: Makefile distinfo
	pkgsrc/time/plan/patches: patch-aa
Added Files:
	pkgsrc/time/plan/patches: patch-ae patch-af

Log Message:
Make this compile on Linux and IRIX and increase odds of working on
other non-NetBSD platforms as well (though they may need ALL_TARGET
tweaking):
- apparently some versions of Linux/gcc combinations require
  the header file errno.h included in each file in order for
  it to link (otherwise, it will compile (!?) but bail out
  when linking)
- set ALL_TARGET to LOWER_OPSYS
  this works for netbsd and linux, and should work for the other bsds
  at least.
- set ALL_TARGET differently for IRIX
- use CFLAGS instead of hard-coded ABI flags for IRIX 6
- some install-sh/install can not handle multiple files/directories at
  once.  Newer bootstrapped versions can, but for systems that still
  have the older one we may as well split this for better compatibility.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/time/plan/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/time/plan/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/time/plan/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/time/plan/patches/patch-ae \
    pkgsrc/time/plan/patches/patch-af

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