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
kent
855cbfdeac
update sum for patches
2004-03-11 10:20:52 +00:00
kent
f36b17368a
update based gcc and binutils.
...
- gcc 2.95.2 -> 3.3.3
- binutils 030425 -> 2.15.90 (20040222)
2004-03-09 12:19:12 +00:00
kristerw
7bba9735e1
USE_MAKEINFO=yes
2004-03-02 20:49:04 +00:00
kristerw
fc0bb0e9ff
Do not override config.guess and config.sub. The configure
...
script is called with a hard-coded target that is not in
the pkgsrc/mk/gnu-config/ files.
2004-03-02 19:49:40 +00:00
kristerw
e05bc64a43
Make this package build when using gcc 2.95.
2004-02-22 04:01:15 +00:00
snj
8ede91d71e
s/programer/programmer/
2004-02-21 06:44:26 +00:00
minskim
5daa450745
Fix a typo.
2004-02-13 23:04:48 +00:00
minskim
d94d5048ad
Add and enable atasm-1.04.
2004-02-13 23:01:57 +00:00
minskim
c17278aab2
Import atasm-1.04 from pkgsrc-wip. Packaged by mor at linex dot com
...
in PR pkg/22190, and modified by me.
This is a 6502 cross-assembler optimized to code for the Atari 8 bit
computer line. It is meant to be compatible with the Mac/65 assemlber
on the native Atari 8 bit platform.
2004-02-13 23:00:36 +00:00
heinz
18a916d5e6
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
2004-01-27 00:53:10 +00:00
grant
f756387c6c
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-25 02:36:11 +00:00
grant
5d46defdba
don't assume the base system has bzcat, test for it and depend on
...
archivers/bzip2 if we don't have it.
2004-01-22 07:57:11 +00:00
grant
ef741f8a1a
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-22 07:49:20 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
seb
b630a90732
Remove info files from PLIST files.
2004-01-13 17:48:37 +00:00
cjep
1b39677b6e
Remove unnecessary blank lines.
2004-01-12 09:46:04 +00:00
heinz
a645f236b1
Add correct version syntax to BUILD_DEPENDS line
2004-01-03 01:18:28 +00:00
cjep
86f2e5f133
Whitespace fix
2003-12-30 17:39:21 +00:00
seb
5086f10586
Deal with info files.
2003-12-26 13:16:31 +00:00
reed
0b23d02793
Fix typo (CONFIUGRE_ENV).
2003-12-12 07:28:23 +00:00
seb
2e60487c80
Properly handle info files and thus fix installation.
2003-11-05 23:32:11 +00:00
seb
6ff6b9f00b
Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are not
...
installed anyway.
XXX it does not build on -current.
2003-11-05 23:03:54 +00:00
wennmach
948de3a197
Add bounds checking for prologue buffer. This avoids avr-gdb crashes
...
when debugging programs without prologue.
Patch provided by Karl Janmar < karl -AT- utopiafoundation -DOT- org >
in PR pkg/23154
2003-10-21 14:19:37 +00:00
kristerw
122f3dac0a
DTRT for USE_BUILDLINK2=no (or rather [nN][oO]).
2003-09-30 22:46:42 +00:00
wiz
1185ea307d
Fix relative path to mk dir.
2003-09-21 20:44:13 +00:00
wiz
9d5012e199
Also do not install localizations -- fixes PR 22778.
2003-09-19 12:58:14 +00:00
wiz
89992ca4e5
Don't install info pages, to avoid conflict with binutils package.
...
Bump PKGREVISION.
2003-09-19 12:34:26 +00:00
grant
40614d0b3c
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
...
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00