diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-29 18:17:04 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-29 18:17:04 +0000 |
commit | 2952172a4aca5354bc27a6c0eba05ab9ed4ede27 (patch) | |
tree | f864ffc48b113619c7325d6352571386bfd73eef | |
parent | b349b8823be75a3f21efff9d78e0681b61b6893e (diff) | |
download | pkgsrc-2952172a4aca5354bc27a6c0eba05ab9ed4ede27.tar.gz |
pkglint; add patch comments.
27 files changed, 125 insertions, 71 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 532a6606868..da7ab2122f5 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2015/06/12 10:50:16 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2015/12/29 18:17:04 dholland Exp $ DISTNAME= sather-1.2.3 PKGREVISION= 11 @@ -22,7 +22,7 @@ INFO_FILES= yes REPLACE_PERL= Browser/Web/ps2gif SUBST_CLASSES+= sather-configure -SUBST_STAGE.sather-configure= post-wrapper +SUBST_STAGE.sather-configure= pre-configure SUBST_MESSAGE.sather-configure= Configuring sources SUBST_FILES.sather-configure= \ Boot/sacomp.code/Makefile \ @@ -39,33 +39,32 @@ SUBST_FILES.sather-configure= \ Browser/Web/gen_mml_sa_files \ Browser/Web/gen_mml_shortflat \ Browser/Web/graph2dot -SUBST_SED.sather-configure= -e 's:@CC@:${CC}:g' -SUBST_SED.sather-configure+= -e 's:@CFLAGS@:${CFLAGS}:g' -SUBST_SED.sather-configure+= -e 's:@GMAKE@:${GMAKE}:g' -SUBST_SED.sather-configure+= -e 's:@PREFIX@:${PREFIX}:g' -SUBST_SED.sather-configure+= -e 's:@X11BASE@:${X11BASE}:g' -SUBST_SED.sather-configure+= -e 's:@GC_PREFIX@:${BUILDLINK_PREFIX.boehm-gc}:g' -SUBST_SED.sather-configure+= -e 's:@TCL_PREFIX@:${BUILDLINK_PREFIX.tcl}:g' -SUBST_SED.sather-configure+= -e 's:@TK_PREFIX@:${BUILDLINK_PREFIX.tk}:g' -SUBST_SED.sather-configure+= -e 's:@LINKER_RPATH_FLAG@:${LINKER_RPATH_FLAG}:g' -SUBST_SED.sather-configure+= -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' - -INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 lib/sather \ - share/doc/sather share/emacs/site-lisp +SUBST_SED.sather-configure= -e s:@CC@:${CC:Q}:g +SUBST_SED.sather-configure+= -e s:@CFLAGS@:${CFLAGS:Q}:g +SUBST_SED.sather-configure+= -e s:@GMAKE@:${GMAKE:Q}:g +SUBST_SED.sather-configure+= -e s:@PREFIX@:${PREFIX}:g +SUBST_SED.sather-configure+= -e s:@X11BASE@:${X11BASE}:g +SUBST_SED.sather-configure+= -e s:@GC_PREFIX@:${BUILDLINK_PREFIX.boehm-gc}:g +SUBST_SED.sather-configure+= -e s:@TCL_PREFIX@:${BUILDLINK_PREFIX.tcl}:g +SUBST_SED.sather-configure+= -e s:@TK_PREFIX@:${BUILDLINK_PREFIX.tk}:g +SUBST_SED.sather-configure+= -e s:@LINKER_RPATH_FLAG@:${LINKER_RPATH_FLAG}:g +SUBST_SED.sather-configure+= -e s:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g + +INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc/sather \ + lib/sather lib/sather/Bin share/emacs/site-lisp post-patch: ln -s netbsd ${WRKSRC}/System/Platforms/dragonfly ln -s netbsd ${WRKSRC}/System/Platforms/darwin post-build: - cd ${WRKSRC}/Emacs; \ - makeinfo sather.texinfo; \ - makeinfo sather-tutorial.texinfo; \ + cd ${WRKSRC}/Emacs && \ + makeinfo sather.texinfo && \ + makeinfo sather-tutorial.texinfo && \ makeinfo sather-mode.texinfo ${RM} -fr ${WRKSRC}/System/Platforms/dualgui/dual_gui_server.code do-install: - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/lib/sather/Bin ${INSTALL_PROGRAM} ${WRKSRC}/Bin/sacomp ${WRKSRC}/Bin/sabrowse \ ${DESTDIR}${PREFIX}/lib/sather/Bin ${INSTALL_SCRIPT} ${WRKSRC}/Bin/PP ${WRKSRC}/Bin/gen_html \ @@ -86,7 +85,7 @@ do-install: ${FIND} ${DESTDIR}${PREFIX}/lib/sather \ -name \*.config -o -name Makefile \ -o -name \*.orig -print | ${XARGS} ${RM} -f - cd ${WRKSRC}/Emacs; for f in *.info *.info-[0-9]*; do \ + set -e; cd ${WRKSRC}/Emacs; for f in *.info *.info-[0-9]*; do \ ${TEST} ! -f "$$f" || \ ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\ done diff --git a/lang/sather/distinfo b/lang/sather/distinfo index ad2772651b3..d3919027732 100644 --- a/lang/sather/distinfo +++ b/lang/sather/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 22:50:44 agc Exp $ +$NetBSD: distinfo,v 1.17 2015/12/29 18:17:04 dholland Exp $ SHA1 (sather-1.2.3.tar.gz) = 85678468dc99ee1880a38d994d4231e799fcaae6 RMD160 (sather-1.2.3.tar.gz) = 219594b2621df4f4bb75bd41c67b1a26ecb04042 @@ -9,28 +9,28 @@ SHA1 (patch-Library_System_TclTk_c__interface.c) = 44667a9b8ce9d622e5bc030e80e82 SHA1 (patch-Library_System_TclTk_tkRaster.c) = 49b6e788c2b511608d8f2613f2c8aaa1f6d1ef0d SHA1 (patch-Library_System_TclTk_tkRaster.h) = bb88dd405b071988075446a7a1e1cae9622a538a SHA1 (patch-Library_System_TclTk_tkRasterBuiltIn.c) = 4f32743b86c9b34d9f5b803187b1c7b8f2837873 -SHA1 (patch-aa) = d326038193ce2fb459ed19f9ab2ae2b6dce1ace3 -SHA1 (patch-ab) = e45f8a8230d1fbe3fc72babbecfa8148699f7906 -SHA1 (patch-ac) = 586cdebde7a2c1b49f9b75a33d26980a2c0397f3 -SHA1 (patch-ad) = 427990547629236a2f098688c59f473729473f52 -SHA1 (patch-ae) = 23441ee35fca897c3cd2d3920d87a4d2f78ac691 -SHA1 (patch-af) = 1ab2a67446f48c088ec77550d199a9779c50ffb8 -SHA1 (patch-ag) = 5cd0a0ab1c1fbf80c6ba424fa1926957ede35715 -SHA1 (patch-ah) = 9dad48a3bc7e6af65eb51ae6070b8e67cab9ca2b -SHA1 (patch-ai) = 032b6a4355bdd059d5b88ebe00ae2c1bf35c8eba -SHA1 (patch-aj) = c27e27a98c722ec09fd1b647c0ae20852d59fa33 -SHA1 (patch-ak) = 9efae5b96d5e8b8040d74eebc20b3aa7153d2aee -SHA1 (patch-al) = 52d12bc03d041dfa28140842f46a423644952a91 -SHA1 (patch-am) = b75d6812ee2bcb81205d82316c8215d500df077c -SHA1 (patch-an) = 273cb266dccfae49c6257d645c74883c21336a77 -SHA1 (patch-ao) = cef56e5bd0eafdcf41bc6b010e15f0b9d381f5c6 -SHA1 (patch-ap) = 5fedfb90a13d36406486d1d86bbcf0a22a0e19a5 -SHA1 (patch-aq) = 82dd99ac9741766fb010764353451f990b027f58 -SHA1 (patch-ar) = 7add10b00c76179d864405f81b984fc38a185a2c -SHA1 (patch-as) = 8970360fdae89308baacbf5beb39b62c7137d4cc -SHA1 (patch-au) = c014dc73d0dae3f777ecf18380efce7478147550 -SHA1 (patch-av) = 89573de88e99140dfb7fdae226646e40792a5752 -SHA1 (patch-aw) = 87dbb259e058d7f246b523b8b4e101b02435c004 -SHA1 (patch-az) = 4898f196406c62a1b81188b989c56f3c6b69731a -SHA1 (patch-ba) = c1399f620f7f7fae6b65efe98ca931ac1a586e16 -SHA1 (patch-bb) = 8e82e1d5796c9109527282d67c8f81ca0b9338dc +SHA1 (patch-aa) = 3a173f73ce7b6848140ecafd25f48e598ae6e247 +SHA1 (patch-ab) = 09d716f7dfaa107035d2a7336cc3ca73fcc0449b +SHA1 (patch-ac) = 4faa6b11b8f196e8a04216bfefb9dfea1544a2f3 +SHA1 (patch-ad) = 2253b94f9b3101d0c4445554ec6c90344badc125 +SHA1 (patch-ae) = 801af905d282d54bc7aa34745743aac130557245 +SHA1 (patch-af) = 224a1d74d69a4b8d658d8530875550096a246a11 +SHA1 (patch-ag) = 93048f9e34b47935e87192c07a62184ee6d0de32 +SHA1 (patch-ah) = 02b5c1be139e8f5fdcd794c7aac2b09a20088317 +SHA1 (patch-ai) = a426d9de86f8851b02d8fb56dd1c0ac1744ca553 +SHA1 (patch-aj) = aa95e84ea1f7f23452daf02b9be59ed1ffb89543 +SHA1 (patch-ak) = 1ad8ef601a98510589873f6bf513f3093f0aae6f +SHA1 (patch-al) = a59aa36acd3ef7513ee8053b09c3094d42358e1d +SHA1 (patch-am) = 0fe34a8e83b3c15b0d77da1dd66195fd1dba883b +SHA1 (patch-an) = f857e6681b470cc02e87254809f934b3906d529b +SHA1 (patch-ao) = cf83d3d5dabf6800d07a6b81ebbb87188724480e +SHA1 (patch-ap) = 4fb839d233ab4e73d2f8c899ee131d1c0a512b6e +SHA1 (patch-aq) = 71fe2eef5625c19b043502d961c886edb3152d49 +SHA1 (patch-ar) = fc6277fd7ce6095633fa9f5d9397157e6fc7da06 +SHA1 (patch-as) = 314232594d14387b34fd8b39f9792cd68b2f6835 +SHA1 (patch-au) = 92715e62e2e8d322172f74ea5724c1d0fb41502e +SHA1 (patch-av) = b08884672b14d0ed5d4a595d1ae596be46fb6720 +SHA1 (patch-aw) = ce06c0c3f85383e82572b33b04547fed531a6edc +SHA1 (patch-az) = 13d7fbcab0938cbdf378bb7fb7c8ce200cb71e5e +SHA1 (patch-ba) = 005acaa1b8f028f6725571fd070978dc79709b8c +SHA1 (patch-bb) = 4dedc989ef87469da65110980ef4f74287c5b1d8 diff --git a/lang/sather/patches/patch-aa b/lang/sather/patches/patch-aa index 8afb7db4a52..356f95c8d87 100644 --- a/lang/sather/patches/patch-aa +++ b/lang/sather/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/05/04 00:45:34 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Add config for NetBSD. --- /dev/null Thu May 2 17:05:07 2002 +++ System/Platforms/netbsd/Makefile Thu May 2 17:07:21 2002 diff --git a/lang/sather/patches/patch-ab b/lang/sather/patches/patch-ab index 108e59c2e62..2a3d0515cf3 100644 --- a/lang/sather/patches/patch-ab +++ b/lang/sather/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/05/04 00:45:34 jtb Exp $ +$NetBSD: patch-ab,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Add config for NetBSD. --- /dev/null Thu May 2 17:05:07 2002 +++ System/Platforms/netbsd/header.h Thu May 2 17:07:38 2002 diff --git a/lang/sather/patches/patch-ac b/lang/sather/patches/patch-ac index 1f82d9e4ab0..905a5c8a326 100644 --- a/lang/sather/patches/patch-ac +++ b/lang/sather/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/05/04 00:45:34 jtb Exp $ +$NetBSD: patch-ac,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Add config for NetBSD. --- /dev/null Thu May 2 17:26:15 2002 +++ System/Platforms/netbsd/Platform.module Thu May 2 17:07:32 2002 diff --git a/lang/sather/patches/patch-ad b/lang/sather/patches/patch-ad index db4c915a39a..a7c65d718ac 100644 --- a/lang/sather/patches/patch-ad +++ b/lang/sather/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.6 2015/03/31 15:46:41 joerg Exp $ +$NetBSD: patch-ad,v 1.7 2015/12/29 18:17:04 dholland Exp $ + +Add config for NetBSD. --- /dev/null Thu May 2 17:26:15 2002 +++ System/Platforms/netbsd/CONFIG Thu May 2 17:34:27 2002 diff --git a/lang/sather/patches/patch-ae b/lang/sather/patches/patch-ae index 3fee9cdb885..f297082a767 100644 --- a/lang/sather/patches/patch-ae +++ b/lang/sather/patches/patch-ae @@ -1,4 +1,7 @@ -$NetBSD: patch-ae,v 1.4 2013/08/30 22:36:51 joerg Exp $ +$NetBSD: patch-ae,v 1.5 2015/12/29 18:17:04 dholland Exp $ + +Configure for pkgsrc. +Use tradcpp for cpping. --- Makefile.orig Thu Nov 4 08:04:28 1999 +++ Makefile Thu May 2 17:09:46 2002 diff --git a/lang/sather/patches/patch-af b/lang/sather/patches/patch-af index 72ecce6366c..856c3db5165 100644 --- a/lang/sather/patches/patch-af +++ b/lang/sather/patches/patch-af @@ -1,4 +1,7 @@ -$NetBSD: patch-af,v 1.5 2007/07/28 13:10:59 wiz Exp $ +$NetBSD: patch-af,v 1.6 2015/12/29 18:17:04 dholland Exp $ + +Configure for pkgsrc. Honor COMPILER_RPATH_FLAG. +Use pkgsrc boehm-gc. --- Boot/sacomp.code/Makefile.orig Thu Nov 4 08:04:49 1999 +++ Boot/sacomp.code/Makefile diff --git a/lang/sather/patches/patch-ag b/lang/sather/patches/patch-ag index 5b7499df95d..c191f0a2a42 100644 --- a/lang/sather/patches/patch-ag +++ b/lang/sather/patches/patch-ag @@ -1,4 +1,9 @@ -$NetBSD: patch-ag,v 1.5 2007/07/28 13:10:59 wiz Exp $ +$NetBSD: patch-ag,v 1.6 2015/12/29 18:17:04 dholland Exp $ + +Configure for pkgsrc. Honor COMPILER_RPATH_FLAG. +Use pkgsrc boehm-gc. + +XXX: why does this change the version number? --- System/Common/CONFIG.proto.orig Wed Nov 3 18:48:17 1999 +++ System/Common/CONFIG.proto diff --git a/lang/sather/patches/patch-ah b/lang/sather/patches/patch-ah index 69efebee28b..483875f28b9 100644 --- a/lang/sather/patches/patch-ah +++ b/lang/sather/patches/patch-ah @@ -1,4 +1,6 @@ -$NetBSD: patch-ah,v 1.1.1.1 2002/05/04 00:45:35 jtb Exp $ +$NetBSD: patch-ah,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire own paths. --- Library/System/unix.sa.orig Wed Oct 13 13:34:47 1999 +++ Library/System/unix.sa diff --git a/lang/sather/patches/patch-ai b/lang/sather/patches/patch-ai index 819cba7aa00..4a041884041 100644 --- a/lang/sather/patches/patch-ai +++ b/lang/sather/patches/patch-ai @@ -1,4 +1,6 @@ -$NetBSD: patch-ai,v 1.3 2004/09/14 11:05:30 markd Exp $ +$NetBSD: patch-ai,v 1.4 2015/12/29 18:17:04 dholland Exp $ + +Honor X11BASE and COMPILER_RPATH_FLAG. --- System/Platforms/X/Platform.module.orig Thu May 2 17:18:27 2002 +++ System/Platforms/X/Platform.module Thu May 2 17:19:33 2002 diff --git a/lang/sather/patches/patch-aj b/lang/sather/patches/patch-aj index e0b044bf0ae..da39b6bd7dc 100644 --- a/lang/sather/patches/patch-aj +++ b/lang/sather/patches/patch-aj @@ -1,4 +1,6 @@ -$NetBSD: patch-aj,v 1.4 2014/06/28 23:10:39 dholland Exp $ +$NetBSD: patch-aj,v 1.5 2015/12/29 18:17:04 dholland Exp $ + +Use pkgsrc tcl. --- System/Platforms/tcltk/Make.target.inc.orig Thu May 2 17:21:52 2002 +++ System/Platforms/tcltk/Make.target.inc Thu May 2 17:21:35 2002 diff --git a/lang/sather/patches/patch-ak b/lang/sather/patches/patch-ak index 956b7be0bb8..b8ee9f7f910 100644 --- a/lang/sather/patches/patch-ak +++ b/lang/sather/patches/patch-ak @@ -1,4 +1,6 @@ -$NetBSD: patch-ak,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $ +$NetBSD: patch-ak,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire own paths. --- debian/bin-wrapper.orig Thu May 2 19:23:45 2002 +++ debian/bin-wrapper Thu May 2 19:24:10 2002 diff --git a/lang/sather/patches/patch-al b/lang/sather/patches/patch-al index e9b6da44e94..836959cfe3c 100644 --- a/lang/sather/patches/patch-al +++ b/lang/sather/patches/patch-al @@ -1,4 +1,6 @@ -$NetBSD: patch-al,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $ +$NetBSD: patch-al,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/convert-1.1.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/convert-1.1 Thu May 2 19:25:31 2002 diff --git a/lang/sather/patches/patch-am b/lang/sather/patches/patch-am index c864aacd419..9bd0ddf3e05 100644 --- a/lang/sather/patches/patch-am +++ b/lang/sather/patches/patch-am @@ -1,4 +1,6 @@ -$NetBSD: patch-am,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $ +$NetBSD: patch-am,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/gen_html_class_index.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/gen_html_class_index Thu May 2 19:25:47 2002 diff --git a/lang/sather/patches/patch-an b/lang/sather/patches/patch-an index d2ccead0b47..d126a9c9b1e 100644 --- a/lang/sather/patches/patch-an +++ b/lang/sather/patches/patch-an @@ -1,4 +1,6 @@ -$NetBSD: patch-an,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $ +$NetBSD: patch-an,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/gen_html_sa_files.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/gen_html_sa_files Thu May 2 19:26:06 2002 diff --git a/lang/sather/patches/patch-ao b/lang/sather/patches/patch-ao index 028693c0a12..c27dfa7b408 100644 --- a/lang/sather/patches/patch-ao +++ b/lang/sather/patches/patch-ao @@ -1,4 +1,6 @@ -$NetBSD: patch-ao,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $ +$NetBSD: patch-ao,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/gen_html_shortflat.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/gen_html_shortflat Thu May 2 19:26:19 2002 diff --git a/lang/sather/patches/patch-ap b/lang/sather/patches/patch-ap index 640d581fd0d..40f54a6c1a4 100644 --- a/lang/sather/patches/patch-ap +++ b/lang/sather/patches/patch-ap @@ -1,4 +1,6 @@ -$NetBSD: patch-ap,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $ +$NetBSD: patch-ap,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/gen_html_top_level.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/gen_html_top_level Thu May 2 19:26:27 2002 diff --git a/lang/sather/patches/patch-aq b/lang/sather/patches/patch-aq index d53b9a06d51..e9e567130f3 100644 --- a/lang/sather/patches/patch-aq +++ b/lang/sather/patches/patch-aq @@ -1,4 +1,6 @@ -$NetBSD: patch-aq,v 1.1.1.1 2002/05/04 00:45:37 jtb Exp $ +$NetBSD: patch-aq,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/gen_mml_sa_files.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/gen_mml_sa_files Thu May 2 19:26:37 2002 diff --git a/lang/sather/patches/patch-ar b/lang/sather/patches/patch-ar index 61ba8c955e4..851c713891f 100644 --- a/lang/sather/patches/patch-ar +++ b/lang/sather/patches/patch-ar @@ -1,4 +1,6 @@ -$NetBSD: patch-ar,v 1.1.1.1 2002/05/04 00:45:37 jtb Exp $ +$NetBSD: patch-ar,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/gen_mml_shortflat.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/gen_mml_shortflat Thu May 2 19:26:47 2002 diff --git a/lang/sather/patches/patch-as b/lang/sather/patches/patch-as index ecffee706fd..9cc43275801 100644 --- a/lang/sather/patches/patch-as +++ b/lang/sather/patches/patch-as @@ -1,4 +1,6 @@ -$NetBSD: patch-as,v 1.1.1.1 2002/05/04 00:45:37 jtb Exp $ +$NetBSD: patch-as,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Don't hardwire interpreter paths. --- Browser/Web/graph2dot.orig Sun Jul 25 15:36:23 1999 +++ Browser/Web/graph2dot Thu May 2 19:27:17 2002 diff --git a/lang/sather/patches/patch-au b/lang/sather/patches/patch-au index c47522176e7..d8366ddb78b 100644 --- a/lang/sather/patches/patch-au +++ b/lang/sather/patches/patch-au @@ -1,4 +1,6 @@ -$NetBSD: patch-au,v 1.1.1.1 2002/05/04 00:45:37 jtb Exp $ +$NetBSD: patch-au,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Create an entry in the info index. --- Emacs/sather.texinfo.orig Sun Jul 25 17:23:34 1999 +++ Emacs/sather.texinfo Thu May 2 22:01:13 2002 diff --git a/lang/sather/patches/patch-av b/lang/sather/patches/patch-av index 71a5cc9ad8c..3254c2caa0f 100644 --- a/lang/sather/patches/patch-av +++ b/lang/sather/patches/patch-av @@ -1,4 +1,6 @@ -$NetBSD: patch-av,v 1.1.1.1 2002/05/04 00:45:37 jtb Exp $ +$NetBSD: patch-av,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Create an entry in the info index. --- Emacs/sather-mode.texinfo.orig Wed Nov 3 22:09:35 1999 +++ Emacs/sather-mode.texinfo Thu May 2 22:00:14 2002 diff --git a/lang/sather/patches/patch-aw b/lang/sather/patches/patch-aw index 9cddb99d639..379234dfb2e 100644 --- a/lang/sather/patches/patch-aw +++ b/lang/sather/patches/patch-aw @@ -1,4 +1,6 @@ -$NetBSD: patch-aw,v 1.1.1.1 2002/05/04 00:45:37 jtb Exp $ +$NetBSD: patch-aw,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Create an entry in the info index. --- Emacs/sather-tutorial.texinfo.orig Wed Nov 3 22:09:35 1999 +++ Emacs/sather-tutorial.texinfo Thu May 2 22:01:24 2002 diff --git a/lang/sather/patches/patch-az b/lang/sather/patches/patch-az index 347feda5631..6c62218e29e 100644 --- a/lang/sather/patches/patch-az +++ b/lang/sather/patches/patch-az @@ -1,4 +1,6 @@ -$NetBSD: patch-az,v 1.1 2006/01/12 00:05:04 joerg Exp $ +$NetBSD: patch-az,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Handle Dragonfly like FreeBSD. --- System/Common/c_header.h.orig 2006-01-11 22:04:22.000000000 +0000 +++ System/Common/c_header.h diff --git a/lang/sather/patches/patch-ba b/lang/sather/patches/patch-ba index 8d322a44d31..0a1bf3c1050 100644 --- a/lang/sather/patches/patch-ba +++ b/lang/sather/patches/patch-ba @@ -1,4 +1,6 @@ -$NetBSD: patch-ba,v 1.1 2006/01/12 00:05:04 joerg Exp $ +$NetBSD: patch-ba,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Handle Dragonfly like FreeBSD. --- System/Common/runtime.h.orig 2006-01-11 22:04:54.000000000 +0000 +++ System/Common/runtime.h diff --git a/lang/sather/patches/patch-bb b/lang/sather/patches/patch-bb index b8ff1f1f93b..415c6820b47 100644 --- a/lang/sather/patches/patch-bb +++ b/lang/sather/patches/patch-bb @@ -1,4 +1,6 @@ -$NetBSD: patch-bb,v 1.1 2006/01/12 00:05:04 joerg Exp $ +$NetBSD: patch-bb,v 1.2 2015/12/29 18:17:04 dholland Exp $ + +Fix make-to-C logic. --- System/Common/Makefile.orig 1999-10-21 22:26:32.000000000 +0000 +++ System/Common/Makefile |