mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix/remove bogus paths pointing to the build directory from pkgconfig files,
libtool archives and dot-prl files. PR: ports/112228 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
This commit is contained in:
parent
46b30935e0
commit
c2719a1924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191292
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= sql
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -77,5 +77,9 @@ post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtSql.pc|${PREFIX}/libdata/pkgconfig/QtSql.pc|g' \
|
||||
-e 's|(test -z.*||g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= devel
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMESUFFIX= -qt4
|
||||
@ -71,5 +71,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtDBus.pc|${PREFIX}/libdata/pkgconfig/QtDBus.pc|g' \
|
||||
${WRKSRC}/src/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= corelib
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= devel
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -78,6 +78,10 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtCore.pc|${PREFIX}/libdata/pkgconfig/QtCore.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
post-install:
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= designer
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= devel
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -78,4 +78,11 @@ pre-configure:
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/src/uitools/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= qt3support
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= devel x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -72,5 +72,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/Qt3Support.pc|${PREFIX}/libdata/pkgconfig/Qt3Support.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= qtestlib
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= devel
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -68,5 +68,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtTest.pc|${PREFIX}/libdata/pkgconfig/QtTest.pc|g' \
|
||||
${WRKSRC}/src/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= svg
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -79,5 +79,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtSvg.pc|${PREFIX}/libdata/pkgconfig/QtSvg.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= network
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -69,5 +69,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtNetwork.pc|${PREFIX}/libdata/pkgconfig/QtNetwork.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= xml
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -70,5 +70,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtXml.pc|${PREFIX}/libdata/pkgconfig/QtXml.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gui
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -95,5 +95,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtGui.pc|${PREFIX}/libdata/pkgconfig/QtGui.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= opengl
|
||||
PORTVERSION= 4.2.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= x11
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
@ -73,5 +73,9 @@ pre-configure:
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtOpenGL.pc|${PREFIX}/libdata/pkgconfig/QtOpenGL.pc|g' \
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/*Qt*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user