From owner-svn-ports-head@FreeBSD.ORG Wed Jul 30 06:19:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7E45B70; Wed, 30 Jul 2014 06:19:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B3F82F43; Wed, 30 Jul 2014 06:19:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6U6JCvF026371; Wed, 30 Jul 2014 06:19:12 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6U6JC7R026369; Wed, 30 Jul 2014 06:19:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201407300619.s6U6JC7R026369@svn.freebsd.org> From: Antoine Brodin Date: Wed, 30 Jul 2014 06:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363444 - head/textproc/mgdiff/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 06:19:12 -0000 Author: antoine Date: Wed Jul 30 06:19:12 2014 New Revision: 363444 URL: http://svnweb.freebsd.org/changeset/ports/363444 QAT: https://qat.redports.org/buildarchive/r363444/ Log: Unbreak Added: head/textproc/mgdiff/files/patch-Imakefile - copied, changed from r363440, head/textproc/mgdiff/files/patach-Imakefile Deleted: head/textproc/mgdiff/files/patach-Imakefile Copied and modified: head/textproc/mgdiff/files/patch-Imakefile (from r363440, head/textproc/mgdiff/files/patach-Imakefile) ============================================================================== --- head/textproc/mgdiff/files/patach-Imakefile Wed Jul 30 04:46:37 2014 (r363440, copy source) +++ head/textproc/mgdiff/files/patch-Imakefile Wed Jul 30 06:19:12 2014 (r363444) @@ -1,27 +1,19 @@ -*** Imakefile.orig Thu May 19 04:01:00 1994 ---- Imakefile Sat Nov 2 17:06:31 1996 -*************** -*** 5,14 **** - XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp - -! XMLIB = -lXm - XCOMM -! XCOMM for Dell SVR4 - XCOMM -! EXTRA_LIBRARIES = -lc -lucb - - SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c - OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o ---- 5,16 ---- - XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp - -! XMLIB = ${MOTIFLIB} -+ - XCOMM -! XCOMM The gnuregex library is needed for the Motif file selection box widget. - XCOMM -! XCOMM -! EXTRA_LIBRARIES = -lgnuregex - - SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c - OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o +--- ./Imakefile.orig 1994-05-19 02:01:00.000000000 +0000 ++++ ./Imakefile 2014-07-30 06:12:52.000000000 +0000 +@@ -4,11 +4,13 @@ + + XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp + +-XMLIB = -lXm ++XMLIB = ${MOTIFLIB} ++ + XCOMM +-XCOMM for Dell SVR4 ++XCOMM The gnuregex library is needed for the Motif file selection box widget. + XCOMM +-EXTRA_LIBRARIES = -lc -lucb ++XCOMM ++EXTRA_LIBRARIES = -lgnuregex + + SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c + OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o