Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-16 | Try removing lib/gcc-lib. | wiz | 1 | -1/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 13 | -23/+26 | |
2006-02-02 | Use ${LOCALBASE}/bin/rpm2cpio instead of the plain rpm2cpio. It could not | rillig | 1 | -2/+2 | |
be found before unless ${LOCALBASE}/bin was in the PATH. | |||||
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 1 | -1/+2 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2006-01-23 | Fixed pkglint warnings. | rillig | 1 | -17/+17 | |
2006-01-10 | Keep ulong typedef on DragonFly. | joerg | 2 | -5/+7 | |
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-12-23 | Use O_FSYNC for O_SYNC on DragonFly. | joerg | 2 | -8/+19 | |
2005-12-23 | Use for + install instead of just a single install to work around | joerg | 1 | -2/+2 | |
argument size limitations. With over 1000 files to install, the default limit of 65535 byte on DragonFly is clearly not enough for normal path names. | |||||
2005-12-19 | Fix errno. | joerg | 2 | -1/+15 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 2 | -4/+4 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 13 | -38/+37 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-11-11 | Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT | tonio | 1 | -3/+3 | |
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions | |||||
2005-11-08 | convert to use tex.buildlink3.mk. | tonio | 1 | -2/+4 | |
use BUILD_DEPMETHOD=build | |||||
2005-11-05 | Fixed pkglint warnings: | rillig | 3 | -23/+21 | |
- Using "+=" with CONFIGURE_ARGS. - Converted patch-ab to unified format. - Replaced ${PKGNAME:...} with a simple "avr-gdb". | |||||
2005-10-24 | Replaced USE_GMAKE=yes with USE_TOOLS+=gmake. | rillig | 1 | -2/+2 | |
2005-10-20 | Remove bogus build.sh entry. | wiz | 1 | -2/+1 | |
2005-08-15 | Upgrade avr-libc to version 1.2.5. | wennmach | 5 | -176/+178 | |
avr-libc-1.2.5 is the 5th bugfix release after 1.2. The following list shortly summarizes the changes in version 1.2.0 compared to version 1.0.5 of AVR Libc, which was the latest release from the 1.0 release line by the time 1.2.0 was released. * Removal of all items marked as deprecated in the past, namely: o all header files from the base include directory, as they have been moved to the avr/ subdirectory long time ago (e.g. <io.h> is now <avr/io.h>), o deprecated macros and functions (sbi, cbi, inb, outb, inp, outp, inw, outw, BV, PRG_RDB, eeprom_rb, eeprom_rw, eeprom_wb) o <avr/timer.h> removed completely, as it was bogus and not really useful at all * <avr/ina90.h> and <avr/twi.h> have been moved to the new <compat/...> include subdirectory, * The following new devices are supported: o ATmega165 o ATmega325 o ATmega3250 o ATmega645 o ATmega6450 o ATmega48 o ATmega88 o ATmega168 o ATtiny13 o ATtiny2313 o AT90CAN128 * realloc() is now implemented, * the boot API has been changed in a way that is incompatible with the 1.0 API, * the delay API has two new functions added to allow the specification of delays directly in microseconds, or milliseconds, * documentation changes: a newer version of Doxygen is used; Unix-style manual pages are now generated as part of the documentation; a helper script named avr-man can be used to display these manual pages, * a single unified Copyright now applies to all files in AVR Libc. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 2 | -6/+4 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 3 | -8/+6 | |
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-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. |