Commit graph

23 commits

Author SHA1 Message Date
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
wiz
17b8fd23de Fix qmake.conf to handle shared libraries correctly.
Bump qt3-tools PKGREVISION.
2008-10-08 09:35:27 +00:00
minskim
17ee0d9625 Force to use the libtool mode of qmake, instead of patching the
non-libtool mode to use libool.  In this way, qmake will generates
valid install commands.  This closes PR pkg/29572.

Bump qt3-tools PKGREVISION.
2006-03-12 06:49:21 +00:00
reed
667f8e00fe In the comment at top also mention "pkgsrc". As this could be confusing
for someone not using "netbsd-g++".

(This has been in my pkgsrc since at least July.)
2006-03-11 04:56:17 +00:00
minskim
923a1f9248 Make qmake and libtool use the same library versioning. Should have
been done when the pkgsrc libtool versioning was changed.  This
addresses PR pkg/29572.  No recursive bump because the major version
number is not affected by this.

Bump PKGREVISION for qt3-libs and qt3-tools.
2006-03-03 00:53:54 +00:00
reed
391d363041 If Darwin, then use real RANLIB.
No change for other platforms, as QMAKE_RANLIB is set to "true".

And if Darwin and /usr/lib/libresolv.dylib exists, then use -lresolv.
2005-07-01 01:10:06 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
markd
2ff1960657 Bring the qmake.conf we use in line with those from qt 3.3.3.
Bump PKGREVISION of qt3-tools.
Noted by Christoph Badura.
2004-10-19 13:27:48 +00:00
jlam
89a609934d Change to use COMPILER_RPATH_FLAG. 2004-08-27 18:44:11 +00:00
markd
8c7830b12f Set QMAKE_LFLAGS based on the value of LDFLAGS at the point that qmake is
run rather than when the qmake.conf was generated.  Should be effectively
equivalent to what was happening under buildlink2 and fixes linking
problems of audio/kmp and other qmake using packages.
2004-07-31 22:23:40 +00:00
reed
cf91cf264b Convert qt3-libs to use BUILDLINK3. Based on patches from Joachim
Kuebart in PR#25753. Tested by myself on Linux and NetBSD 1.6.2_STABLE.
(Also tested on NetBSD 2.0_BETA by wiz@. And tested by jschauma
under Linux.)
2004-07-06 16:01:10 +00:00
adam
ebca1e5f08 Don't force -O2 any more, use CFLAGS instead 2003-12-10 14:24:35 +00:00
xtraeme
ca92f26b38 Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x).
Ok'ed by skrll@
2003-10-05 10:07:09 +00:00
grant
ed485850eb only pass gcc specific flags if we are using gcc. 2003-09-28 05:27:06 +00:00
skrll
72d9db4b42 Update qt3 to 3.1.2. This update fixes a large number of bugs. 2003-03-18 08:36:22 +00:00
markd
615f21ac50 Update qt to 3.1.1.
Qt 3.1 introduces many significant new features and many improvements
over the 3.0.x series. Also lots of bugfixes.

The Qt version 3.1 series is binary compatible with the 3.0.x series:
applications compiled for 3.0 will continue to run with 3.1.
2003-03-11 13:02:06 +00:00
drochner
842173fdb0 Substitute "LIBQT" by something sensible at build time instead of leaving
it an environment variable.
So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3*
context.
2003-02-18 19:16:53 +00:00
jlam
d15f362430 Correctly define some variables that qmake expects to be defined:
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR.  This suppresses some
ignored build errors when building qt3-* packages.  Bump PKGREVISION of
qt3-tools (which installs the qmake.conf file) to 2.
2003-01-07 23:56:54 +00:00
markd
e30115be74 Remove dependency on egcs for Solaris.
Add capability to specify additional system libraries in the qmake.conf
and use it in the Solaris case to add -lresolv -lsocket -lnsl
2002-10-01 13:25:35 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
skrll
203cb7c53f Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert for
this.

While I'm here fix the qt3-libs dependency in qt3-tools and the fact that
the qt library was being built (needlessly) in qt3-tools.
2002-05-30 12:33:26 +00:00
skrll
0654af6a3c Various changes to help with KDE3.
o Enable thread support using pth-syscall and nathanw_sa. The
	later has problems which are being worked on.

      o Restructure the build of certain plugins so that qt3-libs
	comes with jpeg and mng support.

      o Introduce a BUILDLINK_DEPENDS_METHOD.qt3-tools variable that
	when set to build means we don't get a full dependency on
	qt3-tools.
2002-05-29 19:09:55 +00:00
skrll
726dbe9794 Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we all
know and love.
2002-01-07 08:07:57 +00:00