The NetBSD Project

CVS log for pkgsrc/devel/yasm/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / yasm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.36 / (download) - annotate - [select for diffs], Thu Apr 14 23:18:04 2016 UTC (7 years, 11 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, HEAD
Changes since 1.35: +3 -1 lines
Diff to previous 1.35 (colored) to selected 1.21 (colored)

Add support for CFLAGS

This fixes the build with PKGSRC_MKPIE.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Feb 25 12:12:50 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.34: +2 -4 lines
Diff to previous 1.34 (colored) to selected 1.21 (colored)

Use OPSYSVARS.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 17 16:37:56 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored) to selected 1.21 (colored)

Update to 1.3.0:

Changes from 1.2.0 to 1.3.0:

    Add AMD TBM instructions.
    Add HSW TSX instructions.
    Fix ãÑmulhrw ã×phaddudq and ã×pbroadcastqinstructions.
    Add Intel SHA, ADX, RDSEED, and SMAP instructions.
    Use a larger hash table size in NASM macro handling.
    Add support for x32 ABI (called ãÆlfx32.
    Add support for ãÇunctiondecorator in win32/win64 object
    files.
    In Mach-O, only warn on repeated flags if the new flags are
    different.

Revision 1.33 / (download) - annotate - [select for diffs], Fri May 10 04:28:21 2013 UTC (10 years, 10 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.32: +12 -1 lines
Diff to previous 1.32 (colored) to selected 1.21 (colored)

Fix cross-build of devel/yasm by setting CC_FOR_BUILD to NATIVE_CC.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:55 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.31: +1 -3 lines
Diff to previous 1.31 (colored) to selected 1.21 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Nov 29 17:13:42 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.21 (colored)

Update to 1.2.0:

Changes from 1.1.0 to 1.2.0:

  o Add AVX2 instructions (rev 11 of Intel AVX reference) (#227).
  o Allow 64-bit LFS/LGS/LSS.
  o Improve LAR instruction support (#224).
  o Default win64 .xdata to nobase, add support for ..imagebase (#135).
  o Fix TIMES relocation handling.
  o Fix no-suffix push and pop in GAS mode (#212).

Revision 1.30 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:24 2011 UTC (12 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.21 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Dec 26 12:07:01 2010 UTC (13 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.28: +7 -1 lines
Diff to previous 1.28 (colored) to selected 1.21 (colored)

Fix linking command, otherwise LDFLAGS aren't used: needed for special LDFLAGS on Mac OS X

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 12 22:42:32 2010 UTC (13 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.21 (colored)

Update to 1.1.0:

Changes from 1.0.1 to 1.1.0:

    * Fix a number of issues with Win32 SAFESEH support (#139).
    * Fix several 32-bit Mach-O (macho32) bugs (#212 and others).
    * Add Intel post-32nm instructions (section 7 of AVX spec).
    * Add XSAVEOPT, INVEPT, INVVPID, and GETSEC instructions (#211).
    * Remove AMD CVT16 instructions.
    * Don't emit unnecessary REX.W for pinsrw instruction (#207).
    * Update gettext to 0.17 (#206).

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 16 19:36:28 2010 UTC (13 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.21 (colored)

update to 1.0.1
changes:
-Fix ELF32 shared object relocations
-Ignore [warning] directive

Revision 1.26 / (download) - annotate - [select for diffs], Fri Apr 23 21:32:00 2010 UTC (13 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.21 (colored)

Update to 1.0.0:

Changes: This release adds GAS syntax preprocessor support, Visual
Studio 2010 integration, and support for AMD XOP, FMA4, and CVT16
instructions. It also incorporates many bugfixes.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 22 21:14:24 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.21 (colored)

Update to 0.8.0, set LICENSE.

This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend.  It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Oct 24 16:03:17 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.21 (colored)

Update to 0.7.2:

This release adds 64-bit Mach-O PIC support, --prefix and --suffix
options for naming globals, and support for newly specified AVX/AES
instructions not in the original spec. It also generates a GOTPCREL
relocation for "rel wrt ..gotpc" and optimizes non-strict push to
byte size in all possible cases, along with several other fixes.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 18 23:33:56 2008 UTC (15 years, 7 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.21 (colored)

Update to version 0.7.1.

Changes from 0.7.0 to 0.7.1:

	* AVX instruction bugfixes (0.7.0 errata)
	* Build fixes (crashes on some machines)
	* Minor CPU flags fixes

Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 25 07:21:20 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update to 0.7.0:

Changes from 0.6.2 to 0.7.0:

   * Intel Advanced Vector Extensions (AVX) instruction support.
   * Multi-section binary support (see #71, #99, [2010]).
   * Add support for ELF32 and ELF64 TLS (thread local storage)
     relocations.
   * Allow use of 0X in addition to 0x to prefix hex constants (#127).
   * Allow underscores in hex, binary, and octal constants (e.g.
     0111_1111b).
   * Fix memory sizes on SSE/SSE2 instructions (#119).
   * Allow standalone prefixes (#122).
   * Simplify new varieties of sym-sym values (#124).
   * Support SAFESEH directive for win32 SEH handlers (#130).
   * Enable sym@FOO constructs in GAS parser.
   * SSE5 condition code support.
   * Other bugfixes.

Revision 1.21 / (download) - annotate - [selected], Sun Oct 21 23:41:59 2007 UTC (16 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Update yasm to 0.6.2.

Changes:
- AMD SSE4a and SSE5 instruction support.
- AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction support.
- 16-bit float value (IEEE-754r half precision) support (desirable for SSE5).
- Added "oword", "do", and "reso" aliases for "dqword", "ddq", "resdq".
- Added easier RIP-relative addressing with rel/abs modifiers and "default"
  directive to set default rel/abs mode (see AMD64 for details).
- CPP preprocessor. Contributed by Paul Barker
- GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee
- GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo
- Command line aliases for -d (-D) and -u (-U) for increased NASM command line
  compatibility. Requested by Mike Frysinger
- ..gotpc ELF32 bugfix: #114
- Minor bugfixes (CPU setting for a few instructions, hash lookup).

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 8 11:45:47 2007 UTC (16 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.21 (colored)

Update to 0.6.1:

This release adds SSE4.1 and SSE4.2 instruction support, a .set
directive in the GAS parser, and allowing Mach-O custom sections.
Bugfixes include fixes to AMD Pacifica (SVM) instructions, absolute
section handling, RIP-relative cross-section references in bin
output, and many others.

Revision 1.19 / (download) - annotate - [select for diffs], Sat May 19 21:42:54 2007 UTC (16 years, 10 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored) to selected 1.21 (colored)

Package supports installation to DESTDIR.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 8 19:09:27 2007 UTC (17 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored) to selected 1.21 (colored)

Update to 0.6.0:

New features (compared to 0.5.0):

    * Brand-new "virtual" multi-pass optimizer that automatically
      generates much smaller code for jumps and immediates.
    * Support for Mach-O object format used in MacOS X, including
      both the 32-bit (x86) and 64-bit (AMD64) versions (contributed
      by Henryk Richter).
    * Support for structured exception handling on Win64.
    * Support for RDOFF2 (.rdf) object format.
    * Support for STRICT keyword in NASM syntax.
    * Rewritten NASM and GAS parsers (now recursive descent rather
      than Bison-based).
    * Absolute / FAR location bugfixes.
    * Yasm no longer defaults to reading from standard input if no
      files are specified; standard input can be specified with "-".
    * Many other bugfixes.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 12 21:05:06 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored) to selected 1.21 (colored)

Update to 0.5.0, provided by the new maintainer, Shaun Amott, in PR 34190.

New features in this release (compared to 0.5.0rc2):

   - Support for arithmetic on single-character constants.
   - Support for OUTPUT_FORMAT as an alias for YASM_OBJFMT.
   - A couple of other bugfixes.

New features in this release (compared to 0.5.0rc1):

   - Support for CodeView 8.0 source debugging (as used by Visual Studio
     2005).
   - Fixed -I support to properly handle relative paths (now the search
     pattern is essentially identical to most C compilers). This change is
     backwards incompatible (to both NASM and earlier Yasm versions), but
     is much more consistent.
   - Standard macros that provide version information: __YASM_MAJOR__,
     __YASM_MINOR__, __YASM_SUBMINOR__, __YASM_BUILD__, __YASM_VERSION_ID__
     and __YASM_VER__.

New features in this release (compared to 0.4.0) include:

   - Aliases for AMD64 object formats: "win64" and "elf64" (these
     automatically set the machine to "amd64").
   - "x64" alias for Win64 object format (for easier use with Visual
     Studio).
   - DWARF2 debugging format (enable with "-g dwarf2").
   - GAS parser good enough to take GCC output for both AMD64 and 32-bit
     x86 (including DWARF2 debug information).
   - Dozens of bugfixes in x86 and AMD64 support.
   - Specifying "amd64" as the machine (or using a 64-bit object format)
     automatically sets BITS 64.

Known issues with this release include:

   - List output is buggy and often outright wrong.
   - The optimizer is a very basic 2-pass style and generates inefficient
     (large) code at times.
   - The binary object format does not yet support sections other than
     .text, .bss, and .data, unlike newer versions of NASM (see Trac bug
     #71).

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 13 18:27:24 2006 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored) to selected 1.21 (colored)

BROKEN_GETTEXT_DETECTION already defaults to "no".

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:32 2006 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.21 (colored)

BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:30 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.21 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:54 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.21 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 20 11:17:28 2005 UTC (18 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.21 (colored)

Unbreak gettext broken by BROKEN_GETTEXT_DETECTION.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 4 20:00:01 2005 UTC (18 years, 3 months ago) by kristerw
Branch: MAIN
Changes since 1.10: +2 -4 lines
Diff to previous 1.10 (colored) to selected 1.21 (colored)

Update yasm to 0.4.0 using patches provided by FUKAUMI Naoki in PR pkg/30445.

New features since 0.2.2:
* ELF AMD64 and 32-bit shared object support (using the NASM notation
   "WRT ..got", etc).
* STABS debugging format (enable with "-g stabs").
* NASM-like list format.
* XDF object format (64-bit basic format, similar in spirit to NASM's RDF).
* Dozens of bugfixes in x86 and AMD64 support.
* Numerous cross-platform build fixes.
* No perl dependencies for standard build.
* New man pages: yasm(1) and yasm_arch(7).
*  Full support for ELF, including support for both AMD64 and 32-bit
   x86 targets; note: for AMD64 output, the machine type must be set
   to "amd64" using the "-m" command line option, e.g.
     "yasm -m amd64 -f elf test.asm".
* Full warnings for integer overflow.
* Full support for AMD64 RIP-relative addressing; the two forms supported
  are "[rip+val]" (direct index) and "[sym wrt rip]" (relocated relative).
* Many AMD64 bugfixes including correct operand size handling (and o64
  override); thanks to the many bug reports to help improve YASM in this area!

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:09 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.21 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
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.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:39 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored) to selected 1.21 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:34 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.21 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 7 01:14:47 2004 UTC (19 years, 10 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.21 (colored)

Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 25 05:28:09 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored) to selected 1.21 (colored)

Convert to buildlink3.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:39 2004 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored) to selected 1.21 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 28 20:05:16 2003 UTC (20 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.21 (colored)

Change my email address to the NetBSD one, ok'ed by wiz@

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:28 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.21 (colored)

PKGREVISION bump for libiconv update.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 28 11:47:01 2003 UTC (20 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.21 (colored)

Update to 0.2.2.  Patch provided by Juan RP in PR pkg/21850.

Changes in 0.2.2:
* FAR jmp/call support.

Changes in 0.2.1:
# Added support for NASM-like -I and -P options to the preprocessor
  to specify include directories and pre-included files respectively
  (thanks to Michael Urman for his quick work).
# Fixed a number of issues with libtool/libltdl and module building
  (these issues only affected UNIX builds).
# Made the "real" NASM preprocessor the default preprocessor. This was
  not the case in the original Milestone 2 release (despite an example
  to the contrary in the release notes)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 9 15:59:46 2003 UTC (20 years, 11 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.21 (colored)

Initial import of yasm, version 0.2.0:

YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU General Public License (GPL) or
the GNU Lesser General Public License (LGPL)). It is designed from the ground
up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM,
GAS, etc.) in addition to multiple output object formats. Another primary 
module of the overall design is an optimizer module.

Package provided in pkgsrc-wip by Juan RP.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 9 15:59:46 2003 UTC (20 years, 11 months ago) by jmmv
Branch: MAIN
Diff to selected 1.21 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>