Commit graph

57 commits

Author SHA1 Message Date
abs
7a1971ede9 Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL set
to non sh compatible shell in environment. Thanks to Georg Schwarz.
2006-09-27 15:46:11 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
tv
8e6432d63a NOT_FOR_PLATFORM Interix. 2005-11-09 21:25:39 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
kristerw
851f89d117 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-24 17:17:51 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +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
snj
2b4de54e87 Convert to buildlink3. 2004-05-09 02:26:14 +00:00
kristerw
da0229e8a4 gcc 2.95 does not support the x86_64 architecture. 2004-02-19 17:51:17 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
cjep
daf5b5d453 Synchronize patches with lang/gcc. Fixes build on -current. PKGREVISION++ 2004-01-02 19:22:14 +00:00
dmcmahill
56b89512f4 Make this patch be more selective so that this package will work
on NetBSD/alpha versions 1.6 and newer.  Previously, this package only
worked on pre-1.6.  Fixes problems noted in recent bulk builds.
2003-11-25 22:35:14 +00:00
cjep
0174216952 whitespace fixes 2003-09-01 10:13:08 +00:00
seb
99862d4f8f Make this package looking more like the other gcc packages.
Most user visible change is: this version of gcc is now installed
in its own directory hierachy.

Else and among other things:
- remove build dependency on bison.
- install info files.
- remove per OPSYS PLISTs.
- example mk file style changed to match with other gcc packages.
- ...

Bump PKGREVISION.
2003-08-09 12:43:01 +00:00
jmc
52cdf06625 Regen after gcc patch updates 2003-07-22 23:15:32 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
grant
354018ee63 style nits. use CC:M*gcc* to match any gcc, as per other packages. 2003-07-06 12:37:25 +00:00
grant
886b31b982 set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment
about GCC_PREFIX.

XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-06 12:31:57 +00:00
jmc
3e5dfd0337 regen 2003-06-24 16:56:23 +00:00
wiz
f2cc109b44 Add checksums for patch-a{f,g,h}. 2003-06-19 08:31:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmc
587e286ee5 It's CUT for cut, not CAT..... 2003-05-11 22:02:52 +00:00
cjep
f52abdee8a Use ${SED}, ${CUT}, ${TRUE} and ${ECHO}. 2003-04-27 11:53:56 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
kent
df0d9dee93 Sync with lang/gcc. 2002-11-12 07:09:33 +00:00
kent
c0cae54c1f Update to 2.95.3-13
- Improve 64bit architecture support
2002-10-22 06:59:27 +00:00
wiz
a161db0711 Prefer pax to GNU tar. By Greg A. Woods in PR 18719. 2002-10-20 00:37:46 +00:00
kent
5607d74914 Update to 2.95.3-12
Changes:
 - add protection for alloca()
 - fix a problem on m68k

Remove NOT_FOR_PLATFORM temporarily.
If we have build error on a platform, lang/gcc also has the same
error and patches for lang/gcc should be improved.  If
protection check in post-build fails, it is a problem in the ssp
patch, we should tell the ssp author the problem, and add the
platform to NOT_FOR_PLATFORM.
2002-10-16 04:30:53 +00:00
dmcmahill
c597c15e6a fix PLIST 2002-10-06 13:38:56 +00:00
dmcmahill
71b3bb1813 sync with most recent lang/gcc updates. Problem noted in PR 18545
filed by Greg Woods.
2002-10-05 21:11:03 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
dmcmahill
d386bbbae3 fix after last lang/gcc update. Tested on 1.5.3 sparc. 2002-08-17 01:27:41 +00:00
kent
71260cee07 Fix build problem on Solaris.
The fix was provided by minoura@netbsd.org
2002-07-13 10:08:49 +00:00
yyamano
24064a5c38 Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-05-14 14:01:33 +00:00
kent
b58f209fdf Update the ssp patch to 2.95.3-5.
Change in 2.95.3-5:
  - Some fixes at the copying arguments

More concretely, a problem at compilation of src/usr.sbin/pppd/pppd/eui64.c
is solved.
2002-04-05 19:20:53 +00:00
kent
0abd106aa7 Update ssp patch to 2.95.3-4.
- Support mips.
2002-03-29 10:47:58 +00:00
kent
59cefc10bb Sync with lang/gcc. 2002-03-28 13:57:17 +00:00
jmc
3a7766a29c Don't compile on powerpc, gcc needs help out of the box for netbsd/powerpc. 2002-03-05 06:13:21 +00:00
kent
3fc5e98bc8 Add missing sparc/netbsd-elf-common.h. 2002-02-16 14:46:19 +00:00
kent
5ff61bc084 Bump to 2.95.3 to synchronize with lang/gcc. 2002-01-04 05:57:21 +00:00