summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-07-31emacs.mk is no longer used.minskim1-5/+0
2009-07-29Added databases/postgresql84adam1-3/+12
2009-07-28Documented the trap into which I had just fallen.rillig1-1/+8
2009-07-28Did you know that the := operator behaves funnily? Example:rillig1-2/+6
exclam != echo ${DEFINED_LATER:Q} value colon := ${DEFINED_LATER} value DEFINED_LATER = later show: @echo ${exclam} @echo ${colon} Don't expect them to be the same.
2009-07-26Added an experimental target "import" that makes it easier to importrillig2-1/+112
packages from pkgsrc-wip and other sources.
2009-07-26Add mpl-1.0 (Mozilla Public License), and allow it by default.wiz1-2/+2
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.)
2009-07-26Note bind-dig-sigchase for net/bind96.obache1-0/+1
2009-07-26Get rid of an abstraction violation which has been in the tree sinceagc16-17/+47
March 2008. Not vital, but the previous way does not scale well/at all.
2009-07-24Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767.joerg1-19/+22
2009-07-22Remove USE_DIRS infrastructure support and support packages.wiz2-85/+1
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
2009-07-20sync list of sourceforge mirrorstnn1-8/+13
2009-07-20Specify the name of the distfile instead of allowing the fetch tool totnn1-2/+2
infer it from the URL. No objections on tech-pkg@
2009-07-18Add an option to enable ruby support: rubytonio1-0/+1
2009-07-17Apply the fixes from Jukka Salmi in pkg PR/41621 to fix smart messageagc1-4/+4
display.
2009-07-15Add depends-fetch and depends-checksum. They work likejoerg4-4/+30
show-depends-options, e.g. recurse. make fetch-list does not provide the same functionality as it doesn't deal well with broken mirror.