Commit graph

3223 commits

Author SHA1 Message Date
Vanilla I. Shu
8be5560165 Stagify.
Approved by:	portmgr@
2014-06-20 15:04:38 +00:00
Vanilla I. Shu
424fb2f385 1: Stagify.
2: USES=tar:bzip2
2014-06-20 14:56:38 +00:00
Antoine Brodin
913e958eb7 Mark BROKEN: Fails to build
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include/lua51  -O2 -pipe -fPIC -fno-strict-aliasing  -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing  -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF ".deps/cluainterpreter.Tpo" -c -o cluainterpreter.lo cluainterpreter.cpp;  then mv -f ".deps/cluainterpreter.Tpo" ".deps/cluainterpreter.Plo"; else rm -f ".deps/cluainterpreter.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF .deps/cluainterpreter.Tpo -c cluainterpreter.cpp  -fPIC -DPIC -o .libs/cluainterpreter.o
cluainterpreter.cpp: In destructor 'nScripts::cLuaInterpreter::~cLuaInterpreter()':
cluainterpreter.cpp:48: warning: deprecated conversion from string constant to 'char*'
cluainterpreter.cpp: In member function 'bool nScripts::cLuaInterpreter::Init()':
cluainterpreter.cpp:66: error: 'luaopen_loadlib' was not declared in this scope
cluainterpreter.cpp:120: error: 'lua_dofile' was not declared in this scope
cluainterpreter.cpp: In member function 'void nScripts::cLuaInterpreter::Load()':
cluainterpreter.cpp:137: warning: deprecated conversion from string constant to 'char*'
*** [cluainterpreter.lo] Error code 1

Reported by:	pkg-fallout
With hat:	portmgr
2014-06-19 21:51:01 +00:00
Jose Alonso Cardenas Marquez
e4d9a07a92 - Bump PORTREVISION. New lazarus version is available 2014-06-18 20:53:04 +00:00
Michael Gmelin
8598b0c728 Fix port so it builds again. Did some minor housekeeping while being there.
PR:		190600
Reviewed by:	bapt
Approved by:	bapt
2014-06-18 12:23:54 +00:00
Jun Kuriyama
598e00d336 - Stagify. 2014-06-11 15:02:36 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Vanilla I. Shu
e60c5ecbae Stagify. 2014-06-09 09:05:25 +00:00
Vanilla I. Shu
a517c8e5e3 Stagify. 2014-06-09 08:55:26 +00:00
Ruslan Makhmatkhanov
e101c8f5d9 net-p2p/deluge: fix non-default installation
Fix installation with GTK2 option unset. Not bumping PORTREVISION, because
this is not default.

Reported by:    Kenta S. <kentas@hush.com> (private email)
2014-06-07 19:33:46 +00:00
Ruslan Makhmatkhanov
11c405f979 net-p2p/deluge: correct executable name while nobody seeing 2014-06-05 09:22:33 +00:00
Ruslan Makhmatkhanov
f05c0d9ec0 net-p2p/deluge: support staging and more
- do not use easy_install and convert to auto-generated plist
- add staging support
- convert USE_XZ to USES
- Makefile clean-up

- add startup script for deluge-web [1]

PR:     185888
Reported by:    huber.georg@gmail.com
Submitted by:   Daniel O'Connor <darius@dons.net.au> (private email) [1]

- fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin
  from work correctly [2]

PR:     189497
Submitted by:   George Amanakis <g_amanakis@yahoo.com> [2]
2014-06-05 09:20:25 +00:00
Martin Wilke
5be62925c7 - Add stage support
PR:		190509
2014-06-05 01:47:07 +00:00
Martin Wilke
ae49d721e5 - Add stage support
PR:		190510
Submitted by:	maintainer
2014-06-05 01:46:04 +00:00
Rusmir Dusko
5560eb92ea - Update to 3.1.9.2, Announce message:
OTHER: The v3.1.9.1 Windows build was broken

- Remove PORTSCOUT, issue 1713 is solved
2014-06-04 20:23:34 +00:00
Carlo Strub
08596200a9 - Update Zetacoin to 0.8.99.16
- zetacoind now runs as the zetacoin user
- Fixed stop function in rc.d script
- Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable
- Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed.
- Added user and group "zetacoin" to ports/UIDs and ports/GIDs
- Added update instructions to ports/UPDATING

PR:		188567
Submitted by:	daniel@morante.net (maintainer)
2014-06-03 18:33:48 +00:00
Jason E. Hale
a76cd22bf1 - STAGEify
- Add DOCS option
- Add LICENSE
- Make COMMENT more concise
- Reword pkg-descr
2014-06-03 15:48:06 +00:00
Antoine Brodin
bb2d822460 Deprecated some ports that were already marked BROKEN in 2013
With hat:	portmgr
2014-05-31 20:47:59 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Eitan Adler
82186acef9 - Convert to staging 2014-05-30 04:09:41 +00:00
Rusmir Dusko
2d2b455fdb - Set PORTSCOUT, https://github.com/qbittorrent/qBittorrent/issues/1713 2014-05-29 20:37:55 +00:00
Baptiste Daroussin
de8c8c02cd Convert to USES=scons 2014-05-27 12:43:48 +00:00
Baptiste Daroussin
57ef95cb82 Fix detection of lua
Reported by:	antoine
With hat:	portmgr
2014-05-27 08:30:20 +00:00
Dmitry Marakasov
70c68df372 - Convert USE_BZIP2 to USES 2014-05-26 19:01:09 +00:00
Baptiste Daroussin
ee02a09f94 Remove left USES_LUA code
Approved by:	portmgr (implicit)
2014-05-26 15:33:27 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
1e279835ef Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 08:44:34 +00:00
Martin Matuska
48c1cf70af Update cpuminer to 2.4 2014-05-25 10:42:18 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Vanilla I. Shu
72ea707fcd - Stage
- Add LICENSE
- Fix pkg-plist
- Pet portlint

PR:		ports/188673
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-09 03:02:53 +00:00
Alex Kozlov
ab60377305 - Update to 1.19.1
PR:	ports/189032
Submitted by:		Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2014-05-07 16:05:45 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Raphael Kubo da Costa
c4dbc2c799 Import upstream commit to fix the build with recent versions of GCC.
getcwd(3) needs unistd.h.

MFH:		2014Q2
2014-05-03 15:58:23 +00:00
Vanilla I. Shu
b3b7323d8e 1: Upgrade jansson to 2.6.
2: bump revision due shared library version.
2014-05-01 01:31:06 +00:00
Rusmir Dusko
7c64a0eebe - Update to 3.1.9.1, announce message is here:
OTHER: This is an excuse to produce new builds with an OpenSSL version
 that isn't affected by the heartbleed bug for Windows and Mac.
 This bug should only affect the WebUI and only if HTTPS/SSL authentication
 was enabled.
2014-04-29 17:32:57 +00:00
Barbara Guida
c42b3e1a7d - Remove unneeded dependency from flex from ports
- Use options helpers
- Convert to tar:bzip2 and desktop-file-utils
- Add DEBUG option
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
2014-04-29 00:52:11 +00:00
Barbara Guida
971118e3d8 - Add missed USES desktop-file-utils from previous commmit
- Use standard desc for DEBUG option
2014-04-29 00:16:00 +00:00
Barbara Guida
ffd9d45b4a - Update to SVN-10834
- Remove uneeded flex from ports dependency
- Use options helpers
- Convert to tar:bzip2
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
2014-04-28 23:27:36 +00:00
Baptiste Daroussin
b33b309470 Stagify a bunch of ports maintained by flz
While here:
- graphics/icoconvert:
  * Respect CC
  * Use modern LIB_DEPENDS
- net/grdesktop:
  * Convert gnomehack to pathfix
- net/ldapsh:
  * Use shebangfix instead of custom post-patch target
- net-im/py-jabber:
  * Use autoplist
- net-p2p/bnbt:
  * Use the options framework
  * Convert to dos2unix
  * Respect CXX
  * Do not renamed base on option
- sysutils/testdisk:
  * Update to 6.14
  * Use options helpers
  * Use modern LIB_DEPENDS
  * Convert USE_BZIP2 -> USES=tar:bzip2
2014-04-28 12:46:39 +00:00
Martin Wilke
e3b820bedb - Support USE_GITHUB
- Update DESCR

PR:		187749
Submitted by:	Ports fury
2014-04-26 02:26:13 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +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
Steve Wills
ba1f9328ed - Stage
- Fix pkg-plist
- Pet portlint

PR:		ports/188672
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-16 13:20:14 +00:00
Baptiste Daroussin
72d919859f Bump port revision 2014-04-11 18:48:39 +00:00
Baptiste Daroussin
4be653e13f Support stage
Remove bogus dep on gdk-pixbuf 1
2014-04-11 18:48:16 +00:00
Baptiste Daroussin
77c6d855dc Mark has broken: does not fetch
With hat:	portmgr
2014-04-11 14:15:37 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Baptiste Daroussin
bb34cae2a8 mark as broken 2014-04-08 07:24:57 +00:00
Rusmir Dusko
03622e1696 - Remove TODO from DOCS
- Add pkg-message, information to reinstall if problems

PR:		ports/188122
Submitted by:	adrian chadd <adrian@freebsd.org>
2014-04-02 00:51:01 +00:00
Antoine Brodin
97c6924910 Fix plist
Reported by:	poudriere
With hat:	portmgr
2014-04-01 20:17:56 +00:00
Antoine Brodin
1d5bc57c30 Do not violate stagedir
Reported by:	poudriere
With hat:	portmgr
2014-04-01 17:28:32 +00:00
Jose Alonso Cardenas Marquez
30f32eda12 - Update to 5.0.1 2014-03-26 04:08:49 +00:00
Rusmir Dusko
339b997a2f - Update to 0.16.16, Announce message:
* add missing add_files overload to the python bindings
  * improve error handling in http gunzip
  * fix debug logging for banning web seeds
  * improve support for de-selected files in full allocation mode
  * fix dht_bootstrap_alert being posted
  * SetFileValidData fix on windows (prevents zero-fill)
  * fix minor lock_files issue on unix

- Add ChangeLog to DOCS
- Simplify DOCS installation handling
- Use .if for DOCS and EXAMPLES due to large number of files installed
2014-03-25 11:10:59 +00:00
Marius Strobl
dc716764b3 Improve the workaround for FreeBSD >= 10 to actually use the base clang.
Mostly based on:
https://raw.github.com/ArchBSD/abs/master/community/libtorrent/PKGBUILD
https://github.com/ArchBSD/abs/raw/master/community/libtorrent/missing_references.diff
https://raw.github.com/ArchBSD/abs/master/community/rtorrent/missing_references.diff

Approved by:	bapt (mentor)
2014-03-24 15:47:21 +00:00
Baptiste Daroussin
667e783f16 Mark as broken ports that expect wx 2.9+ but does not build with 3.0 (2.9 is a dev version and will be removed soon) 2014-03-24 13:43:36 +00:00
Baptiste Daroussin
752d329d70 Switch to wx 3.0 2014-03-24 12:25:23 +00:00
Pawel Pekala
88db2b83f5 - Update to version 5.3.0.0
- Add LICENSE

PR:		ports/187714
Submitted by:	Radim Kolar <hsn@sanatana.dharma>
2014-03-19 19:15:24 +00:00
Emanuel Haupt
4a081dc8f3 Support staging and update MASTER_SITES, use GOOGLE_CODE, other site disappeared
as well as WWW.
2014-03-18 13:46:42 +00:00
Martin Wilke
dbadc92b60 - Convert USE_GMAKE/BZIP2 to USES 2014-03-15 16:39:46 +00:00
Martin Matuska
05409474cd Update cpuminer to 2.3.3 2014-03-15 01:39:56 +00:00
Emanuel Haupt
1cf648721d - Support staging
- Define DOCS option
- Drop superfluous WRKSRC definition
2014-03-14 08:59:17 +00:00
Steve Wills
1fb214ecab - Update to 0.4.2
PR:		ports/186091
Submitted by:	Yuri <yuri@rawbw.com> (maintainer) (slightly modified with help from Johannes Jost Meixner <xmj@chaot.net>)
2014-03-13 02:58:56 +00:00
Rusmir Dusko
46723525a4 - Update to 3.1.9, Announce message:
BUGFIX: Fix nox build. Closes #1368 (bob23450)
  BUGFIX: Fix build with libtorrent 0.15.x (sledgehammer999)
  BUGFIX: Fix missing percentage signs. Closes #1392. (sledgehammer999)
  BUGFIX: Fix queue sorting order. (alfrix)
  BUGFIX: Fix build using qt < 4.7 Closes #1385. (Evgeny Lensky)
  BUGFIX: Fix autoupdater. Send our user-agent to sourceforge.net
   (sledgehammer999)
  FEATURE: Add button for links in toolbar (alfrix)

- Add DEBUG Option
- Install conditional DOCS, fix conflict with SLAVE Port
- Remove obsolete patch, changed by upstream
2014-03-13 00:11:45 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Antoine Brodin
4742672536 Chase libtorrent-devel bump 2014-03-11 20:22:45 +00:00
Antoine Brodin
7be3f280e5 Chase libtorrent bump 2014-03-11 20:18:11 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Baptiste Daroussin
44105bbef8 Convert n* to USES=zip 2014-03-10 16:38:00 +00:00
Mario Sergio Fujikawa Ferreira
b2ca7ee8a8 - Change net-p2p/i2p primary category to security. Therefore, move
net-p2p/i2p to security/i2p. Following security/tor example. Keep
  net-p2p as secondary category since i2p provides p2p services.
- Update security/i2p to 0.9.11

Approved by:	bdrewery (mentor)
2014-03-08 00:00:11 +00:00
Mario Sergio Fujikawa Ferreira
b208c35c0d Unlink net-p2p/i2p before moving it from net-p2p/i2p to security/i2p.
Approved by:	bdrewery (mentor)
2014-03-07 23:28:47 +00:00
Alexey Dokuchaev
6128b6bd84 - Do not build local libbzip2.a, link to the one from the base
- Convert libxml2-related REINPLACE_CMD to patch due to the above
- Augment port description text
2014-03-07 14:47:51 +00:00
Alexey Dokuchaev
4954f48169 Resurrect net-p2p/microdc2 and unbreak the build: in the configure script,
libxml2 versions were compared algebraically (-ge), which made our current
version 280 appear smaller than checked-against 2616.  It was fixed once,
by mezz@ in r225813, but not in a very good way (only for libxml 2.7).

While here, cleanup and stagify the port.
2014-03-07 06:25:16 +00:00
Pawel Pekala
f4e2b02ee6 Add staging support
PR:		ports/187202
Submitted by:	Anton Sayetsky <vsjcfm@gmail.com>
Approved by:	maintainer
2014-03-03 17:53:45 +00:00
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Rene Ladan
529cd25c5b Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
2014-02-27 22:39:42 +00:00
Antoine Brodin
91e4d5aaef - Stage support
- New LIB_DEPENDS syntax
2014-02-24 18:46:37 +00:00
Andrej Zverev
891839efe7 drop maintainership. I don't have time for these ports. 2014-02-24 15:51:12 +00:00
Pawel Pekala
31f489e18b - Update to version 1.19
- Add GEOIP option

PR:		ports/186908
Submitted by:	maintainer
2014-02-22 16:53:41 +00:00
Martin Wilke
122670a48b - Stage support 2014-02-21 14:00:58 +00:00
Emanuel Haupt
1e8d52ba0d Remove trailing whitespaces from category net-p2p 2014-02-21 13:38:52 +00:00
Martin Matuska
c116e8213f Fix CPU affinity of net-p2p/cpuminer port threads
Submitted by:	ache@FreeBSD.org
2014-02-19 08:41:56 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Rusmir Dusko
7d4bd5dedb - Update to 0.16.15
- Remove obsolete patches, changed by Upstream
2014-02-16 11:49:32 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Pietro Cerutti
8b788030a1 - STAGE-clean
- Enhance COMMENT
- Convert to new Fix LIB_DEPENDS format
- Add LICENSE
2014-02-14 10:16:28 +00:00
Rusmir Dusko
ca27274b68 - Update to 0.16.14
- Don't silence warnings
- Remove PORTSCOUT, with 0.16.14 works now
  qBittorrent all Versions
- Add DEBUG Option
- Add patches from Upstrem, fix bad C++ code
2014-02-13 22:58:14 +00:00
Martin Wilke
12835d1061 - Convert USE_SCONS to USES 2014-02-13 14:13:49 +00:00
Steve Wills
eb2820b2fd Namecoin is an open source decentralized key/value registration and transfer
system based on Bitcoin technology (a decentralized cryptocurrency).

It allows you to:

    * Securely register and transfer arbitrary names (keys), no possible
      censorship!
    * Attach values (data) to the names (currently up to 520 bytes, will be
      extended)
    * Trade and transact namecoins, the digital currency NMC

To register a name, you must own some namecoins (NMC, the internal
cryptocurrency used by the software).

WWW: http://namecoin.info/

PR:		ports/185459
Submitted by:	Chad J. Milios <milios@ccsys.com>
2014-02-12 18:44:49 +00:00
Steve Wills
0022fc1a19 - Fix build after boost update
- Improve USE_QT4 dependencies
2014-02-12 18:41:27 +00:00
Martin Wilke
11c1fc3395 - Stage support
- Convert to USES
2014-02-12 10:38:08 +00:00
Martin Wilke
bd98126f1e - Stage support
- Convert to USES
2014-02-12 10:37:54 +00:00
Martin Wilke
8ef1e7a8ac - Convert to USES
- Stage support
2014-02-12 10:37:22 +00:00
Martin Wilke
d45a0582f6 - Stage support 2014-02-12 09:43:54 +00:00
Martin Wilke
38ff9a2b45 - Stage support 2014-02-12 09:41:56 +00:00
Martin Wilke
1354feb957 - Stage support 2014-02-12 09:40:43 +00:00
Martin Wilke
d380be8d23 - Stage support
- Convert to USES
2014-02-12 09:40:17 +00:00
Martin Wilke
585e7dd45a - Stage support 2014-02-12 09:39:26 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Steve Wills
700fed5d14 - Update to 0.8.6.2
- Improve USE_QT4
- Fix build after boost update
2014-02-10 02:49:15 +00:00
John Marino
2a0218d7a1 net-p2p/dogecoin: Fix DragonFly (broken by OSVERSION)
Limit OSVERSION-based modifications to FreeBSD.
2014-02-09 23:50:02 +00:00
Ruslan Makhmatkhanov
9d274025bf - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
2014-02-09 23:40:57 +00:00
John Marino
5b6853d660 net-p2p/litecoin: Fix DragonFly (broken by OSVERSION)
Limit OSVERSION-based modifications to FreeBSD.  This port suddenly
broken and the use of OSVERSION without OPSYS was the cause.
2014-02-09 23:29:16 +00:00
Antoine Brodin
d6127f34bc Fix plist 2014-02-09 12:46:38 +00:00
Steve Wills
4828800ba3 - Fix after change to options in master
Submitted by:	"Chad J. Milios" <milios@ccsys.com>
2014-02-08 15:49:07 +00:00
Martin Wilke
d54005854a - Fix build
- Add LICENSE

PR:		185317
Submitted by:	ports fury
2014-02-07 13:17:47 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Rusmir Dusko
84d08706f5 - Add patch, fix build net-p2p/qbittorrent-nox11
Reported by:	Alexander Welyczkowski <AWelyczkowski@convergex.com>
2014-02-06 22:52:12 +00:00
Steve Wills
92e7b5e96c - Use more correct OSVERSION check [1]
- Remove WITHOUT_X11 and use standard X11 option

PR:		ports/186137 [1]
Reported by:	Waitman Gobble <uzimac@da3m0n8t3r.com> [1]
2014-02-06 17:36:38 +00:00
Martin Wilke
50f3be126c - Stage support 2014-02-06 12:14:42 +00:00
Martin Wilke
9da2f9eb44 - Stage support 2014-02-06 10:51:34 +00:00
John Marino
bc8278e1ba net-p2p/gkremldk: Fix for new linkers (-Wl must have an argument) 2014-02-05 19:45:25 +00:00
Rusmir Dusko
119919b125 - Update to 3.1.8, BUGFIX: Really fix build of v3.1.6 2014-02-03 22:48:39 +00:00
Rusmir Dusko
047b835b8d net-p2p/libtorrent-rasterbar
- Change master sites, use SF instead of GOOGLE_CODE
- Change license BSD to BSD3CLAUSE
- Disable all warnings with -w
- Set PORTSCOUT, with 0.16.14 segmentation fault with
  qBittorrent Versions 3.1.5, 3.1.6, 3.1.8
- Add SHLIB_VER and PLIST_SUB
- Add STRIP Option, and add to default Options
- Strip libraries for Master and Slave Port

net-p2p/libtorrent-rasterbar-python

- Add STRIP to OPTIONS_EXCLUDE
2014-02-03 22:43:37 +00:00
Steve Wills
4832448ba2 - Update to 1.5.0 2014-02-01 22:26:42 +00:00
Antoine Brodin
21c6a0ff1b Mark broken: Fails to build
[javac] 100 errors
    [javac] 2 warnings

BUILD FAILED

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-02-01 14:11:07 +00:00
Rusmir Dusko
2cfed0fb55 - Update to 3.1.5
- Add USES desktop-file-utils

Announce message is here:

http://www.qbittorrent.org/news.php
2014-01-31 22:54:48 +00:00
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Rusmir Dusko
9e6360ffc3 - Use USES=compiler:c++11-lang instead of compiler:c++11-lib
Reported by:	many users
Reviewed by:	bapt
2014-01-22 13:08:21 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Steve Wills
622250ba46 Digitalcoin is an open source digital currency, originally based on Bitcoin,
but now heavily modified and improved. Digitalcoin works over a distributed
peer-to-peer network to offer irreversible, low-cost, anonymous and
decentralized monetary transactions.

WWW: http://digitalcoin.co/

PR:		ports/184369
Submitted by:	myst3r10n <myst3r10n@rocketmail.com>
2014-01-18 21:02:36 +00:00
Steve Wills
3dfe432a23 - Add patch to prevent 100% CPU at idle
- Bump PORTREVISION due to package change
2014-01-18 21:02:02 +00:00
Steve Wills
3ef4dc17fa Zetacoin is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
check for double-spending.

WWW: https://github.com/zetacoin/zetacoin

PR:		ports/184369
Submitted by:	Daniel Morante <daniel@morante.net>
2014-01-18 02:47:18 +00:00
Martin Wilke
89446d7a5c - Update to 1.0.1
PR:		181890
Submitted by:	port fury
2014-01-17 14:43:16 +00:00
Steve Wills
6af7482ae8 - Support stage dir
- Install icon
2014-01-17 04:30:47 +00:00
Steve Wills
eeefd8ca2f - Support stage dir
- Install icon and desktop file
2014-01-17 03:53:35 +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
978a666eb2 - Update to 1.4 2014-01-16 02:41:09 +00:00
Rusmir Dusko
da7310bcae - Fix build at 11.x [1]
- Use LIB_DEPENDS? instead of LIB_DEPENDS, because
  Master port have had overwritten the LIB_DEPENDS [1]
- Use USES=compiler:c++11-lib instead of compiler:c++11-lang [1]
- Use CONFIGURE_ARGS instead of CONFIGURE_ARGS+ [2]
- Break lines around 80 characters [2]

Reported by:	swills [1], danfe [2]
2014-01-14 18:32:32 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Barbara Guida
1ff3d6e220 - Support STAGEDIR
- Fix build with clang on i386
- Update to SVN revision 10832

Approved by:	flo (mentor)
2014-01-11 20:05:09 +00:00
Barbara Guida
302efb364a - Support STAGEDIR
- Fix build with clang on i386

Approved by:	flo (mentor)
2014-01-11 20:03:27 +00:00
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Chris Rees
db90a7cae3 Add option to disable ownership and permissions checking in rc script. 2014-01-04 15:33:14 +00:00
Rusmir Dusko
c6f11e9fae - Bump PORTREVISION
- Fix build on 8.x and 9.x
- Use USES=compiler:c++11-lang instead of compiler

Approved by:	pawel / wg (mentors, implicit)
2014-01-02 19:47:57 +00:00
Chris Rees
2dfa5c1e70 Fix stage 2014-01-01 19:46:53 +00:00
Steve Wills
2f713738f7 Slave port of net-p2p/litecoin so as to allow litecoin-qt and litecoind to
easily coexist on a system.

PR:		ports/184971
Submitted by:	"Chad J. Milios" <milios@ccsys.com>
2014-01-01 17:54:26 +00:00
Steve Wills
6908ecaa08 Slave port of net-p2p/bitcoin so as to allow bitcoin-qt and bitcoind to easily
coexist on a system.

PR:		ports/184972
Submitted by:	"Chad J. Milios" <milios@ccsys.com>
2014-01-01 17:52:49 +00:00
Steve Wills
97d91945f2 - Update to 1.3 [1]
- Fix build on 8.x
- Switch to C++11 compiler

PR:		ports/185247 [1]
Submitted by:	David Bern <odiegit@gmail.com> [1]
2014-01-01 16:32:00 +00:00
Rusmir Dusko
6f3e734f41 - Bump PORTREVISION
- Add USES compiler
- Change pkg-descr

Reported by:    many users
Approved by:	pawel / wg (mentors, implicit)
2013-12-31 13:33:07 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Rusmir Dusko
03b3c32a15 - Unbreak net-p2p/libtorrent-rasterbar to fix install of net-p2p/deluge
Reported by:	rm
Approved by:	pawel / wg (mentors, implicit)
2013-12-30 15:54:51 +00:00
Rusmir Dusko
bf6a0f2bfa - Update to 3.1.4
- Break lines around 80 characters

Approved by:	pawel / wg (mentors, implicit)
2013-12-30 15:36:54 +00:00
Rusmir Dusko
5a0baf495a - Update to 0.16.13
Approved by:	pawel / wg (mentors, implicit)
2013-12-30 15:32:07 +00:00
Chris Rees
5d471a7555 Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server
2013-12-29 17:08:28 +00:00
William Grzybowski
3b6da95ec3 net-p2p/py-vertex: support staging 2013-12-28 11:29:06 +00:00
Pawel Pekala
61cb9de5c4 - Fix build with clang
- Fix build when GUI=on, needs pkgconfig to find GTK libs
- Use options helpers, subs, modernize descriptions
- Support staging
2013-12-27 15:41:00 +00:00
Philippe Audeoud
1288c1a14f - support STAGE 2013-12-27 14:47:58 +00:00
Steve Wills
fce1a82b0b Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus
worldwide.

WWW: http://dogecoin.com/
2013-12-19 21:32:15 +00:00
Steve Wills
042a5028e8 - Update to 0.8.6.1 2013-12-17 13:10:02 +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
4ceae583cc Drop maintainership 2013-12-16 17:26:49 +00:00
Rene Ladan
4323df1519 Remove expired port:
2013-12-13 net-p2p/libtorrent-rasterbar-15: Unusable, development ceased
2013-12-16 11:25:09 +00:00
Rene Ladan
889cc3b544 Remove expired ports:
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
2013-12-15 14:32:28 +00:00
Andrej Zverev
22ee8aa1d0 - Try fix under fbsd > 10 2013-12-15 13:56:46 +00:00
Pawel Pekala
f05c29d1af Update to version 5.2.0.0 2013-12-15 13:27:53 +00:00
Baptiste Daroussin
4c9e6f67a4 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 15:24:47 +00:00
Baptiste Daroussin
e8370851fc Convert LIB_DEPENDS for ports depending on boost 2013-12-12 14:23:25 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Mark Felder
c6b178fa3d Add bitmessage 0.4.1, secure P2P communications client.
PR:		ports/184322
Submitted by:	Yuri Victorovich <yuri@tsoft.com>
Approved by:	crees (mentor)
2013-12-06 23:29:54 +00:00
Baptiste Daroussin
0c725ea5cd Mark as broken: fails to link
/usr/local/lib/libSockets.so: undefined reference to `xmlFree'
/usr/local/lib/libSockets.so: undefined reference to `xmlIsBlankNode'
/usr/local/lib/libSockets.so: undefined reference to `xmlGetNsList'
/usr/local/lib/libSockets.so: undefined reference to `xmlFreeDoc'
/usr/local/lib/libSockets.so: undefined reference to `xmlStrcmp'
/usr/local/lib/libSockets.so: undefined reference to `xmlParseFile'
/usr/local/lib/libSockets.so: undefined reference to `xmlDocGetRootElement'
/usr/local/lib/libSockets.so: undefined reference to `xmlSearchNsByHref'
/usr/local/lib/libSockets.so: undefined reference to `xmlGetProp'
2013-12-06 15:50:13 +00:00
Antoine Brodin
cc07ee953f Mark as broken on i386 too
Logs available at http://portsmon.freebsd.org/portoverview.py?category=net-p2p&portname=bittyrant
2013-12-01 21:52:13 +00:00
Andrej Zverev
f5af979eff Try to unbreak for freebsd > 10.x 2013-11-24 15:48:16 +00:00
Rusmir Dusko
af1313a291 - Update to 3.1.3
Approved by:	pawel / wg (mentors, implicit)
2013-11-22 20:05:46 +00:00
Max Brazhnikov
2e206d8fad - Pass QMAKE_ARGS to qmake
Approved by:	portmgr (blanket approval)
2013-11-22 12:55:11 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Mathieu Arnold
02e619a5d8 - Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
2013-11-19 23:08:44 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Ruslan Makhmatkhanov
06ffd534de Unbreak net-p2p/libtorrent-rasterbar-python to fix install
of net-p2p/deluge (my port)
2013-11-16 13:29:20 +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
Chris Rees
454976ca10 Fix -qt4 build on 10.0-BETA3
PR:		ports/183935
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2013-11-13 19:45:57 +00:00
Sunpoet Po-Chuan Hsieh
699514d055 - Update to 1.18.1
- While I'm here, merge MASTER_SITE_SUBDIR to MASTER_SITES

Changes:	http://dev.yorhel.nl/ncdc/changes
PR:		ports/183844
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2013-11-10 19:48:27 +00:00
Martin Matuska
272e70edeb Depend on gcc 4.6+ to get substantially higher hashrates on modern CPUs 2013-11-08 15:08:30 +00:00
William Grzybowski
21c2567173 net-p2p/retroshare: update to 0.5.5a
- Update to 0.5.5a
- Convert lib depends to new format
- Allow staging

PR:		ports/183520
Submitted by:	Peter Klett <peter netkey.at> (maintainer)
2013-11-06 15:39:09 +00:00
Rusmir Dusko
81f2d63f32 net-p2p/qbittorrent
- Update to 3.1.2
- Change dependency to net-p2p/libtorrent-rasterbar
- USE_QT4 add linguist_build uic_build
- Change from QB_NOX_SLAVE to SLAVE_PORT
- Add do-configure
- Support STAGEDIR

net-p2p/qbittorrent-nox11

- Change from QB_NOX_SLAVE to SLAVE_PORT
- Support STAGEDIR
- Change and cleanup qbittorrent-nox11 to not conflict with master port
- Add SLAVE_PORT=yes
- Remove pkg-descr

Approved by:	wg (mentor)
2013-11-06 12:55:31 +00:00
Rusmir Dusko
12130d01c3 - Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile

Approved by:	bdrewery>
2013-11-06 12:18:29 +00:00
Bryan Drewery
dd96133a63 - Copy libtorrent-rasterbar from libtorrent-rasterbar-16@r332964
Original log in r332965 from nemysis:

  net-p2p/libtorrent-rasterbar

  - Update to 0.16.12
  - Rename from net-p2p/libtorrent-rasterbar-16 to net-p2p/libtorrent-rasterbar
  - Remove conflict with deprecated Port
  - Add pkg-message
  - Support STAGEDIR

  net-p2p/libtorrent-rasterbar-python

  - Rename from net-p2p/libtorrent-rasterbar-python-16 to net-p2p/libtorrent-rasterbar-python
  - Change comment and MASTERDIR
  - Change dependency to net-p2p/libtorrent-rasterbar
  - Add SLAVE_PORT=yes
2013-11-06 11:59:17 +00:00
Bryan Drewery
1fe93795b2 - Remove libtorrent-rasterbar to fix copy from libtorrent-rasterbar-16 2013-11-06 11:56:43 +00:00
Rusmir Dusko
a878f09f22 net-p2p/libtorrent-rasterbar
- Update to 0.16.12
- Rename from net-p2p/libtorrent-rasterbar-16 to net-p2p/libtorrent-rasterbar
- Remove conflict with deprecated Port
- Add pkg-message
- Support STAGEDIR

net-p2p/libtorrent-rasterbar-python

- Rename from net-p2p/libtorrent-rasterbar-python-16 to net-p2p/libtorrent-rasterbar-python
- Change comment and MASTERDIR
- Change dependency to net-p2p/libtorrent-rasterbar
- Add SLAVE_PORT=yes

Approved by:	wg (mentor)
2013-11-06 11:42:15 +00:00
Martin Matuska
a685fc8b6d Simplify port and use SF for DISTFILES 2013-11-06 07:42:18 +00:00
Vanilla I. Shu
d96f8f3e29 Support STAGEDIR. 2013-11-05 12:13:03 +00:00
Martin Matuska
947e7d09cc cpuminer is a simple daemon that performs Bitcoin or Litecoin
pooled or solo mining.

WWW: http://sourceforge.net/projects/cpuminer/
2013-11-03 21:21:01 +00:00
Andrej Zverev
48fabd02d9 put hack for freebsd 10.x under OPSYS, this will unbreak build under dbsd ports
Requested by:	marino@
2013-11-03 17:39:09 +00:00
Andrej Zverev
a1a91e2182 - Try to fix build on 10.x and fix segfault while running rtorrent 2013-11-02 08:32:28 +00:00
Thomas Abthorpe
f29bf5fd0e - Reassign to the heap at maintainers request 2013-11-02 04:20:32 +00:00
Eitan Adler
1e443545d0 The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
2013-10-31 04:17:29 +00:00
Dirk Meyer
c3bd492596 - use STAGEDIR 2013-10-28 19:10:04 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Tijl Coosemans
9608e3ad93 - Fix build on FreeBSD 10 (iconv, libc++).
- USES=scons.
- Add support for startup notifications.

PR:		ports/183163
Submitted by:	Vladimir Kondratiev <wulf@mail.mipt.ru>
2013-10-24 17:31:54 +00:00
Emanuel Haupt
3484c27618 Support staging. 2013-10-24 15:11:40 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Jason E. Hale
784e4c52e1 - Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
  to what the author intended.  This effectively rolls the version
  number backwards, but should prevent future unneccesary version
  bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
2013-10-20 19:20:15 +00:00
John Marino
1142d62e9c net/transmission-qt4: Fix QMAKEFLAGS properly
Set QMAKEFLAGS value as intended.  The original patch was modified
to the previous state with the idea it was equivalent.  It wasn't.
2013-10-20 08:42:42 +00:00
Tijl Coosemans
f80fc1ec06 Fix build with clang on i386 by disabling inline asm that uses
intel syntax.

PR:		ports/180595
2013-10-19 07:56:48 +00:00
Baptiste Daroussin
9fa3c854de deprecate ports broken for more than 6 month 2013-10-18 07:51:19 +00:00
Ruslan Makhmatkhanov
c78cafee0d - update to 0.11
changes:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.11
2013-10-16 21:03:48 +00:00