head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.50 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.48 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.46 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.44 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.42 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.40 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.38 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.36 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.34 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.32 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.30 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.28 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.26 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.24 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.22 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.20 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.18 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.16 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.14 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.12 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.10 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.8 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.6 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.4 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.2 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.5 comdex-fall-1999:1.5 netbsd-1-4-PATCH001:1.5 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.6 date 2004.06.01.21.39.20; author kristerw; state dead; branches; next 1.5; 1.5 date 99.05.02.19.46.16; author tron; state Exp; branches; next 1.4; 1.4 date 99.05.01.18.35.22; author tron; state Exp; branches; next 1.3; 1.3 date 99.04.30.14.04.56; author bad; state Exp; branches; next 1.2; 1.2 date 99.04.29.17.30.40; author bad; state Exp; branches; next 1.1; 1.1 date 98.08.23.06.22.17; author garbled; state Exp; branches; next ; desc @@ 1.6 log @Remove obsolete packages, per discussion on tech-pkg. @ text @$NetBSD: patch-ah,v 1.5 1999/05/02 19:46:16 tron Exp $ --- config/Makefile.in.orig Fri Mar 22 05:29:54 1996 +++ config/Makefile.in Sun May 2 21:19:49 1999 @@@@ -18,8 +18,8 @@@@ # Standard bsd install rules look for the "install" program, rather than # using some variable. So, hack things so that that install rule works. -BINGRP != echo " " `groups` " " | sed 's/ [0-9][0-9]* / /g' | awk '{print $$1}' -BINOWN != echo $${USER} +#BINGRP != echo " " `groups` " " | sed 's/ [0-9][0-9]* / /g' | awk '{print $$1}' +#BINOWN != echo $${USER} LIBMODE = 644 # so ranlib can run! .include "config.flags" @@@@ -29,7 +29,7 @@@@ # pathname for srcdir here, and live with it. srcdir = $(srctop) -beforeinstall:: install-dirs +beforeinstall: install-dirs .include "${srcdir}/pthreads/Makefile.inc" .include "${srcdir}/stdlib/Makefile.inc" @@@@ -38,6 +38,10 @@@@ .include "${srcdir}/gen/Makefile.inc" .include "${srcdir}/net/Makefile.inc" .include "${srcdir}/scripts/Makefile.inc" + +.if (${OBJECT_FMT} == "a.out") +SOBJS+= /usr/lib/c++rt0.o +.endif .include @ 1.5 log @Link shared library with "/usr/lib/c++rt0.o" on a.out systems to make sure that pthread_init() gets called. Fixes PR pkg/7433 by Andreas Gustafsson. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Nuke private definitions of "BINOWN" and "BINGRP" so that files don't get installed under the id of the user which compiled the package. @ text @d4 1 a4 1 +++ config/Makefile.in Sat May 1 20:27:07 1999 d25 3 a27 1 @@@@ -40,6 +40,12 @@@@ a28 2 .include a29 1 +.ifdef OBJECT_FMT d31 1 a31 2 +SHLIB_LDSTARTFILE = /usr/lib/c++rt0.o +.endif d34 1 a34 1 $(OBJS) : $(config) $(types) $(paths) @ 1.3 log @Update from Andreas Gustafsson. Don't fail to build on 1.3.x systems. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.2 1999/04/29 17:30:40 bad Exp $ d4 12 a15 1 +++ config/Makefile.in Fri Apr 30 15:13:48 1999 @ 1.2 log @First half of PR #7433: Must use c++rt0.o as SHLIB_LDSTARTFILE on a.out platforms. From Andreas Gustafsson. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 1998/08/23 06:22:17 garbled Exp $ d4 1 a4 1 +++ config/Makefile.in Thu Apr 29 19:10:54 1999 d14 1 a14 1 @@@@ -40,6 +40,10 @@@@ d19 1 d22 1 @ 1.1 log @Fixed build on alpha. Closes PR 5794 (Tim Rightnour) @ text @d1 4 a4 3 $NetBSD$ --- config/Makefile.in 1997/10/13 10:47:39 1.1 +++ config/Makefile.in 1997/10/13 10:47:51 d14 11 a24 2 Note that the context for this next patch is set to 2, to avoid the Id line - agc @