Delete these patches; no pkg change.

This commit is contained in:
ajacoutot 2013-11-15 10:21:29 +00:00
parent 878728ce86
commit 4fe5ae355c
3 changed files with 2 additions and 29 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2013/10/11 23:49:48 naddy Exp $
# $OpenBSD: Makefile,v 1.31 2013/11/15 10:21:29 ajacoutot Exp $
COMMENT = digital camera library
CATEGORIES = graphics devel
@ -48,5 +48,6 @@ post-install:
rm -rf ${PREFIX}/lib/udev
mv ${PREFIX}/share/doc/libgphoto2_port \
${PREFIX}/share/doc/libgphoto2
rm ${PREFIX}/share/doc/libgphoto2/{ABOUT-NLS,AUTHORS,COPYING,ChangeLog,NEWS,README.packaging}
.include <bsd.port.mk>

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.7 2013/03/31 13:47:43 ajacoutot Exp $
--- Makefile.in.orig Sun Jan 27 20:58:01 2013
+++ Makefile.in Thu Mar 28 08:52:28 2013
@@ -411,8 +411,7 @@ EXTRA_DIST = HACKING MAINTAINERS TESTERS installcheck.
SUBDIRS = @subdirs@ libgphoto2 camlibs tests examples po packaging doc
pkgconfig_DATA = libgphoto2.pc
noinst_DATA = libgphoto2-uninstalled.pc
-doc_DATA = AUTHORS COPYING NEWS ABOUT-NLS ChangeLog README \
- README.packaging
+doc_DATA = README
nobase_include_HEADERS = \
gphoto2/gphoto2.h \
gphoto2/gphoto2-abilities-list.h\

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-tests_Makefile_in,v 1.8 2013/05/08 09:10:39 ajacoutot Exp $
--- tests/Makefile.in.orig Sun May 5 16:51:41 2013
+++ tests/Makefile.in Wed May 8 11:04:47 2013
@@ -474,9 +474,9 @@ test_camera_list_LDADD = \
$(INTLLIBS)
@HAVE_GCC_FALSE@PEDANTIC_CFLAGS =
-@HAVE_GCC_TRUE@PEDANTIC_CFLAGS = -std=c99 -pedantic-errors -W -Wall -Wextra -Werror
+@HAVE_GCC_TRUE@PEDANTIC_CFLAGS = -std=c99 -pedantic-errors -W -Wall -Werror
@HAVE_GCC_FALSE@PEDANTIC_CXXFLAGS =
-@HAVE_GCC_TRUE@PEDANTIC_CXXFLAGS = -std=c++98 -pedantic-errors -W -Wall -Wextra -Werror
+@HAVE_GCC_TRUE@PEDANTIC_CXXFLAGS = -std=c++98 -pedantic-errors -W -Wall -Werror
test_pedantic_c_SOURCES = test-pedantic-compilation.c
test_pedantic_c_CPPFLAGS = \
$(AM_CPPFLAGS) $(CPPFLAGS) \