[91206] trunk/dports/sysutils

afb at macports.org afb at macports.org
Sun Mar 25 14:59:00 PDT 2012


Revision: 91206
          https://trac.macports.org/changeset/91206
Author:   afb at macports.org
Date:     2012-03-25 14:59:00 -0700 (Sun, 25 Mar 2012)
Log Message:
-----------
rpm54: add port, active version

Modified Paths:
--------------
    trunk/dports/sysutils/rpm54/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/rpm54/

Removed Paths:
-------------
    trunk/dports/sysutils/rpm54/files/rpm_patchset_16081.diff

Modified: trunk/dports/sysutils/rpm54/Portfile
===================================================================
--- trunk/dports/sysutils/rpm53/Portfile	2012-03-25 21:56:06 UTC (rev 91205)
+++ trunk/dports/sysutils/rpm54/Portfile	2012-03-25 21:59:00 UTC (rev 91206)
@@ -2,9 +2,9 @@
 
 PortSystem 1.0
 
-name			rpm53
-version			5.3.11
-set date		20110602
+name			rpm54
+version			5.4.7
+set date		20120302
 set branch		[join [lrange [split ${version} .] 0 1] .]
 platforms		darwin freebsd linux
 license			LGPL-2.1
@@ -21,9 +21,9 @@
 master_sites		${homepage}/files/rpm/rpm-${branch}/
 distname		rpm-${version}-0.${date}
 extract.suffix		.src.rpm
-checksums		md5 5187a796c2fed092544c3c6c0f3db55a \
-			sha1 7ead6e27a6df3741312e217e96b78b26e19845cc \
-			rmd160 fa9b6d83376cb3e20d0969e0394d1516ee89cc52
+checksums		md5 355aa6939610a968379b8529fdbf1a42 \
+			sha1 d11bfcd6c2320ab28633b3bc08ff7223056d65b3 \
+			rmd160 b9ae3135d7ceb6568551ecd75174d77ce03f84e1
 worksrcdir		rpm-${version}
 
 depends_build		port:expat port:neon \
@@ -34,7 +34,7 @@
 depends_lib		lib:libhistory.5:readline port:gettext \
 			port:popt port:sqlite3 port:xar-devel \
 			port:liblzma port:pcre port:ossp-uuid \
-			port:db51
+			port:db53
 
 depends_run		port:openssl \
 			bin:gzip:gzip \
@@ -63,8 +63,8 @@
 configure.args-append	--disable-openmp --with-lua=internal --with-syck=internal
 configure.cppflags-append	-I${prefix}/include/xar -I${prefix}/include/ossp
 
-configure.cppflags-append	-I${prefix}/include/db51
-configure.ldflags-append	-L${prefix}/lib/db51
+configure.cppflags-append	-I${prefix}/include/db53
+configure.ldflags-append	-L${prefix}/lib/db53
 
 post-extract {
 	system -W ${workpath} "${portutil::autoconf::tar_command} -xzf rpm-${version}.tar.gz"

Deleted: trunk/dports/sysutils/rpm54/files/rpm_patchset_16081.diff
===================================================================
--- trunk/dports/sysutils/rpm53/files/rpm_patchset_16081.diff	2012-03-25 21:56:06 UTC (rev 91205)
+++ trunk/dports/sysutils/rpm54/files/rpm_patchset_16081.diff	2012-03-25 21:59:00 UTC (rev 91206)
@@ -1,41 +0,0 @@
-Index: rpm/configure.ac
-RCS File: /v/rpm/cvs/rpm/configure.ac,v
-rcsdiff -q -kk '-r2.489' '-r2.490' -u '/v/rpm/cvs/rpm/configure.ac,v' 2>/dev/null
---- configure.ac	2011/05/07 23:30:48	2.489
-+++ configure.ac	2011/05/11 07:55:06	2.490
-@@ -630,8 +630,8 @@
- dnl # standard headers (generic)
- AC_CHECK_HEADERS([dnl
-     fcntl.h getopt.h grp.h memory.h netdb.h pwd.h utime.h dnl
--    signal.h sys/ipc.h sys/socket.h sys/select.h sys/time.h dnl
--    sys/types.h sys/stdtypes.h sys/mman.h sys/resource.h dnl
-+    signal.h sys/endian.h sys/ipc.h sys/socket.h sys/select.h dnl
-+    sys/time.h sys/types.h sys/stdtypes.h sys/mman.h sys/resource.h dnl
-     sys/utsname.h sys/prctl.h sys/wait.h netinet/in_systm.h dnl
-     machine/types.h mntent.h sys/mnttab.h sys/systemcfg.h dnl
-     sys/param.h sys/mount.h sys/mntctl.h sys/vmount.h dnl
-Index: rpm/tools/dbconvert.c
-RCS File: /v/rpm/cvs/rpm/tools/dbconvert.c,v
-rcsdiff -q -kk '-r2.5' '-r2.6' -u '/v/rpm/cvs/rpm/tools/dbconvert.c,v' 2>/dev/null
---- tools/dbconvert.c	2011/04/10 20:37:00	2.5
-+++ tools/dbconvert.c	2011/05/11 07:55:06	2.6
-@@ -17,9 +17,18 @@
- 
- #include "debug.h"
- 
-+#ifdef HAVE_SYS_ENDIAN_H
-+#include <sys/endian.h>
-+#endif
-+#ifdef __APPLE__
-+#include <libkern/OSByteOrder.h>
-+
-+#define htobe32(x) OSSwapHostToBigInt32(x)
-+#define htole32(x) OSSwapHostToLittleInt32(x)
-+#endif /* __APPLE__ */
- #if BYTE_ORDER == LITTLE_ENDIAN
- #define bswap32(x) htobe32(x)
--#elif __BYTE_ORDER == BIG_ENDIAN
-+#elif BYTE_ORDER == BIG_ENDIAN
- #define bswap32(x) htole32(x)
- #endif
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120325/291bf09b/attachment.html>


More information about the macports-changes mailing list