Age | Commit message (Expand) | Author | Files | Lines |
2004-02-02 | Whitespace fixes. | jlam | 2 | -10/+10 |
2004-02-02 | If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers. | jlam | 1 | -1/+12 |
2004-02-02 | If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS as | jlam | 1 | -1/+6 |
2004-02-02 | Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses what | jlam | 1 | -7/+7 |
2004-02-02 | Only create wrapper scripts for compilers that we require support for as | jlam | 2 | -6/+22 |
2004-02-02 | Support a new variable in package Makefiles: | jlam | 6 | -29/+118 |
2004-02-02 | transform -f{pic,PIC} -> -Kpic and -shared -> -G to fix building of | grant | 1 | -8/+13 |
2004-02-01 | Fix a broken conditional. | jlam | 1 | -3/+3 |
2004-02-01 | Use the gcc3-* packages instead of gcc3. The former are newer, and using | jlam | 1 | -16/+50 |
2004-02-01 | Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list). | jlam | 1 | -2/+2 |
2004-02-01 | use sanitize-rpath for SunPro again with the new compiler framework. | grant | 1 | -6/+5 |
2004-02-01 | USE_{SUNPRO,MIPSPRO} are deprecated... check PKGSRC_COMPILER instead. | jlam | 1 | -20/+5 |
2004-02-01 | Instead of silently failing to include missing files, be loud and give the | jlam | 1 | -4/+2 |
2004-02-01 | Actually, it does matter what _GCC_PKG is set to as it's re-used later as | jlam | 1 | -7/+3 |
2004-02-01 | Garbage collect compiler.mk as it's superseded by the new compiler | jlam | 1 | -272/+0 |
2004-02-01 | Allow PKGSRC_COMPILER to take precedence over any deprecated variables. | jlam | 1 | -6/+6 |
2004-02-01 | Match names for the C and C++ compilers with the ones we're masquerading. | jlam | 2 | -6/+6 |
2004-02-01 | Note that PKGSRC_COMPILER should end in a real compiler. | jlam | 1 | -1/+2 |
2004-02-01 | Prepend the path to the compiler to PATH even if we're using the builtin | jlam | 1 | -1/+6 |
2004-02-01 | When overriding libtool in the source directory, replace it with a shell | jlam | 1 | -3/+8 |
2004-02-01 | Prepend ${MIPSPROBASE}/bin to the PATH so that the correct compilers are | jlam | 1 | -1/+2 |
2004-02-01 | Spell MIPSPROBASE correctly. | jlam | 1 | -2/+2 |
2004-02-01 | We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk for | jlam | 2 | -6/+3 |
2004-02-01 | Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found by | jlam | 1 | -3/+3 |
2004-02-01 | How'd that -lb get there? | jlam | 1 | -2/+2 |
2004-02-01 | Use the new compiler selection framework instead of the old one. | jlam | 1 | -5/+5 |
2004-02-01 | New compiler specification framework, based on mk/compiler.mk. The | jlam | 6 | -0/+439 |
2004-01-31 | s/seperated/separated/ | snj | 1 | -2/+2 |
2004-01-31 | Bump the x11-links dependency to 0.20 to get the extensions/extutil.h | recht | 2 | -4/+4 |
2004-01-31 | Add some new variables for manual pages when using imake. | xtraeme | 4 | -5/+21 |
2004-01-31 | Fix IMAKE_MAN_SOURCE_PATH and IMAKE_MANNEWSUFFIX, this change should | xtraeme | 1 | -4/+3 |
2004-01-31 | It's GNU_CONFIGURE_PREFIX, not CONFIGURE_PREFIX. | jlam | 1 | -2/+2 |
2004-01-31 | fix typo in comment | grant | 1 | -2/+2 |
2004-01-31 | improve report layout: | grant | 1 | -197/+376 |
2004-01-30 | Use the stack in a smarter way. Take an argument (perhaps marshalling | jlam | 1 | -27/+30 |
2004-01-30 | Remove debugging line that I accidentally left there. | jlam | 1 | -2/+1 |
2004-01-30 | shut up a warning from gawk. | grant | 1 | -2/+2 |
2004-01-30 | Teach buildlink3 how to reorder libraries on the command line. You | jlam | 5 | -10/+107 |
2004-01-30 | allow the user to set the packages to build in build.conf (PKGLIST). | grant | 3 | -11/+28 |
2004-01-30 | print a useful error if the pkgsrc directory or src directory | grant | 1 | -3/+16 |
2004-01-30 | if an unknown option is given, don't treat it as a sandbox | grant | 1 | -3/+9 |
2004-01-29 | Update grub to 0.94: | jmmv | 1 | -1/+9 |
2004-01-29 | let tools.mk decide whether GNU patch is needed. | grant | 1 | -2/+2 |
2004-01-29 | bring back rev. 1.20. | grant | 1 | -2/+22 |
2004-01-29 | backout previous; it had other changes I didn't want to commit yet... | grant | 1 | -22/+2 |
2004-01-29 | add GNU gnu patch(1), to override patch(1) on some platforms. | grant | 2 | -4/+24 |
2004-01-29 | Revert the changes in revision 1.2 to do duplicate directory suppression. | jlam | 1 | -11/+3 |
2004-01-29 | Use a stack instead of the broken implementation of a circular list for the | jlam | 3 | -41/+25 |
2004-01-29 | Reorder arguments so that all of the -l options come after the -L options | jlam | 3 | -9/+25 |
2004-01-29 | Commit the buildlink3 developer's guide and the pkgviews user's guide until | jlam | 2 | -0/+453 |