Franz Klammer <klammer@webonaut.com>. This fixes
the build.
PR: ports/59440
Submitted by: Mezz (maintainer)
Approved by: marcus (portmgr)
Pointy hat to: me
Thanks for being so patient with me: Mezz
Dell OptiPlex GX110.
Submitted by: FireWire BSD of e-tahan.com, who discussed the
problem with autozen author Steven James (I don't
know which of them found the fix)
Approved by: portmgr
Also fix a broken shared lib configuration that caused the absolute
pathname (in the ports compilation directory) of the tix lib to be
recorded in the generated wish interpreter, so after removing the
compile directory from the machine, the interpreter could not be run
at all anymore. Strange nobody ever comlained abou this.
Not Approved by: maintainer (timeout)
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 :)
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.)
Revamp a bit the creation of the MySQL credentials file.
PR: 59605
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mostly)
Approved by: portmgr (will)
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)
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)
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)
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>)
- 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