summaryrefslogtreecommitdiff
path: root/devel/nasm
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31* Move info file entries into the PLIST.jlam2-4/+5
* Honor PKGINFODIR and EMACS_INFOPREFIX.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
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-2/+2
2005-12-27Use PKGMANDIR instead of "man" for the INSTALLATION_DIRS.reed1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
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-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-05- Bump to nb1 for recent security issueadrianp3-2/+17
- https://bugzilla.redhat.com/beta/show_bug.cgi?id=152962 - https://bugzilla.redhat.com/beta/show_bug.cgi?id=152963 - https://www.redhat.com/archives/fedora-cvs-commits/2005-April/msg00159.html - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1194
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-08Use BUILDLINK_TRANSFORM instead of SUBST_CLASSES to removextraeme1-6/+2
compiler flags, thanks wiz.
2005-03-08Don't use -std=c99 when CC_VERSION < gcc-3 (because it's an unimplementedxtraeme1-1/+11
option), this should fix PR pkg/29533.
2005-03-05be less restrictive about the gcc3 requirement, >=3.0 is fine.grant1-2/+2
2005-03-03require gcc-3.3, should fix problem seen on 1.6 bulk builddrochner1-1/+2
2005-02-25Remove obsolete patch files.tron7-383/+0
2005-02-25Changes 0.98.39:adam3-31/+24
* fix buffer overflow * fix outas86's .bss handling * "make spotless" no longer deletes config.h.in. * %(el)if(n)idn insensitivity to string quotes difference (#809300). * (nasm.c) __OUTPUT_FORMAT__ changed to string value instead of symbol.
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-06Bump to nb1 for recent security issue:adrianp9-2/+393
http://sourceforge.net/mailarchive/forum.php?thread_id=6166881&forum_id=4978 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1287
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-02-16Remove info files entries from PLIST.seb1-16/+1
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-05bl3ifyjlam1-1/+6
2003-10-05Update to 0.98.38:wiz2-5/+5
* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify mkdep.pl to be able to generate completely pathless dependencies, as required by OpenWatcom wmake (it supports path searches, but not explicit paths.) * Fix the STR instruction. * Fix the ELF output format, which was broken under certain circumstances due to the addition of stabs support. * Quick-fix Borland format debug-info for -f obj * Fix for %rep with no arguments (#560568) * Fix concatenation of preprocessor function call (#794686) * Fix long label causes coredump (#677841) * Use autoheader as well as autoconf to keep configure from generating ridiculously long command lines. * Make sure that all of the formats which support debugging output actually will suppress debugging output when -g not specified.
2003-09-17Update to 0.98.37 (really, rename nasm-devel to nasm). This version is farjmmv6-18/+118
more complete than 0.98, plus homogenizing the package in a single one will save us from conflicts during bulk builds (and during manual builds too).
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-01-13HOMEPAGE has changed.salo1-2/+2
2002-08-26buildlink1 -> buildlink2jlam1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-06-26Mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ 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
1999-07-05Adapt this package to NetBSD.sakamoto4-16/+12
1999-07-05Import FreeBSD's "nasm" port:sakamoto5-0/+34
General-purpose multi-platform x86 assembler