Commit graph

16 commits

Author SHA1 Message Date
joerg
b290e75aa6 Unbreak gettext broken by BROKEN_GETTEXT_DETECTION. 2005-12-20 11:17:28 +00:00
kristerw
e22273d187 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!
2005-12-04 20:00:01 +00:00
jlam
3e474a90d8 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.
2005-07-16 01:19:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
tv
c487cb967a 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.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
snj
ec9875a0a0 Convert to buildlink3. 2004-04-25 05:23:54 +00:00
wiz
1fa1d04b25 Unused. 2004-04-25 00:48:39 +00:00
jlam
ec993afa1a 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.
2004-02-14 17:21:32 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
2f9ed9ac54 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)
2003-06-28 11:47:01 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
16fe2a3677 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.
2003-04-09 15:59:46 +00:00