Tilman Keskinoz
73f84105cf
Fix Environment for kdm/csh users.
...
No PORTREVISION bump this time, because we had one 24 hours ago.
PR: 72388
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Requested by: peter
Approved by: portmgr(krion)
Reviewed by: Adriaan de Groot
2004-10-10 22:03:35 +00:00
Kirill Ponomarev
491c96aaf1
Fix build on ia64
...
PR: ports/71741
Submitted by: maintainer
Approved by: portmgr (implicit)
2004-10-10 08:44:48 +00:00
Clement Laforet
8ffe568cee
- Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes)
...
Approved by: portmgr (krion)
2004-10-10 08:17:59 +00:00
Tilman Keskinoz
97854827a7
Fix a typo
...
Without this, kdm spins in an infinite loop with select() returning EINVAL
and times out the Xserver startup and kills it off and then aborts.
Submitted by: peter via marcus, kris
Reviewed by: Adriaan de Groot
Approved by: portmgr
2004-10-09 19:54:01 +00:00
Oliver Eikemeier
47f3195355
Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)
...
While I'm here, use the official patchset instead of the custom ones
and reflect the port revision in the version number.
Submitted by: Reinhard Speyerer <rspmn@arcor.de>
Approved by: portmgr (krion)
2004-10-09 10:16:33 +00:00
Kirill Ponomarev
9cd381f2fe
Fix build with gcc-3.4, agg developers released a fix but didn't
...
bump software release number, therefore md5 checksum was changed.
PR: ports/71487
Submitted by: Marco Molteni <molter@tin.it>
Approved by: portmgr (implicit)
2004-10-09 07:56:51 +00:00
Kirill Ponomarev
e25c01d1c5
Fix build with gcc-3.4
...
PR: ports/71941
Submitted by: maintainer
Approved by: portmgr (implicit)
2004-10-09 07:51:12 +00:00
Kirill Ponomarev
45c5547a8b
Fix build with gcc-3.4
...
PR: ports/72302
Submitted by: maintainer
Approved by: portmgr (implicit)
2004-10-09 07:45:54 +00:00
Kris Kennaway
75d8e99b75
Update this port for FreeBSD 5.3. The new libraries are taken from
...
the compat4x distribution of 5.3-BETA7 (based in turn upon libraries
from 4.10), hosted in MASTER_SITE_LOCAL since that beta will soon
disappear from the ftp site.
Approved by: portmgr
2004-10-09 04:25:39 +00:00
Dirk Meyer
c3b3164cc9
- Fix build under gcc34
...
PR: 72449
Submitted by: Michael Johnson
Approved by: portmgr (marcus)
Obtained from: vls cvs
2004-10-08 18:41:38 +00:00
Hajimu UMEMOTO
adeb789b91
fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.html
...
Reported by: nectar
Approved by: portmgr (krion)
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104
2004-10-08 18:09:16 +00:00
Jacques Vidrine
5fc8e49951
Document unsafe use of environmental variable SASL_PATH in cyrus-sasl.
...
Approved by: portmgr
2004-10-08 16:50:15 +00:00
Kris Kennaway
6797e46936
Explicitly link to $(LIBPTHREAD) binaries that link to threaded libraries.
...
Fixes the build after the recent bsd.port.mk PTHREAD_LIBS change.
Submitted by: arved, Andy Fawcett <andy@athame.co.uk>
Approved by: portmgr
2004-10-08 14:30:30 +00:00
Alexey Dokuchaev
c0fde42317
Unbreak the build by making GCC feel better.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-08 09:30:28 +00:00
Alexey Dokuchaev
a841e7bdaf
Play nice with new GCC, and unbreak the build.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-08 05:32:57 +00:00
Alexey Dokuchaev
b910a0ab5f
Unbreak the build with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-08 05:30:52 +00:00
Bruce M Simpson
a03dd5ffb9
Update the Dirac codec to 0.4.3.
...
Approved by: portmgr
Submitted by: Michael Johnson
2004-10-08 04:58:52 +00:00
Alexey Dokuchaev
98259803c3
Unbreak the build with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-08 03:54:38 +00:00
Alexey Dokuchaev
afeb7b1dec
Unbreak the build with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-07 18:57:25 +00:00
Alexey Dokuchaev
0925066a54
Don't allow GCC to optimize away -lm test, and thus unbreak.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-07 18:48:29 +00:00
Kris Kennaway
ff63c67768
Change the default value of PTHREAD_LIBS to -pthread for 5.x and
...
beyond. This avoids linking shared libraries with the thread library,
which causes problems when trying to change from one thread library to
another. Instead all binaries that link to a library that uses
threads must themselves respect PTHREAD_LIBS.
Submitted by: deischen, marcus
Approved by: portmgr
2004-10-07 17:59:18 +00:00
Thierry Thomas
3b5e2556a3
Make fetchable again.
...
Note: this is still version 0.8.2, but not exactly the previous one.
The author's web host disappeared one day, taking all his files and
databases with it. This new tarball has been produced by the author
from his CVS, specially for FreeBSD ports: thanks to him!
Approved by: portmgr (marcus)
Obtained from: James Wells (author)
2004-10-07 17:11:52 +00:00
Kris Kennaway
02ef3c4695
Respect PTHREAD_{CFLAGS,LIBS} on 5.x and beyond.
...
Submitted by: marcus
Approved by: portmgr (self)
2004-10-07 16:00:44 +00:00
Kris Kennaway
fe3e9b0098
Mark IGNORE because the package somehow includes a dangling symlink, i.e.
...
it is incomplete.
Approved by: portmgr (self)
2004-10-07 15:56:14 +00:00
Cheng-Lung Sung
80dc728103
replace .error to IGNORE.
...
Problem noted by Richard Collyer <richard at firebadger.net> and eik@.
Scenario: we failed (% make index) without defining any WITH_BDB_VER,
and solved by following porters handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html#DOT-ERROR-BREAKS-INDEX
Approved by: portmgr (krion)
2004-10-07 13:19:12 +00:00
Mathieu Arnold
353dcfe314
Update to use the perl version of the algorithm over the C version for 5.8.5
...
because it uses 64 bit integers by default and it messes very badly with some
pack/unpack things on the perl part and some << and >> on the C part, so, use
the perl part everywhere.
Approved by: portmgr (krion)
2004-10-07 12:49:34 +00:00
Markus Brueffer
17847a3b1a
Fix build with gcc 3.4 and unbreak
...
Reported by: kris
Approved by: portmgr (krion)
2004-10-07 12:32:50 +00:00
Alexey Dokuchaev
afadaecf27
Unbreak on 5.X and -CURRENT.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-07 10:02:13 +00:00
Sergei Kolobov
3d01017637
- Unbreak fetching:
...
The client_db_gc patch contained a wrong debugging information
and was thus reissued by the vendor.
Update distinfo accordingly and bump PORTREVISION.
PR: ports/72387
Submitted by: Thomas-Martin Seck (maintainer)
Approved by: portsmgr (krion)
2004-10-07 08:42:16 +00:00
Joe Marcus Clarke
6d1617ff04
Update to 0.7.0 to fix two security vulnerabilities and GCC 3.4.x
...
brokeness.
Submitted by: maintainer
Approved by: portmgr (implicit)
2004-10-07 03:09:49 +00:00
FUJISHIMA Satsuki
4186e57c22
unbreak on pointyhat: move rpm from EXTRACT_DEPENDS to BUILD_DEPENDS.
...
Since this port set EXTRACT_ONLY empty, EXTRACT_DEPENDS does not make sense.
Approved by: portmgr (kris)
2004-10-06 18:30:34 +00:00
Sergei Kolobov
fbcbbdcc5a
- Remove patch we do not need anymore (fixed upstream)
...
Accidentally omitted in the previous commit due a CVS glitch
PR: ports/72308
Submitted by: sergei
Approved by: portsmgr (will)
Pointy hat to: sergei
2004-10-06 08:56:10 +00:00
Sergei Kolobov
405c35e9a4
- Unbreak dns/posadis build under 5.x and -CURRENT
...
by upgrading to the latest version (0.60.5)
- Update its dependency devel/poslib to 1.0.5 (prerequisite)
PR: ports/72308
Submitted by: sergei
Approved by: portsmgr (will)
2004-10-06 08:52:33 +00:00
Alexey Dokuchaev
ea52d5a8f9
Unbreak the build with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 08:16:08 +00:00
Alexey Dokuchaev
e50dad9e73
Follow new GCC rules, and unbreak the build.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 07:58:48 +00:00
Tilman Keskinoz
18319bf6dc
Fix package build on AMD64
...
PR: 72335
Submitted by: Andrew Thompson <andy@fud.org.nz>
Approved by: portmgr
2004-10-06 07:42:18 +00:00
Alexey Dokuchaev
cc2b3f217a
Sanitize C++ code a bit, and unbreak with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 05:10:30 +00:00
Alexey Dokuchaev
c545d87f45
Upgrade to 0.3.1 to unbreak with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion, will), fjoe (mentor, implicit)
2004-10-06 05:07:36 +00:00
Alexey Dokuchaev
020cd99802
Fix the code so GCC 3.4.2 likes it better, and unbreak.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:57:17 +00:00
Alexey Dokuchaev
7e0afc5695
Unbreak on 5.X and -CURRENT.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:53:33 +00:00
Alexey Dokuchaev
566f4e905d
Unbreak the build with recent GCC.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:51:10 +00:00
Alexey Dokuchaev
ccd2323721
Unbreak on 5.X and -CURRENT.
...
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:47:58 +00:00
Alexey Dokuchaev
24c0e6d51a
Actually add patch file forgotten in previous commit.
...
Approved by: portmgr (marcus)
fjoe (mentor, implicit)
2004-10-05 20:37:12 +00:00
Alexey Dokuchaev
73222b12f1
Fix the build on 5.X and -CURRENT.
...
Reported by: kris
Approved by: portmgr (marcus, krion (implicit))
foe (mentro, implicit)
2004-10-05 20:05:12 +00:00
Tom Rhodes
c57347a069
Add some more apache ports.
...
Fix two errors found by nectar.
Approved by: portmgr
2004-10-05 19:28:26 +00:00
Tom Rhodes
046685db30
Add imp3 issue, add apache13-ssl issue, correct a tag.
...
Approved by: portmgr
2004-10-05 17:41:55 +00:00
Jacques Vidrine
ca9a79470c
Note that older packages of bmon were dangerously installed set-user-ID.
...
Approved by: portmgr
2004-10-05 14:54:27 +00:00
Jacques Vidrine
9ae4693f5b
Document GnuTLS denial-of-service (already mentioned in portaudit's
...
database).
Approved by: portmgr
2004-10-05 14:33:02 +00:00
Jacques Vidrine
da3ca12960
Record another PHP vulnerability.
...
Approved by: portmgr
2004-10-05 14:06:55 +00:00
Jacques Vidrine
4331e94353
Mark FORBIDDEN due to exploitable buffer overflows.
...
http://vuxml.freebsd.org/fffacc93-16cb-11d9-bc4a-000c41e2cdad.html
Approved by: portmgr
2004-10-05 13:55:58 +00:00