Commit graph

377 commits

Author SHA1 Message Date
jlam
3c95b5876f Note that we'll need to use patch to apply the various toolchain patches. 2005-05-19 01:30:48 +00:00
jlam
e70b376fa4 Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
wiz
0fe4eb6c6f Remove i386-linuxglibc1 -- astonishingly obsolete, and currently broken. 2005-04-22 19:07:12 +00:00
wiz
b946535598 Remove MASTER_SITES entry which does not have the files any longer. 2005-04-18 12:16:13 +00:00
wiz
e5d4e5a087 Make build on 2.0. 2005-04-18 12:15:31 +00:00
wiz
276224699b Update MASTER_SITES, and add SITES_* for wmemu2b.zip. 2005-04-18 11:42:23 +00:00
wiz
380d1da4cb Make build on 2.0. 2005-04-18 11:42:12 +00:00
wiz
981b8b9d92 Set some SITES_* variables to speed up finding the appropriate download site. 2005-04-18 10:02:27 +00:00
martin
fda4a99125 Make it compile on newer (heh!) NetBSD versions. 2005-04-18 07:53:52 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
cb6c0a25c1 Convert to bl3, untested. Improve COMMENT. 2005-04-05 11:05:33 +00:00
wiz
7e825d4c92 Add buildlink3 file. 2005-04-05 11:04:20 +00:00
wiz
e0e523058a Sort lines for pkglint. 2005-04-05 11:03:03 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
jmmv
ecc9eb0bb7 Turn avr-binutils into a full dependency, not just a build one. It's needed
at run time and also to handle the removal of the ${PREFIX}/avr directory.
Bump PKGREVISION to 1.
2005-03-20 12:10:04 +00:00
wiz
d66c3691a8 Fix html manual generation with texi2html,
and depend on latest version, since it causes PLIST changes. Adapt PLIST.
Bump PKGREVISION.
2005-03-02 13:20:39 +00:00
agc
2ac6df6686 Add RMD160 digests 2005-02-24 10:16:52 +00:00
kent
0c5b9bca97 update MASTER_SITES.
PR#28801
2005-01-27 04:15:10 +00:00
minskim
168e6fde2b USE_PERL5_BUILD=yes -> USE_PERL5=build 2005-01-01 00:17:55 +00:00
kristerw
f09cdd075f Update avr-libc to 1.0.4 using patches provided by Ola Eriksson in
PR pkg/28570.
2004-12-30 18:03:16 +00:00
minskim
333655963d Honor BINOWN, BINGRP, and BINMODE. 2004-12-14 06:47:30 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
minskim
7fdd24427d Update MAINTAINER's email address. 2004-11-22 02:10:45 +00:00
minskim
0e2cf55945 Add and enable dasm. 2004-11-20 16:26:04 +00:00
minskim
14a670bf93 Import dasm from pkgsrc-wip. Packaged by mor (mor at linex dot com)
in PR pkg/19899 and modified by me.

DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11
processors.  It is very popular for hacking/cross-developing on old
6502-based video game systems from Atari, Nintendo, etc.  DASM
processes output from the Distella Atari ROM disassembler without
modification.
2004-11-20 16:24:43 +00:00
wiz
ae163ee5cf Add and enable uisp. 2004-11-07 16:47:04 +00:00
rumble
974e59c8ed uisp-20040311
AVR microcontroller hardware in-system programmer
2004-10-25 01:58:09 +00:00
rumble
73a045264a Add readline prerequisite. 2004-10-18 04:15:14 +00:00
jlam
17c3aafac1 * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,
as it's only used internally by bsd.prefs.mk.

* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
  Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
  than the old method of stripping off the last two components of
  ${.CURDIR}.  PKGSRCDIR may now be used after bsd.prefs.mk is defined.

* Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-07 02:01:37 +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
wiz
2b8a4a98e2 Make this build with the version of binutils currently in cross-binutils.
No idea if this works, since I don't know how to use this, but the diff
looks sane enough to me.
2004-09-09 01:33:10 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
uebayasi
a06f391d8e Update MASTER_SITES. 2004-08-06 16:31:09 +00:00
drochner
1cd4763fd2 use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror 2004-08-05 13:38:00 +00:00
kristerw
f89ebfe31d Make this package build after the cross/binutils update.
Bump PKGREVISION.
2004-08-02 02:02:30 +00:00
kristerw
63fbb6a349 Add one more missing file.
Bump PKGREVISION.
2004-08-02 01:59:23 +00:00
kristerw
1a3ce82d7f Add a missing include file.
Bump PKGREVISION.
2004-08-02 00:57:15 +00:00
kristerw
d0a953bff8 Adjust after update of cross/binutils, and bump PKGREVISION
for the packages depending on it.
2004-07-09 20:48:15 +00:00
kristerw
9173fca651 Update to binutils-2.15.
Changes since binutils-2.9 are not easy to summarize, since it
represent more than 6 years of active development...

Solves PR pkg/13442.
2004-07-09 20:43:47 +00:00
wiz
5a1ea1fb96 Remove references to buildlink2. 2004-07-06 22:51:34 +00:00
wiz
87ad4ecb94 USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before) 2004-07-04 00:23:21 +00:00
wiz
f4648e7d78 Convert to bl3 (tested on 1.6.2, does not build on 2.0). 2004-07-02 13:37:03 +00:00
grant
6f5582f452 replace the deprecated USE_BISON and this also needs flex(1). 2004-06-11 13:17:06 +00:00
kristerw
8c35eb8117 Remove obsolete package, per discussion on tech-pkg. 2004-06-01 21:37:05 +00:00
wiz
e1c0bff613 Unused. 2004-05-11 21:01:05 +00:00
snj
43d5e1643c Convert to buildlink3. 2004-05-08 04:50:50 +00:00
wiz
54155b21eb This package complains it needs GNU m4 -- give it what it wants.
Remove superfluous LTCONFIG_OVERRIDE.
2004-04-24 13:53:37 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
kent
c6ee42f606 Update MinGW to 3.2 with gcc-3.3.3, binutils-2.15.90, and w32api-2.5.
Fixes PR pkg/19167
2004-03-11 18:07:09 +00:00