Age | Commit message (Expand) | Author | Files | Lines |
2006-10-19 | Add a patch for CVE-2006-4811 (integer overflow in image handling). | drochner | 3 | -3/+33 |
2006-07-27 | Forgotten patchsum. Reminder by Mark. | joerg | 1 | -1/+2 |
2006-07-26 | Readd recursive Xcursor buildlink3 inclusion, the problems in Xorg world | joerg | 4 | -4/+39 |
2006-07-18 | Don't recurse into xcursor, it is not needed by Qt3 itself. | joerg | 1 | -2/+1 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-06-09 | make sure USE_LANGUAGES is set before including compiler.mk | abs | 1 | -3/+3 |
2006-06-08 | Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yields | minskim | 1 | -1/+7 |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 2 | -3/+4 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -3/+3 |
2006-03-31 | update to 3.3.6 | drochner | 3 | -11/+10 |
2006-03-13 | Fix path generation so that security/qca{,-tls} don't have to patch Makefile | minskim | 2 | -8/+18 |
2006-03-12 | Force to use the libtool mode of qmake, instead of patching the | minskim | 5 | -24/+112 |
2006-03-11 | In the comment at top also mention "pkgsrc". As this could be confusing | reed | 1 | -3/+3 |
2006-03-03 | Make qmake and libtool use the same library versioning. Should have | minskim | 2 | -5/+5 |
2006-03-02 | Prevent qmake from generating .la files. In pkgsrc, they are taken care | minskim | 2 | -1/+15 |
2006-02-25 | Enable Xinerama support if libXinerama.dylib exists. | minskim | 2 | -4/+5 |
2006-02-17 | Enable STL (auto) + revision bump | adam | 3 | -20/+18 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -4/+4 |
2006-02-03 | move PKGNAME= to before .include "../../mk/bsd.prefs.mk" so mk.conf can deter... | abs | 1 | -6/+6 |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 2 | -3/+4 |
2006-01-12 | We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack. | jdc | 1 | -3/+1 |
2005-12-28 | Add a pkgconfig file for qt3-libs, bump PKGREVISION. ok with wiz@ | ghen | 2 | -2/+7 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 2 | -6/+6 |
2005-11-17 | Add support for option 'debug', to compile in debug code and symbols. | hubertf | 1 | -2/+10 |
2005-11-01 | Fixed pkglint warnings: | rillig | 2 | -4/+4 |
2005-11-01 | Adjust Qt 3.3 PostgreSQL patches to work with all versions. Drop the | joerg | 3 | -19/+4 |
2005-09-27 | Changes 3.3.5: | adam | 3 | -10/+9 |
2005-08-17 | Add a hack to require gcc 3.4 on NetBSD/sparc. | jdc | 1 | -4/+9 |
2005-07-18 | Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command | jlam | 1 | -2/+2 |
2005-07-01 | Bump PKGREVISION for the Darwin fix. | reed | 1 | -2/+2 |
2005-07-01 | If Darwin, then use real RANLIB. | reed | 2 | -4/+12 |
2005-06-27 | Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0. | minskim | 1 | -1/+10 |
2005-06-22 | Restore changes in revision 1.34 of qt3-libs/Makefile.common after | jlam | 2 | -12/+4 |
2005-06-21 | Back out the previous change and add a comment to qt3-libs/Makefile.common | jlam | 2 | -4/+12 |
2005-06-20 | move the post-patch to pre-configure since it is somewhat configure-like | dmcmahill | 2 | -3/+4 |
2005-06-01 | Convert to options framework. | wiz | 1 | -3/+7 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -2/+3 |
2005-05-22 | Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris. | jlam | 1 | -2/+2 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -4/+2 |
2005-05-17 | On DragonFly use the FreeBSD G++ config for now. | reed | 1 | -1/+3 |
2005-05-13 | Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify | jlam | 1 | -2/+2 |
2005-04-18 | adam volunteered to maintain this package. | wiz | 1 | -1/+2 |
2005-04-13 | qt3 build system makes a difference between MacOS X and Darwin: it will | bouyer | 2 | -5/+17 |
2005-04-12 | Nuke USE_BUILDLINK3 (some files missed in megacommit). | tv | 1 | -2/+1 |
2005-02-23 | Add RMD160 checksums to the SHA1 ones. | wiz | 1 | -1/+2 |
2005-02-10 | Changes 3.3.4: | adam | 4 | -15/+13 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 |