FreeBSD Bugzilla – Attachment 6189 Details for
Bug 14231
MD5 checksum error installing lynx-current port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 7.85 KB, created by
Christopher J. Michaels
on 1999-10-09 13:40:00 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Christopher J. Michaels
Created:
1999-10-09 13:40:00 UTC
Size:
7.85 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># lynx-current ># lynx-current/Makefile ># lynx-current/files ># lynx-current/files/md5 ># lynx-current/patches ># lynx-current/patches/patch-aa ># lynx-current/pkg ># lynx-current/pkg/COMMENT ># lynx-current/pkg/DESCR ># lynx-current/pkg/PLIST ># lynx-current/README.html ># >echo c - lynx-current >mkdir -p lynx-current > /dev/null 2>&1 >echo x - lynx-current/Makefile >sed 's/^X//' >lynx-current/Makefile << 'END-of-lynx-current/Makefile' >X# New ports collection makefile for: lynx >X# Version required: 2.8.3* >X# Date created: 15 Dec 1994 >X# Whom: ache >X# >X# $FreeBSD: ports/www/lynx-current/Makefile,v 1.105 1999/09/08 15:53:55 ache Exp $ >X# >X >XDISTNAME= lynx2.8.3dev.8 >XPKGNAME= lynx-2.8.3dev.8 >XCATEGORIES= www >XMASTER_SITES= http://sol.slcc.edu/lynx/current/ >X >XMAINTAINER= ache@FreeBSD.org >X >XUSE_BZIP2= YES >XNO_LATEST_LINK= YES >XWRKSRC= ${WRKDIR}/lynx2-8-3 >XGNU_CONFIGURE= YES >XCONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ >X --enable-nsl-fork --enable-persistent-cookies >XMAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f >XMAKEFILE= makefile >XINSTALL_TARGET= install-full >XMAN1= lynx.1 >X >XL_LIB= ${PREFIX}/etc >XL_DOC= ${PREFIX}/share/doc/lynx >XL_HELP= ${PREFIX}/share/lynx_help >X >Xpost-install: >X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} >X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP} >X ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg >X >X.include <bsd.port.mk> >END-of-lynx-current/Makefile >echo c - lynx-current/files >mkdir -p lynx-current/files > /dev/null 2>&1 >echo x - lynx-current/files/md5 >sed 's/^X//' >lynx-current/files/md5 << 'END-of-lynx-current/files/md5' >XMD5 (lynx2.8.3dev.8.tar.bz2) = 1dff1054cd6a608875d4fc4a95c92635 >END-of-lynx-current/files/md5 >echo c - lynx-current/patches >mkdir -p lynx-current/patches > /dev/null 2>&1 >echo x - lynx-current/patches/patch-aa >sed 's/^X//' >lynx-current/patches/patch-aa << 'END-of-lynx-current/patches/patch-aa' >X--- makefile.in.orig Thu Aug 26 15:31:19 1999 >X+++ makefile.in Wed Sep 8 19:04:00 1999 >X@@ -361,22 +361,19 @@ >X fi ; \ >X )' >X -rm -f $(HELPDIR)/help_files.sed >X- @echo Updating $(libdir)/lynx.cfg >X- $(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \ >X- mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \ >X- else \ >X- cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \ >X- fi' >X- @echo Updating $(libdir)/lynx.cfg to point to installed help-files >X+ @echo Updating $(libdir)/lynx.cfg.default >X+ cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp >X+ @echo Updating $(libdir)/lynx.cfg.default to point to installed help-files >X @ECHO_CC@sed -e '/^HELPFILE:http/s@^@#@' \ >X -e '/^#HELPFILE:file/s@#@@' \ >X -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@$(helpdir)@' \ >X -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@$(docdir)@' \ >X -e '/^HELPFILE:file/s@$$@$(COMPRESS_EXT)@' \ >X -e '/^HELPFILE:file/s@$(COMPRESS_EXT)$(COMPRESS_EXT)$$@$(COMPRESS_EXT)@' \ >X- $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg >X- chmod 644 $(LIBDIR)/lynx.cfg >X+ $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg.default >X+ chmod 644 $(LIBDIR)/lynx.cfg.default >X -rm -f $(LIBDIR)/lynx.tmp >X+ -[ ! -f $(LIBDIR)/lynx.cfg ] && $(INSTALL_DATA) $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.cfg >X >X LYHelp.h : LYHelp.hin >X @echo Constructing sed-script >X@@ -407,8 +404,7 @@ >X PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh' >X >X install-cfg : $(LIBDIR) >X- -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg >X- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg >X+ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default >X >X install-lss : $(LIBDIR) >X -mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss >END-of-lynx-current/patches/patch-aa >echo c - lynx-current/pkg >mkdir -p lynx-current/pkg > /dev/null 2>&1 >echo x - lynx-current/pkg/COMMENT >sed 's/^X//' >lynx-current/pkg/COMMENT << 'END-of-lynx-current/pkg/COMMENT' >XA non-graphical, text-based World-Wide Web client >END-of-lynx-current/pkg/COMMENT >echo x - lynx-current/pkg/DESCR >sed 's/^X//' >lynx-current/pkg/DESCR << 'END-of-lynx-current/pkg/DESCR' >Xlynx is a program which allows a user to access World-Wide Web servers >Xand other information servers. It uses only ascii representation so >Xthat it can be used from ascii-terminals and dialin-lines. >X >XWWW: http://sol.slcc.edu/lynx/current/ >END-of-lynx-current/pkg/DESCR >echo x - lynx-current/pkg/PLIST >sed 's/^X//' >lynx-current/pkg/PLIST << 'END-of-lynx-current/pkg/PLIST' >Xbin/lynx >Xetc/lynx.cfg.default >X@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi >X@exec mkdir -p %D/share/lynx_help >Xshare/doc/lynx/CHANGES >Xshare/doc/lynx/COPYHEADER >X@exec ln -sf %D/%F %D/share/lynx_help >Xshare/doc/lynx/COPYING >X@exec ln -sf %D/%F %D/share/lynx_help >Xshare/doc/lynx/PROBLEMS >Xshare/doc/lynx/README >Xshare/doc/lynx/samples/blue-background.lss >Xshare/doc/lynx/samples/cernrules.txt >Xshare/doc/lynx/samples/installdirs.html >Xshare/doc/lynx/samples/jumpsUnix.html >Xshare/doc/lynx/samples/jumpsVMS.html >Xshare/doc/lynx/samples/lynx-keymaps >Xshare/doc/lynx/samples/lynx.com >Xshare/doc/lynx/samples/lynx.lss >Xshare/doc/lynx/samples/mailcap >Xshare/doc/lynx/samples/mild-colors.lss >Xshare/doc/lynx/samples/mime.types >Xshare/doc/lynx/test/ALT88592.html >Xshare/doc/lynx/test/ISO_LATIN1_test.html >Xshare/doc/lynx/test/README.txt >Xshare/doc/lynx/test/TestComment.html >Xshare/doc/lynx/test/c1.html >Xshare/doc/lynx/test/iso8859-1.html >Xshare/doc/lynx/test/iso88592.html >Xshare/doc/lynx/test/raw8bit.html >Xshare/doc/lynx/test/sgml.html >Xshare/doc/lynx/test/spaces.html >Xshare/doc/lynx/test/tabtest.html >Xshare/doc/lynx/test/unicode.html >Xshare/lynx_help/Lynx_users_guide.html >Xshare/lynx_help/about_lynx.html >Xshare/lynx_help/keystrokes/alt_edit_help.html >Xshare/lynx_help/keystrokes/bashlike_edit_help.html >Xshare/lynx_help/keystrokes/bookmark_help.html >Xshare/lynx_help/keystrokes/cookie_help.html >Xshare/lynx_help/keystrokes/dired_help.html >Xshare/lynx_help/keystrokes/edit_help.html >Xshare/lynx_help/keystrokes/environments.html >Xshare/lynx_help/keystrokes/follow_help.html >Xshare/lynx_help/keystrokes/gopher_types_help.html >Xshare/lynx_help/keystrokes/history_help.html >Xshare/lynx_help/keystrokes/keystroke_help.html >Xshare/lynx_help/keystrokes/movement_help.html >Xshare/lynx_help/keystrokes/option_help.html >Xshare/lynx_help/keystrokes/other_help.html >Xshare/lynx_help/keystrokes/print_help.html >Xshare/lynx_help/keystrokes/scrolling_help.html >Xshare/lynx_help/keystrokes/test_display.html >Xshare/lynx_help/keystrokes/visited_help.html >Xshare/lynx_help/keystrokes/xterm_help.html >Xshare/lynx_help/lynx-dev.html >Xshare/lynx_help/lynx_help_main.html >Xshare/lynx_help/lynx_url_support.html >X@dirrm share/doc/lynx/samples >X@dirrm share/doc/lynx/test >X@dirrm share/doc/lynx >X@dirrm share/lynx_help/keystrokes >X@dirrm share/lynx_help >END-of-lynx-current/pkg/PLIST >echo x - lynx-current/README.html >sed 's/^X//' >lynx-current/README.html << 'END-of-lynx-current/README.html' >X<html> >X<title> The FreeBSD Ports Collection (www/lynx-current)</title> >X<head><h1> The FreeBSD Ports Collection ("www/lynx-current")</h1> </head> <hr> >X<body> >X >X<p>You are now in the directory for the port "www/lynx-current" (package name "lynx-2.8.3dev.8"). >X >X<p>This is the one-line description for this port: >X >X<p><hr><p> >XA non-graphical, text-based World-Wide Web client >X<p><hr> >X >X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a >Xlonger description. >X >X<p>Go to the <a href="../../README.html">top of the ports tree</a> for >Xa summary on how to use the ports collection. >X >X<p> >XThis port requires package(s) "bzip2-0.9.5c" to build. >X<p> >X >X >X<p><hr><p> >X<a href="../README.html"> Go up one level</a> >X| >X<a href="../../README.html"> Go to top of ports tree</a> >X</body> >X</html> >END-of-lynx-current/README.html >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14231
: 6189