Commit graph

24148 commits

Author SHA1 Message Date
Jun Kuriyama
c2d4895510 - Upgrade to 0.17. 2014-01-12 14:59:10 +00:00
Sunpoet Po-Chuan Hsieh
80181f67e2 - Update to 2.01.0
Changes:	http://tintin.sourceforge.net/news.php
2014-01-12 03:52:38 +00:00
Thomas Abthorpe
3be90baf0c - Update to 3.2.1.4
PR:		ports/185568
Submitted by:	Oleg Moskalenko <mom040267@gmail.com> (maintainer)
2014-01-12 00:58:18 +00:00
Baptiste Daroussin
b765ff0595 Switch to USES=lua (meaning to lua 5.2) 2014-01-11 20:48:55 +00:00
Baptiste Daroussin
edd6e8c76f Switch to lua 5.2 2014-01-11 20:37:29 +00:00
Julien Laffaye
257ee41338 - Change default location of Go packages to LOCALBASE/share/go
This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
2014-01-11 17:46:33 +00:00
Thomas Abthorpe
7aa5266c61 - Reassign to the heap at maintainer's request 2014-01-10 18:56:08 +00:00
Jimmy Olgeni
43ce726eae Reset ERL_LIBS before running RabbitMQ.
ERL_LIBS was inherited from the current environment, and it may
contain paths to older versions of amqp_client, which may not be
compatible with the current RabbitMQ management plugin.

As a result, RabbitMQ would not start when the management plugin was
enabled, with this error:

{could_not_start,amqp_client,
 {{supervisor_data,{invalid_strategy,simple_one_for_one_terminate}},
  {amqp_client,start,[normal,[]]}}}
2014-01-10 09:29:04 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
William Grzybowski
c5135cdd3e net/p5-Net-Works: update to 0.16
PR:		ports/185609
Submitted by:	maintainer
2014-01-09 15:16:47 +00:00
Mathieu Arnold
75ba306540 Update to 0.91.4.
Submitted by:	maintainer
2014-01-08 21:52:43 +00:00
Antoine Brodin
a31541b0d2 - Add LICENSE
- Stage support
- Fix build with clang

PR:		ports/185501
Submitted by:	KATO Tsuguru
2014-01-08 20:22:53 +00:00
Antoine Brodin
4298a41aa6 - Stage support
- Fix build with libc++

PR:		ports/185507
Submitted by:	KATO Tsuguru
2014-01-08 19:19:53 +00:00
Antoine Brodin
ee955d916f - Use new LIB_DEPENDS syntax
- Use OPTIONS_HELPERS
The PR also included a fix for build with clang but this got already fixed

PR:		ports/185517
Submitted by:	KATO Tsuguru
2014-01-08 18:01:20 +00:00
Rusmir Dusko
958ee7e6c5 - Update to 4.7 2014-01-08 16:22:28 +00:00
Jimmy Olgeni
7c1c731c87 - Upgrade to version 3.2.2
- Take over maintainership
- Add staging support

PR:		ports/184036
Submitted by:	olgeni
Approved by:	maintainer timeout
2014-01-08 12:35:39 +00:00
Pietro Cerutti
7f6ea9306d - Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
2014-01-08 09:53:50 +00:00
Pietro Cerutti
7665941c75 - Fix build on 10 (clang) [1]
- STAGE-clean

PR:		185419[1]
Submitted by:	Michael Gmelin <freebsd@grem.de>
2014-01-08 09:19:59 +00:00
Renato Botelho
2a7bbfdb21 Support stage 2014-01-08 01:23:03 +00:00
Mathieu Arnold
4559998845 Fix build.
Also reset maintainer per his request.

PR:		ports/183825
Submitted by:	Lawrence Chen
Approved by:	maintainer
2014-01-08 00:17:06 +00:00
Olli Hauer
284ec9e8c5 - update to version 1.6.5
- add stage support

PR:		ports/185288
Submitted by:	ohauer
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
2014-01-07 20:52:30 +00:00
Dirk Meyer
7a7753d4e5 - USES=gmake
- update LIB_DEPENDS
2014-01-07 07:04:42 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Raphael Kubo da Costa
cda0880bf5 - Fix the build with clang/libc++.
- Support staging.
2014-01-06 15:34:53 +00:00
Ruslan Makhmatkhanov
42117228e2 Remove net/erlyvideo because it was broken for some time now with recent erlang
versions. Also development of erlyvideo is abandoned upstream. Suggest users to
install flussonic instead (erlyvideo successor from the same developers).
2014-01-06 11:14:15 +00:00
Andrej Zverev
9e0ade65f2 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:24:24 +00:00
Andrej Zverev
cdc0ff7798 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:14:19 +00:00
Raphael Kubo da Costa
bdfe4ca4f0 - Support staging.
- Use the new LIB_DEPENDS syntax.
2014-01-05 18:06:58 +00:00
Andrej Zverev
2b50ec96f8 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 18:05:39 +00:00
Raphael Kubo da Costa
006540f3da Support staging 2014-01-05 18:03:11 +00:00
Andrej Zverev
734018119e - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:53:15 +00:00
Andrej Zverev
ea4ff3a586 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:43:05 +00:00
Andrej Zverev
6d94fd8e00 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:15:11 +00:00
Andrej Zverev
e8d65f9e66 - state support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:55:04 +00:00
Mathieu Arnold
3b412ce0dc Add forgotten patch and fix build. 2014-01-05 16:15:21 +00:00
Andrej Zverev
d7a605a2ef - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:20:02 +00:00
Andrej Zverev
f41a84cc7d - support stage 2014-01-05 12:07:20 +00:00
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Sunpoet Po-Chuan Hsieh
2d2b9978da - Use yacc (in base system) instead of bison (from ports tree)
PR:		ports/184639
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2014-01-04 08:24:35 +00:00
Jason Helfman
5f229d6092 - update to 1.02
* Fixed bugs with freeing nodes in the red-black trees and
    additional code cleanup.
 * special thanks to Sitsofe Wheeler <sitsofe@yahoo.com>.

Submitted by:	maintainer, jcm@visi.com (via mail)
2014-01-04 02:13:11 +00:00
Baptiste Daroussin
cb34bd32c5 Fix package name collision with lang/mpd 2014-01-04 00:59:15 +00:00
Danilo Egea Gondolfo
64491d6200 - Update from 4.0.1.1 to 4.0.1.2
PR:		ports/185324
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-03 22:51:49 +00:00
Rene Ladan
0b5b09713e rene-ladan.nl is online again, re-add it to MASTER_SITES 2014-01-03 15:22:12 +00:00
Roman Bogorodskiy
42395797d0 Update to 0.13.3. 2014-01-03 08:56:26 +00:00
Raphael Kubo da Costa
b195cfd7e9 - Fix the build when gcc is not present.
- Support staging.
- Set LICENSE.
- Switch from USE_GMAKE to USES=gmake.
2014-01-03 05:40:21 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Sunpoet Po-Chuan Hsieh
098ceb9dbc - Update to 0.2.2
- Add LICENSE
- Sort RUN_DEPENDS
- Remove contiguous blank lines

Changes:	https://github.com/zquestz/omniauth-google-oauth2/commits/master
2014-01-02 20:59:28 +00:00
Steve Wills
1e7817e39a - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 20:06:14 +00:00
Sunpoet Po-Chuan Hsieh
06b4cd2ec8 - Update to 0.24
- Add LICENSE
- Support STAGEDIR
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here:
  - Fix *_DEPENDS: add missing www/p5-LWP-Protocol-https
  - Sort *_DEPENDS
  - Use TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Amazon-EC2/Changelog
PR:		ports/185201
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-01-02 16:23:36 +00:00
Tilman Keskinoz
9c913b50d2 New years resolution: Reduce the number of ports i maintain, but don't use 2014-01-02 09:15:39 +00:00
Antoine Brodin
57bf1471ef Update to 1.4.4 2014-01-01 16:01:56 +00:00
Rene Ladan
4119601730 Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
2014-01-01 12:22:41 +00:00
Sunpoet Po-Chuan Hsieh
c8b5435f27 - Update to 2.6.0
Changes:	https://github.com/tweetstream/tweetstream/blob/master/CHANGELOG.md
2014-01-01 06:51:26 +00:00
TAKATSU Tomonari
ffb4de6678 - Remove leading indefinite article from COMMENT
PR:		ports/185379
Submitted by:	sunpoet
2014-01-01 04:08:15 +00:00
TAKATSU Tomonari
d3a4959a30 - Update to 0.6.0
- Pass maintainership to ruby@
- Add LICENSE
- Support STAGEDIR
2014-01-01 03:51:14 +00:00
Sunpoet Po-Chuan Hsieh
6c997694a3 - Add LICENSE
- Sort RUN_DEPENDS
- Support STAGEDIR
2013-12-31 10:09:20 +00:00
Rene Ladan
f8bf9bfdb2 Remove expired ports:
2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
2013-12-31 10:07:43 +00:00
Sunpoet Po-Chuan Hsieh
484f611698 - Add LICENSE
- Sort RUN_DEPENDS
- Support STAGEDIR
2013-12-31 07:25:17 +00:00
Sunpoet Po-Chuan Hsieh
291580f0ee - Update to 2.0.3
- While I'm here, update LICENSE

Changes:	http://pear.php.net/package/Net_URL2/download/
PR:		ports/185293
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-12-31 02:53:27 +00:00
Sunpoet Po-Chuan Hsieh
47e21b6006 - Update to 0.55
Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2013-12-31 01:22:19 +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
Dirk Meyer
a0e8198d53 - remove cvs
- remove obsolte files
- use USE_GITHUB
2013-12-30 19:33:46 +00:00
Tilman Keskinoz
5505166d44 Support Stagedir 2013-12-30 17:22:40 +00:00
Hajimu UMEMOTO
d4661ef191 Update LICENSE. 2013-12-30 16:12:16 +00:00
Dirk Meyer
693c87934d - create and remove spool dirs
Reported by:	Christian Weisgerber

- install mtree files
- remove upgrade target
2013-12-30 16:06:43 +00:00
Tijl Coosemans
05b3511a46 Fix build when previous version is installed. It tries to link with
the installed libpvm in that case.
2013-12-30 09:58:45 +00:00
Johan van Selst
076bdda8e3 Enable stage support 2013-12-29 22:08:48 +00:00
Johan van Selst
3cf13b204d Enable stage support 2013-12-29 22:06:33 +00:00
Ryan Steinmetz
1f62db5419 - Update to 2.2.3 2013-12-29 21:23:13 +00:00
Wesley Shields
a8ef9bf3b4 Make stage aware. 2013-12-29 20:44:39 +00:00
Wesley Shields
9deecd4376 Make stage aware and turn on pcap_setdirection.
PR:		ports/184325
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net>
2013-12-29 20:44:20 +00:00
Chris Rees
d5855a4729 More staging and minor improvements 2013-12-29 16:29:03 +00:00
Wesley Shields
4fd976b0a6 Update to 1.5.2 2013-12-29 05:22:35 +00:00
Wesley Shields
dd2e38ef21 Update to 4.5.1 2013-12-29 05:22:20 +00:00
Wesley Shields
bd8c952476 Fix build on current. 2013-12-29 05:21:45 +00:00
Johan van Selst
0acb77f4cb - Update nfsshell to the version by Michael Brown <michael@netdirect.ca>
This version also supports NFSv3 (but not without issues)
- Enable STAGE support
2013-12-28 15:51:28 +00:00
William Grzybowski
685dd9b8b0 net/py-xmlrpclib: support staging 2013-12-28 11:47:30 +00:00
William Grzybowski
4ecc6c4639 net/py-xmlrpc: support staging 2013-12-28 11:40:54 +00:00
William Grzybowski
4a02b6471c net/py-soappy-devel: support staging
- Support staging
- Fix depends
- Use auto plist
- Remove leading article from COMMENT
2013-12-28 11:40:37 +00:00
William Grzybowski
4085ee5002 net/py-pybeanstalk: support staging 2013-12-28 11:38:37 +00:00
William Grzybowski
0841a5c304 net/py-pcap: support staging 2013-12-28 11:35:56 +00:00
William Grzybowski
8dae1124fd net/py-netstring: support staging 2013-12-28 11:35:17 +00:00
William Grzybowski
2e5920cc2b net/py-netaddr: support staging and minor changes 2013-12-28 11:33:38 +00:00
William Grzybowski
9de4196b5e net/py-medusa: support staging 2013-12-28 11:32:57 +00:00
William Grzybowski
977d160a91 net/py-google: support staging 2013-12-28 11:29:48 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
Cy Schubert
1899269220 Update 4.2.7p364 --> 4.2.7p404 2013-12-28 04:52:46 +00:00
William Grzybowski
a8a919bec5 net/minidlna: update kqueue patch
- Update kqueue patch to workaround issue waiting for the file transfer to
  complete

Submitted by:	se
2013-12-27 20:51:37 +00:00
Philippe Audeoud
3cbd5128e6 - Fix new option framework 2013-12-27 19:54:02 +00:00
Philippe Audeoud
37f97ba925 - Support STAGE 2013-12-27 19:47:35 +00:00
Sunpoet Po-Chuan Hsieh
bff0f13bd5 - Disable VAPIGEN completely 2013-12-27 19:21:41 +00:00
Sunpoet Po-Chuan Hsieh
2e91248e9d - Disable VAPIGEN completely 2013-12-27 19:21:30 +00:00
Sunpoet Po-Chuan Hsieh
bf46081c95 - Disable VAPIGEN completely 2013-12-27 19:21:25 +00:00
Mathieu Arnold
42384911ae - Update to 0.0.1.30
- Add LUA and MySQL support
- Convert to new options framework
- Support staging
- Add LICENSE
- New LIB_DEPENDS format

maintainer timeout.

PR:		ports/184589
Submitted by:	mat
2013-12-27 17:28:05 +00:00
Tijl Coosemans
9e481f9f23 - Replace WITHOUT_X11 with an X11 option.
- Remove USE_FORTRAN.  It isn't required.
- Staging.
- Add a do-build target so we no longer have to build static libraries
  with -fPIC.
- Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system
  make, += allows CFLAGS from /usr/share/mk or make.conf to slip in.
  Instead pass CFLAGS via EXTRACFLAGS which is also used to control the
  -fpic flag in do-build.
2013-12-27 14:59:27 +00:00
Rene Ladan
b0148cec2d rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL 2013-12-27 14:54:45 +00:00
Alexander Leidinger
4648f4d4f4 Update to 1.4. 2013-12-26 21:14:23 +00:00
Steve Wills
fd867b1c72 - Assign these to ruby@ 2013-12-26 20:04:56 +00:00
Pawel Pekala
4cd08a2a23 - Update to version 5.0.9
- Port needs tcl now
- Use shebangfix to fix tclsh path
- Strip libraries

--- 5.0.9 2013/12/20
ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect
namespace.
--- 5.0.8 2013/12/20
Make cs_parse_host public.A
Fix double HTTP dump (-a log would show HTTP packages twice). Bug
introduced in YAZ 5.0.6.
--- 5.0.7 2013/12/17
Fix buffer corruption for yaz-ztest record fetch.
--- 5.0.6 2013/12/17
Allow yaz-ztest to return user-defined records (one record per file).
This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH.
Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams).
Use the stream write instead of odr_printf which has a 4K tmp buffer.
Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713
2013-12-26 19:16:33 +00:00