aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* devel/libdwarf: Not jobs safeJohn Marino2015-04-201-0/+2
| | | | | | | | This has failed on me a few times. The latest tried to use the file dwarf_names.c before it was completely generated. Notes: svn path=/head/; revision=384338
* - Update to 0.14Frederic Culot2015-04-202-10/+13
| | | | | | | Changes: http://search.cpan.org/dist/Package-DeprecationManager/Changes Notes: svn path=/head/; revision=384337
* - Remove dependency on libltdlTijl Coosemans2015-04-201-5/+4
| | | | | | | | | - Fix build on FreeBSD < 10 Reported by: amdmi3 Notes: svn path=/head/; revision=384336
* Fix configureAntoine Brodin2015-04-201-1/+1
| | | | Notes: svn path=/head/; revision=384335
* audio/sooperlooper: Unbreak on some platformsJohn Marino2015-04-201-2/+3
| | | | | | | | | | | | | | | This unmaintained port is breaking on Wx 3.0, which is only an GUI option. Downgrading to Wx 2.8 allows it to build on all platforms (as well as having the option by default). The second iteration of the PR suggested Wx3.0 for FreeBSD 8 and 9, but Wx 2.8 for F10+, but I didn't like that approach. It only works on F8 and F9 because of compiler deficiencies. Simple attempts of setting -std to c++11 didn't work, of course. PR: 199221 Submitted by: ports fury Notes: svn path=/head/; revision=384334
* - Update to 1.8.0Olivier Duchateau2015-04-204-14/+22
| | | | | | | - Enhance description Notes: svn path=/head/; revision=384333
* Update to 1.66.Adam Weinberger2015-04-202-8/+11
| | | | | | | | | | Changes: https://metacpan.org/changes/distribution/YAML-Tiny PR: 199269 Approved by: ychsiao@ychsiao.org (maintainer) Notes: svn path=/head/; revision=384332
* Now that GCC 5 has branched for the release of GCC 5.1, create a new portGerald Pfeifer2015-04-209-0/+396
| | | | | | | | | | | | | gcc6-devel to track mainline GCC development, starting with the 20150412 snapshot of GCC 6.0.0. (Since this really is a development version not necessarily recommended for general use, start using the -devel moniker for this port. This is not due to any changes in upstream policy or expected attributes of this port, only an adjustment in how we name things.) Notes: svn path=/head/; revision=384331
* Update to r5612 and add a patch to avoid compiling error when using ↵Michael Reifenberger2015-04-194-4/+139
| | | | | | | -std=c++11 in CXXFLAGS. Notes: svn path=/head/; revision=384330
* Update the comment that describes the relationship of PORTVERSION andGerald Pfeifer2015-04-191-1/+1
| | | | | | | GCC_VERSION. Notes: svn path=/head/; revision=384329
* Revert USES=metaport conversion, again.Raphael Kubo da Costa2015-04-191-3/+5
| | | | | | | | | | | | bsd.port.pre.mk and Makefile.common were being included before the many options were being defined. Some of the options depend on Makefile.common to be defined though, so for now revert the USES=metaport conversion to get things back to a working state while a proper fix is devised. PR: 199501 Notes: svn path=/head/; revision=384328
* Update to Wine 1.7.41. This includes the following changes:Gerald Pfeifer2015-04-197-51/+46
| | | | | | | | | | | | | | | | | | - More Known Folders supported in the shell. - Some more support for kernel job objects. - More MSI patches improvements. - Some theming fixes. - Various bug fixes. files/patch-scheduler in emulators/wine-compholio has been obsoleted by an upstream fix. Remove it. Rename the COMPHOLIO option to STAGING in emulators/wine-devel, emulators/i386-wine-compholio and emulators-compholio (including many adjustments to pkg-plist). Notes: svn path=/head/; revision=384327
* devel/dulwich: add CPE infoBartek Rutkowski2015-04-191-1/+2
| | | | | | | | | PR: 199505 Submitted by: jbeich Approved by: portmgr blanket Notes: svn path=/head/; revision=384326
* Remove ${WRKSRC}/INSTALL because it's a symlink to a non-existent fileTijl Coosemans2015-04-191-0/+3
| | | | | | | | | which confuses autoreconf. Reported by: antoine Notes: svn path=/head/; revision=384325
* Patch configure.ac so it can detect a more recent gettextTijl Coosemans2015-04-191-4/+3
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=384324
* Fix build on armSteve Wills2015-04-193-0/+12
| | | | Notes: svn path=/head/; revision=384323
* Update x265 to 1.6, and bump PORTREVISION on its consumers for shlibAdam Weinberger2015-04-197-8/+9
| | | | | | | version change. Notes: svn path=/head/; revision=384322
* Modernise configure.inTijl Coosemans2015-04-191-0/+80
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=384321
* Create some files required by autoreconfTijl Coosemans2015-04-191-0/+5
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=384320
* Update to r128.Adam Weinberger2015-04-194-7/+9
| | | | | | | | | Changes are listed on https://github.com/Cyan4973/lz4/releases Also, use the new USE_GITHUB syntax, and update WWW. Notes: svn path=/head/; revision=384319
* Use the new USE_GITHUB format.Adam Weinberger2015-04-194-8/+6
| | | | Notes: svn path=/head/; revision=384318
* Use USE_GITHUB.Adam Weinberger2015-04-192-3/+5
| | | | Notes: svn path=/head/; revision=384317
* Use the new USE_GITHUB.Adam Weinberger2015-04-192-5/+6
| | | | | | | And, reassign to ports@. I don't want to maintain this anymore. Notes: svn path=/head/; revision=384316
* * Install HTML manual when DOCS option is enabledJan Beich2015-04-191-3/+13
| | | | | | | | | | | | | * Set LICENSE=LGPL21 * Move %%DATADIR%%/zoomrc to PORTDATA=zoomrc * Bump PORTREVISION PR: 195100 Submitted by: bsdport@ddm.wox.org Approved by: maintainer timeout (6 months, see bug 197522) Notes: svn path=/head/; revision=384315
* Add a patch, taken from the nasm repo, written by emaste, that fixesAdam Weinberger2015-04-194-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | alignment on 64-bit archs. From emaste: Essentially what happens is that nasm creates object files that have section contents aligned to 16 bytes, but it only specifies that the section requires 4 byte alignment. It seems that the GNU tools (strip at least) silently correct this to 8, which is what it should be. This fix only affects FreeBSD -CURRENT in combination with another (not yet committed) fix to libtool. On stable/10 and earlier GNU ld masks the nasm bug, and without the libtool fix we don't yet try to strip debug info from object files in -CURRENT. PORTREVISION bump for this. Also, while here, rename two other patches to have proper separators (_ instead of +). And, donate this port back to ports@. It is used by many other ports so it deserves to be maintained by the collective. Notes: svn path=/head/; revision=384314
* Chase textproc/nltk rename.Dmitry Sivachenko2015-04-191-0/+1
| | | | | | | Reminded by: jbeich Notes: svn path=/head/; revision=384313
* Abstract ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} which appears five timesGerald Pfeifer2015-04-191-4/+5
| | | | | | | | | | and introduce and use WRKDIR_PKGFILE instead. PR: 199526 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=384312
* . Update to 8u45.Greg Lewis2015-04-194-10/+8
| | | | Notes: svn path=/head/; revision=384311
* Mark USE_AUTOTOOLS deprecated and remove support for libtoolize.Tijl Coosemans2015-04-193-46/+15
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=384310
* . Udpate to 7u80.Greg Lewis2015-04-196-530/+641
| | | | Notes: svn path=/head/; revision=384309
* - Update to 20150417Sunpoet Po-Chuan Hsieh2015-04-192-3/+3
| | | | | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150417.diff Notes: svn path=/head/; revision=384308
* math/coinmp: change comma, target for check/test etc as suggested by danfeKurt Jaeger2015-04-191-3/+3
| | | | | | | | | PR: 199502 Submitted by: danfe Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=384307
* Upgrade to version 1.3.2.Jimmy Olgeni2015-04-192-4/+3
| | | | Notes: svn path=/head/; revision=384306
* - Update to 1.13Sunpoet Po-Chuan Hsieh2015-04-193-5/+4
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-SSL-ExpireDate/Changes Notes: svn path=/head/; revision=384305
* - Update to 1.30Sunpoet Po-Chuan Hsieh2015-04-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/zxid/Changes Notes: svn path=/head/; revision=384304
* - Update to 0.16Sunpoet Po-Chuan Hsieh2015-04-192-5/+8
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/DateTime-Format-Epoch/Changes Notes: svn path=/head/; revision=384303
* - Update to 0.57Sunpoet Po-Chuan Hsieh2015-04-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Variable-Magic/Changes Notes: svn path=/head/; revision=384302
* - Update to 5.1.10Sunpoet Po-Chuan Hsieh2015-04-192-3/+3
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/ChangeLog.md Notes: svn path=/head/; revision=384301
* - Update to 0.16Sunpoet Po-Chuan Hsieh2015-04-192-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/IO-Async-SSL/Changes Notes: svn path=/head/; revision=384300
* - Update to 0.66Sunpoet Po-Chuan Hsieh2015-04-193-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/IO-Async/Changes Notes: svn path=/head/; revision=384299
* - Update to 0.7.7Sunpoet Po-Chuan Hsieh2015-04-192-3/+3
| | | | | | | Changes: https://github.com/fazibear/colorize/blob/master/CHANGELOG Notes: svn path=/head/; revision=384298
* - Update to 1.33Sunpoet Po-Chuan Hsieh2015-04-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-App/Changes Notes: svn path=/head/; revision=384297
* Avoid invoking arcanist as part of vendor installJan Beich2015-04-191-0/+1
| | | | | | | | | | | | | | $ make ... arc lint --output compiler --lintall Usage Exception: This command must be run in a Git, Mercurial or Subversion working copy. Makefile:2464: recipe for target 'lint' failed gmake[2]: [lint] Error 1 (ignored) Approved by: portmgr blanket Notes: svn path=/head/; revision=384296
* Revert r384280 after fixing the cause of the problem in lang/pure (r384293)Tijl Coosemans2015-04-191-2/+0
| | | | Notes: svn path=/head/; revision=384295
* - Update to 5.16Ryan Steinmetz2015-04-192-3/+3
| | | | Notes: svn path=/head/; revision=384294
* Patch configure to fix the output of "pkg-config pure --variable PIC"Tijl Coosemans2015-04-192-8/+12
| | | | Notes: svn path=/head/; revision=384293
* Update to 1.2.3Antoine Brodin2015-04-192-3/+3
| | | | Notes: svn path=/head/; revision=384292
* security/tlswrap unconditionally relies on RAND_egd which makes building ↵Johan van Selst2015-04-194-0/+117
| | | | | | | | | | | | | | fail with LibreSSL which has removed EGD. FreeBSD does not require EGD at all, /dev/random has been available since FreeBSD 4.2 This patch checks for the existence of RAND_egd in libcrypto and disables the code using egd when it is not available. The default build remains unchanged PR: 198767 Submitted by: Bernard Spil <spil.oss@gmail.com> Notes: svn path=/head/; revision=384291
* Put acinclude.m4 where aclocal can find itTijl Coosemans2015-04-191-0/+3
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=384290
* Rename nltk --> py-nltk for consistency.Dmitry Sivachenko2015-04-195-2/+2
| | | | Notes: svn path=/head/; revision=384289