1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

89102 Commits

Author SHA1 Message Date
Peter Pentchev
54844ff483 Looks like I seriously botched the last commit; somehow four lines from
the original Makefile.in got duplicated in the 'patched' one, leading
to a malformed sh(1) construct that would inevitably break the installation.
Thanks to Ronald Sebastian and Alex Dupre for pointing this out.

Noticed by:	Ronald Sebastian <mailsagan@yahoo.com> and
		Alex Dupre <sysadmin@alexdupre.com>, among others

While I'm here, remove the autoconf part of the Makefile.in patch, which
actually duplicates what I've been doing in the port's Makefile for
some time now :)
2003-11-28 07:54:53 +00:00
Peter Pentchev
f953b139e5 Update qmailadmin to 1.0.29 for much better interoperability with vpopmail.
PR:		59606
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Approved by:	portmgr (will)
2003-11-28 06:16:45 +00:00
Mike Silbersack
f6e9200724 Clamav 0.65 uses libgmp for digital signature calculations;
as libgmp no longer exists in 5.x, add the needed dependency
to this Makefile.

(Note that stale gmp.h and libgmp files sitting around may
still cause problems, anyone with an "old" 5.x system that
sees oddities in the build should make sure that those old
files are purged from /usr/lib and /usr/include.)
2003-11-28 05:58:48 +00:00
Ying-Chieh Liao
bbce70975c add missing dependence
Approved by:	portmgr (kris)
2003-11-28 03:11:26 +00:00
Kevin Lo
2abc3d8ad0 Typo. Pointed out by S.J. Yu <sjyu@msi.com.tw> 2003-11-28 01:46:52 +00:00
Pav Lucistnik
96b35a6933 - Fix build on -CURRENT (conflicting prototype)
PR:		ports/59684
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	marcus (portmgr)
Approved by:	adamw (mentor)
2003-11-28 01:02:59 +00:00
Jun Kuriyama
660205cc0e *** Security Update (not fix, only workaround) ***
Disable the ability to create signatures using the ElGamal
sign+encrypt (type 20) keys as well as to remove the option
to create such keys.

Reported by:	se
References:	http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020570.html
		http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020569.html
Approved by	portmgr (will)
2003-11-28 00:05:27 +00:00
Peter Pentchev
a860f902fb Update to vpopmail-5.3.30, fixing a critical update_rules bug.
Revamp a bit the creation of the MySQL credentials file.

PR:		59605
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (mostly)
Approved by:	portmgr (will)
2003-11-27 21:59:00 +00:00
Joe Marcus Clarke
12831d9a03 This patch is still needed for -STABLE and older versions of 5.x.
Approved by:	portmgr (implicit)
2003-11-27 19:40:08 +00:00
Joe Marcus Clarke
8a546d812b Add an entry for sysutils/medusa. 2003-11-27 18:56:13 +00:00
Joe Marcus Clarke
5cfdaafe08 Remove medusa. This port is broken and no longer used.
Approved by:	portmgr (implicit)
2003-11-27 18:54:43 +00:00
Alexander Nedotsukov
44aa399f08 Forced commit to state that source tarball reroll looks like
fake-recovery (after accidental damage?) from 0.6.2 version.
The only difference between 0.6.2 and current 0.6 sources
is .2 suffix in version number around the code.

Reminded by:	portmgr (marcus)
2003-11-27 09:07:38 +00:00
Marcel Moolenaar
e7aab4d87a Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHS
that listed all archs, except ia64.

Approved by: portmgr (kris)
2003-11-27 08:37:42 +00:00
Ernst de Haan
78f80cdd8f Fixed the MASTER_SITES.
Approved by:	portmgr (adamw)
2003-11-27 08:35:02 +00:00
Marcel Moolenaar
b2958437a1 Fix the build on ia64:
The __libc_ia64_register_backing_store_base variable is defined on
Linux (in glibc) to allow processes to obtain the base of the RSE
backing store. On FreeBSD we do not have such a variable. We also
do not yet have a different interface for processes to use. So, for
now, hardcode the base address of the RSE backing store as it is
on FreeBSD. There's little chance this will change in the future,
so it's not that evil.

Approved by: portmgr (kris)
2003-11-27 07:39:33 +00:00
Jun Kuriyama
6dfdeb6fc0 Unbreak by updating checksum as of 2003-11-08.
Approved by:	portmgr (marcus)
2003-11-27 06:55:26 +00:00
Joe Marcus Clarke
ea3d79e28d Ignore this port. It's almost two years old, and there is a GNOME 2
version of bakery available.  It will be updated after the 5.2 freeze lifts.
Currently, the build is recursing indefinitely on bento.

Approved by:	portmgr (implicit)
2003-11-27 06:52:35 +00:00
Joe Marcus Clarke
ebb9c238ca Use libgmp4 on -CURRENT to allow this port to build on 64-bit architectures.
Approved by:	portmgr (implicit)
2003-11-27 05:28:17 +00:00
Doug Barton
d395a83db4 Update to 8.4.3, the latest version from ISC. This update contains the
security fix to the negative caching strategy, along with numerous bug
fixes, and other improvements; especially to the IPv6 related code.
2003-11-27 01:59:07 +00:00
Doug Barton
478c08d626 Update to 8.3.7, the latest in this branch from ISC. This is a security
fix release, which contains a change to, "apply anti-cache poison
techniques to negative answers." It also removes the view option to
nslookup.
2003-11-27 01:47:29 +00:00
Pav Lucistnik
6757061a2e - Fix build (after changes to USE_GNOME logic this port was double-patching
Makefile causing second patching to fail.)

PR:		ports/59700
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	marcus (portmgr)
Approved by:	adamw (mentor)
2003-11-26 21:18:29 +00:00
Pav Lucistnik
d45dc8fc7b - Fix build on alpha, amd64 and sparc64
PR:		ports/59690
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
Approved by:	marcus (portmgr)
Approved by:	adamw (mentor)
2003-11-26 20:29:40 +00:00
MANTANI Nobutaka
7adf04504d Fix ac3 audio decoding breakage.
PR:		59410, 59522
Submitted by:	Bartosz Fabianowski <bartosz@fabianowski.de>, Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	portmgr (marcus)
2003-11-26 15:24:46 +00:00
MANTANI Nobutaka
d4cde22718 Fix build on ia64.
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>
Approved by:	portmgr (kris)
2003-11-26 15:05:08 +00:00
Tilman Keskinoz
9a97deafb8 Fix broken dependency on arabic i18n port.
Reported by:	kris
2003-11-26 10:40:07 +00:00
Tilman Keskinoz
e1f5de0ecd Add -fPIC to CFLAGS on IA64 and AMD64.
Fixes build (tested on pluto2).

Reported by:	kris
2003-11-26 10:35:19 +00:00
Sergey A. Osokin
af8d633ce2 Fix build on 5.x.
Spotted by:	Ted Lindgreen <ted@sanne.nlnetlabs.nl>
Approved by:	portmgr (marcus)
2003-11-26 09:40:15 +00:00
Alexander Nedotsukov
48b7dcec7a Source tarball rerolled.
Reported by: bento
2003-11-26 09:12:47 +00:00
David E. O'Brien
7f4032f240 Upgrade to 1.3.11-RC1. This fixes bidwatcher to work with the latest
changes at eBay.

Approved by:	Marcus
2003-11-26 07:46:31 +00:00
Joe Marcus Clarke
a73b45419f Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a.
Reported by:	bento via kris
Approved by:	portmgr (implicit)
2003-11-26 06:02:15 +00:00
Alexander Nedotsukov
7df6a56ab8 Fix plist entries.
Reported by: bento via kris (as a passepartout build error)
2003-11-26 04:39:33 +00:00
Andreas Klemm
00dcb052a3 - fix for PR 58925
solves problem of hanging usb sessions with cams using gphoto2 ptp2 driver
- bumped port revision
- tested by different people under -current and -stable, no ill side
  effects and really cures the problem.

The author of bsd.c clearly states out in the sources, that he
has ported codee from linux 1:1 and he "kind of hopes" that it is ok.
But it wasn't.

This patch fixes hang that happens after the 1st read because the USB
driver tries to read more bytes than are available.

0000  10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00  ................
1.240828 gphoto2-port(2): Reading 512=0x200 bytes from port...
gp_port_read: Operation timed out
9.267455 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde
-34
9.267819 context(0): PTP I/O error

PR:		58925
Submitted by:	Mariusz Woloszyn <emsi@ipartners.pl>
Reviewed by:	John Reynolds <johnjen@reynoldsnet.org> and some tester
Approved by:	portmgr@ (Joe Marcus Clarke <marcus@marcuscom.com>)
2003-11-25 19:35:43 +00:00
Tilman Keskinoz
d1868e9f76 - AMD64 has no APM
- Revert logic, i386 seems to be the only ARCH with APM

Submitted by:	Adriaan de Groot
Approved by:	portmgr (marcus)
2003-11-25 18:57:36 +00:00
Alexander Leidinger
349dcec075 - Fix compilation on FreeBSD 5.2-BETA.
- Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5
  only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on
  architectures other than alpha and i386 (tested on FreeBSD/sparc64).
- Respect CC and CFLAGS.
- Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5.
- Give maintainership to submitter.

Submitted by:	marius@alchemy.franken.de
Approved by:	portmgr
2003-11-25 18:54:38 +00:00
Anton Berezin
6ea9d57347 This fixes plist problem for people unlucky enough to have a
${PREFIX}/share/man/man1 directory (which perl's Configure
unconditionally prefers to anything else if found).

Submitted by:	se, vanilla
Approved by:	portmgr (marcus)
2003-11-25 18:48:26 +00:00
Mikhail Teterin
38513ca81d Force downgrade back to 2.38. We are in ports-freeze...
Requested by: marcus
2003-11-25 18:45:06 +00:00
Joe Marcus Clarke
c78dae975d Saved too quickly. The previous commit should also have read:
The changes were a date and build number change in the english.lng file.
2003-11-25 18:28:52 +00:00
Joe Marcus Clarke
07ad85660b Fix fetch due to a re-rolled distfile.
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2003-11-25 18:26:17 +00:00
Trevor Johnson
f3968bc45b According to fenner's survey, 6 of 11 files were fetchable, because
outdated files were removed from the FTP sites.  Use newest
XFree86-devel and glibc-devel on both Alpha and i386; newest
kernel-source and libstdc++-devel on Alpha; and newest cpp, gcc,
gcc-c++, gcc-g77 and libstdc++-devel on i386.

Generate packing list from a fake installation.  Note GNU GPL
restriction.  Speed up fetching of updates for the Alpha.  Take
maintainership.

Approved by:	portmgr
2003-11-25 18:14:17 +00:00
John Hay
6958cd73de Upgrade to nqc 2.5 r3. The old distfile has gone away.
Approved by: portmgr (marcus)
2003-11-25 18:02:41 +00:00
Mikhail Teterin
9b935a9823 Update to 2.39 from 2.38
PR:	ports/59631
Submitted by:	Andrey V. Pevnev	(the maintainer)
2003-11-25 17:49:04 +00:00
Trevor Johnson
1d9e7cf28d List conflicts among japanese/linux-JM, japanese/samba,
net/samba-devel, net/samba-libsmbclient and net/samba ports.

PR:		59599
Submitted by:   Koop Mast (net/samba-libsmbclient maintainer) with
		changes by eik
Approved by:    dwcjr (net/samba-devel and net/samba maintainer),
		NAKAJI Hiroyuki (japanese/samba maintainer), and
		portmgr (5.2 freeze)
2003-11-25 16:12:19 +00:00
Bruce M Simpson
2830eb5a46 Supersedes ports/59442 and previous hasty-fix, and fixes the following:
- Build with __FreeBSD_version > 501114 (see bms commit)
 - Build with new route.h (no RTF_PRCLONING)
 - Don't use hardware assistance on framentation when DF is set.
 - Allow pftcpdump -w to be used with pfsync.

Found-by:	bento / Pyun YongHyeon
Submitted by:	Max Laier
PR:		ports/59548
2003-11-25 14:08:02 +00:00
Bruce M Simpson
f13a4b29b1 Fix build on -CURRENT.
Submitted by:	Volker Stolz
2003-11-25 13:27:41 +00:00
Jake Burkholder
a021c16641 Fix XFree86-4-FontServer build on sparc64.
Requested by:	kris
2003-11-25 08:56:30 +00:00
Kirill Ponomarev
a9ee2334a3 - Fix build on 5.x
Noticed by:	bento via kris
Approved by:	portmgr (kris)
2003-11-25 06:04:10 +00:00
Max Khon
288a568f9e Fix build on 5.x.
Notice by:	kris
Approved by:	kris
2003-11-25 00:55:36 +00:00
Thomas Moestl
60ce3e022e Compile with -O0 on sparc64 to work around an internal compiler error.
Approved by:	kris
2003-11-25 00:26:53 +00:00
Joe Marcus Clarke
b8fc347cb4 Fix build on -CURRENT.
Reported by:	bento via kris
Approved by:	portmgr (implicit)
2003-11-24 22:57:48 +00:00
Trevor Johnson
c64f2bede8 This doesn't compile on the Alpha or x86-64.
reported by:	kris
Approved by:	portmgr
2003-11-24 19:56:46 +00:00