head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.22 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.20 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.18 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.16 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.14 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.4 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.2 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2007.12.12.04.00.54; author bjs; state dead; branches; next 1.3; 1.3 date 2007.09.11.09.23.55; author bjs; state Exp; branches; next 1.2; 1.2 date 2007.07.08.20.19.58; author wiz; state Exp; branches; next 1.1; 1.1 date 2007.04.26.01.23.49; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @Removal of devel/scmgit in preparation for new meta-pkg-based hierarchy @ text @$NetBSD: patch-af,v 1.3 2007/09/11 09:23:55 bjs Exp $ --- Documentation/Makefile.orig 2007-09-02 01:57:44.000000000 -0400 +++ Documentation/Makefile @@@@ -75,16 +75,16 @@@@ man7: $(DOC_MAN7) info: git.info install: man - $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) - $(INSTALL) -d -m755 $(DESTDIR)$(man5dir) - $(INSTALL) -d -m755 $(DESTDIR)$(man7dir) - $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) - $(INSTALL) -m644 $(DOC_MAN5) $(DESTDIR)$(man5dir) - $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) + $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(man1dir) + $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(man5dir) + $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(man7dir) + $(BSD_INSTALL_MAN) $(DOC_MAN1) $(DESTDIR)$(man1dir) + $(BSD_INSTALL_MAN) $(DOC_MAN5) $(DESTDIR)$(man5dir) + $(BSD_INSTALL_MAN) $(DOC_MAN7) $(DESTDIR)$(man7dir) install-info: info - $(INSTALL) -d -m755 $(DESTDIR)$(infodir) - $(INSTALL) -m644 git.info $(DESTDIR)$(infodir) + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(infodir) + $(BSD_INSTALL_DATA) git.info $(DESTDIR)$(infodir) if test -r $(DESTDIR)$(infodir)/dir; then \ $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) git.info ;\ else \ @ 1.3 log @ Update to scmgit-1.5.3.1. Changes are too numerous to list here; please see Documentation/RelNotes-1.5.3.1.txt (in ${WRKSRC} or the GIT tree). @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2007/07/08 20:19:58 wiz Exp $ @ 1.2 log @Update to 1.5.2.3. Various changes. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2007/04/26 01:23:49 dmcmahill Exp $ d3 1 a3 1 --- Documentation/Makefile.orig 2007-07-02 08:11:39.000000000 +0000 d5 2 a6 2 @@@@ -67,12 +67,12 @@@@ man5: $(DOC_MAN5) man7: $(DOC_MAN7) d22 8 a29 2 ../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE @ 1.1 log @Get this to build under NetBSD-2/alpha and install under SunOS-5.9/sparc. As part of this, the correct install program is now used, the tar specified by pkgsrc is used, added a missing tar to tools, stopped hardcoding the c-compiler, and added a missing wish:run to the tools. Whew! @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- Documentation/Makefile.orig 2007-03-05 02:15:33.000000000 +0000 d5 1 a5 1 @@@@ -59,9 +59,10 @@@@ man1: $(DOC_MAN1) d9 3 a11 1 - $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) d13 1 d16 1 d19 1 d23 1 a23 1 # @