summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 2.1.6.Dmitry Sivachenko2005-06-032-3/+3
| | | | Notes: svn path=/head/; revision=136722
* - Unmark DEPRECATED, it seems to workPav Lucistnik2005-06-032-10/+36
| | | | | | | | | | - Install useful examples PR: ports/76293, ports/81708 Submitted by: Mike <mspam@ideaway.net> Notes: svn path=/head/; revision=136721
* - Update to 0.4.13Pav Lucistnik2005-06-032-3/+3
| | | | Notes: svn path=/head/; revision=136720
* - Update to 0.4.2Pav Lucistnik2005-06-033-5/+3
| | | | Notes: svn path=/head/; revision=136719
* Disable Cairo by default. The cairo backend is not recommended inAlexey Dokuchaev2005-06-032-2/+6
| | | | | | | | production use, because cairo library is still very buggy and causes crashes often (according to authors). Add a caution comment. Notes: svn path=/head/; revision=136718
* Fix build on RELENG_5 (gcc 3.4.2).Sergey A. Osokin2005-06-031-2/+117
| | | | | | | | | Problem submitted by: Eugene M. Zheganin <emz@norma.perm.ru> Idea for patch from: fjoe PR: 81827 Notes: svn path=/head/; revision=136717
* Remove useless line.Alexey Dokuchaev2005-06-032-2/+0
| | | | Notes: svn path=/head/; revision=136716
* Add Nexuiz, a fast-paced, chaotic, and intense multiplayer first personAlexey Dokuchaev2005-06-037-0/+213
| | | | | | | | | shooter. WWW: http://www.nexuiz.com/ Notes: svn path=/head/; revision=136714
* Update to the 20050602 snapshot of GCC 4.0.1.Gerald Pfeifer2005-06-032-13/+13
| | | | Notes: svn path=/head/; revision=136713
* - new option WITH_GNUSTEP_FAKEMAIN to work without procfsDirk Meyer2005-06-031-0/+2
| | | | Notes: svn path=/head/; revision=136712
* - new option WITH_GNUSTEP_FAKEMAIN to work without procfsDirk Meyer2005-06-031-0/+9
| | | | | | | | | - call ldconfig in configure stage again this workarounds a problem that ldconfig is called to early when addding a package like: gcc-objc-current-3.3.6_20050511.tgz Notes: svn path=/head/; revision=136711
* Fix the build on 4.x by removing a ^M.Koop Mast2005-06-031-0/+11
| | | | | | | Reported by: Kent Stewart <kstewart AT owt dot com> Notes: svn path=/head/; revision=136710
* Update to 3.30.Roman Bogorodskiy2005-06-032-3/+3
| | | | | | | | PR: 81820 Submitted by: Dryice Liu (maintainer) Notes: svn path=/head/; revision=136709
* Update to 0.6.15.Roman Bogorodskiy2005-06-032-3/+3
| | | | | | | | PR: 81819 Submitted by: Dryice Liu (maintainer) Notes: svn path=/head/; revision=136708
* Forgot to remove this patchMaho Nakata2005-06-0312-600/+0
| | | | Notes: svn path=/head/; revision=136707
* Buffer overflow in xli.Tom Rhodes2005-06-031-0/+24
| | | | Notes: svn path=/head/; revision=136706
* Update to 20050603 snapshot following multidmedia/x264 updateMario Sergio Fujikawa Ferreira2005-06-032-3/+3
| | | | Notes: svn path=/head/; revision=136705
* Update to m107Maho Nakata2005-06-03192-12384/+48
| | | | Notes: svn path=/head/; revision=136704
* - Add support for detecting new version of x264. No need to rebuildMichael Johnson2005-06-031-2/+11
| | | | | | | mplayer. Notes: svn path=/head/; revision=136703
* - Update to 0.0.20050531Michael Johnson2005-06-036-24/+28
| | | | Notes: svn path=/head/; revision=136702
* Fix an initial crash that prevents zsnes from starting on somePete Fritchman2005-06-032-0/+22
| | | | | | | | | machines. Bump PORTREVISION. Submitted by: Travis L. Poppe <tlp@LiquidX.org> Notes: svn path=/head/; revision=136701
* Fix breakage I caused.Tom Rhodes2005-06-031-1/+1
| | | | Notes: svn path=/head/; revision=136700
* Note buffer overflows and directory transversal issues in audio/ymat.Tom Rhodes2005-06-031-0/+25
| | | | Notes: svn path=/head/; revision=136699
* Add official two patches: one is for MetaPost support bugfix, and anotherMakoto Matsushita2005-06-032-3/+11
| | | | | | | | | | | | is for PK Font Generation bugfix. To avoid some confusion, use DIST_SUBDIR to separate dvipdfmx distfiles from others. The distinfo is changed since the directory is changed. As a result, bump PORTREVISION. Notes: svn path=/head/; revision=136698
* USE_GCC=X.Y+ should prefer the stock compilerEdwin Groothuis2005-06-031-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_GCC=3.2+ on a 6-CURRENT system prefers the GCC 3.2 compiler instead of the GCC 3.4 default system compiler. One often uses USE_GCC=3.2+ to enable a port to build on RELENG_4, but that does not mean a 6-CURRENT user doesn't want to use the native compiler. I also argue that the correct algorithm for USE_GCC=3.2+ is: 1. Use system compiler if it's version is allowable by the USE_GCC invocation. 2. Prefer the highest version # found already installed and allowed by the USE_GCC invocation, rather than the lowest. 3. Install the specified GCC version and use if, if no other already installed compiler meets the USE_GCC invocation. #1 and #3 are implemented with this patch, but #2 isn't. The reason for it is because there is no highest version # specifiable with the USE_GCC command. What could be made is that the USE_GCC command accepts two arguments, where the first is the lower version, the second is the upper version. Or USE_GCC=-4.0, where everything <= 4.0 is allowed. PR: ports/81116 Reviewed by: David O'Brien <obrien@freebsd.org> Notes: svn path=/head/; revision=136697
* Generally disable libjava again, since it mysteriously causes the build toGerald Pfeifer2005-06-039-0/+27
| | | | | | | | | | fail on the ports cluster and some users's system, just not those Loren and me have access to. PR: 81788 Notes: svn path=/head/; revision=136696
* Don't attempt to use libtool before it is installed.Sam Lawrance2005-06-031-1/+3
| | | | | | | | Reported by: kris Noodlebrain: me Notes: svn path=/head/; revision=136695
* Add slaves ports for Aspell's new dictionaries.Thierry Thomas2005-06-0211-0/+105
| | | | Notes: svn path=/head/; revision=136694
* - Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)Thierry Thomas2005-06-029-16/+66
| | | | | | | | | | dictionaries. - Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and Punjabi (pa) dictionaries. Notes: svn path=/head/; revision=136693
* - Update to 20050601Pav Lucistnik2005-06-027-64/+54
| | | | | | | Submitted by: J.R. Oldroyd <jr@opal.com> (maintainer) Notes: svn path=/head/; revision=136692
* - Update to 20050601Pav Lucistnik2005-06-0223-840/+289
| | | | | | | Submitted by: J.R. Oldroyd <jr@opal.com> (maintainer) Notes: svn path=/head/; revision=136691
* Add linpsk.Jean-Yves Lefort2005-06-027-0/+99
| | | | | | | | | | | | This is a small PSK31 program that uses QT, and a soundcard as modem. WWW: http://linpsk.sourceforge.net/ PR: ports/81617 Submitted by: Søren Straarup <xride@x12.dk> Notes: svn path=/head/; revision=136689
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-0273-199/+176
| | | | Notes: svn path=/head/; revision=136688
* Our getaddrinfo(3) never returns EAI_NODATA on 5.2-RELEASE andHajimu UMEMOTO2005-06-022-9/+16
| | | | | | | | | | later as RFC 3493 deprecated it. So, we have to see EAI_NONAME instead. Approved by: petef Notes: svn path=/head/; revision=136687
* Fix build on amd64.Roman Bogorodskiy2005-06-024-14/+28
| | | | | | | | | PR: 81797 Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de> Approved by: Danny Boudrot (maintainer) Notes: svn path=/head/; revision=136686
* the man files added in the previous commit are no manfiles but links to manfilesOliver Lehmann2005-06-021-3/+8
| | | | | | | so use MLINKS instead of adding them to MAN1 Notes: svn path=/head/; revision=136685
* . Change rpmrc to support amd64 and also to indicate that i386 and amd64Greg Lewis2005-06-024-2/+108
| | | | | | | | | | | | are compatible. This differs from PR 80922 in that amd64 is made the canonical RPM architecture on that architecture rather than x86_64 as it is under Linux. . Bump PORTREVISION. PR: 80922 (based on) Notes: svn path=/head/; revision=136684
* Update to 0.22Mathieu Arnold2005-06-022-3/+3
| | | | Notes: svn path=/head/; revision=136683
* add MAN1 files (fixes pkg-plist)Oliver Lehmann2005-06-021-3/+3
| | | | | | | remove BROKEN Notes: svn path=/head/; revision=136682
* Unbreak, EXTRACT_AFTER_ARGS assumes all archives should be tar(.gz)Volker Stolz2005-06-021-2/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=136681
* Register conflict with gnonlin.Koop Mast2005-06-021-0/+2
| | | | Notes: svn path=/head/; revision=136680
* Add gnonlin, This was included in pitivi.Koop Mast2005-06-029-0/+109
| | | | | | | | | Gnonlin is a library built on top of GStreamer which provides support for writing non-linear audio and video editing applications. It introduces the concept of a timeline. Notes: svn path=/head/; revision=136678
* Update to 4505James E. Housley2005-06-022-3/+3
| | | | Notes: svn path=/head/; revision=136677
* Update to 0.1.7Jean-Yves Lefort2005-06-022-4/+4
| | | | | | | | PR: ports/81796 Submitted by: maintainer Notes: svn path=/head/; revision=136676
* Patch distribution was rerolled. Original is gone, but the changesSam Lawrance2005-06-024-11/+14
| | | | | | | | | | | | | | | | at most seem to be: - doco - many bugfixes - updates to clipper native-language libraries - updates to gtk2 bindings Also, - Reorder MASTER_SITES to use better mirror first. - Mirror patch distfile on MASTER_SITE_LOCAL - Make portlint a tiny bit happier Notes: svn path=/head/; revision=136675
* Add p5-Games-Dice.Jean-Yves Lefort2005-06-025-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions are exported by default. The number and type of dice to roll is given in a style which should be familiar to players of popular role-playing games: adb[+-*/b]c. a is optional and defaults to 1; it gives the number of dice to roll. b indicates the number of sides to each die. % can be used instead of 100 for b; hence, rolling 2d% and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds together the results. The optional end, consisting of one of +-*/b and a number c, can modify the sum of the individual dice. +-*/ are similar in that they take the sum of the rolls and add or subtract c, or multiply or divide the sum by c. (x can also be used instead of *.) Using b in this slot is a little different: it's short for "best" and indicates "roll a number of dice, but add together only the best few". For example, 5d6b3 rolls five six- sided dice and adds together the three best rolls. Author: Philip Newton <pne@cpan.org> WWW: http://search.cpan.org/dist/Games-Dice/ PR: ports/81612 Submitted by: Aaron Dalton <aaron@daltons.ca> Notes: svn path=/head/; revision=136673
* Fix plist (well, in fact, break it for now) so that ports/79330 can beMathieu Arnold2005-06-025-13/+0
| | | | | | | | | committed without breaking them. Approved by: portmgr (kris) Notes: svn path=/head/; revision=136672
* Add wmii, a lightweight window manager.Alexey Dokuchaev2005-06-029-0/+171
| | | | | | | WWW: http://wmi.modprobe.de/ Notes: svn path=/head/; revision=136670
* - update to 5.3.1Simon Barner2005-06-023-39/+33
| | | | | | | | | | | - don't use version number in installation directories PR: ports/81798 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer) Notes: svn path=/head/; revision=136669
* - Fix pkg-plistSergey Matveychuk2005-06-026-0/+6
| | | | | | | | Submitted by: maintainer Reported by: kris via pointyhat Notes: svn path=/head/; revision=136668