Age | Commit message (Expand) | Author | Files | Lines |
2004-02-19 | Convert to buildlink3. | wiz | 3 | -32/+27 |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -19/+21 |
2004-02-18 | Include "../../mk/compiler.mk" to get the value of CC_VERSION before | jlam | 1 | -2/+2 |
2004-02-16 | Explicitly include glib2's bl3 file. | jmmv | 1 | -1/+2 |
2004-02-16 | Include gettext-lib's bl3, sort includes and use pkgsrc intltool. | jmmv | 1 | -2/+4 |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 3 | -7/+4 |
2004-02-14 | CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will | jlam | 1 | -3/+1 |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -7/+32 |
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -33/+27 |
2004-02-11 | Move the INCOMPAT_FOO checks to a more natural location within the | jlam | 1 | -12/+11 |
2004-02-11 | bl3ify | xtraeme | 1 | -9/+9 |
2004-02-10 | Force use of GNU tar, as the messages shown by "pax as tar" are not recognized | jmmv | 4 | -3/+109 |
2004-02-10 | MAINTAINER should only contain an email address. | grant | 1 | -2/+2 |
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 1 | -2/+2 |
2004-02-09 | bl3ify | jlam | 2 | -2/+18 |
2004-02-09 | Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). | jmmv | 1 | -1/+2 |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 7 | -15/+15 |
2004-02-08 | PKGLIBTOOL and PKGSHLIBTOOL are no more. | jlam | 1 | -4/+4 |
2004-02-07 | Add Linux-*-i386 to ONLY_FOR_PLATFORM. | xtraeme | 1 | -2/+2 |
2004-02-07 | Don't depend on suse_base if our system doesn't need linux emulation | xtraeme | 1 | -1/+5 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 |
2004-02-06 | Update to 2.4.4: | jmmv | 2 | -6/+5 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+6 |
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 2 | -10/+8 |
2004-02-05 | Support a new global variable: | jlam | 2 | -2/+18 |
2004-01-29 | bl3ify, gives this a chance of building with SunPro. | grant | 1 | -4/+7 |
2004-01-29 | removal missed in last commit. | grant | 1 | -14/+0 |
2004-01-29 | remove a patch and just override CC and CFLAGS. fixes build with | grant | 2 | -3/+4 |
2004-01-29 | bl3ify, don't override CC. fixes build with non-gcc. | grant | 3 | -11/+16 |
2004-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -2/+2 |
2004-01-23 | Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. | jmmv | 1 | -1/+2 |
2004-01-22 | bl3ify | jlam | 1 | -3/+3 |
2004-01-22 | Update file-roller to 2.4.3, provided by Min Sik Kim in PR pkg/24160. | xtraeme | 2 | -5/+5 |
2004-01-22 | move linker arguments around so that always ${LDFLAGS} comes | grant | 3 | -9/+18 |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 10 | -20/+20 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 24 | -49/+55 |
2004-01-19 | Update to 3.3.4. Changes not found. | wiz | 2 | -5/+5 |
2004-01-15 | Make mscompress output valid archives on sparc64. | ben | 1 | -0/+18 |
2004-01-15 | Make mscompress output valid archives on NetBSD/sparc64. | ben | 1 | -1/+2 |
2004-01-11 | Fix UPX build error relative to new version of UCL. | ben | 2 | -1/+15 |
2004-01-07 | Note import of archivers/upx-1.24. | ben | 1 | -1/+2 |
2004-01-07 | Initial import of upx-1.24, based on wip/upx and the package provided by | ben | 5 | -0/+84 |
2004-01-07 | Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper. | jlam | 1 | -4/+4 |
2004-01-06 | whitespace | jlam | 1 | -2/+2 |
2004-01-05 | Update to 2.4.2 provided by Min Sik Kim in PR pkg/23992. | xtraeme | 3 | -9/+8 |
2004-01-05 | bl3ify | jlam | 3 | -9/+18 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-05 | Sprinkle a few double quotes here and there. | jlam | 1 | -4/+4 |
2004-01-05 | Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. | jlam | 1 | -19/+12 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 |