summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2009-10-21revert previous - better do a bulk build with this change first to seetnn1-1/+4
if/how much stuff is dependent on it.
2009-10-21remove lib/charset.alias from CHECK_FILES_SKIPtnn1-4/+1
2009-10-20Allow USE_JAVA=build (build dependency on jre).obache1-5/+11
2009-10-14Support lang/openjdk7 and make it the default onwiz1-5/+17
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64.
2009-10-11explain snort-preludehubertf1-1/+1
2009-10-11Fix tuwien GNU path.wiz1-2/+2
2009-10-11don't assume we have /bin/zcattnn1-1/+3
2009-10-06Use the correct variable names.joerg1-4/+4
2009-10-05Fix indentation of show-buildlink3, came from a typo.obache1-2/+2
2009-10-02Fix typo in comment.obache1-2/+2
2009-09-29* Add readline which select GNU readline explicitly.taca1-2/+1
* Remove squirrelmail-japanese and squirrelmail-lite.
2009-09-25Describe the "cvs" option. End "svn" description with a dot.schmonz1-1/+2
2009-09-24Unconditionally set the default ABI to 32-Bit for Mac OS X Snow Leopard.tron1-6/+11
There are too many third party applications which don't build using the 64-Bit ABI at the moment. Approved by Alistair Crooks.
2009-09-24The 64-Bit version of "libiconv" is not compatible with the GNU versiontron1-1/+5
and therefore rejected by e.g. the "glib2" package. Use the "libiconv" package to fix this. Approved by Alistair Crooks.
2009-09-22Workaround for amd64 vs x86_64 mess on DragonFly as well.hasso1-1/+5
2009-09-22Try again to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit):tron1-1/+13
1.) Always set the "ABI" variable. 2.) Default to 64-bit mode if the machine is able to run 64-bit binaries. This seems to match the default behavior of Xcode (Apple's toolchain). 3.) Set "LOWER_ARCH" so it automatically evalutes to the correct value based on the ABI we are compiling for, not on based on the kernel the machine is running. This even works properly if the ABI is set in "/etc/mk.conf" or on the command line. Thanks a lot to OBATA Akio for providing the crucial hint to get this working properly.
2009-09-21Revert last change. It doesn't work properly because the "ABI" settingtron1-19/+1
is not defined that early as we have included neither "bsd.own.mk" nor "mk.conf" yet. We unfortunately cannot make these adjustments later because "bsd.own.mk" and "mk.conf" would be processed with an incorrect value for "MACHINE_ARCH".
2009-09-21add an option to openvpn to enable using certificates on USB sticksspz1-0/+1
or cards (etc) that are using the PKCS11 protocol
2009-09-21Try to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit):tron1-1/+19
1.) Always set the "ABI" variable. 2.) Default to 64-bit mode if the machine is able to run 64-bit binaries. This seems to match the default behavior of Xcode (Apple's toolchain). 3.) Set "LOWER_ARCH" based on the ABI we are compiling for, not on based on the kernel the machine is running. The "gnupg" package now builds for the 64-Bit API without extra tricks.
2009-09-20Fix syntax. Mea culprajoerg1-2/+2
2009-09-20Avoid hardcoding sandbox location in a shell script.wiz1-2/+2
2009-09-18Fix a typo, no idea why this didn't show up when I tested this before.dmcmahill1-2/+2
2009-09-18Teach this file about the lang/gcc44 packagedmcmahill1-7/+44
2009-09-18Deal with strip idiosyncracies:joerg1-2/+10
- sometimes creates the temporary file, but fails - sometimes it is successful, but still keeps the temporary file - sometimes it crashes when called with more than one argument Bite the bullet and call it individually with explicit output file and clean up after it.
2009-09-15added openssl and nss option descriptionsspz1-0/+2
2009-09-13Add support for X.org bundled with Mac OS X Snow Leopard.tron2-7/+11
2009-09-12Add 32 bit and 64 ABI options for GCC under Mac OS X.tron1-1/+6
2009-09-12Add comment describing version numbers for Mac OS X Snow Leopard.tron1-1/+2
2009-09-12Always set both --host and --build, a number of programs want to usejoerg1-1/+3
a cross-compile like environment otherwise.
2009-09-10Replace tab with space.joerg1-2/+2
2009-09-10Teach remove_todo how to remove entries for Python packages.wiz1-1/+1
2009-09-09Add qt3 module.obache1-1/+2
2009-09-06Add farsight and tcl options - part of PR 41978 from Joachim Kuebartabs1-0/+2
2009-09-06Match changes on NetBSD: mount /usr/X11R7 in sandbox by default instead ofwiz1-2/+2
/usr/X11R6.
2009-09-04Use unzip from base if it exists.joerg1-1/+4
2009-09-02Use filtered plist for install-strip-debug and install-man-handling,joerg1-4/+3
simplifying the latter.
2009-09-02Add wrkref check for using the .buildlink or .x11-buildlinkjoerg1-2/+9
subdirectories. Update comment on the default checks.
2009-09-02Add STRIP_DEBUG option, which removes debug information from all files,joerg2-2/+25
leaving basic symbol tables intact. Document that INSTALL_UNSTRIPPED doesn't work for all packages.
2009-08-31break dependency loop between ccache and digesttnn1-2/+2
2009-08-25Change default for zip extraction to leave files as they are.wiz1-2/+2
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
2009-08-23Add USE_NETBSD_REPO option to force make cce and friends to use thejoerg1-5/+15
main repository. Very useful when using a local copy of the repository for normal operation.
2009-08-21Make cce depend on todo-entry-remove as well.wiz1-2/+2
2009-08-21When making an entry to the CHANGES-* file using 'make changes-entry',wiz2-10/+64
the target now automatically also removes any TODO entries for the package that was updated. Script improved based on version by dholland; further suggestions by gdt and joerg.
2009-08-19Remove unused options: w3m-m17n and w3m-unicode.minskim1-2/+0
2009-08-18Add TOOLS_PLATFORM.groff. groff has been installed at least since 10.4.yyamano1-1/+4
Fixed pkg/41903. Thanks Jesse!
2009-08-15Recognize -m32. Change reundant -kPIC to -kpic to match the set.joerg1-3/+4
2009-08-14Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions.joerg1-32/+2
2009-08-09document mozilla-jittnn1-0/+1
2009-08-05Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 asminskim1-4/+5
emacs23 and emacs23nox, respectively; editors/emacs is the default one.
2009-08-02Add support for fetching from URLs that do not end in the distfile.joerg1-3/+11
If the URL is prefixed with a dash, it is considered complete.