Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-18 | Add native pax. | jperkin | 1 | -1/+2 | |
2012-05-18 | Add a global BUILDLINK_TRANSFORM to remove -ldl. This library is an empty | bsiegert | 1 | -1/+3 | |
static library for compatibility reasons. If a libtool library is linking against -ldl, libtool only builds it statically because there is no libdl.so. This prevented, at least, the build of devel/gobject-introspection. Add it globally because there is no reason anyone would want to link against libdl on MirBSD. | |||||
2012-05-16 | typo. | jperkin | 1 | -2/+2 | |
2012-05-14 | Partially revert previous: exclude kaffe on x86_64 again as it builds | dholland | 1 | -2/+3 | |
but apparently does not work. I'm seeing two different problems on different machines, one where it can't find classes in jar files that are clearly there and one where it can't run even a trivial program without dying with a stack overflow. | |||||
2012-05-14 | remove stray blank line in previous commit | dholland | 1 | -2/+1 | |
2012-05-14 | Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile. | dholland | 1 | -2/+4 | |
2012-05-14 | prefer native X modules for OpenBSD using Xorg. | obache | 1 | -1/+4 | |
2012-05-13 | Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV. | obache | 1 | -1/+9 | |
2012-05-13 | Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will be | obache | 2 | -3/+6 | |
expected format. workaround of PR 38838. | |||||
2012-05-12 | mk/java-vm.mk: Set DragonFly for openjdk7 | marino | 1 | -1/+2 | |
2012-05-11 | Apply user transformation earlier to make it possible to drop | joerg | 1 | -5/+5 | |
to-be-mangled entries like rpath using BUILDLINK_TRANSFORM. | |||||
2012-05-04 | It is possible to check shlibs on OpenBSD now. | obache | 1 | -2/+4 | |
2012-05-04 | dlopen require pthread on OpenBSD too. | obache | 1 | -2/+3 | |
2012-05-04 | OpenBSD also knows -pthread CFLAGS/LDFLAGS. | obache | 1 | -2/+2 | |
2012-05-04 | Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version of | ryoon | 1 | -2/+7 | |
mozilla.org products (firefox and thunderbird). Suggested by obache on pkgsrc-changes@. | |||||
2012-05-03 | OpenBSD has builtin pax tool. | obache | 1 | -1/+2 | |
2012-05-02 | As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to test | obache | 1 | -2/+2 | |
make process. | |||||
2012-04-30 | Add dm-download02.mozilla.org to MASTER_SITE_MOZILLA_ALL. | obache | 1 | -1/+2 | |
2012-04-29 | Add http://pv-mirror01.mozilla.org/pub/mozilla.org/ | ryoon | 1 | -1/+2 | |
to MASTER_SITES_MOZILLA. This server has ESR version of firefox and thunderbird. | |||||
2012-04-28 | Add IBM public license 1.0 | christos | 1 | -1/+2 | |
2012-04-25 | If unset, set PKGSRC_FORTRAN accordingly if g77 or gfortran exist. | hans | 1 | -1/+3 | |
2012-04-24 | Add _COMPILER_ABI_FLAG.XX for gcc on Linux. | sbd | 1 | -1/+6 | |
2012-04-23 | Add '/lib${LIBABISUFFIX}' to the search path. | sbd | 1 | -1/+5 | |
Also add a note # XXX: Why are we looking in '/usr/lib${ABI}' and '/lib${ABI}', as we should # XXX: only be looking in '/usr/lib${LIBABISUFFIX}' and '/lib${LIBABISUFFIX}' | |||||
2012-04-23 | The path to libc.so.6 needs to include ${LIBABISUFFIX}. | sbd | 1 | -3/+3 | |
2012-04-23 | If the BUILDLINK_PREFIX is '/usr' then the BUILDLINK_LIBDIRS will be | sbd | 1 | -1/+4 | |
'lib${LIBABISUFFIX}' | |||||
2012-04-21 | Revert the patch commited in PR 36618. It creates more problems | cheusov | 1 | -5/+1 | |
than it solves on Interix. | |||||
2012-04-21 | Revert previous: Patch submitter reports it's not necessary after all | wiz | 1 | -3/+1 | |
since -f usually follows symlinks. | |||||
2012-04-20 | FreeBSD has pax as /bin/pax. | obache | 1 | -1/+2 | |
2012-04-18 | Let not to prefer suse113 for powerpc, it is not supported. | obache | 1 | -2/+3 | |
2012-04-17 | Check for existing symlinks before overwriting config files in | wiz | 1 | -1/+3 | |
PKG_SYSCONFDIR. From Edgar Fuß <ef@math.uni-bonn.de> on tech-pkg. | |||||
2012-04-16 | Add support for gcc-4.7 | sbd | 1 | -6/+39 | |
2012-04-16 | Make sure that gcc47 JAVA_WRAPPERS don't break the _GCC_SUBPREFIX detection. | sbd | 1 | -1/+2 | |
2012-04-15 | Add the Lucent Public License v1.02 to DEFAULT_ACCEPTABLE_LICENSES. It is | brook | 1 | -1/+2 | |
approved as open source by OSI. | |||||
2012-04-14 | Removed mk/apachever.mk | adam | 1 | -5/+0 | |
2012-04-14 | Added support for apache24 | adam | 1 | -6/+10 | |
2012-04-13 | Add description for option gcc-inplace-math. | hans | 1 | -0/+1 | |
2012-04-13 | Fix typo in comment. | wiz | 1 | -3/+3 | |
2012-04-13 | Treat the '--as-needed' and '--no-as-needed' arguments to ld as if | sbd | 1 | -2/+7 | |
thay are librarys so that they still surround the given library. WARNING: this may not work if the wrapper reorders librarys. | |||||
2012-04-13 | Move USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/no | sbd | 2 | -26/+19 | |
check. At the same time cleanup GCC_REQD. | |||||
2012-04-13 | Inorder to use a native gcc there must be a builtin gcc. | sbd | 1 | -2/+2 | |
2012-04-13 | Use _TOOLS.pkg when using for loops in mk/tools/replace.mk so that pkglint | sbd | 1 | -4/+7 | |
can see them. | |||||
2012-04-12 | Force pkgsrc perl as tool if perl is buildlinked or a dependency on a | hans | 1 | -2/+4 | |
p5- package exists. | |||||
2012-04-09 | Oops I had the sense inverted for NOGCCERROR. | sbd | 1 | -2/+2 | |
2012-04-08 | Set TOOLS_PLATFORM.xzcat. | ryoon | 1 | -1/+4 | |
On FreeBSD 9.0, there is /usr/bin/xzcat. | |||||
2012-04-08 | Fix reverse condition, rewrite of X11BASE => BUILDLINK_X11_DIR are required for | obache | 1 | -2/+2 | |
X11_TYPE!=modular. | |||||
2012-04-08 | Remove the now unneeded "gcc-cpp" description and change "gcc-objcpp" to | sbd | 1 | -2/+1 | |
"gcc-objc++" as plus characters are allowed in options names. | |||||
2012-04-04 | Add some gcc-* description | sbd | 1 | -0/+4 | |
2012-03-21 | Add missing comma in comment. | wiz | 1 | -2/+2 | |
2012-03-21 | note 12.1 for SUSE_PREFER | obache | 1 | -2/+2 | |
2012-03-21 | Add suse121 support. | obache | 1 | -1/+4 | |