tron
bc1c3132e9
Make wrapper generation code work properly if there is a directory with
...
a whitespace in the command search path.
2009-11-23 00:25:13 +00:00
joerg
d505491b9c
Clean up path list for ghostscript.
2009-11-21 14:50:28 +00:00
sborrill
68570c8db9
Add description for gd option
2009-11-19 15:34:26 +00:00
zafer
9c7a0756a2
remove backslash.
2009-11-17 20:08:29 +00:00
zafer
6d75fef86c
general clean-up. update and remove dead ones.
2009-11-17 20:06:38 +00:00
wiz
defe192bc1
Fix GNOME path on ftp.tuwien.ac.at.
2009-11-17 15:27:29 +00:00
dogcow
6984b3f8f8
add xjdic-locale
2009-11-10 10:25:50 +00:00
joerg
6c73955893
Don't bother with pkg_create -L. @src is essentially unused and the
...
combination of -p and -I provides all the information needed.
2009-11-05 15:39:42 +00:00
joerg
1605f05f1f
Create the work directory itself with umask 077 to prevent access to
...
files with broken permissions (e.g. world-writable files).
2009-11-03 02:14:32 +00:00
obache
63cef2a2ae
mention xrandr option (used by wm/echinus).
2009-11-02 04:19:26 +00:00
asau
032fdcfb96
Avoid echoing commands at bin-install.
2009-10-31 12:22:59 +00:00
joerg
9b2da2d665
Make sure that MV is properly defined. From PR 42247.
2009-10-29 20:19:27 +00:00
sborrill
691fb45a1c
Add description for guile option
2009-10-29 12:33:52 +00:00
wiz
24713bd9c9
Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.
2009-10-25 21:32:17 +00:00
sno
3228bdecf6
recognize compiler newer than 5.9, too
2009-10-25 17:15:44 +00:00
tnn
dcbe28bf79
revert previous - better do a bulk build with this change first to see
...
if/how much stuff is dependent on it.
2009-10-21 18:00:00 +00:00
tnn
306d58fc27
remove lib/charset.alias from CHECK_FILES_SKIP
2009-10-21 17:00:33 +00:00
obache
eef044ff61
Allow USE_JAVA=build (build dependency on jre).
2009-10-20 02:33:01 +00:00
wiz
d9e44dfa01
Support lang/openjdk7 and make it the default on
...
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64.
2009-10-14 13:20:05 +00:00
hubertf
40fc41ed7e
explain snort-prelude
2009-10-11 18:58:09 +00:00
wiz
02a0a5e3d9
Fix tuwien GNU path.
2009-10-11 08:59:39 +00:00
tnn
95c494c7d5
don't assume we have /bin/zcat
2009-10-11 07:36:11 +00:00
joerg
2f6a307e98
Use the correct variable names.
2009-10-06 13:34:53 +00:00
obache
4a6ebb79d1
Fix indentation of show-buildlink3, came from a typo.
2009-10-05 02:40:06 +00:00
obache
829134f478
Fix typo in comment.
2009-10-02 12:35:54 +00:00
taca
f8b36d506a
* Add readline which select GNU readline explicitly.
...
* Remove squirrelmail-japanese and squirrelmail-lite.
2009-09-29 13:53:06 +00:00
schmonz
f0dc304875
Describe the "cvs" option. End "svn" description with a dot.
2009-09-25 07:30:49 +00:00
tron
3df9e23baa
Unconditionally set the default ABI to 32-Bit for Mac OS X Snow Leopard.
...
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-24 17:24:13 +00:00
tron
22ccc96c1b
The 64-Bit version of "libiconv" is not compatible with the GNU version
...
and therefore rejected by e.g. the "glib2" package. Use the "libiconv"
package to fix this.
Approved by Alistair Crooks.
2009-09-24 06:31:27 +00:00
hasso
c28db14b6a
Workaround for amd64 vs x86_64 mess on DragonFly as well.
2009-09-22 19:19:29 +00:00
tron
382da928ee
Try again to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit):
...
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-22 09:17:50 +00:00
tron
850c257200
Revert last change. It doesn't work properly because the "ABI" setting
...
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-21 15:28:03 +00:00
spz
c965eb6bf8
add an option to openvpn to enable using certificates on USB sticks
...
or cards (etc) that are using the PKCS11 protocol
2009-09-21 12:33:31 +00:00
tron
3a90ebc3b9
Try to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit):
...
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-21 10:56:08 +00:00
joerg
1c4b20f00a
Fix syntax. Mea culpra
2009-09-20 10:44:33 +00:00
wiz
d23b51f1ae
Avoid hardcoding sandbox location in a shell script.
2009-09-20 10:24:00 +00:00
dmcmahill
d41d01f973
Fix a typo, no idea why this didn't show up when I tested this before.
2009-09-18 11:38:23 +00:00
dmcmahill
2aca744072
Teach this file about the lang/gcc44 package
2009-09-18 11:27:41 +00:00
joerg
e940f6e241
Deal with strip idiosyncracies:
...
- 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-18 10:11:48 +00:00
spz
a4b3e65b54
added openssl and nss option descriptions
2009-09-15 18:04:30 +00:00
tron
2eafe6b808
Add support for X.org bundled with Mac OS X Snow Leopard.
2009-09-13 13:28:46 +00:00
tron
3a749b36b1
Add 32 bit and 64 ABI options for GCC under Mac OS X.
2009-09-12 21:42:27 +00:00
tron
11e96d8e63
Add comment describing version numbers for Mac OS X Snow Leopard.
2009-09-12 21:41:26 +00:00
joerg
fc2fd44244
Always set both --host and --build, a number of programs want to use
...
a cross-compile like environment otherwise.
2009-09-12 00:52:45 +00:00
joerg
1fb6e2dbaf
Replace tab with space.
2009-09-10 21:46:57 +00:00
wiz
8bd49bb6b5
Teach remove_todo how to remove entries for Python packages.
2009-09-10 15:35:50 +00:00
obache
a24e6f3797
Add qt3 module.
2009-09-09 13:03:38 +00:00
abs
a3f4b844a9
Add farsight and tcl options - part of PR 41978 from Joachim Kuebart
2009-09-06 21:04:09 +00:00
wiz
2b9d162587
Match changes on NetBSD: mount /usr/X11R7 in sandbox by default instead of
...
/usr/X11R6.
2009-09-06 19:43:18 +00:00
joerg
31be0f11d1
Use unzip from base if it exists.
2009-09-04 13:21:19 +00:00