summaryrefslogtreecommitdiff
path: root/devel/pedisassem
AgeCommit message (Collapse)AuthorFilesLines
2015-01-04Use BROKEN_ON_PLATFORM with LP64PLATFORMSdholland1-2/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-02-14DESTDIR supportjoerg1-3/+3
2010-01-07Use new ${LP64PLATFORMS} variable to restrict platforms instead of manualwiz1-2/+2
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2006-08-29Added a patch to avoid type casts on lvalues.rillig2-1/+27
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg3-1/+90
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-04-30Enable pkgviews installation.minskim1-1/+5
2005-04-30Honor BINOWN and BINGRP.minskim1-1/+3
2005-02-23Add RMD160 digests.agc1-1/+2
2004-05-07Add RCS tagscjep1-0/+1
2004-05-07s/malloc.h/stdlib.h/ for darwin/freebsddanw3-1/+22
also make it build without -Werror since newer versions of gcc complain about some of the code
2004-03-13Add x86_64 to the list of (unsupported) LP64 architectures.kristerw1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-09-26Update to 0.23. No changelog available, but it seems to mainly consistjschauma2-5/+5
of more commented debugging statements ;-). A diff between 0.22 and 0.23 is available for a limited period of time at http://guinness.cs.stevens-tech.edu/~jschauma/netbsd/pedisassem.diff
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+3
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-18mark as broken for alpha/sparc64 (LP64 problems)dmcmahill1-1/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-24win32 disassembleritojun6-0/+31