summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2012-05-18Add native pax.jperkin1-1/+2
2012-05-18Add a global BUILDLINK_TRANSFORM to remove -ldl. This library is an emptybsiegert1-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-16typo.jperkin1-2/+2
2012-05-14Partially revert previous: exclude kaffe on x86_64 again as it buildsdholland1-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-14remove stray blank line in previous commitdholland1-2/+1
2012-05-14Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.dholland1-2/+4
2012-05-14prefer native X modules for OpenBSD using Xorg.obache1-1/+4
2012-05-13Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV.obache1-1/+9
2012-05-13Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will beobache2-3/+6
expected format. workaround of PR 38838.
2012-05-12mk/java-vm.mk: Set DragonFly for openjdk7marino1-1/+2
2012-05-11Apply user transformation earlier to make it possible to dropjoerg1-5/+5
to-be-mangled entries like rpath using BUILDLINK_TRANSFORM.
2012-05-04It is possible to check shlibs on OpenBSD now.obache1-2/+4
2012-05-04dlopen require pthread on OpenBSD too.obache1-2/+3
2012-05-04OpenBSD also knows -pthread CFLAGS/LDFLAGS.obache1-2/+2
2012-05-04Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version ofryoon1-2/+7
mozilla.org products (firefox and thunderbird). Suggested by obache on pkgsrc-changes@.
2012-05-03OpenBSD has builtin pax tool.obache1-1/+2
2012-05-02As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to testobache1-2/+2
make process.
2012-04-30Add dm-download02.mozilla.org to MASTER_SITE_MOZILLA_ALL.obache1-1/+2
2012-04-29Add http://pv-mirror01.mozilla.org/pub/mozilla.org/ryoon1-1/+2
to MASTER_SITES_MOZILLA. This server has ESR version of firefox and thunderbird.
2012-04-28Add IBM public license 1.0christos1-1/+2
2012-04-25If unset, set PKGSRC_FORTRAN accordingly if g77 or gfortran exist.hans1-1/+3
2012-04-24Add _COMPILER_ABI_FLAG.XX for gcc on Linux.sbd1-1/+6
2012-04-23Add '/lib${LIBABISUFFIX}' to the search path.sbd1-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-23The path to libc.so.6 needs to include ${LIBABISUFFIX}.sbd1-3/+3
2012-04-23If the BUILDLINK_PREFIX is '/usr' then the BUILDLINK_LIBDIRS will besbd1-1/+4
'lib${LIBABISUFFIX}'
2012-04-21Revert the patch commited in PR 36618. It creates more problemscheusov1-5/+1
than it solves on Interix.
2012-04-21Revert previous: Patch submitter reports it's not necessary after allwiz1-3/+1
since -f usually follows symlinks.
2012-04-20FreeBSD has pax as /bin/pax.obache1-1/+2
2012-04-18Let not to prefer suse113 for powerpc, it is not supported.obache1-2/+3
2012-04-17Check for existing symlinks before overwriting config files inwiz1-1/+3
PKG_SYSCONFDIR. From Edgar Fuß <ef@math.uni-bonn.de> on tech-pkg.
2012-04-16Add support for gcc-4.7sbd1-6/+39
2012-04-16Make sure that gcc47 JAVA_WRAPPERS don't break the _GCC_SUBPREFIX detection.sbd1-1/+2
2012-04-15Add the Lucent Public License v1.02 to DEFAULT_ACCEPTABLE_LICENSES. It isbrook1-1/+2
approved as open source by OSI.
2012-04-14Removed mk/apachever.mkadam1-5/+0
2012-04-14Added support for apache24adam1-6/+10
2012-04-13Add description for option gcc-inplace-math.hans1-0/+1
2012-04-13Fix typo in comment.wiz1-3/+3
2012-04-13Treat the '--as-needed' and '--no-as-needed' arguments to ld as ifsbd1-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-13Move USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/nosbd2-26/+19
check. At the same time cleanup GCC_REQD.
2012-04-13Inorder to use a native gcc there must be a builtin gcc.sbd1-2/+2
2012-04-13Use _TOOLS.pkg when using for loops in mk/tools/replace.mk so that pkglintsbd1-4/+7
can see them.
2012-04-12Force pkgsrc perl as tool if perl is buildlinked or a dependency on ahans1-2/+4
p5- package exists.
2012-04-09Oops I had the sense inverted for NOGCCERROR.sbd1-2/+2
2012-04-08Set TOOLS_PLATFORM.xzcat.ryoon1-1/+4
On FreeBSD 9.0, there is /usr/bin/xzcat.
2012-04-08Fix reverse condition, rewrite of X11BASE => BUILDLINK_X11_DIR are required forobache1-2/+2
X11_TYPE!=modular.
2012-04-08Remove the now unneeded "gcc-cpp" description and change "gcc-objcpp" tosbd1-2/+1
"gcc-objc++" as plus characters are allowed in options names.
2012-04-04Add some gcc-* descriptionsbd1-0/+4
2012-03-21Add missing comma in comment.wiz1-2/+2
2012-03-21note 12.1 for SUSE_PREFERobache1-2/+2
2012-03-21Add suse121 support.obache1-1/+4