diff options
author | johans <johans@FreeBSD.org> | 2012-12-22 20:45:23 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-12-22 20:45:23 +0800 |
commit | 87ea42153a2e4893f0c8373d37f0ca96514e1795 (patch) | |
tree | b3ce59e11a6325b054064ec2d8f2a61fd79c6cdd /archivers | |
parent | 9b4eb2eba3a18d83db48c09a5195773f0baab907 (diff) | |
download | freebsd-ports-gnome-87ea42153a2e4893f0c8373d37f0ca96514e1795.tar.gz freebsd-ports-gnome-87ea42153a2e4893f0c8373d37f0ca96514e1795.tar.zst freebsd-ports-gnome-87ea42153a2e4893f0c8373d37f0ca96514e1795.zip |
Shortly after the initial release, a new tarball was uploaded which
includes a small fix that was duplicated already in the FreeBSD port.
- Update checksum and remove patch introduced with the original release
No functional changes.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm4/distinfo | 4 | ||||
-rw-r--r-- | archivers/rpm4/files/patch-system.h | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/archivers/rpm4/distinfo b/archivers/rpm4/distinfo index 9604c8ff6bc9..d218d3e25925 100644 --- a/archivers/rpm4/distinfo +++ b/archivers/rpm4/distinfo @@ -1,2 +1,2 @@ -SHA256 (rpm-4.10.2.tar.bz2) = de1b50433ca887170570e5d610e151d5b77957a4122561c59979069ae8eb5d58 -SIZE (rpm-4.10.2.tar.bz2) = 3545289 +SHA256 (rpm-4.10.2.tar.bz2) = e9278a2b40f08bae5a9592b9b42f11f88b2e880cc34e57113d53461ed7de6e7b +SIZE (rpm-4.10.2.tar.bz2) = 3545536 diff --git a/archivers/rpm4/files/patch-system.h b/archivers/rpm4/files/patch-system.h index d1a1c0a88ded..087025591e2a 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,14 @@ char * stpncpy(char * dest, const char * +@@ -39,6 +39,13 @@ char * stpncpy(char * dest, const char * #define getenv(_s) __secure_getenv(_s) #endif @@ -10,7 +10,6 @@ +#include <libgen.h> +#include <sys/wait.h> +#include <netinet/in.h> -+#include <errno.h> + #ifdef HAVE_FCNTL_H #include <fcntl.h> |