[73908] trunk/dports/devel/trio

toby at macports.org toby at macports.org
Sun Nov 28 19:31:35 PST 2010


Revision: 73908
          http://trac.macports.org/changeset/73908
Author:   toby at macports.org
Date:     2010-11-28 19:31:29 -0800 (Sun, 28 Nov 2010)
Log Message:
-----------
trio 1.14

Modified Paths:
--------------
    trunk/dports/devel/trio/Portfile
    trunk/dports/devel/trio/files/patch-Makefile.in

Modified: trunk/dports/devel/trio/Portfile
===================================================================
--- trunk/dports/devel/trio/Portfile	2010-11-29 01:15:40 UTC (rev 73907)
+++ trunk/dports/devel/trio/Portfile	2010-11-29 03:31:29 UTC (rev 73908)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             trio
-version          1.13
+version          1.14
 categories       devel
 maintainers      toby
 description      trio is a set of printf and string functions
@@ -17,9 +17,9 @@
 platforms        darwin
 license          MIT
 master_sites     sourceforge:ctrio
-checksums        md5    d549df9ef72034acd2f452d48a4a7444 \
-                 sha1   4041a35b68cc75216f3b1fddaca1df2e0e5a21ec \
-                 rmd160 03b9816159b49456343df19bebcdc2c39cce510b
+checksums        md5    0278513e365675ca62bacb6f257b5045 \
+                 sha1   7e07039c8dd84c530c0eaf2c78c220cc952736f1 \
+                 rmd160 67fa8a7d002189a369a154315267b4fe4800c1bf
 
 patchfiles       patch-Makefile.in
 

Modified: trunk/dports/devel/trio/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/trio/files/patch-Makefile.in	2010-11-29 01:15:40 UTC (rev 73907)
+++ trunk/dports/devel/trio/files/patch-Makefile.in	2010-11-29 03:31:29 UTC (rev 73908)
@@ -1,6 +1,6 @@
 --- Makefile.in.orig	2008-10-20 02:46:00.000000000 -0700
 +++ Makefile.in	2008-11-13 01:04:35.000000000 -0800
-@@ -17,12 +17,12 @@
+@@ -19,12 +19,12 @@
  # Installation settings
  INSTALL		= @INSTALL@
  INSTALL_DATA	= @INSTALL_DATA@
@@ -10,22 +10,22 @@
  includedir	= @includedir@
  libdir		= @libdir@
  
--all: $(TARGETLIB) $(TARGET) regression
-+all: $(TARGETLIB) $(TARGET) regression dylib
+-all: $(TARGETLIB) $(TARGET)
++all: $(TARGETLIB) $(TARGET) dylib
  
- test:	all
- 	./regression
-@@ -34,6 +34,9 @@
+ .PHONY: all check test install doc clean
+ 
+@@ -49,6 +49,9 @@
  	for i in $(TARGETINCS);do \
- 	(set -x;$(INSTALL_DATA) $$i $(includedir)); \
+ 	(set -x;$(INSTALL_DATA) $(srcdir)/$$i $(includedir)); \
  	done
 +	$(INSTALL) libtrio.1.dylib $(libdir)
 +	ln -s libtrio.1.dylib $(libdir)/libtrio.dylib
 +	ln -s libtrio.1.dylib $(libdir)/libtrio.__VERSION__.dylib
  
- pure: $(TOBJS) $(OBJS)
- 	$(PURIFY) $(PURIFYOPTIONS) $(CC) $(CFLAGS) $^ $(LDFLAGS)
-@@ -54,6 +57,9 @@
+ regression: regression.o $(TARGETLIB)
+ 	$(CC) $(CFLAGS) regression.o $(LDFLAGS) -o $@
+@@ -66,6 +69,9 @@
  	$(AR) ruv $(TARGETLIB) $(OBJS)
  	$(RANLIB) $(TARGETLIB)
  
@@ -33,5 +33,5 @@
 +	$(CC) __LDFLAGS__ -dynamiclib -all_load -install_name $(prefix)/lib/libtrio.1.dylib -compatibility_version 1 -current_version __VERSION__ -o libtrio.1.dylib $(TARGETLIB)
 +
  doc::
- 	$(GENDOC) doc/trio.cfg
+ 	(cd $(srcdir) && $(GENDOC) doc/trio.cfg)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101128/187b616a/attachment.html>


More information about the macports-changes mailing list