[140777] trunk/dports/science/xcrysden
dstrubbe at macports.org
dstrubbe at macports.org
Fri Oct 2 09:23:22 PDT 2015
Revision: 140777
https://trac.macports.org/changeset/140777
Author: dstrubbe at macports.org
Date: 2015-10-02 09:23:22 -0700 (Fri, 02 Oct 2015)
Log Message:
-----------
xcrysden: Fix path for generating wrappers. Comment on variants/binaries.
Modified Paths:
--------------
trunk/dports/science/xcrysden/Portfile
trunk/dports/science/xcrysden/files/patch-Makefile.diff
Modified: trunk/dports/science/xcrysden/Portfile
===================================================================
--- trunk/dports/science/xcrysden/Portfile 2015-10-02 15:53:35 UTC (rev 140776)
+++ trunk/dports/science/xcrysden/Portfile 2015-10-02 16:23:22 UTC (rev 140777)
@@ -7,6 +7,7 @@
name xcrysden
version 1.5.60
+revision 1
categories science
platforms darwin
license GPL-2+
@@ -27,6 +28,7 @@
compilers.choose fc
compilers.setup require_fortran
+# unfortunately, since the default variant for tk is +quartz, this means we cannot build binaries on the buildbots
require_active_variants tk x11
depends_lib port:fftw-3 port:mesa port:tcl port:tk \
Modified: trunk/dports/science/xcrysden/files/patch-Makefile.diff
===================================================================
--- trunk/dports/science/xcrysden/files/patch-Makefile.diff 2015-10-02 15:53:35 UTC (rev 140776)
+++ trunk/dports/science/xcrysden/files/patch-Makefile.diff 2015-10-02 16:23:22 UTC (rev 140777)
@@ -1,5 +1,5 @@
--- Makefile.orig 2015-10-01 14:38:39.000000000 -0400
-+++ Makefile 2015-10-01 14:45:53.000000000 -0400
++++ Makefile 2015-10-02 00:04:09.000000000 -0400
@@ -16,8 +16,8 @@
# some varibales ...
@@ -53,9 +53,8 @@
+ install -m755 -d $(dprefix)/lib/$(xcrysden)
+ install -m755 bin/* $(dprefix)/lib/$(xcrysden)/
\
-- prefix=$(prefix) xcrysden=$(xcrysden) sh sys_utils/wrappers.sh
+ prefix=$(prefix) xcrysden=$(xcrysden) sh sys_utils/wrappers.sh
- if test ! -d $(prefix)/bin; then install -m755 -d $(prefix)/bin; fi
-+ prefix=$(dprefix) xcrysden=$(xcrysden) sh sys_utils/wrappers.sh
+ if test ! -d $(dprefix)/bin; then install -m755 -d $(dprefix)/bin; fi
for prog in $(PROGS); do \
- install -m755 $$prog.wrapper $(prefix)/bin/$$prog; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151002/8c9abb21/attachment.html>
More information about the macports-changes
mailing list