summaryrefslogtreecommitdiff
path: root/archivers/rpm4
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-12-09 17:09:40 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-12-09 17:09:40 +0000
commita89bb95f1b3c3409946b067db0aab7eeb6717829 (patch)
treef36edf8829ab2c8a48c6972f5f11b41f82ed04a5 /archivers/rpm4
parent. back out configuration changes of r308098, [1] (diff)
- Update rpm 4.10.2
- Trim makefile header - Update local patch to fix compilation issue
Notes
Notes: svn path=/head/; revision=308544
Diffstat (limited to 'archivers/rpm4')
-rw-r--r--archivers/rpm4/Makefile7
-rw-r--r--archivers/rpm4/distinfo4
-rw-r--r--archivers/rpm4/files/patch-system.h3
3 files changed, 6 insertions, 8 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile
index aa22ac9a3296..83d207752804 100644
--- a/archivers/rpm4/Makefile
+++ b/archivers/rpm4/Makefile
@@ -1,11 +1,8 @@
-# New ports collection makefile for: rpm
-# Date created: 6 May 2003
-# Whom: Greg Lewis <glewis@FreeBSD.org>
-#
+# Created by: Greg Lewis <glewis@FreeBSD.org>
# $FreeBSD$
PORTNAME= rpm
-PORTVERSION= 4.10.1
+PORTVERSION= 4.10.2
CATEGORIES= archivers
MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \
ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/
diff --git a/archivers/rpm4/distinfo b/archivers/rpm4/distinfo
index e5bb8d69599f..9604c8ff6bc9 100644
--- a/archivers/rpm4/distinfo
+++ b/archivers/rpm4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rpm-4.10.1.tar.bz2) = 5fbc381740c041048b9db9c591a98e4a83764c439a0031ba650ad2cd031e156e
-SIZE (rpm-4.10.1.tar.bz2) = 3541216
+SHA256 (rpm-4.10.2.tar.bz2) = de1b50433ca887170570e5d610e151d5b77957a4122561c59979069ae8eb5d58
+SIZE (rpm-4.10.2.tar.bz2) = 3545289
diff --git a/archivers/rpm4/files/patch-system.h b/archivers/rpm4/files/patch-system.h
index 087025591e2a..d1a1c0a88ded 100644
--- a/archivers/rpm4/files/patch-system.h
+++ b/archivers/rpm4/files/patch-system.h
@@ -1,6 +1,6 @@
--- system.h.orig 2011-06-10 15:27:05.000000000 +0200
+++ system.h 2011-06-10 15:27:09.000000000 +0200
-@@ -39,6 +39,13 @@ char * stpncpy(char * dest, const char *
+@@ -39,6 +39,14 @@ char * stpncpy(char * dest, const char *
#define getenv(_s) __secure_getenv(_s)
#endif
@@ -10,6 +10,7 @@
+#include <libgen.h>
+#include <sys/wait.h>
+#include <netinet/in.h>
++#include <errno.h>
+
#ifdef HAVE_FCNTL_H
#include <fcntl.h>