Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-20 | Prevent paths to the build work directories being included in the packages. | kristerw | 1 | -2/+4 | |
2005-06-20 | Revert previous, as cross/* packages don't install with | jlam | 1 | -2/+2 | |
${PREFIX} == ${LOCALBASE}. | |||||
2005-06-17 | Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of | jlam | 1 | -2/+2 | |
${PREFIX}. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-06-14 | Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error when | kristerw | 1 | -1/+3 | |
"Unwrapping files-to-be-installed". | |||||
2005-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 2 | -4/+5 | |
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-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 9 | -18/+18 | |
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-05-16 | Note that tar is required by this package. | jlam | 2 | -2/+4 | |
2005-04-22 | Remove i386-linuxglibc1 -- astonishingly obsolete, and currently broken. | wiz | 5 | -684/+1 | |
2005-04-18 | Remove MASTER_SITES entry which does not have the files any longer. | wiz | 1 | -2/+2 | |
2005-04-18 | Make build on 2.0. | wiz | 2 | -1/+16 | |
2005-04-18 | Update MASTER_SITES, and add SITES_* for wmemu2b.zip. | wiz | 1 | -3/+12 | |
2005-04-18 | Make build on 2.0. | wiz | 2 | -1/+16 | |
2005-04-18 | Set some SITES_* variables to speed up finding the appropriate download site. | wiz | 1 | -4/+4 | |
2005-04-18 | Make it compile on newer (heh!) NetBSD versions. | martin | 4 | -0/+58 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 9 | -18/+9 | |
2005-04-05 | Convert to bl3, untested. Improve COMMENT. | wiz | 2 | -7/+7 | |
2005-04-05 | Add buildlink3 file. | wiz | 1 | -0/+18 | |
2005-04-05 | Sort lines for pkglint. | wiz | 1 | -2/+2 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 4 | -8/+4 | |
useful. | |||||
2005-03-20 | Turn avr-binutils into a full dependency, not just a build one. It's needed | jmmv | 1 | -2/+3 | |
at run time and also to handle the removal of the ${PREFIX}/avr directory. Bump PKGREVISION to 1. | |||||
2005-03-02 | Fix html manual generation with texi2html, | wiz | 5 | -7/+42 | |
and depend on latest version, since it causes PLIST changes. Adapt PLIST. Bump PKGREVISION. | |||||
2005-02-24 | Add RMD160 digests | agc | 19 | -19/+71 | |
2005-01-27 | update MASTER_SITES. | kent | 1 | -1/+2 | |
PR#28801 | |||||
2005-01-01 | USE_PERL5_BUILD=yes -> USE_PERL5=build | minskim | 1 | -2/+2 | |
2004-12-30 | Update avr-libc to 1.0.4 using patches provided by Ola Eriksson in | kristerw | 4 | -80/+98 | |
PR pkg/28570. | |||||
2004-12-14 | Honor BINOWN, BINGRP, and BINMODE. | minskim | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 3 | -6/+6 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-11-22 | Update MAINTAINER's email address. | minskim | 1 | -2/+2 | |
2004-11-20 | Add and enable dasm. | minskim | 1 | -1/+2 | |
2004-11-20 | Import dasm from pkgsrc-wip. Packaged by mor (mor at linex dot com) | minskim | 7 | -0/+73 | |
in PR pkg/19899 and modified by me. DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11 processors. It is very popular for hacking/cross-developing on old 6502-based video game systems from Atari, Nintendo, etc. DASM processes output from the Distella Atari ROM disassembler without modification. | |||||
2004-11-07 | Add and enable uisp. | wiz | 1 | -1/+2 | |
2004-10-25 | uisp-20040311 | rumble | 5 | -0/+59 | |
AVR microcontroller hardware in-system programmer | |||||
2004-10-18 | Add readline prerequisite. | rumble | 1 | -1/+5 | |
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-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 4 | -12/+4 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-09-09 | Make this build with the version of binutils currently in cross-binutils. | wiz | 2 | -8/+8 | |
No idea if this works, since I don't know how to use this, but the diff looks sane enough to me. | |||||
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2004-08-06 | Update MASTER_SITES. | uebayasi | 2 | -4/+4 | |
2004-08-05 | use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror | drochner | 1 | -2/+2 | |
2004-08-02 | Make this package build after the cross/binutils update. | kristerw | 2 | -10/+8 | |
Bump PKGREVISION. | |||||
2004-08-02 | Add one more missing file. | kristerw | 2 | -3/+5 | |
Bump PKGREVISION. | |||||
2004-08-02 | Add a missing include file. | kristerw | 2 | -2/+5 | |
Bump PKGREVISION. | |||||
2004-07-09 | Adjust after update of cross/binutils, and bump PKGREVISION | kristerw | 15 | -603/+35 | |
for the packages depending on it. | |||||
2004-07-09 | Update to binutils-2.15. | kristerw | 21 | -2082/+1625 | |
Changes since binutils-2.9 are not easy to summarize, since it represent more than 6 years of active development... Solves PR pkg/13442. | |||||
2004-07-06 | Remove references to buildlink2. | wiz | 1 | -5/+1 | |
2004-07-04 | USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before) | wiz | 1 | -2/+2 | |