Commit graph

37 commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Steve Wills
91a904eb65 net-p2p/bitcoin: update to 0.9.2
PR:		191357
Submitted by:	Robert Backhaus <robbak@robbak.com> (maintainer)
2014-07-11 16:54:48 +00:00
Steve Wills
99631c4b6e - Update to 0.9.1
PR:		ports/188655
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2014-04-16 16:12:04 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Steve Wills
1c511559d1 - Switch to USES=gmake
- Fix a nit with configuration, QMAKE_ENV is more correct, but is equivilant to
  CONFIGURE_ENV

Approved by:	portmgr (implicit)
2014-01-16 19:44:58 +00:00
Steve Wills
1c6c6f328a - Update to 0.8.6
PR:		ports/184655
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-12-17 02:13:55 +00:00
Baptiste Daroussin
4c9e6f67a4 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 15:24:47 +00:00
Max Brazhnikov
2e206d8fad - Pass QMAKE_ARGS to qmake
Approved by:	portmgr (blanket approval)
2013-11-22 12:55:11 +00:00
Steve Wills
69845e4b99 - Fix build on 10.0
PR:		ports/182338
Submitted by:	swills
Approved by:	Robert Backhaus <robbak@robbak.com> (maintainer)
2013-11-15 18:50:18 +00:00
Steve Wills
913a7da22a - Update to 0.8.5
- Remove no longer needed patch

PR:		ports/182062
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-09-24 01:48:57 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Steve Wills
a8cda2ff97 - Update to 0.8.3
PR:		ports/179995
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-06-30 12:57:41 +00:00
Raphael Kubo da Costa
08d9b8846e Fix `make checksum'.
PR:		ports/179435
Submitted by:	Robert Backhaus <robbak@robbak.com> (maintainer)
2013-06-09 18:32:16 +00:00
Steve Wills
ca5f52a23f - Update to 0.8.2
PR:		ports/179091
Submitted by:	Robert Backahus <robbak@robbak.com>
2013-05-30 11:28:53 +00:00
Steve Wills
f120146efc - Add patch to prevent deletion of /dev/null
PR:		ports/177867
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-04-24 02:42:20 +00:00
Steve Wills
4a77520c91 - Update to 0.8.1
PR:		ports/177135
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-03-24 12:25:14 +00:00
Ruslan Makhmatkhanov
80d261bcd3 - update to 0.8.0
- remove patched, applied upstream

changelog:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/

PR:     176284
Submitted by:	Robert Backahus <robbak@mynetfone.com.au> (maintainer, other email)
2013-02-20 20:27:32 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Steve Wills
5a9a7e80cc - Update to 0.7.1
- Update db version to 4.8, for compatability with data files from other OSs
- Convert to OptionsNG
- Remove no-op sed commands.
- Pet portlint

PR:		ports/172839
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
Feature safe:	yes
2012-10-21 02:24:30 +00:00
Steve Wills
4507954b4c - Update to 0.7.0
- Set submitter as maintainer

Submitted by:	"Robert Backhaus" <robbak@robbak.com> (private email)
2012-09-27 13:29:34 +00:00
Steve Wills
cd2051d094 - Hopefully really fix the last high CPU usage case
PR:		ports/171252
Submitted by:	Steven Lee <steven@roothosts.com>
2012-09-04 20:46:54 +00:00
Steve Wills
24b332e8ee - Fix another high CPU usage condition 2012-09-03 17:40:21 +00:00
Steve Wills
25857df5b8 - Fix 100% usage issue
Submitted by:	Robert Backhaus <robbak@robbak.com>
2012-09-02 14:16:18 +00:00
Steve Wills
0d1385818a - Update to 0.6.3
PR:		ports/171080
Security:	b50913ce-f4a7-11e1-b135-003067b2972c
2012-09-02 02:51:56 +00:00
Shaun Amott
291ad651f4 Back to the pool. 2012-06-14 13:52:22 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Shaun Amott
4da8483850 - Update to 0.4.0.
- Use DIST_SUBDIR since the distfiles are just version numbers.
2011-09-23 21:22:57 +00:00
Shaun Amott
4b22f9d375 - Update to 0.3.24.
- Hack for github no longer required.
2011-08-08 00:05:15 +00:00
Shaun Amott
3558c33de3 - Upgrade to 0.3.23.
- Add missing wxGTK runtime dependency. [1]
- Add missing glib dependency (when built without GUI) [2]

Submitted by:	Tim Bishop [1], netchild [2]
2011-07-01 22:21:35 +00:00
Shaun Amott
49f8aa2d48 Second half of the previous fix.
Note to self: test things before committing.
2011-05-25 01:59:09 +00:00
Shaun Amott
048e33d54a - Fix miniupnpc library dependency.
- Bump PORTREVISION for previous plist fix while here.

Submitted by:	"Micheal" via private e-mail [1]
2011-05-25 01:44:08 +00:00
Shaun Amott
64d57260db Fix plist.
Submitted by:	pavmail
Pointyhat to:	shaun (me)
2011-05-24 23:21:23 +00:00
Shaun Amott
2cdcd495df The distfile for this port is assembled (or made available) on the fly.
Add a pre-fetch hook to trigger this process, so that the tarball is
available when we try to fetch.
2011-05-24 22:48:17 +00:00
Shaun Amott
4e2908e006 Fix dependency line.
Submitted by:	Torfinn Ingolfsen via freebsd-ports
2011-05-22 15:53:57 +00:00
Shaun Amott
192807fa5b Add port: bitcoin
Bitcoin is a digital currency created in 2009 by Satoshi Nakamoto. It is
also the name of the open source software designed in order to use this
currency.
2011-05-20 22:50:37 +00:00