aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix mysql default db installation.ale2004-03-0834-41/+41
| | | | Noticed by: many
* Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr andnetchild2004-03-081-0/+3
| | | | | | | | | FreeBSD-SA-03:08.realpath: not fixed. Mark DEPRECATED, it's no longer needed by any FreeBSD port (no EXPIRATION_DATE set). Noticed by: Marius Strobl <marius@alchemy.franken.de>
* Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr andnetchild2004-03-081-0/+2
| | | | | | | FreeBSD-SA-03:08.realpath: xdr isn't fixed, and the realpath lib isn't available precompiled (at least we haven't found one). Submitted by: Marius Strobl <marius@alchemy.franken.de>
* - Fix fetch, the mastersite changed (but still is at aladdinsys.com) andnetchild2004-03-082-11/+7
| | | | | | | | | | | the distfile was renamed (only the EXTRACT_SUFX changed and it still has the same content and checksum). - Some cleanup, no longer chmod(8) the distfile in DISTDIR executable without reason and add a do-build target to brandelf(1) the binaries instead of doing this in the do-install target so that the binaries in WRKDIR actually can be used after a `make all` run. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* - Use daemon(8) for launching avmilter in order to detach it from thenetchild2004-03-087-12/+70
| | | | | | | | | | | | | | | | | controlling terminal. [1] - Make the avq script check if it's ran by the avmilter user in addition to uid == 0. This enables `avq --remove` to be run via a script and the ExternalProgram option in order to automatically delete the rejected messages. [2] - Install a script avqrm which serves this purpose, i.e. executes `avq --remove` and can be run via ExternalProgram. - Make the avq script not print the contents of the queue when option '--remove' is given, this greatly improves speed and otherwise it's not really suitable to be called on every rejected message. Fix some typos. - Fix pkg-plist by adding antivirupdater. Requested by: ache [1], [2] Submitted by: maintainer
* jxm --> ports/audio/jxmnsayer2004-03-081-0/+1
|
* Add the JXM port - XMPCR control softwarensayer2004-03-086-0/+45
|
* . Update to 0.40.glewis2004-03-082-4/+3
| | | | | PR: 63899 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* Set LATEST_LINK.kris2004-03-082-0/+2
| | | | Submitted by: maintainer
* Add unique LATAEST_LINK.cy2004-03-081-0/+1
| | | | Approved by: MAINTAINER timeout
* Fix $LATEST_LINK conflict.kuriyama2004-03-084-0/+4
| | | | Reported by: kris
* Fix $LATEST_NAME conflict.kuriyama2004-03-082-1/+2
| | | | Reported by: kris
* . Update to 1.2p4.glewis2004-03-082-2/+4
| | | | . SIZEify.
* Mark as DEPRECATED, per maintainer. The corresponding server softwarelinimon2004-03-081-0/+2
| | | | | has been switched to an incompatible protocol. The port will be removed in one month unless someone objects.
* [patch] fix "make fetch" for audio/mbrolavoxedwin2004-03-084-8/+132
| | | | | | | | | | | | | | | When building audio/mbrolavox on bento, it doesn't do anything usefull because it there are no voices selected. Furthermore, the fetch stage tries to download each file from each subdirectory, which is inefficient. See also http://bento.freebsd.org/errorlogs/i386-4-exp-latest/mbrolavox-3.0.1.log PR: ports/61500 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* Unmark as broken for 4.x; instead, mark as ignore for perl < 5.6.linimon2004-03-081-2/+2
|
* SIZEify; group distfiles.des2004-03-086-12/+21
|
* Run a command on all client machines of a certain architecture, or allkris2004-03-081-0/+50
| | | | client machines.
* Walk through a package set and prune files that are not listed in INDEXkris2004-03-081-0/+66
| | | | | (e.g. packages from a previous build run, packages that incorrectly modify their PORTNAME at install-time, etc.) as well as dangling symlinks.
* Verify the archive integrity of a package set, and move aside any thatkris2004-03-081-0/+45
| | | | | are found to be bad. Not currently in use, since we do not experience package corruption and this takes quite a while to run.
* To be run on the client, this script looks for chroot directories that have ↵kris2004-03-081-0/+48
| | | | | | | | not been used in 20 minutes, as well as directories listed as 'in use' that have not been touched in 24 hours (corresponding to port builds that have timed out or shut down uncleanly) and prunes them to reclaim space. This is intended to be run as a cron job.
* Break out a script from dopackages for building the restricted.sh filekris2004-03-081-0/+34
| | | | so it can be easily done manually
* Replace gnome with gnome2 in quickports. I'm still not sure this actuallykris2004-03-081-1/+1
| | | | works as intended.
* Remove the integrity testing code now that the corruption bug has beenkris2004-03-081-4/+0
| | | | identified and those machines removed (restricted to Miatas running 5.2)
* * Fix 4.x builds with 5.x host systems by copying some additional neededkris2004-03-081-0/+6
| | | | files into the chroot to support host ps and killall binaries.
* Expand out some shell globbing syntaxkris2004-03-081-1/+1
|
* Prune out packages that will not be built because a dependency is markedkris2004-03-081-1/+1
| | | | IGNORE/FORBIDDEN/etc (using duds.full).
* Create a duds.full file that lists not only files that are marked IGNOREkris2004-03-081-0/+4
| | | | but everything that depends on them.
* Increase timeout on slow build machines (alpha, sparc64) to 16 hours.kris2004-03-081-2/+8
| | | | This should probably be made a per-machine variable.
* * Set the PACKAGE_BUILDING variable in the build environment so ports cankris2004-03-081-1/+4
| | | | | detect they are being built on bento * Update the list of "extra files" to filter to reduce some false positives
* Set up the DISTDIR and PACKAGES variables for use by client scriptskris2004-03-081-0/+3
|
* Properly use SDL everywhere:edwin2004-03-0861-97/+99
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - Update to 4.4.0pav2004-03-083-8/+6
| | | | | | | | - Update signatures - Portlint PR: ports/63906, ports/63908 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* - Update to 5.1.0pav2004-03-084-158/+171
| | | | | PR: ports/63888 Submitted by: Jason Evans <jasone@canonware.com> (maintainer)
* [patch] unbreak packaging of devel/sdl12 with NOPORTDOCSedwin2004-03-082-264/+54
| | | | | | | | | | In the current state of the port Makefile and pkg-plist are not in sync. Makefile obeys NOPORTDOCS, but pkg-plist would enlist not installed files anyway breaking packaging when NOPORTDOCS is set. PR: ports/62587 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Let ports use the USE_SDL macroedwin2004-03-0811-47/+16
| | | | | | PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* Upgrade to 5.2.0sumikawa2004-03-082-3/+6
| | | | Noticed by: Stephane Bortzmeyer <bortz@users.sourceforge.net>
* - Update to 3.9.1pav2004-03-084-123/+13
| | | | | PR: ports/63902 Submitted by: andrew morton <drewish@katherinehouse.com> (maintainer)
* Make ports/multimedia use the USE_SDL macroedwin2004-03-087-29/+12
| | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* callid -> ports/misc/callidpav2004-03-081-0/+1
|
* Add callid, a tool to be be able to show incoming calls in a web-based ↵pav2004-03-085-0/+81
| | | | | | | | | interface. the calls are logged through the ISDN D-Channel. PR: ports/63067 Submitted by: Michele Possamai <possamai@xs4all.nl>
* Fix very bogos miss.maho2004-03-081-1/+1
| | | | Submitted by: FreshPorts
* USE MASTERDIR when include Makefilemaho2004-03-082-2/+2
| | | | | | PR: 63730 Submitted by: Mark Linimon <linimon@FreeBSD.org> Suggestion by: Masafumi Otsune <info@otsune.com>
* - Update to version 2.1.1krion2004-03-083-4/+12
| | | | | PR: ports/63901 Submitted by: maintainer
* - Update to version 0.2.2krion2004-03-082-3/+3
| | | | | PR: ports/63900 Submitted by: maintainer
* - Update to version 1.4krion2004-03-084-17/+23
| | | | | PR: ports/63885 Submitted by: maintainer
* - Fix build on -STABLEpav2004-03-081-0/+47
|
* - Update to 0.14pav2004-03-084-15/+18
| | | | | PR: ports/63892 Submitted by: Mezz <mezz7@cox.net> (maintainer)
* - Update MASTER_SITESkrion2004-03-081-3/+3
| | | | | | | - Add audio/py-cddb as optional dependency PR: ports/63896 Submitted by: maintainer
* - Fix shell for user uucp if running interactivedinoex2004-03-081-0/+5
|
* Remove redundant USE_PERL5_BUILD, already declared in MASTER portlioux2004-03-085-7/+0
|
* Add mirror site.naddy2004-03-081-1/+2
|
* Buffer overflow and format string fixes.naddy2004-03-088-40/+199
| | | | | | | | (Also don't put several patches in a single file.) Approved by: sergei Obtained from: upstream Reported by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
* - Update Portable.NET suite to 0.6.2pav2004-03-0815-20/+142
| | | | | PR: ports/63857 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* - Fix WWW: linekrion2004-03-081-1/+1
|
* Fix WWW:lofi2004-03-082-2/+2
|
* - Update MASTER_SITES and pkg-descrkrion2004-03-082-8/+9
| | | | | PR: ports/63893 Submitted by: maintainer
* - Fix WWW: linekrion2004-03-081-1/+1
| | | | | PR: ports/63891 Submitted by: maintainer
* Use ${} to properly dereference a variable.marcus2004-03-081-1/+1
| | | | Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
* - Update to version 2.4.3krion2004-03-082-9/+4
| | | | | | | * Fix build on AMD64 PR: ports/63890 Submitted by: maintainer
* - Fix build on sparc64krion2004-03-082-4/+13
| | | | | PR: ports/63884 Submitted by: maintainer
* - Update to 0.9krion2004-03-083-4/+6
| | | | | | | - Add new MASTER_SITES for more robustness PR: ports/63889 Submitted by: maintainer
* add Date::Manip into RUN_DEPENDSleeym2004-03-081-1/+3
| | | | | | bump PORTREVISION Submitted by: Dan Larsson <dl@tyfon.net>
* make it buildable on ia64 and amd64.ume2004-03-0830-32/+405
| | | | | | | (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
* - Add dependency on XFree86-clientspav2004-03-081-2/+4
| | | | Reported by: bento via kris
* Correct plist again.lofi2004-03-083-18/+57
|
* - Fix BUILD_DEPENDSkrion2004-03-085-5/+10
| | | | | PR: ports/63882 Submitted by: Ports Fury
* - Update to version 1.0a11krion2004-03-083-7/+12
| | | | | PR: ports/63874 Submitted by: Ports Fury
* - Fix build on non-i386 archkrion2004-03-082-10/+4
| | | | | PR: ports/63875 Submitted by: Ports Fury
* - Fix build on non-i386 archkrion2004-03-082-9/+3
| | | | | PR: ports/63876 Submitted by: Ports Fury
* - Update to version 4.22.0krion2004-03-083-9/+10
| | | | | PR: ports/63877 Submitted by: Ports Fury
* - Update to version 20021229krion2004-03-084-35/+24
| | | | | PR: ports/63878 Submitted by: Ports Fury
* - Update to version 0.9.2.2krion2004-03-084-66/+23
| | | | | PR: ports/63879 Submitted by: Ports Fury
* - Update to version 1.0.2krion2004-03-087-41/+30
| | | | | PR: ports/63880 Submitted by: Ports Fury
* - Update to version 3.5.20krion2004-03-082-3/+3
| | | | | PR: ports/63881 Submitted by: Ports Fury
* - Update to 0.5.1pav2004-03-082-4/+4
| | | | | | | - Reclaim maintainership PR: ports/63883 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
* Fix dependency on x11-toolkits/p5-Gnome.lofi2004-03-081-1/+1
|
* - Update gEDA suite to 20040111 versionpav2004-03-0729-188/+378
| | | | | PR: ports/62549 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
* - This is not using libgeda at all, so don't depend on itpav2004-03-071-4/+2
|
* BROKEN on ia64 and sparc64: Does not compilekris2004-03-071-1/+7
|
* - Update to version 040306krion2004-03-072-3/+3
| | | | | PR: ports/63868 Submitted by: maintainer
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)kris2004-03-0710-5/+55
|
* BROKEN on ia64: Configure failskris2004-03-072-2/+14
|
* Extend -fPIC to ia64 as well.kris2004-03-071-1/+1
|
* BROKEN On ia64 and amd64: Configure failskris2004-03-071-1/+7
|
* BROKEN on ia64: coredump during build.kris2004-03-071-1/+7
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+7
|
* Broken on !i386 and !alpha: Does not compilekris2004-03-071-1/+7
|
* Fix build on 5-currentmaho2004-03-071-8/+2
| | | | Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Possible fix on 4-STABLEmaho2004-03-071-0/+15
| | | | Submitted by: maintainer Christian Gusenbauer <cg17123@gmx.at>
* Add USE_MESA=yes to document dependency on libglut (and fix packaging on allgerald2004-03-072-2/+2
| | | | | | | possible configurations). USE_SIZE is the global default now. Reported by: bento, kris Discussed with: kris, marcus
* 1) remove non-fetchable sitesmaho2004-03-071-3/+1
| | | | | | | | | 2) sorry I didn't notice ITO-san's e-mail that also unbreak for this port. maho independently unbreak this port. thanks. Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> and kris via bento
* * Set maintainer to haskell@.obraun2004-03-072-15/+5
| | | | | * Use CONFLICTS instead of local hack. * Put SIZE into distinfo.
* Set maintainer to haskell@.obraun2004-03-072-2/+2
|
* Add -se.lofi2004-03-074-4/+4
|
* Fix plist.lofi2004-03-072-248/+100
|
* Fix installation glitch that caused a slowdown of DrScheme. Bumpjkoshy2004-03-073-28/+2020
| | | | | | | | PORTREVISION. Correct typo (ONLY_FOR_ARCH -> ONLY_FOR_ARCHS). PR: ports/63782
* - Update to version 1.4krion2004-03-074-36/+13
| | | | | PR: ports/63862 Submitted by: maintainer
* - Update to 0.3.4krion2004-03-077-45/+89
| | | | | | | | - Utilize OPTIONS - Assign maintainership to submitter PR: ports/63821 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to 3.95erwin2004-03-072-2/+3
| | | | Submitted by: "Angelo Turetta" <aturetta@commit.it>
* Usual deC99fication to fix build on -STABLE.bland2004-03-072-0/+33
| | | | Reported by: Troy <troy@twisted.net>
* Un-fuzz for 4.15.dougb2004-03-072-11/+11
|
* Upgrade to 4.15, which contains the usual assortment of minor bug fixesdougb2004-03-073-4/+13
| | | | and new screensavers.
* . Unbreak by fixing the packing list.glewis2004-03-072-7/+3
| | | | Submitted by: bento
* - preserve configuration even when extracting the packagedinoex2004-03-072-22/+40
| | | | - set shell and home for news when running intactive
* BROKEN on alpha and amd64: Does not compilekris2004-03-071-1/+7
|
* BROKEN on alpha: Does not compilekris2004-03-072-2/+14
|
* BROKEN on alpha 5.x: Does not compilekris2004-03-072-2/+14
|
* BROKEN on sparc64: Does not compilekris2004-03-071-2/+8
| | | | Correct ARCH check for amd64.
* BROKEN on sparc64: Does not compilekris2004-03-071-0/+4
|
* BROKEN on amd64 and ia64: Segfault during installkris2004-03-071-1/+7
|
* BROKEN on ia64: Does not compilekris2004-03-071-1/+7
|
* IGNORE on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} (or CFLAGS or CC, ...)kris2004-03-071-1/+7
|
* BROKEN on ia64 and amd64: Does not compile (needs -fPIC)kris2004-03-071-1/+7
|
* ia64 doesn't have bktr support.kris2004-03-071-1/+1
|
* BROKEN on ia64: Segfault during buildkris2004-03-071-1/+7
|
* BROKEN on ia64: Does not compilekris2004-03-071-1/+7
|
* Update to 0.2.6.marcus2004-03-072-2/+3
|
* - Update to 2.0.pre4bland2004-03-0740-360/+85
| | | | | | - Switch back to gimp's own shlib versioning scheme [1] Reviewed by: marcus [1]
* Fix NO_SIZE to DISABLE_SIZE.perky2004-03-072-1/+2
| | | | Pointed out by: Jason Harris <jharris@widomaker.com>
* Maintainer reports being unable to look after this port any longer.linimon2004-03-071-1/+1
| | | | Thanks for your efforts in the past.
* Add -lo to the metaport.lofi2004-03-074-4/+4
|
* Fix plist.lofi2004-03-072-248/+76
|
* BROKEN on sparc64: Does not compile (needs -fPIC)kris2004-03-073-1/+15
|
* Update to 2.0.4. Note: opening Word document is still broken, but a bug hasmarcus2004-03-079-33/+42
| | | | | | | | | | been filed: http://bugzilla.abisource.com/show_bug.cgi?id=6466 For a list of what's new, checkout: http://www.abisource.com/changelogs/2.0.4.phtml
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+7
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+8
|
* BROKEN on !i386 and !alpha: Does not compile due to included boehm-gckris2004-03-071-1/+7
|
* BROKEN on sparc64: Install failskris2004-03-071-1/+7
|
* BROKEN on !i386: Does not compilekris2004-03-071-0/+4
|
* BROKEN on sparc64: Configure failskris2004-03-071-0/+4
|
* BROKEN on sparc64: Configure fails.kris2004-03-072-2/+14
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+7
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+7
|
* french/xtel: fixing WWW.edwin2004-03-073-9/+10
| | | | | | | | The original URL is now invalid => fix it. Since I'm there, SIZE-ify and use DOCSDIR. PR: ports/63858 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix buildkris2004-03-0737-58/+1144
| | | | | | | with gcc 3. Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: ports/59024
* The hostsentry port is unusable as shipped and requires additionalkris2004-03-071-0/+3
| | | | | | | | dependencies to run. Mark it IGNORE and DEPRECATED, and it will be scheduled for a removal in a future batch of ports. PR: ports/62516 Submitted by: Dan Mahoney <danm@prime.gushi.org>
* This is BROKEN on 5.x as well (does not compile)kris2004-03-071-0/+2
|
* Cosmetic nit.des2004-03-071-1/+1
|
* Add Adobe Acrobat Reader and GNU Anubis issues.nectar2004-03-071-1/+65
|
* haskell-mode.el --> ports/lang/haskell-mode.elobraun2004-03-071-0/+1
|
* Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.obraun2004-03-075-0/+79
| | | | | PR: ports/63813 Submitted by: Josh Elsasser <jre@vineyard.net>
* Unbreak: chase checksum change on PDF file (documentation update).olgeni2004-03-072-2/+10
| | | | | | | | | Add USE_SIZE support. This has already been done once, but the port was being repocopied so the change ended up in the previous port. Noticed by: kris
* 1) some cleanups and enhancementsmaho2004-03-073-4/+23
| | | | | | | 2) sorry I didn't mention your PR PR: 63366 Submitted by: Vladimir I. Chukharev <chu@gpi.ru>
* - Update to version 1.20krion2004-03-078-18/+16
| | | | | PR: ports/63848 Submitted by: maintainer
* Set maintainer to the new created haskell@ mail alias.obraun2004-03-0724-24/+24
|
* ... and remove my experimental bsd.port.mk hacks :)eik2004-03-071-2/+2
| | | | Pointy hat to: me
* - update to version 0.67-1eik2004-03-077-52/+65
| | | | | | PR: 63065 Reviewed by: Angelo Turetta <aturetta@commit.it> Approved by: maintainer timeout (2 weeks)
* Adjust brokenness message. This is really an install failure, notlinimon2004-03-071-1/+1
| | | | a plist error, which is a second-order effect.
* - reset MAINTAINERdinoex2004-03-072-2/+2
|
* - reset MAINTIANER as nobody cares for it.dinoex2004-03-072-2/+2
|
* chronological sortnectar2004-03-071-37/+37
|
* Add linux-XFree86-libsnectar2004-03-071-1/+5
|
* Pass maintainership to submittererwin2004-03-071-1/+1
| | | | | PR: 63850 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* - Use MASTER_SITE_DEBIAN_POOLpav2004-03-072-2/+3
| | | | | | | - Add SIZE PR: ports/63849 Submitted by: Toni Viemero <toni.viemero@iki.fi> (maintainer)
* - Update to 0.3.0pav2004-03-074-36/+36
| | | | | PR: ports/63846 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
* - Restore PORTEPOCHpav2004-03-072-0/+2
| | | | | Reported by: John Merryweather Cooper <coop9211@uidaho.edu> Pointy hat to: dinoex
* - Pass ${PTHREAD_LIBS} down to configurepav2004-03-071-0/+1
| | | | | | PR: ports/62544 Submitted by: Frank Altpeter <frank@altpeter.de> Approved by: maintainer timeout (3 weeks)
* - Unset WITHOUT_GUIpav2004-03-076-0/+12
| | | | | | PR: ports/63706 Submitted by: Melvyn Sopacua <webmaster@idg.nl> Approved by: maintainer
* o) Add --disable-pthreads cause with pthreads the called apccontrollkoeller2004-03-071-2/+3
| | | | programm sometimes hangs and prevents a graceful shutdown :-(
* Add modules for pnet related ports.pav2004-03-071-0/+5
|
* Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came backpav2004-03-0721-0/+419
| | | | | | | | | | | | | | | | | | | | as a bunch of ports and a meta-port. ml-pnet: Some of the Mono upper-level libraries in a form that can be easily compiled and used with pnet's CLI implementation. pnet: A meta-port for all these ports. pnet-base: A runtime engine, C# compiler and a host of useful development tools, all written in C. pnetc: pnetC project, an ANSI C library that can be compiled down to IL using Portable.NET's cscc compiler. pnetlib: C# class libraries. PR: ports/60408, ports/60409, ports/60413, ports/60453 Submitted by: michael johnson <ahze@ahze.net>
* Remove filmgimp.lofi2004-03-071-1/+0
| | | | | Noticed by: Kaarthik Sivakumar <kaarthik@comcast.net> Pointy hat to: trevor
* - broken checksum was cause by distfile corruption on belnet sf mirroreik2004-03-072-3/+2
| | | | - SIZEify
* - bring sourceforge mirrors in line with ↵eik2004-03-071-9/+17
| | | | | | | | | | | | | | | | | | | http://prdownloads.sourceforge.net/PROJECT/ - remove belnet from the list until the distfiles are fixed rationale: - separately listed mirrors make the distfile survey more reliable, and we can remove sites with problems, even though it is bad for automatic sorting try the following sh scripts: for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \ do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/balance/balance-3.11.tar.gz | md5; done for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \ do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/gaim/gaim-0.75.tar.bz2 | md5; done
* - "Drive read speed selection now works correctly."pav2004-03-062-8/+24
| | | | | | PR: ports/63785 Submitted by: Igor Pokrovsky <tiamat@comset.net> Approved by: maintainer
* - There seems to be a race condition in the extract that causes a file to be ↵pav2004-03-061-0/+11
| | | | | | | | | | | rebuilt or not. You can trigger the failure by doing 'make extract; touch work/rstat.x; make all' The failure is because rpcgen rstat.x calls cpp -E which replaces an "#ifdef __STDC__" with "#ifdef 1" in the output, which is a gcc 3 syntax error. Submitted by: Samy Al Bahra (maintainer) Analyzed by: kris
* Upgrade to v0.75. Unbreak for non-i386 architectures.jkoshy2004-03-064-24/+47
|
* Use /usr/sbin/daemon -f to detach milter from controlling terminalache2004-03-062-1/+2
| | | | (usually, console)
* - Update to 2.0.8clement2004-03-064-15/+41
|
* Film Gimp was renamed to CinePaint, so remove the entry for the filmgimp port.trevor2004-03-061-1/+0
| | | | | PR: ports/63777 Approved by: David Yeske (maintainer)
* Film Gimp was renamed to CinePaint.trevor2004-03-065-582/+1
| | | | | PR: 63777 Approved by: David Yeske (maintainer)
* - Add WITH_SQLITE knob to enable SQLite backendpav2004-03-0614-6/+152
| | | | | PR: ports/63817 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Don't check size of distfile because site isn't giving Content-lengthperky2004-03-062-1/+1
| | | | | | info. Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
* - Unbreak on alpha, sparc64 and other non-i386 platforms.fjoe2004-03-067-124/+137
| | | | | | (remove discover binary for Linux which accidentally crept into tarball before build). - Generate sample config with comments even with gcc 3.x
* Unbreak by updating to p5-Cdk 4.6.10.kris2004-03-066-149/+16
| | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 63789
* Entry for devel/pear portpav2004-03-061-0/+1
|
* Remove module for deleted pear portpav2004-03-061-1/+0
|
* BROKEN on amd64: Does not compile (-fPIC missing)kris2004-03-061-1/+7
|
* Remove pear, it's misleading, obsolete metaport used in past by horde.pav2004-03-064-62/+0
| | | | | PR: ports/63833 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
* BROKEN on amd64: Does not compilekris2004-03-063-3/+21
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-061-1/+7
|
* Switch to tcl/tk 8.4.kris2004-03-061-0/+10
|
* Fix build on amd64 (add -fPIC). Respect CFLAGS. Switch to tcl/tk 8.4.kris2004-03-062-18/+7
| | | | | | Bump PORTREVISION. Approved by: maintainer
* Upgrade to 0.51ache2004-03-067-35/+54
|
* - Chase checksum. Author released new version 1.35_2. Author does notpav2004-03-066-10/+16
| | | | | | version tarballs. PR: ports/63708 (inspired by)
* - Use more right way to link librarykrion2004-03-061-3/+4
| | | | | PR: ports/63820 Submitted by: maintainer
* - Unbreak: Build the four documentation formats sequentially (instead of ↵pav2004-03-063-6/+12
| | | | | | | | | simultaneously) to prevent perl 5.8 from using too much memory (> 512 MB) and being killed. PR: ports/63804 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* Unbreak by chasing checksum (minor source code changes, and a new datakris2004-03-062-3/+3
| | | | file). Add SIZE.
* - This port does not really needs autoconfpav2004-03-061-2/+1
| | | | | | PR: ports/63800 Submitted by: Seva Gluschenko <gvs@road.yandex.ru> Approved by: maintainer
* Fix checksum mismatch by adding html docs to IGNOREFILES.kris2004-03-062-3/+3
|
* Unbreak by chasing checksum. The version was silently updated to 0.3.6dkris2004-03-062-2/+4
| | | | and a minor bug fix was made to the source.
* mkxvcd --> ports/multimedia/mkxvcdpav2004-03-061-0/+1
|
* Add mkxvcd, a bash script for easy encoding of VCD disc using commonpav2004-03-064-0/+69
| | | | | | | tools like mplayer, mjpegtools or transcode. PR: ports/63790 Submitted by: michael johnson <ahze@ahze.net>
* Chase the distfile checksum (invent a version 1.0.20030916 to make upkris2004-03-062-4/+3
| | | | | for the last of a version number in the source). The changes are addition of a "q"uiet flag and some additional character translations.
* - Unbreak on -CURRENT [1]pav2004-03-063-7/+75
| | | | | | | | | | - Add patch to add assert header [1] - Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1] - Patch path to bash in two scripts - Remove USE_SIZE=yes it's default now and Portlint PR: ports/63745 Submitted by: michael johnson <ahze@ahze.net>
* Add sizeedwin2004-03-061-0/+1
| | | | | PR: ports/63832 Submitted by: Radim Kolar <hsn@netmag.cz>
* - update to 3.0.16dinoex2004-03-069-314/+116
| | | | | - use PLIST_FILES - add missing manpage idecrypt.8
* - Update to version 1.4krion2004-03-063-7/+11
| | | | | PR: ports/63822 Submitted by: maintainer
* latex-lineno --> ports/print/latex-linenokrion2004-03-061-0/+1
|
* Add latex-lineno 3.10.20031112,krion2004-03-065-0/+73
| | | | | | | | | | | The LaTeX package lineno.sty provides line numbers on paragraphs. After TeX has broken a paragraph into lines there will be line numbers attached to them, with the possibility to make references through the LaTeX \ref, \pageref cross reference mechanism. PR: ports/63810 Submitted by: hrs@FreeBSD.org
* Maintainer no longer wishes to maintain this port. Thanks for yourlinimon2004-03-062-2/+2
| | | | help in the past.
* latex-arydshln --> ports/print/latex-arydshlnkrion2004-03-061-0/+1
|
* Add latex-arydshln 1.6.20030825,krion2004-03-065-0/+78
| | | | | | | | latex-arydshln gives LaTeX's array and tabular environments the capability to draw horizontal/vertical dash-lines. PR: ports/63809 Submitted by: hrs@FreeBSD.org
* - Fix build on bentokrion2004-03-061-1/+1
|
* Fix on amd64pat2004-03-062-2/+12
| | | | | PR: 63109 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Update to 0.68.marcus2004-03-064-6/+6
|
* Add firefox support via WITH_MOZILLA=firefox. Note: this only works formarcus2004-03-061-2/+12
| | | | | | | | mplayer-plugin. Setting WITH_MOZILLA=firefox will not work with the galeon ports. PR: 63805 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* * Fix detection of *.euc locales [1]marcus2004-03-062-12/+13
| | | | | | | | * Use intlhack * Remove trailing whitespace from pkg-message PR: 63671 Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp>
* - update to 8.4.6dinoex2004-03-065-8/+8
|
* update for rc.d/ startup issuesleeym2004-03-062-1/+2
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org>
* - mark BROKEN for 502101dinoex2004-03-061-1/+7
| | | | | | | | | | | | | | | | | | problem: configure stops waiting for stdin this happens on all architetures. sparc64-5-latest-logs 2004 Mar 5 18:17:20 tiff-3.6.1_1.log failed i386-5-latest-logs 2004 Mar 4 15:47:17 tiff-3.6.1_1.log okay alpha-5-latest-logs 2004 Feb 16 00:55:25 tiff-3.6.1_1.log.bz2 okay amd64-5-latest-logs 2004 Feb 27 09:35:09 tiff-3.6.1_1.log.bz2 okay i386-4-latest-logs 2004 Feb 21 11:58:42 tiff-3.6.1_1.log.bz2 okay ia64-5-latest-logs 2004 Feb 16 23:28:46 tiff-3.6.1_1.log.bz2 okay sparc64-5-latest-logs 2004 Feb 17 12:04:10 tiff-3.6.1_1.log.bz2 okay workaround: build package on olnder enviroment. e.G. install 5.2. release or current before 2004-02-29 in a jail. Patches welcome
* update metalist for featuring Apache2 compatibilityleeym2004-03-064-28/+370
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org>
* Add trailing slash '/' to WWW tag URI addresslioux2004-03-062-2/+2
|
* Correct distfile SIZE (no md5 change)kris2004-03-061-1/+1
| | | | Reviewed by: maintainer
* Expand tabs.nectar2004-03-061-227/+263
| | | | Add xboing issue.
* Unbreak by fixing bug introduced in rev 1.45, which attempted tonectar2004-03-061-1/+2
| | | | | correct handling of LDFLAGS but instead removed it from CONFIGURE_ENV completely.
* Drop maintainership. I don't use this.naddy2004-03-061-1/+1
| | | | | The license is byzantine and restrictive, the build system is complex and unlike any other, the codebase doesn't inspire confidence.
* fix build on amd64maho2004-03-061-0/+4
| | | | | PR: 63110 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* happystats --> ports/net/happystatssergei2004-03-061-0/+1
|
* Add happystats 0.5.0, universal log converter into graph.sergei2004-03-066-0/+87
| | | | | | | | Useful for mail stats for example. PR: 61626 Submitted by: Xavier Beaudouin <kiwi@oav.net>, gioria (follow-up with upgrade to 0.5.0)
* - Update to version 0.6.5krion2004-03-063-16/+4
|
* Un-break by forcing consistent (if possibly non-optimal) mysqldougb2004-03-061-7/+3
| | | | | | client/server versions. Make portlint happy by changing the "file" variable to "f".
* - Update to 0.2.7sergei2004-03-062-9/+3
| | | | - Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore
* DOCSDIR'ifydougb2004-03-061-4/+4
|
* Post-repocopy fixes:sergei2004-03-0622-78/+118
| | | | | | | | | | - add omitted content to pkg-message (-client, -relay) - remove empty pkg-message file (-devel) - use DOCSDIR macro - fix pkg-plist (-server) PR: ports/62025 Submitted by: maintainer
* . Update to 0.42.glewis2004-03-063-4/+19
| | | | | | | | . Fix File::Spec dependency . Make PREFIX-clean under perl 5.005_03 PR: 63620 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
* Filtering on hub is preferred, to preserve developers mail. Apologies forsheldonh2004-03-061-1/+1
| | | | | | jitter. PS: gmane rocks
* Respect OSVERSION in the pkg-install script. This allows package buildingmarcus2004-03-067-21/+49
| | | | | | | tinderboxes to do the righ thing reagrding Perl in a chroot/jail environment regardless of the underlying host OS version. Approved by: perl (tobez)
* - add support for clamav/clamdscandinoex2004-03-062-2/+76
|
* Add URL.linimon2004-03-061-0/+2
|
* Fix build, use GNU_CONFIGURE instead of HAS_CONFIGURE and aadamw2004-03-062-6/+6
| | | | | wacky do-configure target, and change the pkg-plist to add missing files. PORTREVISION bump cuz of that last change.
* . The RPM web site now refers to it as the "RPM Package Manager", not theglewis2004-03-062-18/+16
| | | | "Red Hat Package Manager". Fix this and reformat the text.
* - Fix startup scripts to not override settings foundclement2004-03-064-25/+135
| | | | | | | | in /etc/rc.conf upon startup. - Pass maintainership to submitter PR: 63289 Submitted by: Scot W. Hetzel <freebsd-maintainer@westbend.net>
* - Fix fetch.clement2004-03-061-0/+1
| | | | | | | | | DISABLE_SIZE because the primary download size uses the publicfile http daemon which does not report back the required information (pointed out by Jason Harris). PR: 63812 Submitted by: Thomas-Martin Seck <thomas@tmseck.homedns.org> (maintainer)
* - Update to 040304 snapshotclement2004-03-062-3/+3
| | | | | PR: 63811 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
* . Disable the javaglue for beecrypt. Its pointless and its broken (breaksglewis2004-03-062-6/+8
| | | | | the build). . Reformat CONFIGURE_ARGS.
* . Fix fetch.glewis2004-03-062-6/+4
|
* Change the progress meter back to not print newlines on update, thisnetchild2004-03-062-1/+16
| | | | | | | annoying behaviour unintentionally got introduced shortly before 1.1.8 was released. This patch also went into the cdrdao repository. Submitted by: maintainer
* - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE.netchild2004-03-066-74/+60
| | | | | | - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* - Add WITH_MUTT_MAILDIR_HEADER_CACHE knobkrion2004-03-063-0/+646
| | | | | PR: ports/63806 Submitted by: maintainer
* - Update to 0.2.4clement2004-03-053-26/+9
|
* - update to 0.6.0dinoex2004-03-053-4/+6
|
* Add two new patches and "rename" patch-source_Makefile.in to patch-Makefile.in.obraun2004-03-056-0/+46
| | | | Submitted by: maintainer
* Mark Broken with MYSQL 3.23.arved2004-03-051-0/+1
| | | | Submitted by: maintainer
* Add entry for security/antivir-milter.netchild2004-03-051-0/+22
| | | | Taken from commit log which was submitted by: maintainer of antivir-milter
* Update to 0.2.1, which supports ruby 1.6 again.knu2004-03-052-12/+4
|
* Update to 1.13.0 release.ale2004-03-052-3/+3
|
* ja-mailman --> ports/japanese/mailmannork2004-03-051-0/+1
|
* HEADS-UP: When updating from a previous version you have to do the followingnetchild2004-03-058-49/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after deinstalling the old port: # rm PREFIX/AntiVir/antivir # rm PREFIX/AntiVir/antivir.vdf # chown root:wheel PREFIX/AntiVir # chown root:smmsp PREFIX/AntiVir/hbedv.key In your SENDMAIL_MC change `S=unix:PREFIX/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m' to: `S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m' and rebuild sendmail.cf. If /var/spool/avmilter exist you have to: # chown -R smmsp:smmsp /var/spool/avmilter If you are using a customized PREFIX/etc/avmilter.conf the port won't remove it on deinstall and you have to manually change User and Group to smmsp there. Afterwards you can install the new version of this port. You then should run antivirupdater to get a current VDF. - Change ownership of the socket to user and group smmsp as expected by sendmail. This involves running the milter as smmsp:smmsp, changing the ownership of rest of the files and moving the socket to /var/spool/avmilter but fixes the "local socket unsafe" problem. [1] - Move the milter into the background when launching, this solves the problem with disappearing socket on boot. [2] - Update to 1.1-beta which fixes the "Bad file descriptor" problem. For a full list of chances see ChangeLog in the DOCSDIR. [3] Suggested by: ache@ [1], [3] Suggested by: Martin P. Hellwig <mhellwig@xs4all.nl> [2] Submitted by: maintainer