head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.1.0.22 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.20 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.18 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.16 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.14 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.12 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.10 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.8 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.6 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.4 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2011.10.02.14.11.57; author wiz; state dead; branches; next 1.1; 1.1 date 2009.01.26.15.39.05; author hira; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2009.01.26.15.39.05; author rtr; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2009.02.03.07.02.22; author rtr; state Exp; branches; next ; desc @@ 1.2 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-ej,v 1.1 2009/01/26 15:39:05 hira Exp $ --- rsc/source/rscpp/cpp3.c.orig 2007-09-21 01:34:31.000000000 +0900 +++ rsc/source/rscpp/cpp3.c 2009-01-20 18:47:08.000000000 +0900 @@@@ -474,7 +474,11 @@@@ register char *tp; register DEFBUF *dp; int i; +#ifdef NETBSD + time_t tvec; +#else long tvec; +#endif #if !defined( ZTC ) && !defined( WNT ) && !defined(BLC) && !defined(G3) extern char *ctime(); @ 1.1 log @ - Fix DESTDIR installation. - Fix charmap names for NetBSD. - Use time_t instead of long on NetBSD. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ej was added on branch pkgsrc-2008Q4 on 2009-02-03 07:02:22 +0000 @ text @d1 16 @ 1.1.2.2 log @pullup ticket #2677 - requested by hira openoffice2: destdir and time_t fixes revisions pulled up: pkgsrc/misc/openoffice2/Makefile 1.61 pkgsrc/misc/openoffice2/PLIST 1.9 pkgsrc/misc/openoffice2/distinfo 1.51 pkgsrc/misc/openoffice2/patches/patch-ei 1.1 pkgsrc/misc/openoffice2/patches/patch-ej 1.1 Module Name: pkgsrc Committed By: hira Date: Mon Jan 26 15:39:06 UTC 2009 Modified Files: pkgsrc/misc/openoffice2: Makefile PLIST distinfo Added Files: pkgsrc/misc/openoffice2/patches: patch-ei patch-ej Log Message: - Fix DESTDIR installation. - Fix charmap names for NetBSD. - Use time_t instead of long on NetBSD. Bump PKGREVISION. @ text @a0 16 $NetBSD: patch-ej,v 1.1 2009/01/26 15:39:05 hira Exp $ --- rsc/source/rscpp/cpp3.c.orig 2007-09-21 01:34:31.000000000 +0900 +++ rsc/source/rscpp/cpp3.c 2009-01-20 18:47:08.000000000 +0900 @@@@ -474,7 +474,11 @@@@ register char *tp; register DEFBUF *dp; int i; +#ifdef NETBSD + time_t tvec; +#else long tvec; +#endif #if !defined( ZTC ) && !defined( WNT ) && !defined(BLC) && !defined(G3) extern char *ctime(); @