Commit Graph

19563 Commits

Author SHA1 Message Date
brad
cd54315ec0 don't need autoconf. 2003-03-06 04:30:25 +00:00
margarida
306bd7038b Fix dirrm conflict.
pvalchev@ ok
2003-03-06 01:41:52 +00:00
margarida
811e0ac47b Fix dirrm conflict. 2003-03-06 01:40:32 +00:00
pvalchev
517bcb75be register appropriate dependencies 2003-03-06 01:33:18 +00:00
pvalchev
1508d7ac7d - Fix sdl-net dependency: do not build own version of SDL_net, but use
devel/sdl-net which was additionally picked up if installed
- Fix CONFIGURE_STYLE, "gnu" instead of "autoconf"
2003-03-06 01:09:27 +00:00
brad
9bb12e956e don't pick up pspell if it happens to be installed. 2003-03-06 00:49:08 +00:00
pvalchev
60ece02280 - fix libpng dependency entry (lib major is no longer 2)
- add missing tiff dependency; reported by nikolay
2003-03-06 00:45:24 +00:00
pvalchev
0ba0136d72 fix a typo which lead to installing most files with the wrong modes!!
thanks nikolay for pointing it out
2003-03-06 00:24:56 +00:00
pvalchev
4f07d1b0de register libogg dependency; from maintainer Jolan Luff 2003-03-06 00:19:26 +00:00
naddy
98c62d796b mail/cmail and games/xboard's cmail conflict; ok pvalchev@ 2003-03-05 23:07:31 +00:00
pvalchev
1b099ba95b install "iview" binary as "vs" because that's what usage() says, and the
manpage is vs.1. also resolves conflict with graphics/iview.  "looks fine" naddy
2003-03-05 22:48:08 +00:00
naddy
010393609c Do not build and install todo(1). It has little use and conflicts
with productivity/devtodo.  ok pvalchev@
2003-03-05 22:09:44 +00:00
naddy
50f01d699c mark broken, doesn't build with Qt 3.1; ok pvalchev@ 2003-03-05 16:09:07 +00:00
sturm
4690548b5e remove version number from tetex dependency, I missed this one when
updating tetex

reported by wilfried@ ok pvalchev@
2003-03-04 21:41:00 +00:00
jakob
7cc301af31 update to postfix 2.0.5
- fix hard and soft error limts in the smtp server
- fix proxymap deadlock
- small documentation fixes

ok pvalchev@
2003-03-04 18:28:35 +00:00
espie
c4b8047d7e backport buffer overrun fix from qt 3.1.2.
ok pval@
2003-03-04 18:06:59 +00:00
brad
e4bb690c8f sync 2003-03-03 22:05:41 +00:00
pvalchev
c7075dedc2 Update to snort-1.9.1, 1.9.0 is vulnerable to a remote buffer overflow
(leading to arbitrary code execution); from maintainer Brian Caswell

See http://www.iss.net/issEn/delivery/xforce/alertdetail.jsp?oid=21951
2003-03-03 22:00:20 +00:00
naddy
46573c3068 fix -p on 64-bit archs; from Brian Poole <raj@cerias.purdue.edu> via pvalchev@ 2003-03-03 16:04:17 +00:00
ish
c6fb86505a - fix permissions on socket
- suggest to run the daemon as non-root
- ok matthieu, pval
2003-03-03 06:54:11 +00:00
pvalchev
2707286faa exclude config.h from the packing list (the whole build system of this
port really ought to get fixed properly); pointed out by nikolay
2003-03-03 03:08:45 +00:00
fgsch
735170595a don't use gnu dest, instead make this port DESTDIR aware.
this unbust plugins. discussed and ok by pvalchev@.
2003-03-03 03:01:58 +00:00
pvalchev
03df7eaff7 use NULL instead of 0 as a sentinel because 0 is not a pointer in varargs
context, cast to void * to make sure it's 64-bit
2003-03-03 00:56:32 +00:00
pvalchev
168a3b02ef - Use common Makefile for all architectures, thus allowing this to build
on non-i386 platforms - there is no need to be MD
- Don't patch files into existence, use files/ for that
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add appropriate regress targets with REGRESS_DEPENDS or set
NO_REGRESS where such tests are not available.
- Do not link with -g
2003-03-03 00:51:37 +00:00
margarida
8d3dda154b Update to version 2.1.7
This version fixes several security issues that could lead
to remote system compromise.
See: http://www.securityfocus.com/advisories/5031 and
     http://freshmeat.net/releases/114601/
2003-03-02 23:47:29 +00:00
margarida
02cba442cc synch 2003-03-02 22:55:05 +00:00
pvalchev
475ad35ecf sync patches (linenumbers) 2003-03-02 22:07:48 +00:00
pvalchev
893484bf10 - Use common Makefile for all architectures, thus allowing this to build
on non-i386 platforms - there is no need to be MD
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add 'test' target and turn it into a regress target for the port, using
the provided test.
- Add appropriate REGRESS_DEPENDS

XXX regress currently fails on at least powerpc.
2003-03-02 21:38:18 +00:00
pvalchev
5fce0e0d34 cast NULL sentinel to void * to make sure it's 64-bit on 64-bit architectures
(missed this one)
2003-03-02 21:23:03 +00:00
pvalchev
db084e84a2 cast NULL sentinel to void * to make sure it's 64-bit on 64-bit architectures 2003-03-02 21:22:22 +00:00
pvalchev
f5c52a5dae needs -pthread 2003-03-02 21:08:39 +00:00
pvalchev
f4eaeec379 do not compile -g 2003-03-02 19:33:17 +00:00
pvalchev
ae49510a81 cast NULL sentinel to a pointer 2003-03-02 19:15:42 +00:00
pvalchev
ce247b03da now that this was converted to use qt-mt, also use qmake-mt instead of
qmake, which would not be installed (in some cases it's installed but by
coincidence and relying on that is wrong)
2003-03-02 19:05:45 +00:00
pvalchev
3e0f336e88 - Fix build on non-i386 arches by using a common Makefile, there is no need
to it to be MD.
- Do not patch file into existance, place it in files/ instead
- There are no regression tests, so mark it as such
2003-03-02 18:26:41 +00:00
pvalchev
8a0d0886ea Stop advising users to ignore wrong checksums, instead suggesting from the
distfiles/ directories on the OpenBSD FTP servers where a good copy is
normally carried.  From Peter Hessler, ok espie lebel
2003-03-02 17:54:27 +00:00
espie
f8417a93a1 Explain how to install kmplayer so that it cooperates (more or less) with
the rest of kde and mplayer.
2003-03-02 14:27:42 +00:00
espie
604483561e Synch checksum, remove extra dirs.
Note that kmplayer wants an mplayer with arts (e.g., sdl or arts)
2003-03-02 14:22:47 +00:00
lebel
2be6babcd4 distfile moved; from MAINTAINER 2003-03-02 14:14:35 +00:00
david
e74e4a4773 fix more spelling errors/typos
ok pvalchev@
2003-03-02 05:35:10 +00:00
pvalchev
0588c38bd7 - update HOMEPAGE
- install 'showfont' example program as 'sdl-showfont' isntead, to avoid
conflict showfont(1) part of XF4.
from maintainer Jolan Luff
2003-03-02 05:25:39 +00:00
pvalchev
8fea5d3dac sync linenumbers 2003-03-02 05:23:27 +00:00
wcobb
5c15707861 Don't try obtain full-screen modelines on sparc64; ok pvalchev@ 2003-03-02 02:57:16 +00:00
avsm
eda4f3755b distfile changed, update csum and install man pages
spotted by nikolay
ok peter "give 'em hell" valchev
2003-03-01 15:39:00 +00:00
espie
eca620b59c Synch with main nethack port. 2003-03-01 11:20:37 +00:00
david
388a53f2fc fix some more spelling errors
ok pvalchev@
2003-03-01 09:22:50 +00:00
wilfried
f0ed2696d1 update MASTER_SITES 2003-03-01 09:15:50 +00:00
david
2e9f820bab fix spelling of naddy's last name: Weisgerber
ok pvalchev@
2003-03-01 09:09:16 +00:00
pvalchev
56ec76778e switch to using qt-mt
fixes linking issues on ELF as a bonus
2003-03-01 07:08:34 +00:00
pvalchev
26cf1d617f Cast NULL sentinel to void * to make sure it's 64-bit on 64-bit architectures 2003-03-01 06:25:19 +00:00