Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-11-09 | The "transform" file is used to transform arguments on the command line. | jlam | 1 | -7/+46 |
2004-11-08 | g/c unused variable _ws_sep. | jlam | 1 | -2/+1 |
2004-11-08 | Whitespace fixes. | jlam | 1 | -75/+75 |
2004-11-08 | Remove unnecessary argument checks. | jlam | 1 | -56/+1 |
2004-11-06 | Remove "aleron.dl.sourceforge.net" from "MASTER_SITE_SOURCEFORGE" | tron | 1 | -2/+1 |
2004-11-05 | Add a switch SUSE_PREFER which can be set to 9.1 to get | wiz | 1 | -13/+19 |
2004-11-02 | Some updates for DragonFly from Todd Willey via tech-pkg. | wiz | 2 | -9/+7 |
2004-11-02 | Correct whitespace after UPDATE_RUNNING changes | agc | 1 | -5/+5 |
2004-11-02 | Set UPDATE_RUNNING=YES when deinstalling due to a update or replace target. | erh | 1 | -5/+15 |
2004-10-31 | Add DragonFlyBSD support, provided by Todd Willey on tech-pkg. | wiz | 4 | -1/+1882 |
2004-10-29 | Clarify previous (missing a word). | tv | 1 | -3/+3 |
2004-10-29 | Add a block comment to track the base addresses of Interix shlibs as used | tv | 1 | -1/+24 |
2004-10-29 | Collapse ROOT_CMD a little; it's possible to make all invocations do the | tv | 1 | -8/+3 |
2004-10-29 | Changed name of variable from file to cfile (config file) so that pkglint has | darcy | 1 | -4/+4 |
2004-10-28 | Fix shlib execute perm pattern (was broken after 1.1537). | tv | 1 | -3/+4 |
2004-10-28 | mysql.bl3.mk suggested by Jaromir Dolecek (jdolecek@): | xtraeme | 1 | -0/+81 |
2004-10-28 | Fix path to CPAN on cloud9. | wiz | 1 | -2/+2 |
2004-10-27 | - Allow CXXFLAGS to be set on a per-OS basis (read added to OPSYSVARS). | recht | 1 | -2/+5 |
2004-10-27 | Don't chmod shlibs that are symlinks; fixes issue noted by <grant@netbsd.org>. | tv | 1 | -3/+3 |
2004-10-27 | whitespace police and tidyup of PLIST_SUBST. no functional change. | grant | 1 | -13/+13 |
2004-10-26 | Add missing PKG_SKIP_REASON when ${_PGSQL_VERSION} is defined, but | xtraeme | 1 | -2/+2 |
2004-10-26 | Modify the comment about FETCH_RESUME_ARGS a bit, to sync with | xtraeme | 1 | -3/+3 |