[74581] trunk/dports/devel/readline-5

kimuraw at macports.org kimuraw at macports.org
Wed Dec 22 07:08:17 PST 2010


Revision: 74581
          http://trac.macports.org/changeset/74581
Author:   kimuraw at macports.org
Date:     2010-12-22 07:08:11 -0800 (Wed, 22 Dec 2010)
Log Message:
-----------
devel/readline-5:
  (1) change location of header files.
        [before] ${prefix}/include/readline5/*.h
        [after]  ${prefix}/include/readline5/readline/*.h
      most of programs using readline expect <readline/readline.h>.
      this change enables to include readline-5 headers with CFLAG
      "-I${prefix}/include/readline5".
  (2) remove an unused patch.

Modified Paths:
--------------
    trunk/dports/devel/readline-5/Portfile

Removed Paths:
-------------
    trunk/dports/devel/readline-5/files/patch-shobj-conf

Modified: trunk/dports/devel/readline-5/Portfile
===================================================================
--- trunk/dports/devel/readline-5/Portfile	2010-12-22 14:04:40 UTC (rev 74580)
+++ trunk/dports/devel/readline-5/Portfile	2010-12-22 15:08:11 UTC (rev 74581)
@@ -66,9 +66,7 @@
                 readline52-014 md5 a1be30e1c6f1099bb5fcef00a2631fb8
 
 configure.args	--libdir=${prefix}/lib/readline5 \
+				--includedir=${prefix}/include/readline5 \
 				--mandir=${prefix}/share/doc/readline-5/man \
 				--infodir=${prefix}/share/doc/readline-5/info
 
-post-destroot {
-		  file rename ${destroot}${prefix}/include/readline ${destroot}${prefix}/include/readline5
-}

Deleted: trunk/dports/devel/readline-5/files/patch-shobj-conf
===================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101222/e2799777/attachment.html>


More information about the macports-changes mailing list