Date: Sun, 9 Dec 2012 17:09:41 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308544 - in head/archivers/rpm4: . files Message-ID: <201212091709.qB9H9fdg089459@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sun Dec 9 17:09:40 2012 New Revision: 308544 URL: http://svnweb.freebsd.org/changeset/ports/308544 Log: - Update rpm 4.10.2 - Trim makefile header - Update local patch to fix compilation issue Modified: head/archivers/rpm4/Makefile head/archivers/rpm4/distinfo head/archivers/rpm4/files/patch-system.h Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Sun Dec 9 17:07:05 2012 (r308543) +++ head/archivers/rpm4/Makefile Sun Dec 9 17:09:40 2012 (r308544) @@ -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/ Modified: head/archivers/rpm4/distinfo ============================================================================== --- head/archivers/rpm4/distinfo Sun Dec 9 17:07:05 2012 (r308543) +++ head/archivers/rpm4/distinfo Sun Dec 9 17:09:40 2012 (r308544) @@ -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 Modified: head/archivers/rpm4/files/patch-system.h ============================================================================== --- head/archivers/rpm4/files/patch-system.h Sun Dec 9 17:07:05 2012 (r308543) +++ head/archivers/rpm4/files/patch-system.h Sun Dec 9 17:09:40 2012 (r308544) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212091709.qB9H9fdg089459>