aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cease FreeBSD port maintainershipsedwin2003-09-2423-23/+23
| | | | | | | | | | I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix build on 5.xerwin2003-09-242-0/+20
| | | | | | | | | | When attempting to build the didentd port on FreeBSD 5.1-R, it fails in get_info4.c and get_info6.c with a complaint that it does not know the size of variable 'uc'. PR: 56332 Submitted by: Pat Lashley <patl+freebsd@volant.org> Approved by: maintainer timeout (3 weeks)
* use reinplace instad of perlerwin2003-09-241-1/+2
|
* (bump port-revision, my mistake)edwin2003-09-241-1/+1
| | | | PR: ports/57052
* [patch] graphics/svgalib checks wrong virtual console for ownershipedwin2003-09-241-1/+1
| | | | | | | | | | | | | | | | | graphics/svgalib contains an off-by-one error in the code that checks that the user is the owner of the current virtual terminal. Instead of checking /dev/ttyv[X], it checks /dev/ttyv[X+1]. Submitted by: Chris Pressey <cpressey@catseye.mine.nu> This happens because svgalib was written for Linnex, and they start tty numbering from 1, contrary to FreeBSD, which does it from 0. I always knew that FreeBSD is better: who counts from 1 in this world?! ;-) PR: ports/57052 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
* p5-Image-Imlib2 --> ports/graphics/p5-Image-Imlib2erwin2003-09-241-0/+1
|
* Add p5-Image-Imlib2erwin2003-09-246-0/+52
| | | | | | | | | | | Image::Imlib2 is a Perl port of Imlib2, a graphics library that does image file loading and saving as well as manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. It allows you to create colour images using a large number of graphics primitives, and output the images in a range of formats. PR: 56701 Submitted by: erwin
* Unlock ports tree. Ports tree is now semi-frozen. No sweeping commitsmarcus2003-09-241-1/+1
| | | | allowed until after 4.9-R goes out the door.
* Add myself to the list of people able to tag releases.marcus2003-09-241-1/+1
|
* Lock out access to the ports tree while I prepare for 4.9-RELEASE.marcus2003-09-241-1/+1
|
* . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages shouldglewis2003-09-242-2/+2
| | | | | | be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris)
* Conditionalize the epiphany dependency as Mozilla does not work onmarcus2003-09-241-2/+7
| | | | -STABLE Alpha.
* Add forgotten dependencies on glib 2.X and libxml 2.X.trevor2003-09-241-0/+1
| | | | | Submitted by: Andrew J. Caines of halplant.com requested by: kris
* Fix build on -STABLE.kris2003-09-241-0/+22
| | | | Submitted by: tjr
* Back out previous commit. Further inspection reveals that it is thekris2003-09-241-2/+0
| | | | | diablo-jdk port that is bogusly requiring manual input at pkg_add time, thereby preventing any other packages from building with it.
* Mark as IS_INTERACTIVE because it asks for manual license acceptance andkris2003-09-241-0/+2
| | | | | | | causes the bento build to loop. This probably should be patched out as in the other jdk ports, so it can be packaged on bento.
* More build fixes for Alpha.marcus2003-09-246-0/+264
|
* Make vmware3 fetchable.anders2003-09-241-7/+7
| | | | Approved by: bento
* Make vmware2 fetchable.anders2003-09-241-10/+11
| | | | Approved by: bento
* - Security Fix obtained from OpenBSDdinoex2003-09-246-12/+15
| | | | | | http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/buffer.c.diff?r1=1.18&r2=1.19 Submitted by: ash@lab.poc.net
* Remove a MASTER_SITE with a corrupt DISTFILE as reported by bento.tom2003-09-241-2/+1
|
* Update to fix vulnerability in proftpdmharo2003-09-244-8/+8
| | | | | Submitted by: osa Approved by: portmgr (marcus)
* Integrate official DOS-attack prevention patchache2003-09-244-31/+26
| | | | | | Add -- to tar args to stop hacking with "-"-started files in ftpconversions Approved by: security-officer ('--' fix), portmgr
* Update to DAT 4294jeh2003-09-242-2/+2
| | | | Fixes bento fetch error
* Mark FORBIDDEN due to remotely exploitable vulnerability.nectar2003-09-232-0/+4
| | | | http://xforce.iss.net/xforce/alerts/id/154
* unbreak chinese/dictdleeym2003-09-231-10/+8
| | | | | | PR: 56688, 56771 Submitted by: Statue <statue@freebsd.sinica.edu.tw> KATO Tsuguru <tkato@prontomail.com>
* Update to MySQL 4.0.15 to fix the password denial-of-service problem.roam2003-09-233-7/+8
| | | | | | | | Check for OVERWRITE_DB="no" in addition to just the test for its presence. PR: 56703 Submitted by: maintainer Approved by: security-officer (nectar)
* fix PLIST problemleeym2003-09-231-1/+0
| | | | Bento log: http://bento.freebsd.org/errorlogs/i386-4-latest/sr-2.3.1.log
* fix PLIST problemleeym2003-09-232-1/+2
| | | | | PR: 56697 Submitted by: leeym
* Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMDgerald2003-09-231-2/+4
| | | | | | | substitution). PR: 55475 Submitted by: Michael Hsin <mhsin@mhsin.org>
* Unbreak nitpicker which user mkdirhier for installing the programs.mr2003-09-238-10/+70
| | | | | | | | | | | Replace `mkdirhier` with `mkdir -p`. Include ports/56723 which avoids the fragile install targets by using ${INSTALL_PROGRAMM}. Install parse_flowfile. PR: ports/56723 Submitted by: Simon Barner <barner@in.tum.de> Approved by: kris
* - Fix build package and honor PREFIXkrion2003-09-232-0/+21
| | | | | | | http://bento.freebsd.org/errorlogs/i386-4-full/libticables-3.7.7.log PR: 57105 Submitted by: maintainer
* - Unbreak and upgrade to 1.1.0 (fix bento error)krion2003-09-2320-388/+729
| | | | | | | http://bento.freebsd.org/errorlogs/i386-4-full/clip-0.99_1.log PR: 57068 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Add missing dependancy of libnet-devel, reported by bentokrion2003-09-232-5/+6
| | | | | | | - Use DOCSDIR PR: 56885 Submitted by: maintainer
* - Per bento, this port will not install with the perl in stockkrion2003-09-234-6/+18
| | | | | | | | 4.x. Mark it IGNORE - Use DOCSDIR macro PR: 56473 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix checksum. Diff is supplied in PR.edwin2003-09-231-1/+1
| | | | | PR: ports/56861 Submitted by: Thierry Thomas <thierry@pompo.net>
* Unbreak build on 4-STABLE.gerald2003-09-232-0/+37
| | | | | | | PR: 56725 Submitted by: Simon Barner <barner@in.tum.de> Reviewed by: Rasmus Kaj <kaj@e.kth.se> (maintainer) Tweaked by: Rasmus Kaj, myself
* Chase the libexif shared lib version.marcus2003-09-231-2/+2
| | | | Reported by: Larry Rosenman <ler@lerctr.org>
* Fix build on Alpha (and probably other 64-bit platforms).marcus2003-09-233-0/+114
| | | | Reported by: bento
* Remove gnats4 from the Makefile. It should not have been imported sincedes2003-09-231-1/+0
| | | | | | | the ports tree is frozen. It will be reconnected once the freeze is over. Requested by: portmgr Pointy hat to: des
* Add patch that fixes a problem with Python-2.3's Tkinter.tg2003-09-222-0/+74
| | | | | Approved by: portmgr (will) Obtained from: sketch-0.6.16 pre-release
* Remove obsolete broken line.edwin2003-09-221-2/+0
| | | | Submitted by: linimon@
* o Add WITH_FREETYPE2 knob: handles optional drawtext vhook pluginlioux2003-09-224-2/+34
| | | | | | | o Fixes bento build Submitted by: bento, kris, Steve O'Hara-Smith <steve@sohara.org>
* Previous commit should also have read:marcus2003-09-220-0/+0
| | | | Approved by: portmgr (implicit)
* Fix a crash when an invalid URI is entered.marcus2003-09-222-0/+12
| | | | | | PR: 57072 Submitted by: Simon Barner <barner@in.tum.de> Obtained from: GNOME CVS (see: http://bugzilla.gnome.org/show_bug.cgi?id=122265)
* Fix MASTER_SITES and name of web-site.se2003-09-222-2/+3
| | | | Approved by: portmgr
* Temporarily host this distfile somewhere else.will2003-09-221-1/+1
| | | | | PR: 57063 Submitted by: MAINTAINER
* Add a small hackish patch that prevents qmake from generating a boguslofi2003-09-222-0/+24
| | | | | | | dependency on an old header during portupgrade and causing the install stage to fail. Approved by: will
* Translation update: fix checksum.will2003-09-2224-24/+24
|
* Conditionalize the totem dependency so gnome2-fifth-toe can be made into amarcus2003-09-221-1/+4
| | | | package.
* Revert the previous commit since libxine can't be made into a package due tomarcus2003-09-222-10/+2
| | | | | its dependency on djbfft. Instead, explicitly link against libm to try and fix the package build.
* * If package building, use the libxine backend as there are issues withmarcus2003-09-222-0/+18
| | | | | | | | the gstreamer backend for now * Include a message that gstreamer-plugins needs MAD support for proper rb operation This should fix a plist problem on bento.
* Update to 7.20 Beta 12 to fix fetch.marcus2003-09-228-32/+28
| | | | | | Submitted by: maintainer Approved by: portmgr (implicit) Reported by: bento
* Add little me. I guess if I'm going to help fix stuff, I might as welljb2003-09-211-0/+1
| | | | commit the changes when the freeze is lifted.
* Fix minor install problem: s/openoffice/openoffice-wrapper/mbr2003-09-2117-34/+34
| | | | | Submitted by: Lars Bungum <lars@bungum.no> Approved by: marcus (portsmgr)
* - Fix build converting port to use bsd.gnome.mk [1]bland2003-09-211-15/+3
| | | | | | - Remove unnecesary libgnomeprintui dependency Reported by: kris [1]
* Fix build by removing some bogus plist entries.marcus2003-09-211-4/+0
|
* Add gnomevfs2 and gnomedesktop to USE_GNOME to fix build on bento.marcus2003-09-211-5/+1
|
* Add a USE_GNOME dependency on librsvg2 to fix build on bento.marcus2003-09-211-3/+2
|
* Use USE_GNOME to fix the build on bento.marcus2003-09-211-4/+1
|
* Use USE_GNOME to fix build on bento.marcus2003-09-211-1/+1
|
* Fix package build on bento by removing some bad plist items.marcus2003-09-212-8/+0
| | | | Reported by: bento
* - Fix build converting port to use bsd.gnome.mkbland2003-09-211-5/+2
| | | | | | - Add explicit USE_REINPLACE Reported by: kris
* IGNORE this port as it does not build with GNOME 2.4. Some work will have tomarcus2003-09-211-0/+2
| | | | be done after the freeze to bring this port up-to-date.
* - Security Update to 1.5.3dinoex2003-09-213-2/+5
| | | | Approved by: will (portmgr)
* Catch up with a couple more doc updates.will2003-09-2163-63/+63
|
* Fix a nasty bug where launchers on drawers wouldn't work after the upgrademarcus2003-09-214-0/+406
| | | | | | | to GNOME 2.4.0. Approved by: portmgr (implicit) Obtained from: GNOME CVS
* * Respect PTHREAD_CFLAGS and PTHREAD_LIBS.naddy2003-09-202-6/+16
| | | | | | * Use our libtool. Reported by: kris (bento)
* Mark BROKEN because of compilation errors and security problems.des2003-09-201-0/+2
|
* We have proper support for info files now...des2003-09-202-11/+2
| | | | | PR: ports/56556 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Don't call texi2dvi.yoichi2003-09-201-0/+1
| | | | | Submitted by: Koji Mori <mori@tri.asanuma.co.jp> Approved by: portmgr
* gnats4 --> ports/databases/gnats4des2003-09-201-0/+1
|
* Gnats 4.0, a complete rewrite of the good old GNU bug tracking system.des2003-09-209-0/+188
| | | | | PR: ports/55876 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* * Use $PREFIX/etc/pam_smb.conf instead of /etc/pam_smb.conf by default.obraun2003-09-202-1/+12
| | | | | | | | * Bump PORTREVISION accordingly. PR: ports/56994 Submitted by: Andrew Thompson <andy@fud.org.nz> Reviewed by: marcus (portmgr)
* Remove korean/qt31 which was removed yesterday.erwin2003-09-201-1/+0
| | | | Forgotten by: perky
* Updated distfile: some last-minute translations.will2003-09-202-2/+2
|
* Update. Sole change is in mpeglib/lib/util/mmx/cpu_accel.c and appears towill2003-09-202-2/+2
| | | | be asm() -> __asm().
* - Update to 0.4.1 and fix buildkrion2003-09-206-6/+24
| | | | Noticed by: kris via bento
* - Update mail/spambnc to current version and unbreak fetchkrion2003-09-202-3/+3
| | | | | | PR: 56416 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: portmgr (will)
* Security update to 3.23.58.mbr2003-09-193-13/+4
| | | | | | | | | | | | Fixed buffer overflow in password handling which could potentially be exploited by MySQL users with ALTER privilege on the mysql.user table to execute random code or to gain shell access with the UID of the mysqld process. The complete changelog can be found at: http://www.mysql.com/doc/en/News-3.23.58.html Approved by: marcus (portsmgr)
* Fix compilation with WITHOUT_X11.osa2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* Fix build with ancient version of perl (5.005).demon2003-09-191-0/+19
| | | | Pointed out by: kris
* - Fix buildkrion2003-09-191-1/+1
| | | | Submitted by: kris via bento
* Add a workaround to avoid a fatal confliction with qt32.perky2003-09-192-0/+21
| | | | | Reviewed by: Choe Hwanjin <krisna@kldp.org> (author) Approved by: portmgr (will)
* Udate 4.0.0 --> 4.0.1, 4.0.0 distfile is missing causing bento buildscy2003-09-194-4/+4
| | | | | | | to fail. 4.0.1 fixes two bugs with the parser. Noticed by: Allen Landsidel <all@biosys.net> and bento Approved by: marcus (wearing his portsmgr hat)
* Disable package building on bento: the default PHP doesn't support domxml.edwin2003-09-191-0/+4
| | | | Noticed by: kris@ & bento
* Add dependency on png.5edwin2003-09-191-0/+1
| | | | Noticed by: kris@/bento
* Catch up with URL changes on MASTER_SITES, and in documentation.mdodd2003-09-192-2/+2
| | | | | | PR: ports/56749 Submitted by: maintainer Approved by: portmgr (lioux)
* ko-qt31 is removed because x11-toolkits/qt32 doesn't need to localize.perky2003-09-191-0/+1
|
* Remove ko-qt31. We are happy with mainstream qt 3.2.1 now.perky2003-09-195-75/+0
| | | | Approved by: portmgr (wca)
* Fix the dependency on Polish koffice.marcus2003-09-194-4/+8
| | | | Noticed by: bento's makeindex script
* Point to the QT 3.2 Makefile instead of the 3.1 Makefile. This directorymarcus2003-09-191-1/+1
| | | | | | probably needs a repo copy, but this should pacify bento for now. Noticed by: makeduds on bento
* Point to the QT 3.2 Makefile since the 3.1 Makefile is gone.marcus2003-09-192-2/+2
| | | | Noticed by: makeduds on bento
* - Security update to 8.12.10dinoex2003-09-194-4/+4
| | | | Approved by: marcus (portmgr)
* Switch to USE_GNOME to chase the libgnome* shared lib versions.marcus2003-09-187-19/+10
|
* Switch explicit LIB_DEPENDS on libgnomeui to USE_GNOME=libgnomeui tomarcus2003-09-181-1/+1
| | | | keep up-to-date with the new libgnomeui version number.
* Add a new MASTER_SITE since the Fontconfig site went away.marcus2003-09-183-4/+3
|
* qt31 -> qt32will2003-09-182-1/+2
|
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-18255-6872/+3660
|
* Upgrade to Qt 3.2.1 / KDE 3.1.4. This upgrade includes patches forwill2003-09-180-0/+0
| | | | | | | | | | | the KDM security advisory[1]. Some older patches were merged upstream. This is primarily a bugfix and i18n upgrade and as such there were not many changes. Nonetheless, users are encouraged to upgrade. Many thanks to Lauri Watts <lauri@kde.org> of KDE-FreeBSD for performing and testing this upgrade. [1] http://www.kde.org/info/security/advisory-20030916-1.txt
* Update to 2.4.0bland2003-09-1810-209/+41
| | | | | | This was accidently missed from recent mega GNOME 2.2 -> 2.4 update. Reported by: Pav Lucistnik <pav@oook.cz>
* kaffe-devel doesn't know about amd64 CPUs.edwin2003-09-181-0/+2
| | | | | Maintainer is informed. Noticed by: bento/kris@
* Fix building.osa2003-09-182-0/+6
| | | | | Notice from: kris via bento Approved by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Add dependency on automake.edwin2003-09-181-0/+1
| | | | Noticed by: kris@+benta
* Fix the package building error caused by forgetting `make makesum'okazaki2003-09-181-1/+1
| | | | | | | at previous upgrade. Noticed by: sf Pointy hat to: okazaki
* hmp@ made a mistake, tg@ is still alive. Sorry for this.edwin2003-09-181-1/+1
| | | | Submitted by: hmp@
* tg@freebsd doesn't exist anymore.edwin2003-09-181-1/+1
| | | | Noticed by: hmp@
* - Add Security fixdinoex2003-09-184-0/+32
| | | | | http://www.sendmail.org/parse8.359.2.8.html Approved by: marcus (portmgr)
* gnomespeech --> ports/audio/gnomespeechmarcus2003-09-181-0/+1
|
* gpdf --> ports/graphics/gpdfmarcus2003-09-181-0/+1
|
* Add gpdf, a GNOME version of the xpdf document viewer.marcus2003-09-188-0/+130
|
* nautilus-cd-burner --> ports/sysutils/nautilus-cd-burnermarcus2003-09-181-0/+1
|
* Add nautilus-cd-burner, a drag 'n' drop CD burner component for Nautilus.marcus2003-09-187-0/+132
|
* gnopernicus --> ports/x11/gnopernicusmarcus2003-09-181-0/+1
|
* Add gnopernicus, and accessibility launcher for the GNOME desktop.marcus2003-09-1811-0/+1183
|
* Add gnomespeech, a library that facilitates text-to-speech for the GNOMEmarcus2003-09-1816-0/+331
| | | | desktop.
* Remove devel/bonobo-activation, x11-fonts/fontilus, misc/stickynotes_applet,marcus2003-09-181-4/+0
| | | | and x11-toolkits/gtk-thinice-engine.
* Update to GNOME 2.4.0.marcus2003-09-181-28/+25
|
* Add entries for devel/bonobo-activation, x11-fonts/fontilus,marcus2003-09-181-0/+4
| | | | misc/stickynotes_applet, and x11-toolkits/gtk-thinice-engine.
* Remove gtk-thinice-engine. It has been rolled into gnome-themes.marcus2003-09-186-43/+0
|
* Remove stickynotes_applet. IT has been rolled into gnomeapplets2.marcus2003-09-187-129/+0
|
* Remove fontilus. It has been rolled into gnomecontrolcenter2.marcus2003-09-186-79/+0
|
* Remove bonobo-activation.marcus2003-09-181-1/+0
|
* Remove bonobo-activation. It has been rolled into libbonobo.marcus2003-09-189-242/+0
|
* Remove a patch forgotten in the last commit.marcus2003-09-182-0/+0
|
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-18358-5489/+4567
| | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
* Followup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has noanholt2003-09-1835-7/+368
| | | | | | | | -Wno-system-headers. While I'm here, port patches for non-x86/alpha from XFree86-4-Server. Reported by: Adam Weinberger <adamw@magnesium.net> Marius Strobl <marius@alchemy.franken.de>
* Remove BROKEN line:edwin2003-09-181-2/+0
| | | | | | | | | | | | | | > Date: Sat, 13 Sep 2003 20:15:57 +0800 > From: "Li-lun Wang (Leland Wang)" <llwang@infor.org> > To: edwin@FreeBSD.org > Subject: unbreak: BROKEN line for www/flashplugin-mozilla should be removed > > The BROKEN line in the Makefile of www/flashplugin-mozilla was not taken > off in the previous unbreak commitment. Please take it off since it's > been unbroken. > Thanks. Submitted by: "Li-lun Wang (Leland Wang)" <llwang@infor.org>
* Chase multimedia/xmms library bump.edwin2003-09-187-11/+12
| | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
* - Fix BBCode vulnerability & pgsql problem in phpbbkrion2003-09-182-2/+2
| | | | | PR: 56706 Submitted by: maintainer
* Add Solar Designer's additional fixes to buffer management.nectar2003-09-1815-29/+380
|
* - Securitry Fix revision 2dinoex2003-09-176-120/+333
| | | | | http://www.openssh.com/txt/buffer.adv Approved by: lioux (portmgr)
* Updated to 20030910hosokawa2003-09-172-2/+2
|
* Make it easier for people, move a big chunk of the startupmbr2003-09-1785-1206/+1733
| | | | | | | | | | wrapper out into a script included by soffice.sh. This way there aren't any traps at first startup time and people hopefully don't ask the same questions anymore. At the same time, make more substitutions, also in oo_setup.resp. Approved by: marcus (portsmgr)
* Add XFree86-4-Server-snapanholt2003-09-171-0/+1
| | | | Approved by: portmgr (will)
* Update port to 4.3.99.12 development snapshot after repocopy.anholt2003-09-1723-666/+142
| | | | Approved by: portmgr (will)
* Allow the patch directory to be overridden.anholt2003-09-171-1/+1
| | | | Approved by: portmgr (will)
* audio/soribada was removed.cjh2003-09-171-0/+1
|
* Override PREFIX and fix package creation.marcus2003-09-162-637/+635
| | | | | Suggested by: marcus Submitted by: maintainer
* Bugfix. fix wish --> wish8.4 to fix xmaxima. Sort out INFO files amarkm2003-09-162-29/+39
| | | | | | | | bit better, and allow different lisp compilers to be used. The clisp compiler dumps core, so mark that case as an error until it can get fixed. Fix the COMMENT a bit to fit in with sysinstall better. OK'ed by: portmgr(marcus)
* Fix build on bento.marcus2003-09-162-26/+0
| | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Prepend %%PORTDOCS%% to two of the doc-related entries in the pkg-plist.mi2003-09-161-2/+2
| | | | | PR: 56905 http://www.freebsd.org/cgi/query-pr.cgi?pr=56905 Submitted by: melvyn@webteckies.org
* Do not record expanded size before attempting to reallocate associatednectar2003-09-166-0/+120
| | | | | | memory. Obtained from: OpenBSD
* Fix for 4.*.markm2003-09-161-0/+17
| | | | Submitted by: Bakul Shah <bakul@bitblocks.com>
* (*) Back out previous commit due to portfreezelev2003-09-164-33/+4
| | | | | Thank you, Joe Marcus Clarke. Sorry, everybody.
* Remove a dash in the pathname.mbr2003-09-1617-33/+33
| | | | Approved by: marcus (portsmgr)
* Revert previous commit. This port doesn't work with perl < 5.6.1, soerwin2003-09-164-0/+4
| | | | | | | | the DBI cleaning was not necessary. The removal of the dependency on p5-DBI didn't actually do anything as it already depends on it via other dependencies, but I'll leave it up to the maintainer to decide after the freeze. Requested by: demon
* Conditionalise dependencies on databases/p5-DBI: for perlerwin2003-09-1658-146/+472
| | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus)
* Fix post-install target, remove a dash.mbr2003-09-1617-17/+17
| | | | Approved by: marcus (portsmgr)
* Chase XMMS library version.naddy2003-09-161-1/+1
| | | | | PR: 56708 Submitted by: Linh Pham <question@closedsrc.org>
* Fix a path separation issue in the configure script that was causingadamw2003-09-161-0/+5
| | | | | | xmms-config problems. Submitted by: bento
* Chase libintl shlib version number.adamw2003-09-161-1/+1
| | | | Submitted by: bento
* Correct libintl shlib version number.adamw2003-09-161-1/+1
| | | | Submitted by: bento
* Add missing libtifiles --> ports/devel/libtifilesadamw2003-09-161-0/+1
| | | | Approved by: marcus (portmgr)
* Check for PERL <= 5.006.adamw2003-09-161-1/+10
| | | | Submitted by: bento
* PERL => REINPLACEadamw2003-09-161-1/+4
| | | | | | Add a REINPLACE to prevent double-inclusion of ppmcmap.h. Submitted by: bento
* Update to RC4 which fixes distfile fetch.marcus2003-09-162-2/+2
| | | | | | | PR: 56892 Noticed by: bento Submitted by: maintainer Approved by: portmgr (implicit)
* Add patch to make cphone compileroger2003-09-161-0/+39
| | | | Approved by: marcus
* o) User pdflib5 in dependency section to unbreak build due to brokenlkoeller2003-09-161-2/+2
| | | | | | | | marked pdflib4 PR: 56673 Submitted by: j.e.drews@att.net Approved by: portmgr@freebsd.org
* Fix Coin dependency.arved2003-09-161-1/+2
| | | | Reported by: bento
* im-ja needs gnomepanel.nectar2003-09-161-1/+2
| | | | | Reported by: bugsgrief@bugsgrief.net Approved by: marcus
* (*) Update package version to latest 2.4 + 3.1lev2003-09-154-4/+33
| | | | (*) Allow to INSTALL_AS_USER
* Make OO1.1RC working. Many thanks to kan for the debugging sessionmbr2003-09-1585-730/+1767
| | | | | | at the dev summit ! Approved by: joe (portsmgr)
* Fix build on -STABLE.marcus2003-09-151-0/+11
| | | | | Submitted by: maintainer Noticed by: bento
* Fix package build on bento.marcus2003-09-151-186/+185
| | | | | Submitted by: maintainer Noticed by: bento
* Correct plist by removing the non-existent German .mo file.marcus2003-09-151-1/+0
| | | | Reported by: bento
* Chase a repack and add another checksum to distinfo.knu2003-09-151-0/+1
| | | | | | | The difference is a trivial fix against README.en and debug print removal from examples/lock.rb. Submitted by: bento
* Add ser 0.8.11, a very fast and configurable SIP proxy.sobomax2003-09-1517-0/+1069
|
* Rescue a hosed port from death row. GCL is now healthy enough tomarkm2003-09-1422-252/+537
| | | | | compile and run Maxima (see math/). Make portlint-clean as well. Claim maintainership in case it breaks again.
* unbreak package at bento(i386/RELENG_4):sf2003-09-146-40/+76
| | | | | | | | | | o get rid of hardcoded CONFIGURE_TARGET from pkg-plist. o utilize USE_SDL as pkg-plist includes its modules. o utilize USE_GETOPT_LONG as configure detects libgnugetopt. o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE. o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others. o and add number of modules built accordingly. o then sort pkg-plist.
* Fix segfault on Alpha platform.cy2003-09-142-2/+14
| | | | Approved by: marcus (wearing his portsmgr hat)
* Forgotten removing files/patch-al.kiri2003-09-141-11/+0
| | | | Noticed by: knu@FreeBSD.org
* Fix the depends entry for devel/p5-Time-Piece.knu2003-09-131-1/+1
|
* Change `LIB_DEPENDS=' in the middle of optional dependency lines toknu2003-09-131-1/+1
| | | | | | | | `LIB_DEPENDS+=', to prevent this port from getting built without tiff support, which wasn't intended. (Luckily jpeg and png were enabled via other indirect dependencies) This should fix some dependent ports such as ruby-rmagick.
* Update checksum after the author regenerated the zip-file witherwin2003-09-131-1/+1
| | | | | | | | | no changes in anything but comments. Author of package confirms he did change the zip file. This should fix the build in bento. PR: 56718 Submitted by: maintainer
* - Point users of perl 5.005_03 to databases/p5-DBI-137 as p5-DBIerwin2003-09-131-1/+2
| | | | | | | | no longer support the old perl. This does not affect perl from ports or 5.x. - Add CONFLICTS Approved by: portmgr (marcus)
* p5-DBI-137 --> ports/databases/p5-DBI-137erwin2003-09-131-0/+1
|
* Add p5-DBI-137erwin2003-09-131-0/+1
| | | | Approved by: portmgr (marcus)
* Add p5-DBI-137 after a repocopy from p5-DBI and downgrade to 1.37erwin2003-09-132-10/+6
| | | | | | | | | As of 1.38, DBI does no longer support perl 5.005_03 so we'll keep 1.37 around for those users. This does not affect users of perl from ports or 5.x Approved by: portmgr (marcus) Repocopy by: joe
* The `man2html' script that krb5 uses is written in Perl.cy2003-09-134-0/+4
| | | | | Noticed by: wollman Approved by: marcus (wearing his portsmgr hat)
* Teach this script about different architectures.kris2003-09-132-61/+54
|
* Add amd64 to the list of architectures to poll.kris2003-09-131-1/+1
|
* Add a couple of amd64 failure messages.kris2003-09-131-0/+6
|
* Remove some ldconfig -R's that were apparently confusing things, coalescekris2003-09-131-6/+3
| | | | | some ldconfig -m's into one command, and run buildscript niced in the chroot build case, not just the (currently unused) jailed case.
* Set PACKAGE_BUILDING before making the duds file to prevent listing ofkris2003-09-131-0/+1
| | | | ports that are buildable conditionally on this variable.
* Export MASTER_SITE_OVERRIDE with DIST_SUBDIR correctly escapedkris2003-09-131-2/+1
|
* Catch up to makefile changes: build in etc/ before trying to installkris2003-09-131-0/+2
| | | | | | from it. Submitted by: ru
* Add the pkg/COMMENT file.marcus2003-09-131-0/+1
| | | | Reminded by: edwin
* Ues USE_RC_SUBR knob.kuriyama2003-09-124-28/+4
| | | | Approved by: marcus
* Update INDEX now with 9210 ports.marcus2003-09-121-5732/+5905
|
* Fix MASTER_SITES.marcus2003-09-121-1/+1
| | | | | PR: 56692 Submitted by: maintainer
* Fix plist.seanc2003-09-122-1/+1
| | | | | PR: ports/56693 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>, bento
* Update MASTER_SITE and distfile checksum.tobez2003-09-112-3/+2
| | | | | | | | | | | PR 56655 says: The distfile seem to have been updated with slightly amended versions of 'README' and 'LICENSE' files. No change in code. PR: 56170, 56655 Submitted by: Simon Barner <barner@in.tum.de> Lars Thegler <lars@thegler.dk>
* Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.marcus2003-09-112-0/+11
| | | | | Reported by: Sergey Akifyev <asa@gascom.ru> Approved by: portmgr (implicitly)
* Upgrade to 4.58, a security and bugfix release which addresses the following:dougb2003-09-1110-52/+52
| | | | | | | | | | | | | | | * Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr
* Back out to 5.5.6.nork2003-09-119-668/+465
| | | | Submitted by: marcus (portmgr)
* Fixup tcsh_config to look in ${PREFIX}/share instead of /usr/share.seanc2003-09-111-1/+6
| | | | Pointed out by: demon
* Put my mentor back to Portsville.knu2003-09-111-0/+1
|
* Update to 5.5.7-10. [1]nork2003-09-119-465/+668
| | | | | | | | | | | | | | | | | o Removed two (now obsolate) libtool version patches as ImageMagick now uses internal version system for them starting from 0:0:0 (5.5.8 will become 0:1:0), also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION variables removed from the source. o Removed two other patches as now they are already embedded to the source. o Updated plist to reflect separate Q8/Q16 folder installations based on selection while installing. Also Makefile modifed to reflect this. PR: ports/55274 [1] Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1] Pointed out by: Rob Lahaye <lahaye@snu.ac.kr>
* AlienMind skin is updated.nork2003-09-112-4/+4
| | | | | | | | | Update Cyrus skin in distinfo. Result of diff 2003-02-18 and 2003-09-03. mv readme README PR: ports/56674 Submitted by: Thomas E. Zander <riggs@o503.hadiko.de> (maintainer)
* Add net/coda6_clienterwin2003-09-111-0/+1
|
* o Chase lib version change of multimedia/xmms. [1]nork2003-09-101-1/+15
| | | | | | | | | | | o Fix build on recent current (by -pthread option is deprecated). [2] o WITH_LANG is added. [2] PR: ports/56630 [1] Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> [1] Tod McQuillin <devin@spamcop.net> [1] Ivanchenko V. I. <webmaster@asiamusic.ru> [1][2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* Update to 0.20_01mat2003-09-103-5/+6
| | | | Use a different logic in CONFIGURE_ARGS
* Update to 2.03mat2003-09-103-4/+14
| | | | Depend on perl 5.6.1
* Update to 0.2502mat2003-09-102-2/+2
|
* Update to 0.03mat2003-09-102-2/+2
|
* Fix another SASLAUTHD segfault.sheldonh2003-09-101-0/+12
| | | | | | | | | I'm not bumping PORTREVISION for this one; I've _just_ bumped it for major changes a few moments ago and you'd have to be pretty unlucky to pick up those changes but not this one. Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Submitted by: Lukasz Grochal <lgrochal@rmf.pl>
* . Update to 3.0.1.r12.glewis2003-09-1015-60/+40
| | | | | | | . Use %%DOCSDIR%% in the packing list. PR: 56615 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* Update to version 1.23.demon2003-09-103-2/+3
| | | | | PR: 56680 Submitted by: maintainer
* Bring the Exim port closer to use as an install-time sendmailsheldonh2003-09-1010-61/+245
| | | | | | | | | | | | | | | | | | | | | replacement for FreeBSD: * Use an rc.subr start/stop script. * Include contributed periodic scripts. * Replace $PREFIX with the build-time value of PREFIX. * Generate a default configure file if it doesn't exist at install-time. * Remove the default configure file if it hasn't been modified at deinstall-time. * Install additional documentation. * Move creation and removal of /var/log/exim to pkg-plist. Bump PORTREVISION accordingly. This paves the way for ports/56458, which teaches sysinstall about Exim. Bug trhodes about that PR. :-) PR: ports/56450 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to 0.2.19erwin2003-09-106-6/+6
| | | | | PR: 56553 Submitted by: maintainer
* buildtool-doc --> ports/devel/buildtool-docerwin2003-09-101-0/+1
|
* Add buildtool-doc 0.14, buildtool User's and Developer's manuals.erwin2003-09-105-0/+80
| | | | | PR: 54823 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Update 20030507 to 20030825[1]. Following additional changes has made:kiri2003-09-105-562/+561
| | | | | | | | * spaces between macros and eqauls to tab(portlint) * change %%DOCSDIR%% in pkg-plist(portlint) PR: 56230 Submitted by: Saito Tomokatsu <saito@saitou.org>[1]
* Fix Whom field, utilize ${DOCSDIR}.osa2003-09-102-7/+7
| | | | Approved by: erwin (maintainer)
* Update I18N patch.okazaki2003-09-101-2/+6
| | | | | | Obtained from: debian Set CONFLICTS to gxditview-*.
* Update I18N patch.okazaki2003-09-104-65/+66
| | | | | | | Obtained from: debian Update `operating-system' to FreeBSD 4.9. Use %%DOCSDIR%% in pkg-plist.
* Update to 2.0.0.knu2003-09-103-6/+17
|
* Update to 1.1.0.knu2003-09-102-4/+3
|
* * Sync with update of editors/xemacs21-mule (to 21.4.14).kiri2003-09-101-3/+3
| | | | * Sync with update of editors/xemacs-devel-mule (to 21.5-b15).
* Add build dependency on GSPORTarved2003-09-101-1/+3
| | | | | | PR: 56168 Submitted by: Sergey Matveychuk <sem@ciam.ru> Reviewed by: Andy Fawcett <andy@athame.co.uk>
* Upgrade to version 1.4.0, the latest stable version.dougb2003-09-108-102/+186
| | | | | | Re-enable the CGI programs, now that they build. Kind assistance provided by: Guido Falsi <mad@madpilot.net>
* Add my name and e-maildougb2003-09-102-0/+6
|
* Update to 0.2.19erwin2003-09-104-4/+4
| | | | | PR: 56552 Submitted by: maintainer
* . Update to 2.20.glewis2003-09-102-7/+6
| | | | | PR: 56635 Submitted by: Ports Fury
* - change distfile locationarved2003-09-101-3/+7
| | | | | | | | | | - respect CFLAGS - respect PTHREAD_LIBS - depend on KDEBASE instead of KDELIBS. This will hopefully fix the buildproblems reported by bento. PR: 56571 Submitted by: maintainer
* Mark ONLY_FOR_ARCHS= i386arved2003-09-101-0/+1
| | | | Submitted by: maintainer
* Update to 1.2.4arved2003-09-104-8/+6
| | | | | PR: 56059 Submitted by: maintainer
* kadu --> ports/polish/kaduarved2003-09-101-0/+1
|
* Add kadu, a QT based gadu-gadu client.arved2003-09-106-0/+482
| | | | | PR: 55865 Submitted by: Jacek Pelka <jacek@combit.com.pl>
* . Treat carriage returns the same as linefeeds when entering data. Thisglewis2003-09-104-0/+78
| | | | | | allows the Enter key to work correctly when entering a name. PR: 34759
* Release the port to ports@, reason: ENOTIME.netchild2003-09-106-6/+6
| | | | Submitted by: maintainer
* ares --> ports/dns/aresroam2003-09-101-0/+1
|
* Add ares-1.1.1, an asynchronous DNS resolver library.roam2003-09-109-0/+75
|
* ruby-quixml --> ports/textproc/ruby-quixmlknu2003-09-101-0/+1
|
* Add ruby-quixml, a Fast XML API for Ruby written in C.knu2003-09-105-0/+59
|
* Update to 5.3.27, USE_MYSQL, de-quote COMMENT, update the knobs info,roam2003-09-1012-270/+160
| | | | | | | | | | and other assorted fixes, mostly from Alex's PR. PR: 56462 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Ob-woohoo: run-time configuration of default-domain and MySQL info; at last it is possible to build a single package for deploying on multiple servers!
* ruby-criteria --> ports/databases/ruby-criteriaknu2003-09-101-0/+1
|
* Add ruby-criteria, a Ruby module for SQL query abstraction, andknu2003-09-105-0/+60
| | | | others. Note that this module only works with Ruby 1.8 or later.
* Fix building with optional dictionaries, which I broke in my last commit.tom2003-09-101-1/+1
| | | | Submitted by: Martin Heinen <martin@sumuk.de>
* Update to version 0.35.demon2003-09-103-16/+2
|
* Update to version 1.3.12.demon2003-09-103-2/+3
|
* - Fix the "duplicate script for target <...> ignored" warnings on -currentnetchild2003-09-108-17/+76
| | | | | | | | | | | | | | | caused by ${WRKSRC}/Makefile. - Fix the "extra tokens at end of #else directive" warnings in ${WRKSRC}/sysdep/freebsd/sysdep-os.h on -current. - Fix some format strings in ${WRKSRC}/conf.c and ${WRKSRC}/sa.c for 64 bit systems (obtained from NetBSD). - Move the delta patching ${WRKSRC}/Makefile from patch-ab (priviously patching ${WRKSRC}/samples/Makefile and ${WRKSRC}/Makefile) to patch-aa (patching ${WRKSRC}/Makefile). - Build and install certpatch(8), a quite usefull tool to add subjectAltName identities to X.509 certificates. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Increment PORTREVISION because of changed plist, forgotten in last commit.netchild2003-09-101-0/+1
|
* - Fix some minor nits in the patched manual page.netchild2003-09-103-6/+28
| | | | | | | | | - Install PORTDOCS (unless NOPORTDOCS is specified). This changes where made to bring this port in line with the newly added ftp/ftpd-tls port. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* ftpd-tls --> ports/ftp/ftpd-tlsnetchild2003-09-101-0/+1
|
* Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpartnetchild2003-09-1013-0/+323
| | | | | | to ftp/ftp-tls and also written by Peter Runestig. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Upgrade to 0.98.5roger2003-09-104-6/+6
|
* Udpate to 0.4.0.knu2003-09-103-3/+5
|
* Update to 2.0.6b.knu2003-09-102-2/+2
|