FreeBSD Bugzilla – Attachment 198696 Details for
Bug 232732
build of expect in lang/expect does not install autoexpect script correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
svn-diff-expect_v3
svn-diff-expect (text/plain), 3.41 KB, created by
Walter Schwarzenfeld
on 2018-10-27 20:47:52 UTC
(
hide
)
Description:
svn-diff-expect_v3
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2018-10-27 20:47:52 UTC
Size:
3.41 KB
patch
obsolete
>Usage: svndiff [OPTIONS] <file1> <file2> > >Display the differences between <file1> and <file2> in unified diff >format. OPTIONS are diff extensions as described by 'svn help diff'. >Use '--' alone to indicate that no more options follow. >Index: Makefile >=================================================================== >--- Makefile (revision 483100) >+++ Makefile (working copy) >@@ -25,6 +25,6 @@ > post-install: > ${LN} -sf expect${PORTVERSION}/libexpect${PORTVERSION}.so \ > ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 >- ${LN} -sf libexpect.so.1 ${STAGEDIR}${PREFIX}/lib/libexpect.so >- >+ ${LN} -sf libexpect.so.1 ${STAGEDIR}${PREFIX}/lib/libexpect.so >+ ${LN} -sf ${LOCALBASE}/bin/tclsh8.6 ${LOCALBASE}/bin/tclsh > .include <bsd.port.mk> >Index: files/patch-Makefile.in >=================================================================== >--- files/patch-Makefile.in (revision 483100) >+++ files/patch-Makefile.in (working copy) >@@ -5,11 +5,11 @@ > done; > # install standalone scripts and their man pages, if requested > - @mkdir -p $(DESTDIR)$(prefix)/bin >-+ @mkdir -p $(DESTDIR)$(datadir) >++ @mkdir -p $(DESTDIR)$(prefix)/sbin > -for i in $(SCRIPT_LIST) ; do \ > if [ -f $$i ] ; then \ > - $(INSTALL_PROGRAM) $$i $(DESTDIR)$(prefix)/bin/$$i ; \ >-+ $(INSTALL_SCRIPT) $$i $(DESTDIR)$(datadir)/$$i ; \ >++ $(INSTALL_PROGRAM) $$i $(DESTDIR)$(prefix)/sbin/$$i && chmod 0755 $(DESTDIR)$(prefix)/sbin/$$i; \ > rm -f $$i ; \ > else true; fi ; \ > done >@@ -18,7 +18,7 @@ > -for i in $(SCRIPT_MANPAGE_LIST) ; do \ > if [ -f $(srcdir)/example/$$i.man ] ; then \ > - $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >-+ $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(datadir)/$$i.1 ; \ >++ $(INSTALL_DATA) $(srcdir)/example/$$i.man $(DESTDIR)$(mandir)/man3/$$i.3 ; \ > else true; fi ; \ > done > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 483100) >+++ pkg-plist (working copy) >@@ -3,41 +3,41 @@ > include/expect_comm.h > include/expect_tcl.h > include/tcldbg.h > lib/libexpect.so > lib/libexpect.so.1 > man/man1/expect.1.gz >+man/man3/autoexpect.3.gz >+man/man3/cryptdir.3.gz >+man/man3/decryptdir.3.gz >+man/man3/dislocate.3.gz >+man/man3/kibitz.3.gz > man/man3/libexpect.3.gz >-%%DATADIR%%/autoexpect >-%%DATADIR%%/autoexpect.1 >-%%DATADIR%%/autopasswd >-%%DATADIR%%/cryptdir >-%%DATADIR%%/cryptdir.1 >-%%DATADIR%%/decryptdir >-%%DATADIR%%/decryptdir.1 >-%%DATADIR%%/dislocate >-%%DATADIR%%/dislocate.1 >-%%DATADIR%%/ftp-rfc >-%%DATADIR%%/kibitz >-%%DATADIR%%/kibitz.1 >-%%DATADIR%%/lpunlock >-%%DATADIR%%/mkpasswd >-%%DATADIR%%/mkpasswd.1 >-%%DATADIR%%/multixterm >-%%DATADIR%%/multixterm.1 >-%%DATADIR%%/passmass >-%%DATADIR%%/passmass.1 >-%%DATADIR%%/rftp >-%%DATADIR%%/rlogin-cwd >-%%DATADIR%%/timed-read >-%%DATADIR%%/timed-run >-%%DATADIR%%/tknewsbiff >-%%DATADIR%%/tknewsbiff.1 >-%%DATADIR%%/tkpasswd >-%%DATADIR%%/unbuffer >-%%DATADIR%%/unbuffer.1 >-%%DATADIR%%/weather >-%%DATADIR%%/xkibitz >-%%DATADIR%%/xkibitz.1 >-%%DATADIR%%/xpstat >+man/man3/mkpasswd.3.gz >+man/man3/multixterm.3.gz >+man/man3/passmass.3.gz >+man/man3/tknewsbiff.3.gz >+man/man3/unbuffer.3.gz >+man/man3/xkibitz.3.gz >+sbin/autoexpect >+sbin/autopasswd >+sbin/cryptdir >+sbin/decryptdir >+sbin/dislocate >+sbin/ftp-rfc >+sbin/kibitz >+sbin/lpunlock >+sbin/mkpasswd >+sbin/multixterm >+sbin/passmass >+sbin/rftp >+sbin/rlogin-cwd >+sbin/timed-read >+sbin/timed-run >+sbin/tknewsbiff >+sbin/tkpasswd >+sbin/unbuffer >+sbin/weather >+sbin/xkibitz >+sbin/xpstat
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
Flags:
gahr
:
maintainer-approval-
Actions:
View
Attachments on
bug 232732
:
198682
|
198683
|
198696
|
198744
|
198756