Commit graph

62689 commits

Author SHA1 Message Date
grant
b6c5858e79 regenerate patches with pkgdiff so they apply cleanly with
devel/patch.
2004-06-17 12:54:49 +00:00
grant
443e0af11a use bl3 so that gcc specific flags are stripped out. 2004-06-17 12:49:01 +00:00
grant
e53f110360 - use ${CC} build not "gcc"
- ensure binary is installed executable
2004-06-17 12:46:08 +00:00
grant
d541e5e0e2 use bl3 so that gcc specific flags are stripped out. 2004-06-17 12:23:38 +00:00
grant
59fc51431b this needs a c and c++ compiler. 2004-06-17 11:54:40 +00:00
grant
14ebee6949 be quiet in post-extract and post-build. 2004-06-17 11:35:56 +00:00
grant
d16f9658fa honour LDFLAGS when linking so the resulting binary can find libssl
and libcrypto.
2004-06-17 11:35:28 +00:00
cjep
7c847fc994 Use the configure target and use REPLACE_PERL to get the correct
path to perl in html2wml. Fixes PR#25951 from diro at nixsys dot bz .
2004-06-17 08:48:12 +00:00
tv
1c110ab746 sysutils/c++rt0 doesn't exist any longer, as pkgsrc has officially dropped
support for NetBSD/sparc 1.4.
2004-06-17 03:49:15 +00:00
itojun
c4a3b55800 upgrade to 20040617a. includes important certificate mangement change. 2004-06-17 03:36:18 +00:00
dillo
639ae6ce6b fix custom extract code to account for DIST_SUBDIR. noticed by
krister's bulk build
2004-06-16 23:11:33 +00:00
minskim
77f923973b Note PKGREVISION bump of python15. 2004-06-16 22:59:44 +00:00
minskim
e966074729 Name platform-dependent directory plat-${LOWER_OPSYS} instead of
plat-${LOWER_OPSYS}1.  It makes this package build on platforms where
the major version is not 1.

Bump PKGREIVISION.
2004-06-16 22:57:50 +00:00
christos
48c9113196 Fix a compile issue under /current. Screen wrongly detects that we have
svr4 ptys because of /dev/ptmx, but erroneously wants <sys/stropts.h>
because of that define. Fix properly, by detecting the presense of
<sys/stropts.h> before including it.

I am not bumping the nb number because nothing realy changes; you'll
get the same binary if you recompile.

XXX: The utmp stuff is still completely broken, that is why this is still
setuid.
2004-06-16 21:35:00 +00:00
reed
ba25d0d145 Fix typo (removed space). 2004-06-16 20:53:33 +00:00
abs
50801a9cfd Update firefox-bin-java to 1.1 - remove inappropriate % in PLIST which broke
installation of binary packages.
2004-06-16 18:16:59 +00:00
reed
e68344bb21 Add guile-gtk-0.40.90 which is at wip/guile-gtk-devel 2004-06-16 16:54:11 +00:00
minskim
221fd9472c Use BSD_INSTALL_* to honor *OWN and *GRP. 2004-06-16 16:45:21 +00:00
minskim
8a010757ea Make this package build on Linux.
- Use promoted types for va_arg(3).
2004-06-16 16:09:39 +00:00
minskim
6b882c7c6a Do not use stime as a variable name, because it conflicts with
stime(2) on Linux.
2004-06-16 15:33:00 +00:00
dillo
cea50390e6 update MASTER_SITE and HOMEPAGE
it uses c and c++
2004-06-16 12:46:14 +00:00
markd
0e3e65e5b2 unbreak compilation for gcc 2.95 2004-06-16 10:35:08 +00:00
minskim
09c6589bc3 Make this package build on Linux.
- Include time.h to use struct tm.
2004-06-16 04:33:51 +00:00
minskim
b912cc3fc8 Make this package build on Linux.
- Include time.h to use time(2).
2004-06-16 03:25:48 +00:00
dillo
0942b7ab08 unlimit datasize to fix compilation of M6502Hi.cxx, as noted by
dgriffi at cs dot csubak dot edu on tech-pkg.
2004-06-16 01:14:33 +00:00
reinoud
9fb4d1c720 Yes another `\n' missing in the patch giving rise to compilation errors. 2004-06-15 23:19:50 +00:00
reinoud
2e6c9f3704 Add `\n' to the assembler line so that it will assemble correctly. The
assembler got confused with the floating .elseif
2004-06-15 20:05:54 +00:00
kristerw
7e7761ad48 Note that openssh+gssapi-3.6.1.2.20030430nb3 has been resurrected. 2004-06-15 18:50:55 +00:00
kristerw
b4e5dc1e43 Add and enable openssh+gssapi. 2004-06-15 18:46:27 +00:00
kristerw
e33e13d60b Resurrect openssh+gssapi per request of jwise@. 2004-06-15 18:44:57 +00:00
kristerw
95b6e0e52c Fix some C++ issues that gcc 3.3 complained on. 2004-06-15 17:48:35 +00:00
kristerw
baa897ed35 Correct two prototypes that gcc 3.3 did not like. 2004-06-15 17:19:23 +00:00
xtraeme
f7852045ee Fix my previous entry. 2004-06-15 17:17:37 +00:00
xtraeme
3b5e5a59bc Honour PKG_SYSCONFDIR in net/mrtg, and sync MESSAGE properly.
Bump PKGREVISION to 1.
2004-06-15 17:12:13 +00:00
jwise
708eae5f4d Reverse previous commit (disabling thread-safety), which was poorly though
through, unacceptably breaks threaded apps, and was made without consulting
the package's maintainer.

To quote my mail to packages@:

I am reversing this change.

With this change, tcl is _not_ usable in threaded apps, while without
this change, tcl is perfectly usable in non-threaded apps.

The fix for a package which is incorrectly written is not to break the
package it depends on, but do your job correctly when writing the
package.

With buildlink3, this is mind-numbingly easy to do.

That you neither contacted the maintainer of this package, nor did the
buildlink and dependent package changes which your change requires shows
that you have not really thought this through.

So, as I said, I am reversing this change.  Fix your own package, don't
break others.
2004-06-15 16:39:12 +00:00
drochner
3fa64d6b2b bump PKGREVISION because we need a non-threaded tcl/tk 2004-06-15 16:19:11 +00:00
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