Age | Commit message (Expand) | Author | Files | Lines |
2005-12-06 | Fix shared linking on DragonFly. | joerg | 2 | -1/+34 |
2005-11-16 | Fix Python's makesetup script to treat -pthread as linker flag. | joerg | 3 | -3/+16 |
2005-08-19 | include LDFLAGS when linking shared libraries, so they can find their | grant | 5 | -11/+63 |
2005-08-19 | nuke broken pre-configure target, which does nothing useful. | grant | 1 | -10/+1 |
2005-07-29 | make the fcntl selftest recognize "netbsd3" so that the right | drochner | 2 | -4/+4 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 |
2005-01-30 | Convert the python packages to use the alternatives system to install a | jmmv | 2 | -2/+4 |
2004-12-19 | all of these use dlopen(). | grant | 1 | -1/+2 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 |
2004-11-22 | USE_LANGUAGES=c c++; remove USE_GCC_SHLIB. | wiz | 1 | -2/+2 |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 1 | -3/+1 |
2004-10-31 | fix build on IRIX | recht | 1 | -1/+4 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 |
2004-08-29 | Extend some checks to also test for netbsd2 as sys.platform. | recht | 4 | -3/+54 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -3/+3 |
2004-07-22 | add python as category | recht | 1 | -2/+2 |
2004-07-19 | Add missing zlib include. | recht | 1 | -1/+2 |
2004-05-23 | Now that all Python modules have been bl3ified remove the bl2 support. | recht | 1 | -36/+0 |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 3 | -4/+6 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -5/+7 |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 |
2004-01-29 | use ${EGREP} instead of relying on GNU grep features. | grant | 1 | -2/+2 |
2004-01-27 | Add USE_GCC_SHLIB to python2 packages: | abs | 1 | -2/+3 |
2004-01-25 | * Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>. | jlam | 1 | -14/+9 |
2004-01-25 | bl3ify | recht | 1 | -3/+3 |
2004-01-25 | add buildlink3.mk | recht | 1 | -0/+30 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 |
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -2/+2 |
2003-08-18 | make distutils obey LDFLAGS set in the environment, analogous to | drochner | 3 | -3/+26 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-06-06 | g/c the now unneeded explicite export of LINK_ALL_LIBGCC_HACK to the | drochner | 1 | -2/+1 |
2003-06-06 | add the LINK_ALL_LIBGCC_HACK variable to the interpreter's link line, | drochner | 3 | -2/+17 |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 2 | -5/+8 |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -2/+2 |
2002-10-25 | Convert to buildlink2. | wiz | 1 | -7/+8 |
2002-10-13 | Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipeline | jlam | 1 | -3/+2 |
2002-10-12 | Revert previous...GREP is correct. | jlam | 1 | -2/+2 |
2002-10-12 | Use EGREP instead of GREP. | jlam | 1 | -2/+2 |
2002-10-09 | Use BUILDLINK_PLIST_CMD instead of grepping the PLIST, which for some of | jlam | 1 | -60/+6 |
2002-10-09 | Creating the list of files to link with grep does not work, since | wiz | 1 | -3/+59 |
2002-10-09 | Create BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for the python packages so | jlam | 1 | -1/+8 |
2002-09-20 | Python extensions also install headers into ${PYINC}, so we can't just | jlam | 1 | -2/+5 |
2002-09-20 | Add buildlink2.mk file for use by other package Makefiles, and by | jlam | 1 | -0/+23 |
2002-01-28 | -link the math, cmath and time modules against libm to make it more | drochner | 2 | -14/+10 |
2002-01-28 | -don't build modules which are known not to work on 64-bit boxes | drochner | 3 | -5/+28 |
2002-01-22 | For transition, move lang/python/Makefile.inc here. | drochner | 1 | -0/+42 |
2002-01-16 | fix the Makefile installed for extension packages to use the right | drochner | 3 | -2/+17 |
2002-01-16 | move the Python-2.0 pkg, formerly at lang/python, into a version specific | drochner | 7 | -0/+572 |