Commit graph

62653 commits

Author SHA1 Message Date
drochner
0d9ac4a765 Don't --enable-threads for now. If we do this, all potential users of
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked
against libpthread. This is something we can't guarantee.
Fixes bulk build error in py-imagingtk and numerous runtime problems.
2004-06-15 16:17:48 +00:00
grant
9cf52a3412 note PKGREVISION bump of python23{,-pth} to 2 for SIGINT fix.
(thanks, luke)
2004-06-15 14:27:38 +00:00
grant
228fec1326 before the SIGINT fix, the PKGREVISION was set to 1 in
python23{,-pth}/Makefile.

it was then "bumped" to 1 in Makefile.common.

really bump it to 2 and leave it in Makefile.common (hi luke!)
2004-06-15 14:26:34 +00:00
grant
c5ead1a3e1 note PKGREVISION bump of smpeg. 2004-06-15 14:11:41 +00:00
grant
a7ecab1786 this package advertises as only being for Linux, AIX, FreeBSD and
NetBSD. make it so.
2004-06-15 14:05:28 +00:00
grant
2f2c93e5c3 bump PKGREVISION for last 2004-06-15 14:03:36 +00:00
markd
6d0cbb6eca kmymoney2 update. 2004-06-15 14:00:31 +00:00
markd
74043563d9 Update to version 0.6.
Fixes problems seen in the bulk builds.

Changes:
Lots of bug fixes.
2004-06-15 13:58:51 +00:00
grant
6f96e54bad this needs flex to build 2004-06-15 13:49:52 +00:00
grant
d16ca96ee4 this needs GNU patch 2004-06-15 13:47:54 +00:00
grant
83f152946a - needs a c and c++ compiler
- needs -lCrun when building with SunPro so programs that link
  against libsmpeg.so can resolve all symbols.
- USE_GCC_SHLIB
2004-06-15 13:47:16 +00:00
grant
927529942b this needs GNU awk to build. 2004-06-15 13:41:53 +00:00
grant
6c1ca06818 NetBSD 2.0 and above does not have GNU awk, make it so. 2004-06-15 13:41:43 +00:00
grant
f8abd2eec8 - don't override compiler variables
- don't gcc specific flags
2004-06-15 13:35:20 +00:00
grant
655ce847ad this uses a c++ compiler. 2004-06-15 13:35:02 +00:00
markd
b8a97b9852 Be explicit that libghoto2 is not used by the package (yet?).
Fixes PR 25513.
2004-06-15 13:32:53 +00:00
grant
7ad54c83ca don't pass gcc specific flags 2004-06-15 13:31:15 +00:00
grant
28470cb022 this needs -lm on Solaris for log() 2004-06-15 13:25:29 +00:00
markd
d1eecab0d5 Fix building with recent ImageMagick's. 2004-06-15 13:24:44 +00:00
grant
96ad7da25b this needs -lm on Solaris for a bunch of math functions. 2004-06-15 13:23:10 +00:00
grant
ffc21301a6 regenerate patches with pkgdiff so they apply cleanly with
devel/patch.
2004-06-15 13:21:21 +00:00
grant
c99ee3a28d don't pass gcc specific flags 2004-06-15 13:14:46 +00:00
grant
5e3bcc8e5c this needs -lm on Solaris for cos() 2004-06-15 13:11:03 +00:00
grant
b81f30845b this uses a c and c++ compiler. 2004-06-15 13:10:12 +00:00
grant
0df169ec31 this uses a c++ compiler. 2004-06-15 13:08:59 +00:00
grant
8c1e1038ca add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia. 2004-06-15 13:05:10 +00:00
grant
5f55302922 - don't override compiler variables
- don't gcc specific flags
2004-06-15 12:56:40 +00:00
grant
eefa11a27c don't call install -d with >1 directory argument. 2004-06-15 12:47:32 +00:00
grant
e9fae1965d this is NetBSD specific. 2004-06-15 12:45:00 +00:00
grant
d3d7676a5f this uses a c++ compiler. 2004-06-15 12:40:25 +00:00
grant
ae4a2aed2a - don't hardcode CC=gcc
- don't pass gcc specific flags
2004-06-15 12:27:05 +00:00
abs
e8ddfaf3ad When sugggesting the URL from which to download make the first choice easier
to cut and paste:	${DOWNLOAD}
			or ${ARCHIVE}
rather than		${DOWNLOAD} or
			${ARCHIVE}
2004-06-15 12:00:09 +00:00
grant
8fab3cd1c9 this needs -ldl on Solaris. 2004-06-15 11:38:00 +00:00
grant
cf43b97936 this only needs a c++ compiler. 2004-06-15 11:37:36 +00:00
grant
0407039e23 really replace the localedir properly - we need USE_PKGLOCALEDIR for the
_LOCALEDIR definition. fixes PR pkg/25923.
2004-06-15 10:55:24 +00:00
grant
a7e02e4df9 +firefox-0.9, firefox-bin-0.9 (+ friends) 2004-06-15 08:48:03 +00:00
grant
b84477d269 plotutils uses a c and c++ compiler.
XXX these packages need to be made to use a common Makefile fragment.
2004-06-15 08:06:52 +00:00
cube
e0f3a9c797 Apply patch from PR 25907 by Christopher Richards. This is probably the
best we can do until the code is actually fixed.  Advised by mrg.
2004-06-15 07:29:00 +00:00
minskim
45ea6f7163 Note PKGREVISION bump of xmill. 2004-06-15 05:29:06 +00:00
minskim
33de6dfc73 Bump PKGREVISION due to LDFLAGS changes. Noted by grant@. 2004-06-15 05:28:11 +00:00
minskim
dc53b55924 Make this package build on Linux.
- Include time.h to use struct tm.
  - Remove hardcoded /usr/include/varargs.h from makefile dependency.
2004-06-15 04:24:30 +00:00
minskim
8ff390a333 Honor CC and LDFLAGS to create correctly linked binaries when pkgsrc
bzip2 library is used instead of native one.
2004-06-15 04:11:15 +00:00
minskim
32017212ba Note updates of xpkgwedge, mkfontscale, and kochi-ttf. 2004-06-15 02:36:47 +00:00
minskim
af1ec94a6a Remove dependency on mkfontscale, which is never used by this package.
This is necessary to install this package when xpkgwedge also
installed, because xpkgwedge conflicts with mkfontscale.  Bump PKGREVISION.

OK'ed by uebayasi@, the maintainer.
2004-06-15 02:35:11 +00:00
minskim
dbb26f0c5f Add xpkgwedge to CONFLICT if ${X11BASE}/bin/mkfontscale is available,
because then xpkgwedge creates bin/mkfontscale, which is also
installed by this package.

Bump PKGREVISION.
2004-06-15 02:33:26 +00:00
minskim
c1bfff64bb Let xpkgwedge to create a symlink ${PREFIX}/bin/mkfontscale, which is
required to install fonts/jmk-fonts and fonts/sgi-fonts with recent X.
Suggested by Kibum Han.

Also add mkfontscale to CONFLICTS because mkfontscale installs
bin/mkfontscale.

Bump PKGVERSION to 1.11.
2004-06-15 02:27:10 +00:00
dmcmahill
3c292cd23e add some patches for 64 bit systems from Nicolas Joly 2004-06-15 00:26:07 +00:00
cube
d8f0988ecb 'localedir' is actually two spaces away from the beginning of the line in
the configure script.  Let's play safe and use '\s+'.  Should fix PR 25923
by jmmv.
2004-06-14 20:51:11 +00:00
kristerw
f191fadbba Note PKGREVISION bump for x11/xpad. 2004-06-14 20:27:16 +00:00
kristerw
60c366c266 Redo the previous in the correct way, by depending on
graphics/hicolor-icon-theme.  Noted by jmmv@.

Bump PKGREVISION.
2004-06-14 20:23:30 +00:00