Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-27 | Rename "SITES_* to "SITES.*" for file-specific lists of sites from which | jlam | 1 | -4/+4 | |
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk. | |||||
2006-02-16 | Try removing lib/gcc-lib. | wiz | 1 | -1/+2 | |
2006-01-05 | Regenerate patch, DragonFly's patch doesn't like it. | joerg | 1 | -20/+16 | |
2006-01-05 | Fix GCC 3.4: prototype and implementation mismatch. | joerg | 1 | -0/+13 | |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -2/+2 | |
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. | |||||
2005-06-27 | Fixed a typo (UES_TOOLS => USE_TOOLS). | rillig | 1 | -2/+2 | |
2005-06-20 | Prevent paths to the build work directories being included in the packages. | kristerw | 1 | -2/+4 | |
2005-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 1 | -2/+2 | |
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-19 | Note that we'll need to use patch to apply the various toolchain patches. | jlam | 1 | -1/+2 | |
2005-04-18 | Set some SITES_* variables to speed up finding the appropriate download site. | wiz | 1 | -4/+4 | |
2004-10-07 | * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, | jlam | 1 | -2/+2 | |
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR. | |||||
2004-07-09 | Adjust after update of cross/binutils, and bump PKGREVISION | kristerw | 7 | -587/+15 | |
for the packages depending on it. | |||||
2004-07-06 | Remove references to buildlink2. | wiz | 1 | -5/+1 | |
2004-01-25 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-09-30 | DTRT for USE_BUILDLINK2=no (or rather [nN][oO]). | kristerw | 1 | -2/+2 | |
2002-10-03 | Use autoconf.mk. | wiz | 1 | -2/+4 | |
2002-09-30 | Adapt for buildlink2 usage, and fix up CFLAGS/CXXFLAGS so that they don't | jlam | 1 | -1/+11 | |
carry optimizations for the native compiler. | |||||
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 1 | -2/+2 | |
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case. | |||||
2001-03-28 | Sync with BUILD_DEPENDS semantics change. | toshii | 1 | -2/+2 | |
2001-03-10 | Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE. | wiz | 1 | -9/+10 | |
Fixes pkg/7006. | |||||
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -2/+2 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-01-29 | Some more MESSAGE cleanup. | wiz | 1 | -1/+2 | |
2001-01-29 | Add a 'cross-env' script which helps set up the environment for cross | abs | 1 | -2/+2 | |
compiling or similar. Based on various postings and notes from the site. | |||||
2001-01-22 | sync with gnu/dist/gas/config/tc-sh.c rev. 1.2 | msaitoh | 1 | -0/+11 | |
2001-01-22 | patches for sh3. Sync with: | msaitoh | 1 | -0/+746 | |
gnu/dist/gcc/config/sh/sh.c rev. 1.7 sh.h rev. 1.5 sh.md rev. 1.7 | |||||
2001-01-09 | on egcs installation, use install-multilib if we are using multilib target. | itojun | 1 | -2/+8 | |
fixes libgcc.a build problem mentioned on port-sh3. we should not hardcode targets into egcs-install, we should modify egcs/gcc/Makefile.in and obey whatever configure decided... | |||||
2001-01-04 | add sh*- and shel*- targets. | itojun | 2 | -0/+991 | |
XXX there seem to be gcc internal issue with sh3 code generator, specifically with -O2. sys/nfs/* bombs with internal error. | |||||
2000-11-09 | pax -> ${PAX}, chown -> ${CHOWN}, test -> ${TEST} | wiz | 1 | -6/+6 | |
2000-09-30 | Move this into .../COMMON/patches-egcs/, where it belongs. | fredb | 1 | -0/+13 | |
2000-06-11 | Pull in the change to only do the null format string check if -pedantic. | mycroft | 1 | -0/+14 | |
2000-06-01 | picking nits... | wiz | 1 | -2/+2 | |
2000-02-19 | Oops, fatal typo. (s/#ifndef/#ifdef/) | tsutsui | 1 | -2/+2 | |
Apologies for my fault. | |||||
2000-02-19 | - Add support of mipseb target. | tsutsui | 2 | -25/+125 | |
- Make cross-packages compile on mips and powerpc hosts. | |||||
2000-02-19 | Add a patch for mipseb target. | tsutsui | 1 | -0/+45 | |
1999-12-18 | Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, and | wrstuden | 1 | -2/+2 | |
libiberty.a. Lets other packages link against this libbfd. Discussed with Todd, and an interum fix until he can bash on this package some more. | |||||
1999-10-27 | Provide --with-gxx-include-dir explicitly, to match expectations | fredb | 1 | -2/+4 | |
in PLIST-egcs-cxx-runtime. Fixing the PLIST, instead, would cause the installed files to collide with the other cross compilers. | |||||
1999-07-16 | Added BUILD_DEPENDS+= autoheader:../../devel/autoconf as egcs build depends | wrstuden | 1 | -1/+2 | |
on autoheader. Granted these packages aren't doing well, but this closes PR 7784 by Kazuki Sakamoto <sakamoto@netbsd.org> | |||||
1999-05-21 | disable sparc64 support for now; it kills sparc-netbsdelf which is actually ↵ | mrg | 1 | -2/+4 | |
very useful right now. | |||||
1999-02-18 | Let's try this again; we need *both* slashes. | tv | 1 | -2/+2 | |
1999-02-18 | Re-add the slash in the binutils directory modifier. Noticed in PR | tv | 1 | -2/+2 | |
pkg/7005 in certain configurations. | |||||
1999-02-14 | patches to egcs for i386-netbsdelf. | mrg | 3 | -0/+657 | |
1999-02-05 | pull in a patch to make the sparc-netbsdelf compiler work for userland | mrg | 1 | -0/+21 | |
1999-02-03 | The pathname doesn't need a slash for the master site subdirectory. | tv | 1 | -2/+2 | |
1999-02-03 | Fix MASTER_SITES for the binutils package. | tv | 1 | -2/+2 | |
1999-01-13 | Add --enable-64-bit-bfd to gas's configure args to match binutils pkg's | tv | 1 | -2/+2 | |
args. | |||||
1999-01-06 | Fix this patch as for binutils. | tv | 1 | -7/+7 | |
1999-01-06 | Fix these patches: they work now on very -current. | tv | 1 | -7/+9 | |
1999-01-06 | Ditto, for egcs. | tv | 1 | -0/+39 | |
1999-01-06 | Fix handling of sys_{errlist,nerr} in strerror.c. | tv | 1 | -0/+39 | |