aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.15-1, Announce message:Rusmir Dusko2014-03-022-3/+4
| | | | | | | | | | | | | | * Updated Dutch, Japanese, Russian and Ukrainian translations * Fixed a minor issue when changing direction using an analogue controller * Fixed the corrupted message that appears when Edgar's inventory is full * The slime timer above Edgar is now removed when changing maps or loading a game * Crushers no longer get stuck if they hit a pushable object * Ice cubes can no longer bounce on springs forever - Strip executable Notes: svn path=/head/; revision=346765
* Support building the documentation with newer versions of texinfo. [1]Gerald Pfeifer2014-03-023-1/+43
| | | | | | | | | | | Update pkg-descr to provide background that may help users decide whether to really consider this port. PR: 186046 [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1] Notes: svn path=/head/; revision=346764
* In libtool.mk, let the regexp for DragonFly BSD support match bothTijl Coosemans2014-03-021-1/+1
| | | | | | | | | | "freebsd*)" and "freebsd* ", and add "dragonfly*" only if it isn't there already. Approved by: bapt Notes: svn path=/head/; revision=346763
* - error out early if users trying to break their base systemDirk Meyer2014-03-021-0/+4
| | | | | | | PR: 187076 Notes: svn path=/head/; revision=346762
* - Update to version 0.7.16Alexey Dokuchaev2014-03-023-12/+13
| | | | | | | | | - Cleanup Makefile a bit and improve port description Approved by: maintainer Notes: svn path=/head/; revision=346761
* Fix the build after r346759.Raphael Kubo da Costa2014-03-021-1/+1
| | | | Notes: svn path=/head/; revision=346760
* Leverage USES=shebangfix to fix two Perl scripts (logtail, logtail2)Gerald Pfeifer2014-03-021-3/+2
| | | | | | | | | | instead of doing one the manual way and not fixing the other. PR: 185905 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=346759
* - Update to 2.9.1Olivier Duchateau2014-03-022-3/+3
| | | | | | | ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.9.1_.282014-03-01.29 Notes: svn path=/head/; revision=346758
* - Fix symlink pointing to non-existing manpageThomas Zander2014-03-022-1/+15
| | | | | | | | | | | | - Bump PORTREVISION PR: ports/186540 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: thierry (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer) MFH: 2014Q1 Notes: svn path=/head/; revision=346756
* biology/fasta3: Checked new distfile and regenerated distinfo to unbreakJohn Marino2014-03-022-3/+8
| | | | | | | | | | | | | | Fasta3 distfile was significantly changed. This should have been released as a new version (e.g. 36.3.6e), so it's not clear why the distfile was rerolled. There are significant changes to makefiles, conf files and even a few .c and .h files. They all look like legitimate updates to me though. Set DIST_SUBDIR since this port is now known for rerolling, then regenerate distinfo. Also add Fasta license and bump revision. Notes: svn path=/head/; revision=346755
* - Fix build with Clang [1]Mathieu Arnold2014-03-023-6/+30
| | | | | | | | | | - Convert to staging Reported by: pkg-fallout, for months [1] Sponsored by: Absolight Notes: svn path=/head/; revision=346754
* devel/capstone: Add DragonFly supportJohn Marino2014-03-021-12/+6
| | | | | | | | | | | | The makefile patch was strange in that it defined LIBDATADIR once unconditionally and then again conditionally. This could have been done via MAKE_ARGS and no patch at all. However, I changed the patch to a single definition that is true for "ports" regardless of the platform used (pkgconfig files always in libdata in ports). This allows port to build on DragonFly and no-op for FreeBSD. Notes: svn path=/head/; revision=346753
* Update to version 0.019.Dmitry Sivachenko2014-03-023-5/+6
| | | | Notes: svn path=/head/; revision=346752
* cvs-syncmail: unbreak indexJohn Marino2014-03-021-1/+1
| | | | | | | | A typo caused my first index breakage. Poinyhat to me. Notes: svn path=/head/; revision=346751
* Update to version 1.0.3.Dmitry Sivachenko2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346750
* Update to 0.9.5.2.Dmitry Sivachenko2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346749
* Update to 4.1.5.Dmitry Sivachenko2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346748
* update to 2014030202Daichi GOTO2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346747
* Update to 1.18.1.Roman Bogorodskiy2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346746
* net-mgmt/rancid, devel/cvs(2html,-syncmail): Fix recent cvs dependencyJohn Marino2014-03-023-7/+16
| | | | | | | | | | | | | | CVS is no longer in base on FreeBSD 10 and later, but it's still in DragonFly's base, and the devel/cvs port doesn't even build on DF. The dependence on CVS was added to some ports recently, make sure that only applies to FreeBSD. Note the rancid approach where it further limits it to FreeBSD 10+ is better than devel/cvs* where they pull in CVS unconditionally on FreeBSD 8 and 9 where it's not needed. The unmaintained cvs-syncmail port was updated to be like rancid, but I didn't make the same update to the maintained cvs2html port. Notes: svn path=/head/; revision=346745
* Assorted utilities for manipulating MP3 files via MP3::Tag.Frederic Culot2014-03-025-0/+47
| | | | | | | | | | | | | | mp3rename - Rename MP3 files based off of it's tags. mp3show - Show tags for one or more MP3 file. mp3tag - Manipulate the tags for one or more MP3 files. WWW: http://search.cpan.org/dist/MP3-Tag-Utils/ PR: ports/186974 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Notes: svn path=/head/; revision=346744
* Use dirrmtry for include/sys.Xin LI2014-03-022-2/+2
| | | | | | | | PR: ports/187154 Submitted by: amdmi3 Notes: svn path=/head/; revision=346743
* - Fix build with HEIMBAL_BASEBryan Drewery2014-03-021-2/+0
| | | | | | | | PR: ports/186830 Reported by: Robert Simmons <rsimmons0@gmail.com> Notes: svn path=/head/; revision=346742
* update to 20140302Daichi GOTO2014-03-023-15/+27
| | | | Notes: svn path=/head/; revision=346741
* - Update to 2014.02.19Frederic Culot2014-03-022-3/+3
| | | | | | | | PR: ports/187077 Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) Notes: svn path=/head/; revision=346740
* - Add COLORS option to enable contributed colors patch that uses colorsBryan Drewery2014-03-022-2/+214
| | | | | | | | | | | | when possible PR: ports/186851 Submitted by: Olivier <software-freebsd@interfasys.ch> Obtained from: https://groups.google.com/forum/#!topic/ccache/-Zehp1Zs3Lg [*] [*] Backported to 3.1.9 by me and CC_IS_CLANG and CC_IS_GCC support added. Notes: svn path=/head/; revision=346739
* - Update to 3.11Thomas Abthorpe2014-03-024-9/+8
| | | | | | | | | | - Convert to STAGEDIR PR: ports/186083 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=346738
* - Update to 1.18Thomas Abthorpe2014-03-022-3/+5
| | | | | | | | | | - Convert to STAGEDIR PR: ports/186044 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=346737
* Update to 0.22Rong-En Fan2014-03-022-5/+4
| | | | Notes: svn path=/head/; revision=346736
* - Reassign ports to the heapThomas Abthorpe2014-03-0230-30/+30
| | | | | | | - Thank you hq@ for your years of service! Notes: svn path=/head/; revision=346734
* - Update to 2.8Thomas Abthorpe2014-03-023-7/+6
| | | | | | | | | | - Convert to STAGEDIR PR: ports/186043 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=346733
* - stagifyDiane Bruce2014-03-023-44/+16
| | | | | | | - remove obsolete support for speaker.h Notes: svn path=/head/; revision=346732
* Support stageBaptiste Daroussin2014-03-021-11/+3
| | | | Notes: svn path=/head/; revision=346731
* Support stageBaptiste Daroussin2014-03-022-11/+8
| | | | Notes: svn path=/head/; revision=346730
* Support stageBaptiste Daroussin2014-03-021-1/+1
| | | | Notes: svn path=/head/; revision=346729
* Adopt this port.Gerald Pfeifer2014-03-022-7/+7
| | | | | | | Simplify URL and editorial changes in pkg-descr. Notes: svn path=/head/; revision=346728
* net/mad_fcl: mark jobs unsafeJohn Marino2014-03-021-1/+3
| | | | Notes: svn path=/head/; revision=346727
* Add missing dependency on pkgconf [1]Baptiste Daroussin2014-03-021-7/+2
| | | | | | | | | While here: USE_GMAKE -> USES=gmake Use options helpers Notes: svn path=/head/; revision=346726
* Somehow multimedia/vdr itself was list in the previous commit. Sorry... :(Juergen Lock2014-03-013-22/+16
| | | | Notes: svn path=/head/; revision=346725
* - Fix build with devel/readline 6.3 updateBryan Drewery2014-03-012-1/+19
| | | | | | | | Submitted by: antoine With hat: portmgr Notes: svn path=/head/; revision=346724
* security/netpgp: Fix typo that broke DragonFly (GCC 4.7)John Marino2014-03-011-1/+1
| | | | | | | | | | | | There was an errant "-" in a CFLAGS definition that got interpreted as in input from stdin during one of the conftests. This caused netpgp to fail configuration for months on DragonFly and presumably any modern GCC. I'm surprised clang tolerated it. pointyhat to: bapt@ Notes: svn path=/head/; revision=346723
* - New LIB_DEPENDS syntaxAntoine Brodin2014-03-011-4/+12
| | | | | | | | - Allow packaging as a regular user - Fix references to STAGEDIR in scripts and man pages Notes: svn path=/head/; revision=346722
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-0117-19/+19
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* audio/autocd: Complete stage supportJohn Marino2014-03-011-2/+11
| | | | | | | | | The vendor makefile doesn't contain the word "DESTDIR" so it's pretty clear why the first attempt at staging this port failed. Complete staging by using the do-install target to install everything. Notes: svn path=/head/; revision=346720
* sysutils/metalog: Fix build on DragonFlyJohn Marino2014-03-011-1/+1
| | | | Notes: svn path=/head/; revision=346719
* Update to 0.14.1.Roman Bogorodskiy2014-03-012-4/+3
| | | | Notes: svn path=/head/; revision=346718
* devel/fib: Honor NO_PROFILE, fix staging and override install targetJohn Marino2014-03-012-6/+21
| | | | | | | | | | | | This port was building and installing the profile library regardless of the NO_PROFILE definition. The installation was a bit of a mess too, and it didn't use the BSD_INSTALL_* values. The previous staging attempt didn't work, at least not on DragonFly, so let's use our own install target to fix all of these issues and honor the NO_PROFILE request at the same time. Notes: svn path=/head/; revision=346717
* Remove the article and fix a typo.Thierry Thomas2014-03-011-2/+2
| | | | | | | Reported by: sunpoet Notes: svn path=/head/; revision=346716
* Chase last audio/id3lib port changeAntoine Brodin2014-03-013-3/+3
| | | | Notes: svn path=/head/; revision=346715
* www/phalcon: Fix DragonFly build (No-Op for FreeBSD)John Marino2014-03-011-1/+2
| | | | | | | | | | DragonFly 64-bit platform is called "x86_64", not "amd64". Add this option to the variable substition -- and move this to a separate line for better visibility. No-Op and no bump for FreeBSD. Notes: svn path=/head/; revision=346714