Commit graph

53655 commits

Author SHA1 Message Date
recht
f1a41390ea Add buildlink3.mk file. 2004-02-03 01:41:49 +00:00
xtraeme
c11eabc511 lib/libSDL_image-1.2.so was not built in FreeBSD, so use PLIST_SUBST
for now (should be this fixed with libtool 1.5.x?)
2004-02-03 01:27:37 +00:00
xtraeme
316a2c1caa libjasper.so was not built in FreeBSD, so disable them using PLIST_SUBST,
should fix the problems seen in the last bulk build.
2004-02-03 01:16:40 +00:00
xtraeme
e4533ce762 Fix RUBY_SHLIBVERSION in FreeBSD, should fix the problems seen in the
last bulk build.
2004-02-03 00:18:22 +00:00
xtraeme
553d3e0295 oops, it's "de" not "es". 2004-02-02 23:56:03 +00:00
xtraeme
b377295bfe Some gettext catalogs were not installed in FreeBSD, so use
PLIST_SUBST to disable them for now.
2004-02-02 23:55:00 +00:00
xtraeme
3ddd319e00 Respect whitespaces in SUBST_SED.fixme. 2004-02-02 23:47:15 +00:00
xtraeme
1d4270a631 Fix build in FreeBSD, the output was:
_mpih-mul1.s:2: Error: alignment not a power of 2
_mpih-mul1.s:20: Error: alignment not a power of 2

So, changing ALIGN (3) to ALIGN (4) fixes these problems.
Patch sent by pancake in private email, adapted to use subst.mk
framework by me.
2004-02-02 23:41:32 +00:00
xtraeme
5f58933408 Same libraries were not installed in FreeBSD, so use PLIST_SUBST to
make the precompiled package.
2004-02-02 23:10:29 +00:00
abs
e230b993e0 Master distfile has changed - adapt 2004-02-02 21:07:26 +00:00
xtraeme
3622a95497 Revert previous commit, buildlink still is needed as pointed out
Julio Merino.
2004-02-02 19:10:05 +00:00
xtraeme
325005b73e mbmon works on FreeBSD/i386 4.9 and maybe in OpenBSD, so
enable FreeBSD/OpenBSD-*-i386 support, reported by Michal Pasternak in
PR pkg/24303.
2004-02-02 18:34:10 +00:00
xtraeme
f82f24b673 There's no need to use buildlink[23] here. 2004-02-02 18:22:50 +00:00
xtraeme
48220d1006 Explain the modifications required to use the XFree86 packages from
pkgsrc correctly.
2004-02-02 17:59:12 +00:00
wiz
2f660ca23b Update MAINTAINER address per his request. 2004-02-02 17:56:48 +00:00
wiz
3580559c25 Add RCS Id (hi soren -- use pkglint :)). 2004-02-02 17:42:10 +00:00
soren
5d5bbce4fd Added tpb. 2004-02-02 15:53:10 +00:00
soren
17e6a2fb13 Oh, PKGREVISION isn't mandatory.. 2004-02-02 15:51:37 +00:00
soren
75247caf8d This program enables the IBM Thinkpad(tm) special keys. It is possible to bind
a program to the ThinkPad button. It has a on-screen display (OSD) to show
volume, mute and brightness of the LCD.
2004-02-02 15:49:17 +00:00
xtraeme
55293024b8 Note bump PKGREVISION to XFree86* packages, they can be installed
with or without xpkgwedge.
2004-02-02 14:26:21 +00:00
xtraeme
e1cb9f334a XFree86 meta-package can be now installed with or without xpkgwedge,
installation prefix is ${X11PREFIX}/X11R6.

Bump PKGREVISION.
2004-02-02 14:19:01 +00:00
xtraeme
7e5c4bb743 XFree86 meta-package can be now installed with or without xpkgwedge,
installation prefix is ${X11PREFIX}/X11R6.

Bump PKGREVISION.
2004-02-02 14:08:27 +00:00
jlam
17d1ca394e These packages need a C++ compiler. 2004-02-02 13:02:49 +00:00
jlam
2c7a49cf63 duh... s/CCACHE/DISTCC/ 2004-02-02 12:47:19 +00:00
jlam
148b4f7b03 Whitespace fixes. 2004-02-02 12:45:08 +00:00
jlam
a8fa1078e7 If we can't find the package using pkg_info, then use a simple heuristic
to figure out _GCC_SUBPREFIX.
2004-02-02 12:44:22 +00:00
jlam
67d464d225 G/C _GCC_ARCHSUBDIR. All references to it from gcc*/buildlink*.mk files
have been removed.
2004-02-02 12:27:12 +00:00
jlam
b3ef0bf8cb Don't rely on _GCCARCHSUBDIR. 2004-02-02 12:19:10 +00:00
jlam
a231422463 There was an extra slash where there shouldn't have been. 2004-02-02 12:17:23 +00:00
jlam
33bcdd24b7 Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrc
PMC.
2004-02-02 11:34:17 +00:00
jlam
3d74ada992 Pretend that all versions of NetBSD newer than 1.6U have Heimdal-0.6. 2004-02-02 11:30:45 +00:00
jlam
6f3185696f Only prepend the compiler package location to the PATH if we actually
request a compiler that's supported by the named compiler package.
2004-02-02 11:04:17 +00:00
jlam
441289a9c0 Initialize a variable before use. 2004-02-02 11:03:08 +00:00
jlam
bcd3f42ec9 s/:/./ to fix Makefile breakage. 2004-02-02 11:02:18 +00:00
jlam
5ff8c17cd4 Whitespace fixes. 2004-02-02 10:55:26 +00:00
jlam
8a60ac36a0 If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers.
This is, of course, wrong.  Excerpted from the file itself:

# XXX Add this gross and completely inaccurate hack.  Packages that
# XXX set USE_GCC_SHLIB should be adjusted to set USE_LANGUAGES
# XXX correctly (most likely by saying it needs either "c++" or
# XXX "c c++").  This is here for now so that ~85 packages won't
# XXX suddenly break.
2004-02-02 10:53:08 +00:00
jlam
81ef5c536b If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS as
all of those programs will link against either libstdc++.so or libg2c.so.
2004-02-02 10:49:26 +00:00
jlam
5193f72834 Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses what
that variable is used for.
2004-02-02 10:34:00 +00:00
jlam
e9559de07c Only create wrapper scripts for compilers that we require support for as
noted in USE_LANGUAGES.
2004-02-02 10:26:42 +00:00
jlam
8fb6f3f443 These packages don't use any compilers, so set USE_LANGUAGES to an empty
value.
2004-02-02 10:08:43 +00:00
jlam
c0f9cec15a This packages is just shell scripts, so set USE_LANGUAGES to an empty
value.
2004-02-02 10:06:22 +00:00
jlam
ebbc2d9184 Support a new variable in package Makefiles:
USE_LANGUAGES
	Lists the languages used in the source code of the package,
	and is used to determine the correct compilers to install.
	Valid values are: c, c++, fortran, java, objc.  The default
	is "c".

Packages that don't need any compilers and set this variable to an
empty value, e.g. "USE_LANGUAGES=".

This can probably be combined in some smart way with setting
USE_GCC_SHLIBS and USE_FORTRAN automatically.
2004-02-02 10:03:46 +00:00
grant
7005f973ea link against libnsl and libsocket on Solaris. 2004-02-02 09:30:15 +00:00
uebayasi
8a9abd255f patch-ab is no longer needed. 2004-02-02 09:24:52 +00:00
grant
e78ceb3874 don't pass gcc specific flags. 2004-02-02 09:05:20 +00:00
uebayasi
406146460c Update zsh to 4.0.9. From Min Sik Kim <minskim at bawi dot org> in PR
pkg/24297.

Changes since 4.0.7:
  - Many bug fixes.
  - Local improvements to various completion functions.
2004-02-02 08:48:40 +00:00
grant
00525b1a09 note update of cmake to 1.6.6nb2. 2004-02-02 08:37:44 +00:00
grant
1a63d298af fix wrong usage of ${OPSYS} in PLIST. fixes install on non-NetBSD.
bump PKGREVISION.
2004-02-02 08:34:56 +00:00
tron
b10755248c Note update of "mutt" package to version 1.4.1nb5. 2004-02-02 07:21:46 +00:00
tron
fa63e1ce17 Repeat after me:
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
[...]
2004-02-02 07:21:24 +00:00