head 1.2; access; symbols pkgsrc-2022Q2:1.1.0.6 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.4 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2022.07.15.02.51.20; author nat; state dead; branches; next 1.1; commitid q8MSycLComeT8WLD; 1.1 date 2021.09.27.18.47.19; author kim; state Exp; branches; next ; commitid x1QN6lH2KilROCaD; desc @@ 1.2 log @Unidiff now retains more infromation found in diffs. Lines containing '@@@@ -1,2 3,4 @@@@ This line of text' are now handled correctly. The original sources were at version 1.1 so update the VERSION accordingly. Clarification form the author of unidff as to it's license. Sources are now hosted at https://github.com/AceHusky12 Ok Wayne Davison, the inventor of the unified diff and the author of unidiff. @ text @$NetBSD: patch-Makefile,v 1.1 2021/09/27 18:47:19 kim Exp $ --- Makefile.orig 2021-09-27 21:38:47.847167800 +0300 +++ Makefile 2021-09-27 21:43:47.354945733 +0300 @@@@ -6,7 +6,7 @@@@ all: unify unipatch unify: unify.c - $(CC) $(CFLAGS) -o unify unify.c + $(CC) $(CFLAGS) $(LDFLAGS) -o unify unify.c unipatch: unipatch.c - $(CC) $(CFLAGS) -o unipatch unipatch.c + $(CC) $(CFLAGS) $(LDFLAGS) -o unipatch unipatch.c @ 1.1 log @unidiff: Enable RELRO @ text @d1 1 a1 1 $NetBSD$ @