[28125] trunk/dports/sysutils/rpm-devel

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 21 08:01:46 PDT 2007


Revision: 28125
          http://trac.macosforge.org/projects/macports/changeset/28125
Author:   afb at macports.org
Date:     2007-08-21 08:01:45 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
* fix missing python module (silly includes)
* workaround for perl module is now upstream
* disable apidocs by default, with "doxygen"
* now builds CVS HEAD again, at least today

Modified Paths:
--------------
    trunk/dports/sysutils/rpm-devel/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/rpm-devel/files/patch-RPM_Files.xs

Modified: trunk/dports/sysutils/rpm-devel/Portfile
===================================================================
--- trunk/dports/sysutils/rpm-devel/Portfile	2007-08-21 14:42:20 UTC (rev 28124)
+++ trunk/dports/sysutils/rpm-devel/Portfile	2007-08-21 15:01:45 UTC (rev 28125)
@@ -25,7 +25,7 @@
 fetch.type      	cvs
 cvs.root		:pserver:anonymous at rpm5.org:/cvs
 cvs.module		rpm
-#cvs.date		20070810
+#cvs.date		20070821
 cvs.tag			HEAD
 worksrcdir		rpm
 
@@ -56,15 +56,15 @@
 #			patch-rpmio.h
 #
 ### CVS files
-patchfiles		patch-macros.in-cvs \
-			patch-RPM_Files.xs
+patchfiles		patch-macros.in-cvs
 
 build.type		gnu
 
 configure.args		--disable-nls --without-javaglue --without-included-gettext \
 			--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
 			--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-			--with-python=2.4 --with-perl=5.8.8 --sysconfdir=${prefix}/etc
+			--with-python=2.4 --with-perl=5.8.8 --without-apidocs \
+			--sysconfdir=${prefix}/etc
 
 ### CVS config
 post-fetch	{ system "cd ${worksrcpath} && . devtool.bashrc && devtool checkout" }
@@ -98,7 +98,8 @@
 			      --with-glob --enable-broken-chown \
 			      --disable-rpath
 
-	configure.cppflags-append -I${prefix}/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
+	configure.cppflags-append -I${prefix}/Library/Frameworks/Python.framework/Versions/2.4/include \
+	                          -I${prefix}/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
 
 	post-destroot {
 		# MacOSX specific changes
@@ -124,5 +125,6 @@
 
 variant docs {
 	depends_run-append bin:doxygen:doxygen
+	configure.args-delete --without-apidocs
 	configure.args-append --with-apidocs
 }

Deleted: trunk/dports/sysutils/rpm-devel/files/patch-RPM_Files.xs
===================================================================
--- trunk/dports/sysutils/rpm-devel/files/patch-RPM_Files.xs	2007-08-21 14:42:20 UTC (rev 28124)
+++ trunk/dports/sysutils/rpm-devel/files/patch-RPM_Files.xs	2007-08-21 15:01:45 UTC (rev 28125)
@@ -1,16 +0,0 @@
-Index: perl/RPM_Files.xs
-===================================================================
-RCS file: /v/rpm/cvs/rpm/perl/RPM_Files.xs,v
-retrieving revision 1.4
-diff -u -r1.4 RPM_Files.xs
---- perl/RPM_Files.xs	14 Aug 2007 00:28:27 -0000	1.4
-+++ perl/RPM_Files.xs	21 Aug 2007 13:05:56 -0000
-@@ -6,7 +6,7 @@
- #undef Mkdir
- #undef Stat
- 
--#if 0
-+#if 1
- #include "../config.h"
- #ifdef HAVE_BEECRYPT_API_H
- #include <beecrypt/api.h>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070821/5bcac779/attachment.html


More information about the macports-changes mailing list