summaryrefslogtreecommitdiff
path: root/emulators/simulavr
AgeCommit message (Collapse)AuthorFilesLines
2011-12-18Patch up gcc inline mess. Fixes build with gcc 4.5.dholland8-1/+381
2011-12-17Add missing mk/curses buildlink.sbd1-2/+3
Bump PKGREVISION
2010-01-29DESTDIR readyjoerg1-1/+3
2009-08-25Remove BROKEN_IN variable. It was no maintained, and there was nowiz1-3/+1
defined workflow for setting it, removing it, or removing packages depending on it.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-03-07Sync PLIST and build instructions: force it to believe thatjoerg3-14/+25
texi2dvi and texi2html exist, so that configure believes that the documentation is wanted. Afterwards just patch the Makefile to not really use those as intended according.
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2006-09-10pkglint says, INFO_FILES should be set to YES or yes.obache1-2/+2
2006-09-10Update MASTER_SITES.obache1-2/+2
2006-06-16A package that installs info files should define INFO_FILES in thejlam1-1/+2
package Makefile.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-02Fix PLIST. Remove BROKEN_IN.wiz2-10/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-22Add patch to make this look for the generated html pageswiz2-1/+15
in the correct place. Should fix bulk build.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-20Add build dependency on avr-binutils and avr-gcc to fix build as these toolsjmmv1-2/+4
are required. Also use the correct style to depend on any version of doxygen.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-12-30Initial import of simulavr, contributed by Ola Eriksson inkristerw4-0/+60
PR pkg/27596. The Simulavr program is a simulator for the Atmel AVR family of microcontrollers. Simulavr can be used either standalone or as a remote target for gdb. When used in gdbserver mode, the simulator is used as a backend so that gdb can be used as a source level debugger for AVR programs.