Date: Thu, 6 Mar 1997 17:59:25 GMT From: "Daniel M. Eischen" <deischen@clcrtr.clc.gdeb.com> To: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org Subject: Nedit port has incorrect checksum Message-ID: <199703061759.RAA25122@clcrtr.clc.gdeb.com>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Daniel M. Eischen >Organization: >Confidential: no >Synopsis: Nedit port has incorrect checksum >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 2.1.5-RELEASE i386 >Class: sw-bug >Environment: FreeBSD-2.1.5, with -current port. >Description: The nedit port has an incorrect checksum. I also changed installation of the NEdit application resource file so that it would not overwrite an existing resource file; it's now copied to NEdit.ad. >How-To-Repeat: Try to make the port. >Fix: Patch to port enclosed below. *** nedit.orig/files/md5 Tue Feb 18 11:54:18 1997 --- nedit/files/md5 Thu Mar 6 17:40:45 1997 *************** *** 1,2 **** ! MD5 (nedit_source.tar.gz) = 3af7c4162ecc1747d2fb14a267552753 MD5 (nedit.app-defaults) = 410daeaf3129d0b9333e558183b586aa --- 1,2 ---- ! MD5 (nedit_source.tar.gz) = 6418ab3379f701d8856e26de2b226fff MD5 (nedit.app-defaults) = 410daeaf3129d0b9333e558183b586aa diff --recursive -C 2 nedit.orig/patches/patch-aa nedit/patches/patch-aa *** nedit.orig/patches/patch-aa Thu Apr 11 09:15:57 1996 --- nedit/patches/patch-aa Thu Mar 6 17:41:23 1997 *************** *** 35,39 **** + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nedit.man ${PREFIX}/man/man1/nedit.1 + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nc.1 ! + ${INSTALL} ${COPY} -m 644 NEdit ${X11BASE}/lib/X11/app-defaults/NEdit *** util/Makefile.freebsd.orig Sun Apr 7 18:09:19 1996 --- util/Makefile.freebsd Sun Apr 7 17:32:32 1996 --- 35,39 ---- + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nedit.man ${PREFIX}/man/man1/nedit.1 + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nc.1 ! + ${INSTALL} ${COPY} -m 644 NEdit ${X11BASE}/lib/X11/app-defaults/NEdit.ad *** util/Makefile.freebsd.orig Sun Apr 7 18:09:19 1996 --- util/Makefile.freebsd Sun Apr 7 17:32:32 1996
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703061759.RAA25122>