aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211327-1327/+1327
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update multimedia/vdr to 1.7.22 .Juergen Lock2012-01-2166-869/+440
| | | | | | | | | | | | | | | - Add startup script that the rc.d script invokes to wait for /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO" in rc.conf(5). (This turned out to be necessary in some situations because devd starts webcamd only later in the boot process.) - One more fix for changing OSD language when using UTF-8. - Update multimedia/vdr-plugin-femon to 1.7.11 . - Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 . - Bump PORTREVISION for all other plugins. - Update www/vdradmin-am to 3.6.9 . Notes: svn path=/head/; revision=289562
* - Update to 1.8.7p357Steve Wills2012-01-212-4/+4
| | | | | | | | Reviewed by: pgollucci Security: 91be81e7-3fea-11e1-afc7-2c4138874f7d Notes: svn path=/head/; revision=289561
* - Update to 2.11.1Nicola Vitale2012-01-212-5/+4
| | | | | | | - Remove nivi.interfree.it from MASTER_SITES Notes: svn path=/head/; revision=289560
* - Update to 1.46.02Nicola Vitale2012-01-213-5/+13
| | | | Notes: svn path=/head/; revision=289559
* - Update to 0.10.7Nicola Vitale2012-01-214-5/+6
| | | | | | | | | | | - Drop support for Python 2.5 - Update URL of the WWW site PR: ports/162811 Submitted by: wen Notes: svn path=/head/; revision=289558
* - Fix issue when NOPORTDOCS and SNORTSAM are both definedRyan Steinmetz2012-01-211-1/+3
| | | | Notes: svn path=/head/; revision=289557
* Remove bogus post-deinstall targetChris Rees2012-01-211-3/+0
| | | | | | | | | PR: ports/164339 Submitted by: crees (me) Approved by: maintainer (Justin Head <ports@encarnate.com>) Notes: svn path=/head/; revision=289556
* - Update to 2.9.2.1Ryan Steinmetz2012-01-212-3/+5
| | | | | | | - Fix issue when NOPORTDOCS is defined Notes: svn path=/head/; revision=289555
* - Fix formatting/topic in 91be81e7-3fea-11e1-afc7-2c4138874f7dRyan Steinmetz2012-01-211-6/+25
| | | | | | | Reviewed by: wxs Notes: svn path=/head/; revision=289554
* - Don't use INSTALL_ICONS when Gnome not installedMichael Scheidell2012-01-211-2/+5
| | | | | | | | PR: ports/164344 Approved by: gabor(mentor, implicit) Notes: svn path=/head/; revision=289553
* Update 3.3.3 --> 3.3.4.Cy Schubert2012-01-203-4/+4
| | | | Notes: svn path=/head/; revision=289551
* Remove expired port:Rene Ladan2012-01-206-65/+1
| | | | | | | 2012-01-20 textproc/qgoogletranslator: Runtime is broken because Google close free usage of API. Project closed. Notes: svn path=/head/; revision=289550
* - Document security vulnerability in security/openssl (CVE-2012-0050)Ryan Steinmetz2012-01-201-0/+28
| | | | Notes: svn path=/head/; revision=289549
* Upgrade LLVM and Clang to 3.0.Brooks Davis2012-01-206-85/+192
| | | | | | | | | | Enable shared libraries in LLVM and build with REQUIRES_RTTI=1 as requires by some consumers. PR: ports/164324, ports/164325 Notes: svn path=/head/; revision=289548
* This a port of the nss_ldap libraries for linux.Alexander Leidinger2012-01-206-0/+100
| | | | | | | | | | | | | | | You'll probably need this if your system users in a LDAP directory are complaining their linux programs won't run, and errors on the console say "getpwuid_r(): failed due to unknown user id". PR: ports/164113 Submitted by: rskinner port_maintainer@herveybayaustralia.com.au Minor modifications (no license install, srpm checksum) by: netchild Note: the license framework does not seem to DTRT with linux ports Notes: svn path=/head/; revision=289547
* Switch to devel/llvm29 as a build/run depend to devel/llvm can beBrooks Davis2012-01-201-2/+3
| | | | | | | | | upgraded. Approved by: lichray@gmail.com (maintainer) Notes: svn path=/head/; revision=289546
* Update to version 31.2.0.Alexey Dokuchaev2012-01-202-3/+3
| | | | | | | Approved by: maintainer (implicit due to inactivity) Notes: svn path=/head/; revision=289545
* A Perl module which provides an enhanced database populate methodSteve Wills2012-01-205-0/+96
| | | | | | | WWW: http://search.cpan.org/dist/DBIx-Class-Schema-PopulateMore/ Notes: svn path=/head/; revision=289544
* Added devel/p5-DBIx-Class-Schema-PopulateMore in wronge categorySteve Wills2012-01-206-96/+1
| | | | Notes: svn path=/head/; revision=289543
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-201-1/+2
| | | | | | | | | | - Reset maintainer due to bounced email PR: ports/164322 Submitted by: swills (myself) Notes: svn path=/head/; revision=289542
* fix uuid on latest tomcat vulnerabilityJason Helfman2012-01-201-1/+1
| | | | | | | Approved by: crees, rene (implicit) Notes: svn path=/head/; revision=289541
* - Add missing BUILD_DEPENDS [1]Steve Wills2012-01-201-1/+4
| | | | | | | | | | | | - Add TEST_DEPENDS to enable testing [1] - Switch maintainer to perl@ [2] PR: ports/164336 [1] Approved by: wen (maintainer) [1] Requested by: wen (maintainer, private email) [2] Notes: svn path=/head/; revision=289540
* - Fix modified date;Xin LI2012-01-201-1/+3
| | | | | | | - Add more ruby variants. Notes: svn path=/head/; revision=289539
* Update 91be81e7-3fea-11e1-afc7-2c4138874f7d to cover ruby+no-pthreads asXin LI2012-01-201-0/+2
| | | | | | | | | well. Spotted by: Kevin Oberman <kob6558 gmail.com> Notes: svn path=/head/; revision=289538
* Easier test cases for your DBIx::Class applicationsSteve Wills2012-01-205-0/+110
| | | | | | | WWW: http://search.cpan.org/dist/Test-DBIx-Class/ Notes: svn path=/head/; revision=289537
* Depend on devel/llvm29 as opengtl is not compatiable with the upcomingBrooks Davis2012-01-201-1/+1
| | | | | | | upgrade to llvm-3.0. Notes: svn path=/head/; revision=289536
* Enable shared library support.[1]Brooks Davis2012-01-202-1/+5
| | | | | | | | | Expand the conflict definition to include all other versions of llvm. Requested by: avilla [1] Notes: svn path=/head/; revision=289535
* Use the right toolchain, not lang/gcc34; add a test targetBrendan Fabeny2012-01-201-1/+8
| | | | Notes: svn path=/head/; revision=289534
* The compiler flags contain '/', so use a different delimiterBrendan Fabeny2012-01-201-5/+4
| | | | | | | with sed; set USE_FORTRAN; remove some unused variables Notes: svn path=/head/; revision=289533
* - Check for supported CPU features per MACHINE_CPU variable; it is both moreAlexey Dokuchaev2012-01-201-6/+7
| | | | | | | | | | | clear, in line with what most other ports do, and more generic (no need to account for amd64 which always has MMX and SSE2) - Rephrase OPTION line a bit to fit in 80-char terminal while I am here Approved by: x11 (eadler) Notes: svn path=/head/; revision=289532
* - Updated to 0.4.0Greg Larkin2012-01-202-7/+10
| | | | | | | | ChangeLog: http://pear.php.net/package/VersionControl_SVN/download/0.4.0 - Restricted the dependency versions according to upstream requirements Notes: svn path=/head/; revision=289531
* Update to 1.7.2.MANTANI Nobutaka2012-01-202-3/+3
| | | | Notes: svn path=/head/; revision=289530
* - Update to 0.05 (non-functional to user, internal housekeeping and new repos)Greg Larkin2012-01-202-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/DWHEELER/SVN-Notify-Filter-Markdown-0.05/Changes Notes: svn path=/head/; revision=289529
* - Updated to 0.30Greg Larkin2012-01-202-6/+9
| | | | | | | | ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.30/Changes - Updated dependencies to reflect new upstream requirements Notes: svn path=/head/; revision=289528
* correct a mirror subdirectoryBrendan Fabeny2012-01-201-1/+1
| | | | Notes: svn path=/head/; revision=289527
* steer users toward math/atlas while this port is being revisedBrendan Fabeny2012-01-201-0/+2
| | | | Notes: svn path=/head/; revision=289526
* - Put back PORTEPOCH which should never be removedSteve Wills2012-01-201-0/+1
| | | | | | | | Pointyhat to: swills (myself) Pointed out by: erwin Notes: svn path=/head/; revision=289525
* - update to 0.54Ruslan Makhmatkhanov2012-01-203-4/+16
| | | | | | | | | PR: 163944 Submitted by: rm (myself) Approved by: acm (via mail) Notes: svn path=/head/; revision=289524
* - Update to 0.108Frederic Culot2012-01-202-3/+4
| | | | | | | | | - Make use of CPAN:USER macro Changes: http://search.cpan.org/dist/HTML-HTML5-Parser/Changes Notes: svn path=/head/; revision=289523
* Maintainer agrees to let me take it over.Doug Barton2012-01-201-1/+1
| | | | | | | Thank you for your help on this in the past. :) Notes: svn path=/head/; revision=289522
* - Update to 0.002Frederic Culot2012-01-202-6/+12
| | | | | | | | | - Make use of CPAN:USER macro Changes: http://search.cpan.org/dist/HTML-HTML5-Entities/Changes Notes: svn path=/head/; revision=289521
* Fix build with gcc46.Vanilla I. Shu2012-01-201-3/+0
| | | | | | | | PR: ports/164331 Submitted by: Changming Sun <snnn119@gmail.com> Notes: svn path=/head/; revision=289520
* Remove license infoDoug Barton2012-01-2010-20/+0
| | | | Notes: svn path=/head/; revision=289519
* This port is now 8 months out of date, and needs updating for the newDoug Barton2012-01-203-23/+4
| | | | | | | | | | | | | | version of xxe. 0.7.9: Update URLs in xml2rfc_catalog.xml (making the patch obsolete) Update xsl11toXep.xslt 0.8.0 Updates to support XMLmind XML Editor Version 5.x Notes: svn path=/head/; revision=289518
* Add pcsc-tools, tools for testing PCSC cards and readersTilman Keskinoz2012-01-206-0/+63
| | | | | | | | | First submission: PR: 42702 Submitted by: bms Notes: svn path=/head/; revision=289517
* Upgrade to version 5.1.1, released 2012-01-10Doug Barton2012-01-203-45/+648
| | | | | | | | | There are some very nice improvements and new features in the 5.x branch. See http://www.xmlmind.com/xmleditor/changes.html#v5.1.1 for more info. Notes: svn path=/head/; revision=289516
* - Update to 3.87Frederic Culot2012-01-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Object-InsideOut/Changes Notes: svn path=/head/; revision=289515
* - update to 2.13.12Ruslan Makhmatkhanov2012-01-202-4/+3
| | | | | | | | | | | | | Changes: - Prevent a cross-site-scripting attack against the default standard error message handling. (CVE-2010-1104). - Use in operator instead of deprecated has_key method (which is not implemented by OFS.ObjectManager). This fixes an issue with WebDAV requests for skin objects. VuXML entry will be added later this day. Notes: svn path=/head/; revision=289514
* - update to 3.7.3Ruslan Makhmatkhanov2012-01-202-3/+3
| | | | Notes: svn path=/head/; revision=289513