aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use a sampling rate that works with the AudioPCI ES1371-B in myTrevor Johnson2003-11-292-3/+14
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=94822
* Update to an interm version that handles 5.2-RELEASE.David E. O'Brien2003-11-292-4/+4
| | | | | | | | Submitted by: Vic Abell <abe@purdue.edu> Approved by: marcus Notes: svn path=/head/; revision=94821
* Unbreak: chase checksum for armstrong_thesis_2003.pdf.Jimmy Olgeni2003-11-282-2/+2
| | | | | | | | | PR: ports/59745 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94820
* Bring the tix toolkit up to tcl/tk 8.4.Joerg Wunsch2003-11-283-69/+70
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=94819
* Looks like I seriously botched the last commit; somehow four lines fromPeter Pentchev2003-11-282-54/+6
| | | | | | | | | | | | | | | | 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 :) Notes: svn path=/head/; revision=94818
* Update qmailadmin to 1.0.29 for much better interoperability with vpopmail.Peter Pentchev2003-11-288-50/+146
| | | | | | | | | PR: 59606 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: portmgr (will) Notes: svn path=/head/; revision=94817
* Clamav 0.65 uses libgmp for digital signature calculations;Mike Silbersack2003-11-281-0/+6
| | | | | | | | | | | | | 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.) Notes: svn path=/head/; revision=94816
* add missing dependenceYing-Chieh Liao2003-11-281-0/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=94815
* Typo. Pointed out by S.J. Yu <sjyu@msi.com.tw>Kevin Lo2003-11-281-1/+1
| | | | Notes: svn path=/head/; revision=94814
* - Fix build on -CURRENT (conflicting prototype)Pav Lucistnik2003-11-281-0/+10
| | | | | | | | | | PR: ports/59684 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: marcus (portmgr) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94813
* *** Security Update (not fix, only workaround) ***Jun Kuriyama2003-11-286-2/+124
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=94812
* Update to vpopmail-5.3.30, fixing a critical update_rules bug.Peter Pentchev2003-11-278-36/+94
| | | | | | | | | | | Revamp a bit the creation of the MySQL credentials file. PR: 59605 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mostly) Approved by: portmgr (will) Notes: svn path=/head/; revision=94811
* This patch is still needed for -STABLE and older versions of 5.x.Joe Marcus Clarke2003-11-272-0/+24
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94810
* Add an entry for sysutils/medusa.Joe Marcus Clarke2003-11-271-0/+1
| | | | Notes: svn path=/head/; revision=94808
* Remove medusa. This port is broken and no longer used.Joe Marcus Clarke2003-11-2714-249/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94807
* Forced commit to state that source tarball reroll looks likeAlexander Nedotsukov2003-11-270-0/+0
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=94806
* Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHSMarcel Moolenaar2003-11-271-3/+0
| | | | | | | | | that listed all archs, except ia64. Approved by: portmgr (kris) Notes: svn path=/head/; revision=94805
* Fixed the MASTER_SITES.Ernst de Haan2003-11-272-2/+2
| | | | | | | Approved by: portmgr (adamw) Notes: svn path=/head/; revision=94804
* Fix the build on ia64:Marcel Moolenaar2003-11-272-0/+24
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=94803
* Unbreak by updating checksum as of 2003-11-08.Jun Kuriyama2003-11-272-2/+2
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94802
* Ignore this port. It's almost two years old, and there is a GNOME 2Joe Marcus Clarke2003-11-271-0/+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) Notes: svn path=/head/; revision=94801
* Use libgmp4 on -CURRENT to allow this port to build on 64-bit architectures.Joe Marcus Clarke2003-11-272-25/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94800
* Update to 8.4.3, the latest version from ISC. This update contains theDoug Barton2003-11-272-4/+4
| | | | | | | | security fix to the negative caching strategy, along with numerous bug fixes, and other improvements; especially to the IPv6 related code. Notes: svn path=/head/; revision=94799
* Update to 8.3.7, the latest in this branch from ISC. This is a securityDoug Barton2003-11-272-4/+4
| | | | | | | | | fix release, which contains a change to, "apply anti-cache poison techniques to negative answers." It also removes the view option to nslookup. Notes: svn path=/head/; revision=94798
* - Fix build (after changes to USE_GNOME logic this port was double-patchingPav Lucistnik2003-11-262-14/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=94797
* - Fix build on alpha, amd64 and sparc64Pav Lucistnik2003-11-261-1/+9
| | | | | | | | | | PR: ports/59690 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Approved by: marcus (portmgr) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94796
* Fix ac3 audio decoding breakage.MANTANI Nobutaka2003-11-262-8/+7
| | | | | | | | | PR: 59410, 59522 Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>, Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94795
* Fix build on ia64.MANTANI Nobutaka2003-11-262-5/+17
| | | | | | | | Submitted by: Ken Smith <kensmith@cse.Buffalo.EDU> Approved by: portmgr (kris) Notes: svn path=/head/; revision=94794
* Fix broken dependency on arabic i18n port.Tilman Keskinoz2003-11-264-4/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=94793
* Add -fPIC to CFLAGS on IA64 and AMD64.Tilman Keskinoz2003-11-263-0/+12
| | | | | | | | | Fixes build (tested on pluto2). Reported by: kris Notes: svn path=/head/; revision=94792
* Fix build on 5.x.Sergey A. Osokin2003-11-261-0/+5
| | | | | | | | Spotted by: Ted Lindgreen <ted@sanne.nlnetlabs.nl> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94791
* Source tarball rerolled.Alexander Nedotsukov2003-11-263-1/+17
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=94790
* Upgrade to 1.3.11-RC1. This fixes bidwatcher to work with the latestDavid E. O'Brien2003-11-262-2/+8
| | | | | | | | | changes at eBay. Approved by: Marcus Notes: svn path=/head/; revision=94789
* Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a.Joe Marcus Clarke2003-11-263-21/+5
| | | | | | | | Reported by: bento via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94788
* Fix plist entries.Alexander Nedotsukov2003-11-264-2/+8
| | | | | | | Reported by: bento via kris (as a passepartout build error) Notes: svn path=/head/; revision=94787
* - fix for PR 58925Andreas Klemm2003-11-252-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>) Notes: svn path=/head/; revision=94786
* - AMD64 has no APMTilman Keskinoz2003-11-2511-33/+33
| | | | | | | | | | - Revert logic, i386 seems to be the only ARCH with APM Submitted by: Adriaan de Groot Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94785
* - Fix compilation on FreeBSD 5.2-BETA.Alexander Leidinger2003-11-254-11/+44
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=94784
* This fixes plist problem for people unlucky enough to have aAnton Berezin2003-11-255-5/+10
| | | | | | | | | | | ${PREFIX}/share/man/man1 directory (which perl's Configure unconditionally prefers to anything else if found). Submitted by: se, vanilla Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94783
* Force downgrade back to 2.38. We are in ports-freeze...Mikhail Teterin2003-11-252-2/+2
| | | | | | | Requested by: marcus Notes: svn path=/head/; revision=94782
* Saved too quickly. The previous commit should also have read:Joe Marcus Clarke2003-11-250-0/+0
| | | | | | | The changes were a date and build number change in the english.lng file. Notes: svn path=/head/; revision=94781
* Fix fetch due to a re-rolled distfile.Joe Marcus Clarke2003-11-254-20/+20
| | | | | | | | Submitted by: maintainer Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94780
* According to fenner's survey, 6 of 11 files were fetchable, becauseTrevor Johnson2003-11-255-6671/+66
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=94779
* Upgrade to nqc 2.5 r3. The old distfile has gone away.John Hay2003-11-253-17/+20
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94778
* Update to 2.39 from 2.38Mikhail Teterin2003-11-252-2/+2
| | | | | | | | PR: ports/59631 Submitted by: Andrey V. Pevnev (the maintainer) Notes: svn path=/head/; revision=94777
* List conflicts among japanese/linux-JM, japanese/samba,Trevor Johnson2003-11-256-0/+12
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=94776
* Supersedes ports/59442 and previous hasty-fix, and fixes the following:Bruce M Simpson2003-11-254-26/+122
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=94775
* Fix build on -CURRENT.Bruce M Simpson2003-11-251-0/+50
| | | | | | | Submitted by: Volker Stolz Notes: svn path=/head/; revision=94774
* Fix XFree86-4-FontServer build on sparc64.Jake Burkholder2003-11-252-3/+12
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=94773
* - Fix build on 5.xKirill Ponomarev2003-11-251-0/+10
| | | | | | | | Noticed by: bento via kris Approved by: portmgr (kris) Notes: svn path=/head/; revision=94772