[Midnightbsd-cvs] mports [19155] trunk/graphics/poppler/files: add qt5 patches for future use

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 28 21:35:46 EDT 2015


Revision: 19155
          http://svnweb.midnightbsd.org/mports/?rev=19155
Author:   laffer1
Date:     2015-05-28 21:35:45 -0400 (Thu, 28 May 2015)
Log Message:
-----------
add qt5 patches for future use

Added Paths:
-----------
    trunk/graphics/poppler/files/patch-qt5_Makefile.in
    trunk/graphics/poppler/files/patch-qt5_src_Makefile.in

Added: trunk/graphics/poppler/files/patch-qt5_Makefile.in
===================================================================
--- trunk/graphics/poppler/files/patch-qt5_Makefile.in	                        (rev 0)
+++ trunk/graphics/poppler/files/patch-qt5_Makefile.in	2015-05-29 01:35:45 UTC (rev 19155)
@@ -0,0 +1,11 @@
+--- qt5/Makefile.in.orig	2014-11-25 11:49:19 UTC
++++ qt5/Makefile.in
+@@ -384,7 +384,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ win32_libs = @win32_libs@
+-SUBDIRS = src tests demos
++SUBDIRS = src
+ all: all-recursive
+ 
+ .SUFFIXES:


Property changes on: trunk/graphics/poppler/files/patch-qt5_Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/poppler/files/patch-qt5_src_Makefile.in
===================================================================
--- trunk/graphics/poppler/files/patch-qt5_src_Makefile.in	                        (rev 0)
+++ trunk/graphics/poppler/files/patch-qt5_src_Makefile.in	2015-05-29 01:35:45 UTC (rev 19155)
@@ -0,0 +1,20 @@
+--- qt5/src/Makefile.in.orig	2014-11-25 11:49:19 UTC
++++ qt5/src/Makefile.in
+@@ -129,7 +129,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" 
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+ libpoppler_qt5_la_DEPENDENCIES =  \
+-	$(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1)
++	$(am__DEPENDENCIES_1)
+ am_libpoppler_qt5_la_OBJECTS = libpoppler_qt5_la-poppler-document.lo \
+ 	libpoppler_qt5_la-poppler-page.lo \
+ 	libpoppler_qt5_la-poppler-fontinfo.lo \
+@@ -505,7 +505,7 @@ libpoppler_qt5_la_CXXFLAGS = \
+ 	-Dpoppler_qt5_EXPORTS -fPIC
+ 
+ libpoppler_qt5_la_LIBADD = \
+-	$(top_builddir)/poppler/libpoppler.la	\
++	-lpoppler	\
+ 	$(POPPLER_QT5_LIBS)
+ 
+ libpoppler_qt5_la_LDFLAGS = -version-info 2:0:1 @create_shared_lib@ @auto_import_flags@


Property changes on: trunk/graphics/poppler/files/patch-qt5_src_Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list