Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-07 | Linux's rpcgen has the location of cpp compiled in. Make it use the | dholland | 1 | -1/+3 | |
pkgsrc wrapper by adding -Y ${WRAPPER_BINDIR:Q} when OPSYS is Linux. This will fix obscure/subtle build problems caused by bypassing the wrappers; it will also fix pkgsrc builds on improperly configured Linux distros (such as in PR pkg/41359) whose rpcgen has the wrong location for cpp compiled into it. While there are at least two main branches of rpcgen floating around the Linux world, both of them support '-Y cpp-path'. | |||||
2009-12-04 | - clean up liferea mozilla options | tnn | 1 | -2/+1 | |
- fix build with mozilla option | |||||
2009-12-03 | Adjust to follow f2c/libf2c split: build-depend on f2c, buildlink libf2c. | asau | 1 | -3/+4 | |
2009-11-23 | Make wrapper generation code work properly if there is a directory with | tron | 1 | -4/+4 | |
a whitespace in the command search path. | |||||
2009-11-21 | Clean up path list for ghostscript. | joerg | 1 | -5/+2 | |
2009-11-19 | Add description for gd option | sborrill | 1 | -0/+1 | |
2009-11-17 | remove backslash. | zafer | 1 | -2/+2 | |
2009-11-17 | general clean-up. update and remove dead ones. | zafer | 1 | -53/+10 | |
2009-11-17 | Fix GNOME path on ftp.tuwien.ac.at. | wiz | 1 | -2/+2 | |
2009-11-10 | add xjdic-locale | dogcow | 1 | -0/+1 | |
2009-11-05 | Don't bother with pkg_create -L. @src is essentially unused and the | joerg | 1 | -2/+1 | |
combination of -p and -I provides all the information needed. | |||||
2009-11-03 | Create the work directory itself with umask 077 to prevent access to | joerg | 1 | -2/+3 | |
files with broken permissions (e.g. world-writable files). | |||||
2009-11-02 | mention xrandr option (used by wm/echinus). | obache | 1 | -0/+1 | |
2009-10-31 | Avoid echoing commands at bin-install. | asau | 1 | -2/+2 | |
2009-10-29 | Make sure that MV is properly defined. From PR 42247. | joerg | 1 | -1/+2 | |
2009-10-29 | Add description for guile option | sborrill | 1 | -0/+1 | |
2009-10-25 | Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES. | wiz | 1 | -2/+2 | |
2009-10-25 | recognize compiler newer than 5.9, too | sno | 1 | -2/+2 | |
2009-10-21 | revert previous - better do a bulk build with this change first to see | tnn | 1 | -1/+4 | |
if/how much stuff is dependent on it. | |||||
2009-10-21 | remove lib/charset.alias from CHECK_FILES_SKIP | tnn | 1 | -4/+1 | |
2009-10-20 | Allow USE_JAVA=build (build dependency on jre). | obache | 1 | -5/+11 | |
2009-10-14 | Support lang/openjdk7 and make it the default on | wiz | 1 | -5/+17 | |
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64. | |||||
2009-10-11 | explain snort-prelude | hubertf | 1 | -1/+1 | |
2009-10-11 | Fix tuwien GNU path. | wiz | 1 | -2/+2 | |
2009-10-11 | don't assume we have /bin/zcat | tnn | 1 | -1/+3 | |
2009-10-06 | Use the correct variable names. | joerg | 1 | -4/+4 | |
2009-10-05 | Fix indentation of show-buildlink3, came from a typo. | obache | 1 | -2/+2 | |
2009-10-02 | Fix typo in comment. | obache | 1 | -2/+2 | |
2009-09-29 | * Add readline which select GNU readline explicitly. | taca | 1 | -2/+1 | |
* Remove squirrelmail-japanese and squirrelmail-lite. | |||||
2009-09-25 | Describe the "cvs" option. End "svn" description with a dot. | schmonz | 1 | -1/+2 | |
2009-09-24 | Unconditionally set the default ABI to 32-Bit for Mac OS X Snow Leopard. | tron | 1 | -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-24 | The 64-Bit version of "libiconv" is not compatible with the GNU version | tron | 1 | -1/+5 | |
and therefore rejected by e.g. the "glib2" package. Use the "libiconv" package to fix this. Approved by Alistair Crooks. | |||||
2009-09-22 | Workaround for amd64 vs x86_64 mess on DragonFly as well. | hasso | 1 | -1/+5 | |
2009-09-22 | Try again to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit): | tron | 1 | -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-21 | Revert last change. It doesn't work properly because the "ABI" setting | tron | 1 | -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-21 | add an option to openvpn to enable using certificates on USB sticks | spz | 1 | -0/+1 | |
or cards (etc) that are using the PKCS11 protocol | |||||
2009-09-21 | Try to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit): | tron | 1 | -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-20 | Fix syntax. Mea culpra | joerg | 1 | -2/+2 | |
2009-09-20 | Avoid hardcoding sandbox location in a shell script. | wiz | 1 | -2/+2 | |
2009-09-18 | Fix a typo, no idea why this didn't show up when I tested this before. | dmcmahill | 1 | -2/+2 | |
2009-09-18 | Teach this file about the lang/gcc44 package | dmcmahill | 1 | -7/+44 | |
2009-09-18 | Deal with strip idiosyncracies: | joerg | 1 | -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-15 | added openssl and nss option descriptions | spz | 1 | -0/+2 | |
2009-09-13 | Add support for X.org bundled with Mac OS X Snow Leopard. | tron | 2 | -7/+11 | |
2009-09-12 | Add 32 bit and 64 ABI options for GCC under Mac OS X. | tron | 1 | -1/+6 | |
2009-09-12 | Add comment describing version numbers for Mac OS X Snow Leopard. | tron | 1 | -1/+2 | |
2009-09-12 | Always set both --host and --build, a number of programs want to use | joerg | 1 | -1/+3 | |
a cross-compile like environment otherwise. | |||||
2009-09-10 | Replace tab with space. | joerg | 1 | -2/+2 | |
2009-09-10 | Teach remove_todo how to remove entries for Python packages. | wiz | 1 | -1/+1 | |
2009-09-09 | Add qt3 module. | obache | 1 | -1/+2 | |