[87788] trunk/dports/devel/angelscript

ryandesign at macports.org ryandesign at macports.org
Mon Dec 5 22:21:57 PST 2011


Revision: 87788
          http://trac.macports.org/changeset/87788
Author:   ryandesign at macports.org
Date:     2011-12-05 22:21:56 -0800 (Mon, 05 Dec 2011)
Log Message:
-----------
angelscript: fix intermittent time-sensitive destroot problem; see #32426

Modified Paths:
--------------
    trunk/dports/devel/angelscript/Portfile
    trunk/dports/devel/angelscript/files/patch-makefile.diff

Modified: trunk/dports/devel/angelscript/Portfile
===================================================================
--- trunk/dports/devel/angelscript/Portfile	2011-12-06 04:54:31 UTC (rev 87787)
+++ trunk/dports/devel/angelscript/Portfile	2011-12-06 06:21:56 UTC (rev 87788)
@@ -5,6 +5,7 @@
 
 name                angelscript
 version             2.22.0
+revision            1
 categories          devel
 platforms           darwin
 maintainers         strasweb.fr:rudloff openmaintainer

Modified: trunk/dports/devel/angelscript/files/patch-makefile.diff
===================================================================
--- trunk/dports/devel/angelscript/files/patch-makefile.diff	2011-12-06 04:54:31 UTC (rev 87787)
+++ trunk/dports/devel/angelscript/files/patch-makefile.diff	2011-12-06 06:21:56 UTC (rev 87788)
@@ -9,6 +9,15 @@
  
  SRCNAMES = \
    as_atomic.cpp \
+@@ -65,6 +65,8 @@
+ 
+ 
+ all: $(TARG)
++	touch -m -r makefile $(OBJDIR) $(LIBDIR)
++
+ $(LIBDIR)/$(LIB): $(OBJDIR) $(LIBDIR) $(OBJ)
+ 	rm -f $(LIBDIR)/$(LIB)
+ 	ar r $(LIBDIR)/$(LIB) $(OBJ)
 @@ -73,7 +75,7 @@
  
  $(LIBDIR)/$(DEVLIB): $(OBJDIR) $(LIBDIR) $(OBJ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111205/3dd022c3/attachment.html>


More information about the macports-changes mailing list