FreeBSD Bugzilla – Attachment 92945 Details for
Bug 130722
devel/qca: clean up port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.56 KB, created by
Max Brazhnikov
on 2009-01-19 00:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2009-01-19 00:50:02 UTC
Size:
3.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/qca/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- Makefile 10 Jul 2008 23:25:35 -0000 1.11 >+++ Makefile 19 Jan 2009 00:35:06 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= qca > PORTVERSION= 2.0.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://delta.affinix.com/download/qca/2.0/ > DISTNAME= qca-${PORTVERSION} >@@ -14,21 +15,15 @@ > MAINTAINER= shaun@FreeBSD.org > COMMENT= Cross-platform crypto API for QT > >-USE_AUTOTOOLS= libtool:15 > USE_BZIP2= yes > USE_CMAKE= yes > CMAKE_USE_PTHREAD= yes > USE_QT_VER= 4 >-QT_COMPONENTS= qmake gui moc uic rcc qtestlib network >+QT_COMPONENTS= gui qtestlib network qmake_build \ >+ moc_build uic_build rcc_build > USE_OPENSSL= yes > USE_LDCONFIG= yes > > CMAKE_ARGS+= -DQT_QMAKE_EXECUTABLE=${QMAKE} > >-post-patch: >- ${MKDIR} ${WRKSRC}/plugins >- ${REINPLACE_CMD} -e \ >- 's,$${LIB_SUFFIX}/pkgconfig/,data/pkgconfig,' \ >- ${WRKSRC}/CMakeLists.txt >- > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/qca/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- pkg-plist 10 Jul 2008 23:25:35 -0000 1.3 >+++ pkg-plist 19 Jan 2009 00:20:22 -0000 >@@ -19,8 +19,9 @@ > lib/libqca.so.2 > lib/libqca.so.2.0.0 > libdata/pkgconfig/qca.pc >-mkspecs/features/crypto.prf >-@dirrmtry mkspecs/features >-@dirrmtry mkspecs >+share/qt4/mkspecs/features/crypto.prf >+@dirrmtry share/qt4/mkspecs/features >+@dirrmtry share/qt4/mkspecs >+@dirrmtry share/qt4 > @dirrmtry include/QtCrypto > @dirrmtry certs >Index: files/patch-CMakeLists.txt >=================================================================== >RCS file: files/patch-CMakeLists.txt >diff -N files/patch-CMakeLists.txt >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-CMakeLists.txt 19 Jan 2009 00:18:59 -0000 >@@ -0,0 +1,24 @@ >+--- ./CMakeLists.txt.orig 2007-09-30 19:54:31.000000000 +0400 >++++ ./CMakeLists.txt 2009-01-19 03:18:54.000000000 +0300 >+@@ -6,7 +6,7 @@ >+ >+ set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE STRING "Directory where lib will install") >+ >+-set(PKGCONFIG_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/" CACHE STRING "Base directory for pkgconfig files") >++set(PKGCONFIG_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig/" CACHE STRING "Base directory for pkgconfig files") >+ >+ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ) >+ >+@@ -127,11 +127,10 @@ >+ endif(NOT WIN32) >+ >+ CONFIGURE_FILE("crypto.prf.cmake" "${CMAKE_BINARY_DIR}/crypto.prf" @ONLY) >+-INSTALL(FILES "${CMAKE_BINARY_DIR}/crypto.prf" DESTINATION ${CMAKE_INSTALL_PREFIX}/mkspecs/features) >++INSTALL(FILES "${CMAKE_BINARY_DIR}/crypto.prf" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/qt4/mkspecs/features) >+ >+ add_subdirectory(src) >+ add_subdirectory(tools) >+-add_subdirectory(plugins) >+ if(BUILD_TESTS) >+ ENABLE_TESTING() >+ add_subdirectory(unittest) >Index: files/patch-src-src.pro >=================================================================== >RCS file: files/patch-src-src.pro >diff -N files/patch-src-src.pro >--- files/patch-src-src.pro 10 Jul 2008 23:25:35 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,11 +0,0 @@ >---- src/src.pro.orig 2007-08-15 01:00:28.000000000 +0400 >-+++ src/src.pro 2008-02-06 17:30:57.000000000 +0300 >-@@ -92,7 +92,7 @@ >- incfiles.files += $$QCA_INC/qca.h $$QCA_INC/QtCrypto >- INSTALLS += incfiles >- >-- manfiles.path = $$DATADIR/man/man1 >-+ manfiles.path = $$PREFIX/man/man1 >- manfiles.files = $$QCA_BASE/man/qcatool2.1 >- INSTALLS += manfiles >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130722
: 92945