Age | Commit message (Expand) | Author | Files | Lines |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 |
2004-11-24 | Correct pasto. | gavan | 1 | -2/+2 |
2004-11-22 | Disable XRender on Solaris. Workaround for graphics corruption problems | gavan | 1 | -1/+3 |
2004-11-12 | Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added | jlam | 2 | -4/+5 |
2004-10-30 | remove patch backup files in mkspecs/ so they don't get mistakenly | grant | 1 | -1/+2 |
2004-10-28 | Move USE_BUILDLINK3 into Makefile.common. | gavan | 2 | -3/+3 |
2004-10-28 | Pay attention to LDFLAGS when building qmake. This allows qmake to link | gavan | 2 | -5/+11 |
2004-10-19 | Bring the qmake.conf we use in line with those from qt 3.3.3. | markd | 2 | -4/+6 |
2004-10-13 | INSTALL_DATA -> INSTALL_LIB, where appropriate. | tv | 1 | -11/+11 |
2004-10-13 | Another Interix-only fix: add -ldb, and since Qt incorrectly #includes | tv | 4 | -9/+12 |
2004-10-13 | Fix library linkage for Interix. | tv | 3 | -7/+8 |
2004-10-13 | Add Interix 3.5 support. (Will be contributed back to Trolltech as well.) | tv | 8 | -2/+256 |
2004-10-07 | Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems. | tv | 2 | -4/+4 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -9/+1 |
2004-08-27 | Change to use COMPILER_RPATH_FLAG. | jlam | 2 | -6/+5 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 |
2004-08-25 | Bump PKGREVISION for patch to use modern resolver lib. | markd | 1 | -1/+2 |
2004-08-24 | Use modern resolver api on recent NetBSD systems that have it. | markd | 2 | -1/+15 |
2004-08-12 | Changes 3.3.3: | adam | 4 | -36/+8 |
2004-08-11 | Fix whitespace. | markd | 1 | -4/+4 |
2004-07-31 | Set QMAKE_LFLAGS based on the value of LDFLAGS at the point that qmake is | markd | 1 | -3/+3 |
2004-07-13 | Be explicit about enabling or disabling cups support based on value of | markd | 1 | -1/+9 |
2004-07-06 | Unused. | wiz | 1 | -49/+0 |
2004-07-06 | Fix include paths for postgresql header files (for qt3-psql). | wiz | 2 | -7/+7 |
2004-07-06 | Convert qt3-libs to use BUILDLINK3. Based on patches from Joachim | reed | 3 | -20/+21 |
2004-05-10 | Force building X11 version (not Carbon) under MacOSX | adam | 3 | -1/+29 |
2004-05-07 | whitespace nits | cjep | 1 | -2/+2 |
2004-04-30 | Optimize qmake for speed-up | adam | 2 | -1/+15 |
2004-04-29 | Update to qt3 3.3.2. | markd | 2 | -100/+3 |
2004-04-24 | Add QTDIR to BUILDLINK_PASSTHRU_DIRS in buildlink3.mk, so that bl3 | recht | 1 | -1/+2 |
2004-04-16 | update to 3.3.1 | recht | 8 | -45/+134 |
2004-03-30 | Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, which | xtraeme | 1 | -2/+4 |
2004-03-30 | Add buildlink3.mk | recht | 1 | -0/+46 |
2004-03-29 | Add missing Xrandr and xcursor buildlink2.mks. | recht | 2 | -3/+8 |
2004-02-18 | Include "../../mk/compiler.mk" to get the value of CC_VERSION before | jlam | 1 | -2/+2 |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 1 | -4/+4 |
2004-02-02 | These packages need a C++ compiler. | jlam | 1 | -2/+2 |
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 |
2004-01-11 | Add -lrt to SYS_LIBS for Solaris. | markd | 1 | -2/+2 |
2003-12-19 | Update QT3 to 3.2.3. | skrll | 11 | -96/+67 |
2003-12-10 | Don't force -O2 any more, use CFLAGS instead | adam | 1 | -3/+3 |
2003-11-30 | As pointed out by jlam: | jschauma | 1 | -2/+2 |
2003-10-23 | G/c unnecessary patch. | junyoung | 2 | -13/+3 |
2003-10-05 | Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x). | xtraeme | 2 | -4/+5 |
2003-09-28 | only pass gcc specific flags if we are using gcc. | grant | 4 | -6/+22 |
2003-09-28 | add a test for CC_VERSION to correctly choose SunPro. fix another | grant | 1 | -3/+6 |
2003-09-18 | require gcc 2.95.3 so this can be built on NetBSD 1.5.x. | grant | 1 | -1/+2 |
2003-08-06 | fix BUILDLINK_PREFIX defaults to build w/o xpkgwedge | drochner | 1 | -2/+2 |