update to file-roller-3.16.3

This commit is contained in:
jasper 2015-06-30 19:42:39 +00:00
parent e99e93ab44
commit 9d7455efbe
3 changed files with 4 additions and 21 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.113 2015/05/12 06:41:54 jasper Exp $
# $OpenBSD: Makefile,v 1.114 2015/06/30 19:42:39 jasper Exp $
SHARED_ONLY= Yes
COMMENT= archive manager utility for GNOME
GNOME_PROJECT= file-roller
GNOME_VERSION= 3.16.2
GNOME_VERSION= 3.16.3
CATEGORIES= archivers

View File

@ -1,2 +1,2 @@
SHA256 (gnome/file-roller-3.16.2.tar.xz) = YIl/8k1IIjlaIntigRw7h2i3AYRJYekzA9bW2UY9fj8=
SIZE (gnome/file-roller-3.16.2.tar.xz) = 1409944
SHA256 (gnome/file-roller-3.16.3.tar.xz) = KzoREcq6JuZ7llWaMRinANv7akxq1+vT5QnfInmVQRw=
SIZE (gnome/file-roller-3.16.3.tar.xz) = 1411360

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-src_fr-command-unarchiver_c,v 1.4 2015/06/14 08:29:40 ajacoutot Exp $
From 05bba5254f119710473164f4f363ac6bb70d89e9 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Sat, 2 May 2015 12:34:20 +0200
Subject: OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3)
--- src/fr-command-unarchiver.c.orig Wed Aug 13 07:21:20 2014
+++ src/fr-command-unarchiver.c Sat May 2 12:32:14 2015
@@ -21,6 +21,7 @@
#include <config.h>
#define _XOPEN_SOURCE /* See feature_test_macros(7) */
+#define _XOPEN_SOURCE_EXTENDED 1 /* for strptime */
#include <time.h>
#include <stdio.h>
#include <stdlib.h>