summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Per bento, this port will not install with the perl in stockKirill Ponomarev2003-09-234-6/+18
| | | | | | | | | | | 4.x. Mark it IGNORE - Use DOCSDIR macro PR: 56473 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=89114
* Fix checksum. Diff is supplied in PR.Edwin Groothuis2003-09-231-1/+1
| | | | | | | | PR: ports/56861 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=89113
* Unbreak build on 4-STABLE.Gerald Pfeifer2003-09-222-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 Notes: svn path=/head/; revision=89112
* Chase the libexif shared lib version.Joe Marcus Clarke2003-09-221-2/+2
| | | | | | | Reported by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=89111
* Fix build on Alpha (and probably other 64-bit platforms).Joe Marcus Clarke2003-09-223-0/+114
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=89110
* Remove gnats4 from the Makefile. It should not have been imported sinceDag-Erling Smørgrav2003-09-221-1/+0
| | | | | | | | | | the ports tree is frozen. It will be reconnected once the freeze is over. Requested by: portmgr Pointy hat to: des Notes: svn path=/head/; revision=89109
* Add patch that fixes a problem with Python-2.3's Tkinter.Thomas Gellekum2003-09-222-0/+74
| | | | | | | | Approved by: portmgr (will) Obtained from: sketch-0.6.16 pre-release Notes: svn path=/head/; revision=89108
* Remove obsolete broken line.Edwin Groothuis2003-09-221-2/+0
| | | | | | | Submitted by: linimon@ Notes: svn path=/head/; revision=89107
* o Add WITH_FREETYPE2 knob: handles optional drawtext vhook pluginMario Sergio Fujikawa Ferreira2003-09-224-2/+34
| | | | | | | | | | o Fixes bento build Submitted by: bento, kris, Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=89106
* Previous commit should also have read:Joe Marcus Clarke2003-09-220-0/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=89105
* Fix a crash when an invalid URI is entered.Joe Marcus Clarke2003-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) Notes: svn path=/head/; revision=89104
* Fix MASTER_SITES and name of web-site.Stefan Eßer2003-09-212-2/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=89103
* Temporarily host this distfile somewhere else.Will Andrews2003-09-211-1/+1
| | | | | | | | PR: 57063 Submitted by: MAINTAINER Notes: svn path=/head/; revision=89102
* Add a small hackish patch that prevents qmake from generating a bogusMichael Nottebrock2003-09-212-0/+24
| | | | | | | | | | dependency on an old header during portupgrade and causing the install stage to fail. Approved by: will Notes: svn path=/head/; revision=89101
* Translation update: fix checksum.Will Andrews2003-09-2124-24/+24
| | | | Notes: svn path=/head/; revision=89100
* Conditionalize the totem dependency so gnome2-fifth-toe can be made into aJoe Marcus Clarke2003-09-211-1/+4
| | | | | | | package. Notes: svn path=/head/; revision=89099
* Revert the previous commit since libxine can't be made into a package due toJoe Marcus Clarke2003-09-212-10/+2
| | | | | | | | its dependency on djbfft. Instead, explicitly link against libm to try and fix the package build. Notes: svn path=/head/; revision=89098
* * If package building, use the libxine backend as there are issues withJoe Marcus Clarke2003-09-212-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. Notes: svn path=/head/; revision=89097
* Update to 7.20 Beta 12 to fix fetch.Joe Marcus Clarke2003-09-218-32/+28
| | | | | | | | | Submitted by: maintainer Approved by: portmgr (implicit) Reported by: bento Notes: svn path=/head/; revision=89096
* Fix minor install problem: s/openoffice/openoffice-wrapper/Martin Blapp2003-09-2117-34/+34
| | | | | | | | Submitted by: Lars Bungum <lars@bungum.no> Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89094
* - Fix build converting port to use bsd.gnome.mk [1]Alexander Nedotsukov2003-09-211-15/+3
| | | | | | | | | - Remove unnecesary libgnomeprintui dependency Reported by: kris [1] Notes: svn path=/head/; revision=89093
* Fix build by removing some bogus plist entries.Joe Marcus Clarke2003-09-211-4/+0
| | | | Notes: svn path=/head/; revision=89092
* Add gnomevfs2 and gnomedesktop to USE_GNOME to fix build on bento.Joe Marcus Clarke2003-09-211-5/+1
| | | | Notes: svn path=/head/; revision=89091
* Add a USE_GNOME dependency on librsvg2 to fix build on bento.Joe Marcus Clarke2003-09-211-3/+2
| | | | Notes: svn path=/head/; revision=89090
* Use USE_GNOME to fix the build on bento.Joe Marcus Clarke2003-09-211-4/+1
| | | | Notes: svn path=/head/; revision=89089
* Use USE_GNOME to fix build on bento.Joe Marcus Clarke2003-09-211-1/+1
| | | | Notes: svn path=/head/; revision=89088
* Fix package build on bento by removing some bad plist items.Joe Marcus Clarke2003-09-212-8/+0
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=89087
* - Fix build converting port to use bsd.gnome.mkAlexander Nedotsukov2003-09-211-5/+2
| | | | | | | | | - Add explicit USE_REINPLACE Reported by: kris Notes: svn path=/head/; revision=89086
* IGNORE this port as it does not build with GNOME 2.4. Some work will have toJoe Marcus Clarke2003-09-201-0/+2
| | | | | | | be done after the freeze to bring this port up-to-date. Notes: svn path=/head/; revision=89085
* - Security Update to 1.5.3Dirk Meyer2003-09-203-2/+5
| | | | | | | Approved by: will (portmgr) Notes: svn path=/head/; revision=89084
* Catch up with a couple more doc updates.Will Andrews2003-09-2063-63/+63
| | | | Notes: svn path=/head/; revision=89083
* Fix a nasty bug where launchers on drawers wouldn't work after the upgradeJoe Marcus Clarke2003-09-204-0/+406
| | | | | | | | | | to GNOME 2.4.0. Approved by: portmgr (implicit) Obtained from: GNOME CVS Notes: svn path=/head/; revision=89082
* * Respect PTHREAD_CFLAGS and PTHREAD_LIBS.Christian Weisgerber2003-09-202-6/+16
| | | | | | | | | * Use our libtool. Reported by: kris (bento) Notes: svn path=/head/; revision=89081
* Mark BROKEN because of compilation errors and security problems.Dag-Erling Smørgrav2003-09-201-0/+2
| | | | Notes: svn path=/head/; revision=89080
* We have proper support for info files now...Dag-Erling Smørgrav2003-09-202-11/+2
| | | | | | | | PR: ports/56556 Submitted by: Kang Liu <liukang@bjpu.edu.cn> Notes: svn path=/head/; revision=89079
* Don't call texi2dvi.Yoichi NAKAYAMA2003-09-201-0/+1
| | | | | | | | Submitted by: Koji Mori <mori@tri.asanuma.co.jp> Approved by: portmgr Notes: svn path=/head/; revision=89078
* Gnats 4.0, a complete rewrite of the good old GNU bug tracking system.Dag-Erling Smørgrav2003-09-209-0/+188
| | | | | | | | PR: ports/55876 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=89076
* * Use $PREFIX/etc/pam_smb.conf instead of /etc/pam_smb.conf by default.Oliver Braun2003-09-202-1/+12
| | | | | | | | | | | * Bump PORTREVISION accordingly. PR: ports/56994 Submitted by: Andrew Thompson <andy@fud.org.nz> Reviewed by: marcus (portmgr) Notes: svn path=/head/; revision=89075
* Updated distfile: some last-minute translations.Will Andrews2003-09-202-2/+2
| | | | Notes: svn path=/head/; revision=89073
* Update. Sole change is in mpeglib/lib/util/mmx/cpu_accel.c and appears toWill Andrews2003-09-202-2/+2
| | | | | | | be asm() -> __asm(). Notes: svn path=/head/; revision=89072
* - Update to 0.4.1 and fix buildKirill Ponomarev2003-09-196-6/+24
| | | | | | | Noticed by: kris via bento Notes: svn path=/head/; revision=89071
* - Update mail/spambnc to current version and unbreak fetchKirill Ponomarev2003-09-192-3/+3
| | | | | | | | | PR: 56416 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: portmgr (will) Notes: svn path=/head/; revision=89070
* Security update to 3.23.58.Martin Blapp2003-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) Notes: svn path=/head/; revision=89069
* Fix compilation with WITHOUT_X11.Sergey A. Osokin2003-09-191-1/+1
| | | | | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000 Notes: svn path=/head/; revision=89068
* Fix build with ancient version of perl (5.005).Dmitry Sivachenko2003-09-191-0/+19
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=89067
* - Fix buildKirill Ponomarev2003-09-191-1/+1
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=89066
* Add a workaround to avoid a fatal confliction with qt32.Hye-Shik Chang2003-09-192-0/+21
| | | | | | | | Reviewed by: Choe Hwanjin <krisna@kldp.org> (author) Approved by: portmgr (will) Notes: svn path=/head/; revision=89065
* Udate 4.0.0 --> 4.0.1, 4.0.0 distfile is missing causing bento buildsCy Schubert2003-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) Notes: svn path=/head/; revision=89064
* Disable package building on bento: the default PHP doesn't support domxml.Edwin Groothuis2003-09-191-0/+4
| | | | | | | Noticed by: kris@ & bento Notes: svn path=/head/; revision=89063
* Add dependency on png.5Edwin Groothuis2003-09-191-0/+1
| | | | | | | Noticed by: kris@/bento Notes: svn path=/head/; revision=89062