head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.22 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.20 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.18 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.16 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.14 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.4 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.2 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2007.12.12.04.00.55; author bjs; state dead; branches; next 1.4; 1.4 date 2007.09.21.23.13.26; author bjs; state Exp; 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.5 log @Removal of devel/scmgit in preparation for new meta-pkg-based hierarchy @ text @$NetBSD: patch-ah,v 1.4 2007/09/21 23:13:26 bjs Exp $ --- git-gui/Makefile.orig 2007-09-19 14:02:17.000000000 -0400 +++ git-gui/Makefile @@@@ -34,11 +34,11 @@@@ endif RM_F ?= rm -f RMDIR ?= rmdir -INSTALL_D0 = $(INSTALL) -d -m755 # space is required here +INSTALL_D0 = ${BSD_INSTALL_DATA_DIR} # space is required here INSTALL_D1 = -INSTALL_R0 = $(INSTALL) -m644 # space is required here +INSTALL_R0 = ${BSD_INSTALL_DATA} # space is required here INSTALL_R1 = -INSTALL_X0 = $(INSTALL) -m755 # space is required here +INSTALL_X0 = ${BSD_INSTALL_SCRIPT} # space is required here INSTALL_X1 = INSTALL_L0 = rm -f # space is required here INSTALL_L1 = && ln # space is required here @@@@ -59,11 +59,11 @@@@ ifndef V QUIET_2DEVNULL = 2>/dev/null INSTALL_D0 = dir= - INSTALL_D1 = && echo ' ' DEST $$dir && $(INSTALL) -d -m755 "$$dir" + INSTALL_D1 = && echo ' ' DEST $$dir && $(BSD_INSTALL_DATA_DIR) "$$dir" INSTALL_R0 = src= - INSTALL_R1 = && echo ' ' INSTALL 644 `basename $$src` && $(INSTALL) -m644 $$src + INSTALL_R1 = && echo ' ' INSTALL 644 `basename $$src` && $(BSD_INSTALL_DATA) $$src INSTALL_X0 = src= - INSTALL_X1 = && echo ' ' INSTALL 755 `basename $$src` && $(INSTALL) -m755 $$src + INSTALL_X1 = && echo ' ' INSTALL 755 `basename $$src` && $(BSD_INSTALL_SCRIPT) $$src INSTALL_L0 = dst= INSTALL_L1 = && src= @ 1.4 log @ Update to version 1.5.3.2. See release notes in tarball for changes. Added beginnings of emacs support; I intend on supporting this and other stuff from ${WRKSRC}/contrib after the freeze. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.3 2007/09/11 09:23:55 bjs Exp $ @ 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-ah,v 1.2 2007/07/08 20:19:58 wiz Exp $ d3 1 a3 1 --- git-gui/Makefile.orig 2007-09-02 01:57:44.000000000 -0400 d5 3 a7 3 @@@@ -31,11 +31,11 @@@@ ifndef INSTALL INSTALL = install endif d10 1 a10 1 +INSTALL_D0 = $(BSD_INSTALL_DATA_DIR) # space is required here d13 1 a13 1 +INSTALL_R0 = $(BSD_INSTALL_DATA) # space is required here d16 1 a16 1 +INSTALL_X0 = $(BSD_INSTALL_SCRIPT) # space is required here d20 1 a20 1 @@@@ -50,11 +50,11 @@@@ ifndef V @ 1.2 log @Update to 1.5.2.3. Various changes. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2007/04/26 01:23:49 dmcmahill Exp $ d3 1 a3 1 --- git-gui/Makefile.orig 2007-07-02 08:11:39.000000000 +0000 d5 3 a7 2 @@@@ -115,8 +115,8 @@@@ GIT-GUI-VARS: .FORCE-GIT-GUI-VARS all:: $(ALL_PROGRAMS) lib/tclIndex d9 26 a34 8 install: all - $(INSTALL) -d -m755 '$(DESTDIR_SQ)$(gitexecdir_SQ)' - $(INSTALL) git-gui '$(DESTDIR_SQ)$(gitexecdir_SQ)' + $(BSD_INSTALL_PROGRAM_DIR) '$(DESTDIR_SQ)$(gitexecdir_SQ)' + $(BSD_INSTALL_SCRIPT) git-gui '$(DESTDIR_SQ)$(gitexecdir_SQ)' $(foreach p,$(GITGUI_BUILT_INS), rm -f '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln '$(DESTDIR_SQ)$(gitexecdir_SQ)/git-gui' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;) $(INSTALL) -d -m755 '$(DESTDIR_SQ)$(libdir_SQ)' $(INSTALL) -m644 lib/tclIndex '$(DESTDIR_SQ)$(libdir_SQ)' @ 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 --- git-gui/Makefile.orig 2007-04-12 01:41:44.000000000 +0000 d5 2 a6 2 @@@@ -54,8 +54,8 @@@@ $(patsubst %.sh,%,$(SCRIPT_SH)): GIT-VER all:: $(ALL_PROGRAMS) d14 2 a15 2 dist-version: @