View | Details | Raw Unified | Return to bug 187740 | Differences between
and this patch

Collapse All | Expand All

(-)x11-toolkits/soqt/Makefile (-11 / +15 lines)
Lines 12-36 Link Here
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	Qt4 toolkit library for Coin
13
COMMENT=	Qt4 toolkit library for Coin
14
14
15
LIB_DEPENDS=	Coin.61:${PORTSDIR}/graphics/Coin
15
LICENSE=	GPLv2
16
16
17
USE_AUTOTOOLS=	libtool
17
LIB_DEPENDS=	libCoin.so:${PORTSDIR}/graphics/Coin
18
USES=		pathfix	gmake
19
USE_QT4=	corelib opengl moc_build
20
CPPFLAGS+=	-I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include
21
LDFLAGS+=	-L${QT_LIBDIR} -L${LOCALBASE}/lib
22
18
19
USES=		gmake libtool pathfix pkgconfig
20
USE_QT4=	corelib opengl moc_build
21
QT_NONSTANDARD=	yes
22
USE_GL=		gl
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	QTDIR="${QT_PREFIX}"
24
CONFIGURE_ENV=	QTDIR="${QT_PREFIX}" MOC="${MOC}"
25
26
CONFIGURE_ARGS=	--with-pthread=yes --with-coin=${LOCALBASE} \
25
CONFIGURE_ARGS=	--with-pthread=yes --with-coin=${LOCALBASE} \
27
		--with-qt=${QT_LIBDIR}
26
		--with-qt=${QT_LIBDIR}
28
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
29
28
30
MAN1=		soqt-config.1
29
CPPFLAGS+=	-I${QT_INCDIR}/Qt -I${QT_INCDIR} -I${LOCALBASE}/include
30
LDFLAGS+=	-L${QT_LIBDIR} -L${LOCALBASE}/lib
31
32
post-patch:
33
	@${REINPLACE_CMD} -e \
34
		'/LDFLAGS/s| $$sim_ac_coin_ldflags|| ; \
35
		 /CXXFLAGS/s| -fno-for-scope||' ${WRKSRC}/configure
31
36
32
NO_STAGE=	yes
33
post-install:
37
post-install:
34
	@${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me
38
	@${TOUCH} ${STAGEDIR}${PREFIX}/include/Inventor/Qt/engines/.keep_me
35
39
36
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)x11-toolkits/soqt/pkg-plist (-3 / +3 lines)
Lines 23-33 Link Here
23
include/Inventor/Qt/viewers/SoQtViewer.h
23
include/Inventor/Qt/viewers/SoQtViewer.h
24
include/Inventor/Qt/widgets/SoQtPopupMenu.h
24
include/Inventor/Qt/widgets/SoQtPopupMenu.h
25
include/Inventor/Qt/widgets/SoQtThumbWheel.h
25
include/Inventor/Qt/widgets/SoQtThumbWheel.h
26
lib/libSoQt.a
27
lib/libSoQt.la
28
lib/libSoQt.so
26
lib/libSoQt.so
29
lib/libSoQt.so.25
27
lib/libSoQt.so.20
28
lib/libSoQt.so.20.5.0
30
libdata/pkgconfig/SoQt.pc
29
libdata/pkgconfig/SoQt.pc
30
man/man1/soqt-config.1.gz
31
share/Coin/conf/soqt-default.cfg
31
share/Coin/conf/soqt-default.cfg
32
share/aclocal/soqt.m4
32
share/aclocal/soqt.m4
33
@dirrmtry share/Coin/conf
33
@dirrmtry share/Coin/conf

Return to bug 187740