Age | Commit message (Expand) | Author | Files | Lines |
2004-11-23 | add {CC,CXX,FC,F77}PATH variables which give the complete path and | dmcmahill | 5 | -5/+17 |
2004-11-22 | Now that no package uses USE_GCC_SHLIB any longer, remove support | wiz | 2 | -21/+8 |
2004-11-22 | Remove a duplicate gnome mirror, and fix path on a second one. | wiz | 1 | -3/+2 |
2004-11-22 | Change perlfiles var to look for files from perl*, | wiz | 1 | -2/+2 |
2004-11-20 | add OSF1 bits. | grant | 1 | -0/+1020 |
2004-11-20 | Add AMANDA_TMP | kim | 1 | -1/+6 |
2004-11-20 | quieten spurious broken pipe output from cc. | grant | 1 | -4/+4 |
2004-11-20 | add pthread glue for OSF1, patch from Tobias Nygren. | grant | 1 | -1/+7 |
2004-11-20 | backout cvs misfire | grant | 1 | -2/+1 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 9 | -7/+397 |
2004-11-19 | Remove PERL5_USE_THREADS setting now that the default is perl58-thread. | tv | 1 | -4/+1 |
2004-11-18 | OpenBSD's pax(1) doesn't support -O flag, so use the pkgsrc one. | xtraeme | 1 | -2/+2 |
2004-11-18 | OpenBSD was fork()ed from NetBSD, so this uses -lossaudio as well. | xtraeme | 1 | -2/+2 |
2004-11-17 | Remove some obsolete/deprecated variables that have been in this file | jlam | 1 | -43/+1 |
2004-11-17 | Move selection of the default perl58 (whether it is threaded or not) into | jlam | 1 | -1/+11 |
2004-11-17 | PTHREAD_AUTO_VARS is "yes" or "no" for whether the values of the | jlam | 1 | -1/+10 |
2004-11-17 | Generalize BUILDLINK_AUTO_LIBS.<pkg> to BUILDLINK_AUTO_VARS.<pkg>, | jlam | 1 | -19/+20 |
2004-11-17 | BUILDLINK_AUTO_LIBS.<pkg> is "yes" or "no" for whether BUILDLINK_LIBS.<pkg> | jlam | 1 | -6/+13 |
2004-11-17 | For some reason EVAL_PREFIX is not properly using the _DEFAULT values, so | tv | 2 | -2/+4 |
2004-11-17 | Don't check _*PREFIX/bin for the requested compiler hook program. If | tv | 2 | -27/+17 |
2004-11-17 | If we don't need to link against -ldb or -ldb1 (because the DB functions | jlam | 1 | -3/+5 |
2004-11-16 | Preserve the .work.log file from a broken build as .broken.work.html | jlam | 4 | -6/+34 |
2004-11-16 | Revert previous (re-add common CPP_PRECOMP_FLAGS). For consistency, also | tv | 13 | -40/+32 |
2004-11-16 | CPP_PRECOMP_FLAGS is a Darwinism only. Move its frobbing of CPPFLAGS to | tv | 13 | -26/+14 |
2004-11-15 | If we're using db1, the create a compatibility header db_185.h that is | jlam | 1 | -1/+10 |
2004-11-15 | Whitespace nits. | jlam | 1 | -8/+8 |
2004-11-15 | Store the actual library options in BUILDLINK_LDADD.db1 and append that | jlam | 1 | -3/+4 |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 2 | -58/+120 |
2004-11-15 | Set some _OPSYS_SHLIB_TYPE to precisely 'ELF' on platforms where a.out is | tv | 3 | -6/+6 |
2004-11-14 | Add a mini-framework to centralise the handling of "hacks" for getting | jlam | 2 | -1/+75 |
2004-11-12 | Move PREFER_NATIVE_PTHREADS default setting to from pthread.buildlink3.mk | jlam | 2 | -3/+7 |
2004-11-12 | Don't expand .la files in PLISTs that are symlinks. The expansion should | jlam | 1 | -2/+2 |
2004-11-12 | Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. | sketch | 3 | -12/+16 |
2004-11-12 | Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as | jlam | 2 | -4/+6 |
2004-11-12 | Bulk builds should be defaulting to building perl58. | jlam | 2 | -4/+4 |
2004-11-12 | Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added | jlam | 1 | -2/+1 |
2004-11-12 | (1) Split out the native (built-in) pthread detection in | jlam | 3 | -50/+101 |
2004-11-12 | Teach the native linker to accept "-pthread" by silently dropping it. | jlam | 1 | -3/+12 |
2004-11-12 | Add a new variable BUILDLINK_LIBS.<pkg> which contains a list of -l... | jlam | 1 | -10/+32 |
2004-11-12 | Well, the double libtool BUILD_DEPENDS is already annoying people and I'd | tv | 1 | -5/+3 |
2004-11-11 | Bump that libtool version number back down to nb1 where it was in previous. | tv | 1 | -2/+2 |
2004-11-11 | Change the way _OPSYS_LIBTOOL_REQD works slightly. | tv | 1 | -7/+5 |
2004-11-11 | NetBSD now needs libtool-base-1.5.10nb6. | tv | 1 | -1/+2 |
2004-11-11 | -pthread is invalid for Interix gcc. Add a failure for it so that | tv | 1 | -2/+2 |
2004-11-10 | Correct debugging output to show the actual script name. | jlam | 2 | -4/+4 |
2004-11-10 | Backout previous pending further testing. There are rumors of problems | jlam | 1 | -3/+1 |
2004-11-10 | Allow BUILDLINK_BUILTIN_MK.<pkg> to point to the builtin.mk file for the | jlam | 1 | -8/+10 |
2004-11-10 | If we are using native pthreads, then add "pthread" to BUILDLINK_PACKAGES | jlam | 1 | -1/+3 |
2004-11-10 | SunPro understands -Wl,* and passes to the relevant backend, so don't bin it. | sketch | 1 | -3/+9 |
2004-11-10 | Update _GCC_DIST_VERSION to 3.4.3 | shannonjr | 1 | -2/+2 |