Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#501 closed enhancement (fixed)

Updated port: textproc/expat

Reported by: blb@… Owned by: macports-tickets@…
Priority: Not set Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Update textproc/expat to 1.95.6 and skip building of static library instead of removing it post- install.

Attachments (2)

Portfile (801 bytes) - added by blb@… 21 years ago.
Portfile
Portfile.2 (410 bytes) - added by macdome@… 21 years ago.
My updated Portfile.

Download all attachments as: .zip

Change History (4)

Changed 21 years ago by blb@…

Attachment: Portfile added

Portfile

Changed 21 years ago by macdome@…

Attachment: Portfile.2 added

My updated Portfile.

comment:1 Changed 21 years ago by macdome@…

attachments.isobsolete: 01

comment:2 Changed 21 years ago by macdome@…

Resolution: fixed
Status: newclosed

Tested.

Now commiting.

My source diffs:

RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/expat/Portfile,v
retrieving revision 1.10
diff -u -r1.10 Portfile
--- Portfile    5 Aug 2003 21:02:41 -0000       1.10
+++ Portfile    15 Aug 2003 20:37:19 -0000
@@ -1,24 +1,16 @@
-# $Id: Portfile,v 1.10 2003/08/05 21:02:41 jkh Exp $
+# $Id: Portfile,v 1.7 2003/03/03 07:18:04 mij Exp $
 
 PortSystem 1.0
 name           expat
-version                1.95.5
+version                1.95.6
 categories     textproc
 platforms      darwin
-maintainers    darwinports@opendarwin.org
+maintainers    blb@pobox.com macdome@opendarwin.org
 description    XML 1.0 parser written in C
-master_sites   \
-       http://unc.dl.sourceforge.net/sourceforge/expat/ \
-       http://telia.dl.sourceforge.net/sourceforge/expat/ \
-       http://easynews.dl.sourceforge.net/sourceforge/expat/ \
-       http://umn.dl.sourceforge.net/sourceforge/expat/ \
-       http://twtelecom.dl.sourceforge.net/sourceforge/expat/ \
-       http://belnet.dl.sourceforge.net/sourceforge/expat/ \
-       http://switch.dl.sourceforge.net/sourceforge/expat/ \
-       http://cesnet.dl.sourceforge.net/sourceforge/expat/
+master_sites.mirror_subdir     expat
+master_sites   sourceforge
+checksums      md5 ca78d94e83e9f077b5da2bfe28ba986a
 
-checksums      md5 6500d7d8c6c2c985cc0be257c9840cb4
+configure.args --enable-static==no
 
-post-destroot  { system "rm ${destroot}/${prefix}/lib/libexpat.a"
-                 system "rm ${destroot}/${prefix}/lib/libexpat.la" }
 destroot.destdir prefix=${destroot}/${prefix}
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.