summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2012-03-19Drop imake-check logic from X11 components' builtin.mk.joerg24-563/+41
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
2012-03-18Update to 4.0.17 and delint. Notable changes:shattered1-0/+1
Added missing -i option to mshortname Make it clear that label is limited to 11 characters mbadblocks now takes a list of bad blocks mbadblocks now is able to do write scanning for bad blocks mshowfat can show cluster of specific offset Fixed encoding of all-lowercase names Consider every directory entry after an ENDMARK (0x00) to be deleted
2012-03-17Drop gdk-pixbuf, gtk and vmware modules for suse.obache1-4/+1
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not support them. * vmware module was used for emulators/vmware* packages, but it had been removed from pkgsrc.
2012-03-17Drop qt3 support for suse100.obache1-2/+1
It was intended to be used for opera-10.0, but current opera does not require it.
2012-03-11Remove a few unresolvable hostnames.wiz1-5/+1
2012-03-08Remove special handling for LOWER_VENDOR in print-PLIST, it hurts morewiz1-5/+1
than it helps (e.g. replacing foo.pc with foo.${LOWER_VENDOR}).
2012-03-07Rewrite any -R<dir> into -Wl,-R<dir>. -R is the old form of -Wl,-R,he1-1/+7
but our gcc re-orders them so that all -R args come at the front of the "ld" invocation. This messes up the relative search order, and is at least partly responsible for "the pixman problem" experienced on (at least) NetBSD 5.1. This is as close as a general fix as I can think of, and should fix PR#46130, although it possibly doesn't fix every instance of this more general problem.
2012-03-06Highest version of gcc in pkgsrc is now 4.6.3hans1-2/+2
2012-03-06Add CCACHE_COMPILERCHECK to the environment when using ccache.sbd1-2/+2
2012-03-05If NOGCCERROR is defined pass it to the make process.sbd1-1/+6
2012-03-05Pass MKCATPAGES to packages that use BSD-style Makefiles.sbd1-1/+2
2012-03-04Don't strip out "cat" manual pages if the package gets built via "imake".tron1-2/+4
The settings in "MANINSTALL" don't apply here.
2012-03-02Add feature "cdefs" to provide sys/cdefs.h from libnbcompat.hans2-8/+16
2012-02-28Fix comment about NetBSD X11: the default for NetBSD 4 is now "modular".tron1-2/+2
2012-02-28Enable fuse on SunOS.hans1-1/+8
2012-02-28If gcc from pkgsrc is used, FCPATH might not be installed yet. Don'thans1-2/+2
force installation of yet another (different) fortran compiler in that case.
2012-02-24mechanically replace *.t.ring.gr.jp with *.dnsbalance.ring.gr.jp.obache2-18/+18
TENBIN system was discontinued.
2012-02-23Reorder CMake search paths so that BUILDLINK_DIR and PREFIX come first,hans1-2/+2
before / and /usr. This should prevent CMake from picking up stuff from the base system instead of the buildlink directories.
2012-02-23Fix TOOLS_PATH.tar definition when NBPAX_PROGRAM_PREFIX is set.hans1-2/+2
2012-02-15Use ${MAKE} as IMAKE_MAKE.hans1-2/+2
2012-02-15Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value.hans1-2/+2