FreeBSD Bugzilla – Attachment 140849 Details for
Bug 187569
change executable's name in biology/tinker, to avoid conflicts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.26 KB, created by
TsurutaniNaoki
on 2014-03-14 08:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
TsurutaniNaoki
Created:
2014-03-14 08:20:00 UTC
Size:
2.26 KB
patch
obsolete
>diff -urN tinker.orig/Makefile tinker/Makefile >--- tinker.orig/Makefile 2014-03-11 05:55:20.000000000 +0900 >+++ tinker/Makefile 2014-03-14 17:04:29.000000000 +0900 >@@ -12,8 +12,6 @@ > > RESTRICTED= author requests no distribution except from his FTP site > >-CONFLICTS_INSTALL= hunspell-[0-9]* >- > OPTIONS_DEFINE= OPTIMIZED_FFLAGS DOCS EXAMPLES > OPTIMIZED_FFLAGS_DESC= compilation optimizations > >diff -urN tinker.orig/files/patch-make__Makefile tinker/files/patch-make__Makefile >--- tinker.orig/files/patch-make__Makefile 2013-12-19 03:27:04.000000000 +0900 >+++ tinker/files/patch-make__Makefile 2014-03-14 17:00:09.000000000 +0900 >@@ -1,5 +1,5 @@ >---- make/Makefile.orig 2012-06-29 14:51:42.000000000 +0900 >-+++ make/Makefile 2012-11-10 00:12:19.000000000 +0900 >+--- make/Makefile.orig 2013-07-14 11:23:53.000000000 +0900 >++++ make/Makefile 2014-03-14 16:59:17.000000000 +0900 > @@ -30,9 +30,9 @@ > ## LINKDIR Linked Copies of TINKER Executables > ## >@@ -73,7 +73,7 @@ > > all: ${EXEFILES} > >-@@ -612,70 +625,70 @@ >+@@ -612,74 +625,74 @@ > rm -f *.o *.a *.x > > listing: >@@ -143,7 +143,7 @@ > - mv xyzpdb.x $(BINDIR)/xyzpdb > - mv xyzsybyl.x $(BINDIR)/xyzsybyl > + ${BSD_INSTALL_PROGRAM} alchemy.x $(BINDIR)/alchemy >-+ ${BSD_INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze >++ ${BSD_INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze_t > + ${BSD_INSTALL_PROGRAM} anneal.x $(BINDIR)/anneal > + ${BSD_INSTALL_PROGRAM} archive.x $(BINDIR)/archive > + ${BSD_INSTALL_PROGRAM} bar.x $(BINDIR)/bar >@@ -206,3 +206,17 @@ > > remove_links: > rm -f $(LINKDIR)/alchemy >+- rm -f $(LINKDIR)/analyze >++ rm -f $(LINKDIR)/analyze_t >+ rm -f $(LINKDIR)/anneal >+ rm -f $(LINKDIR)/archive >+ rm -f $(LINKDIR)/bar >+@@ -742,7 +755,7 @@ >+ >+ create_links: >+ ln -s $(BINDIR)/alchemy $(LINKDIR)/alchemy >+- ln -s $(BINDIR)/analyze $(LINKDIR)/analyze >++ ln -s $(BINDIR)/analyze_t $(LINKDIR)/analyze_t >+ ln -s $(BINDIR)/anneal $(LINKDIR)/anneal >+ ln -s $(BINDIR)/archive $(LINKDIR)/archive >+ ln -s $(BINDIR)/bar $(LINKDIR)/bar >diff -urN tinker.orig/pkg-plist tinker/pkg-plist >--- tinker.orig/pkg-plist 2013-07-15 23:50:22.000000000 +0900 >+++ tinker/pkg-plist 2014-03-14 17:00:37.000000000 +0900 >@@ -1,5 +1,5 @@ > bin/alchemy >-bin/analyze >+bin/analyze_t > bin/anneal > bin/archive > bin/bar
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 187569
: 140849