Age | Commit message (Expand) | Author | Files | Lines |
2013-05-10 | Fix cross-build of pkgtools/pkg_install. | riastradh | 1 | -3/+6 |
2013-05-10 | Kludgily fix cross-build of net/socat on NetBSD. | riastradh | 1 | -1/+11 |
2013-05-10 | Fix devel/gmp cross-build by telling it about the native C compiler. | riastradh | 1 | -1/+5 |
2013-05-10 | Fix bash cross-build on NetBSD by pre-answering autoconf run-tests. | riastradh | 1 | -1/+16 |
2013-05-10 | Fix x11/libXt cross-build. | riastradh | 1 | -2/+2 |
2013-05-10 | Fix cross-build of security/libgpg-error with CC_FOR_BUILD=NATIVE_CC. | riastradh | 1 | -2/+7 |
2013-05-10 | Fix cross-build of ncurses by tool-depending on itself for tic. | riastradh | 1 | -1/+8 |
2013-05-10 | Use a tool dependency, not buildlink3, if PYTHON_FOR_BUILD_ONLY. | riastradh | 1 | -5/+7 |
2013-05-10 | Fix pathnames and NM in libtool for cross-compilation. | riastradh | 1 | -4/+7 |
2013-05-10 | Add some notes on how to use and develop cross-compiled packages. | riastradh | 2 | -0/+284 |
2013-05-10 | Add $NetBSD$ tag to HOWTO-distcc. | riastradh | 1 | -0/+2 |
2013-05-09 | Remove the now-outdated HOWTO-crosscompile-xorg. | riastradh | 1 | -29/+0 |
2013-05-09 | Rename HOWTO-crosscompile to HOWTO-distcc for clarity. | riastradh | 1 | -0/+0 |
2013-05-09 | Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/. | riastradh | 24 | -73/+185 |
2013-05-09 | Use --sysroot in cpp/gcc/gxx cross-compiler wrappers. | riastradh | 3 | -106/+9 |
2013-05-09 | Set NATIVE_CC/CC, NATIVE_CXX/CXX, and NATIVE_LD/LD for cross-builds. | riastradh | 1 | -2/+8 |
2013-05-09 | Add cross/libtool-base package (cross-libtool-base-${MACHINE_ARCH}). | riastradh | 2 | -0/+109 |
2013-05-09 | Also override target location and module name. Fix DESTDIR installation. | joerg | 2 | -5/+12 |
2013-05-09 | Fix overlap between boost and C++11 STL | joerg | 16 | -11/+661 |
2013-05-09 | Patches to fix gtest. | joerg | 2 | -0/+51 |
2013-05-09 | Apply the gtest change to cssc, gmock and open-vcdiff as well. | joerg | 8 | -9/+63 |
2013-05-09 | Make the gross hack even more gross to ensure the destdir installation | joerg | 1 | -3/+3 |
2013-05-09 | Pull in libtool-fortran. Bump PKGREVISION. | wiz | 1 | -1/+3 |
2013-05-09 | Added misc/ruby-{args_parser,hashie,parallel,rainbow} | mef | 2 | -2/+9 |
2013-05-09 | Added misc/ruby-{args_parser,hashie,parallel,rainbow} | mef | 1 | -1/+8 |
2013-05-09 | Updated www/p5-Dancer to 1.3113 | wen | 1 | -1/+2 |
2013-05-09 | PR pkg/47791 orignated by tsutsui@ for tw, | mef | 28 | -0/+554 |
2013-05-09 | Update to 1.3113 | wen | 2 | -6/+6 |
2013-05-09 | Correction to devel/libtool-fortran line. | mef | 1 | -2/+2 |
2013-05-09 | Updated sysutils/pstree to 2.36 | wen | 1 | -1/+2 |
2013-05-09 | Update to 2.36 | wen | 2 | -7/+6 |
2013-05-09 | Fix build with openexr. Comment patch (hi joerg). | wiz | 2 | -5/+30 |
2013-05-09 | Updated editors/OmegaT to 3.0.0 | ryoon | 1 | -1/+2 |
2013-05-09 | Update to 3.0.0 | ryoon | 3 | -73/+216 |
2013-05-09 | Updated devel/jenkins to 1.509.1 | ryoon | 1 | -1/+2 |
2013-05-09 | Update to 1.509.1 | ryoon | 3 | -48/+142 |
2013-05-09 | Don't try to explicitly link in libstdc++. | joerg | 6 | -12/+65 |
2013-05-09 | Fix wrong condition check; make's variable should be referenced as variable. | taca | 1 | -2/+2 |
2013-05-09 | Use enums for constants to not depend on the optimizer to inline the | joerg | 47 | -6/+2707 |
2013-05-09 | Link libtorrent against libcrypto as it uses various functions from it. | joerg | 44 | -3/+1465 |
2013-05-09 | Updated ham/fldigi to 3.21.70 | mef | 1 | -1/+2 |
2013-05-09 | - Bump fldigi version 3.21.65 to 3.21.70 | mef | 3 | -40/+6 |
2013-05-09 | Don't use forward defines for the std namespace. Fix various | joerg | 23 | -6/+799 |
2013-05-09 | Be explicit on where to find qmake, sip and the py-qt4 files. | joerg | 1 | -3/+4 |
2013-05-09 | Allow building with libc++. Add some missing includes. | joerg | 13 | -6/+229 |
2013-05-09 | Add missing include. | joerg | 2 | -1/+14 |
2013-05-09 | Use g95 as default Fortran compiler. Would be nice to use more modern | joerg | 1 | -3/+3 |
2013-05-09 | Fix missing includes. | joerg | 3 | -0/+36 |
2013-05-09 | Disable visibility attributes for Clang. Fix missing includes. | joerg | 4 | -13/+27 |
2013-05-09 | Add missing includes. Don't use forward defines of the STL. | joerg | 5 | -3/+56 |