Anders Nordby
c4397a12b3
Remove no parameter for --yesno which does not work in 9.x
...
Submitted by: jhs@FreeBSD.ORG
PR: 179925
2013-09-04 20:27:13 +00:00
Pawel Pekala
fbd19bb995
Needs pkgconfig during build
...
Reported by: pkg-fallout
2013-09-04 20:13:49 +00:00
William Grzybowski
4d5bae48cf
mail/sgwi: update to 1.1.6
...
- Update to 1.1.6 [1]
- Trim Makefile header
- Unmute install commands
PR: ports/181804
Submitted by: Lukasz Wasikowski <lukasz wasikowski.net> (maintainer)
2013-09-04 20:07:04 +00:00
Boris Samorodov
9f7e7e1326
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
...
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Thierry Thomas
4b842875ea
Re-add the missing CFLAGS and LDFLAGS.
...
Reported by: pkg-fallout
2013-09-04 19:24:12 +00:00
Lars Thegler
e017935c92
Mark BROKEN, does not compile under perl >= 5.12,
...
see https://rt.cpan.org/Public/Bug/Display.html?id=56079
Reported by: pkg-fallout
2013-09-04 19:17:14 +00:00
Hiroki Sato
0e529fa27c
Fix build.
...
Reported by: pkg-fallout
2013-09-04 18:57:18 +00:00
William Grzybowski
af38901ba6
www/py-flexget: update to 1.1.102
...
- Update to 1.1.102
2013-09-04 18:50:42 +00:00
William Grzybowski
7e9830a0f7
databases/pymongo: update to 2.6.1
...
- Update to 2.6.1
- Use single space for WWW and end with a slash
Changes:
http://api.mongodb.org/python/current/changelog.html#changes-in-version-2-6-1
2013-09-04 18:46:30 +00:00
Guido Falsi
1dde02e6e3
Fix name of port.
...
Reported by: pgj
2013-09-04 18:26:25 +00:00
Guido Falsi
fa924c5b6b
Fix wording in UPDATING message.
2013-09-04 18:20:23 +00:00
Guido Falsi
642be1b81d
- Make ports use the libc provided iconv implementation on 10-CURRENT
...
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Tom Judge
bcaced2c93
Dancer plugin which provides an easy way implement ExtDirect APIs.
...
WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/
2013-09-04 18:04:48 +00:00
Matthias Andree
ab28ac5c2a
Mark IGNORE.
2013-09-04 17:40:25 +00:00
Mark Felder
4e33fa2dc3
Fix SSL and Feedparser options
...
PR: ports/181806
Approved by: crees (mentor)
2013-09-04 17:39:41 +00:00
Antoine Brodin
287121d167
pkg-config is needed for cairo detection
...
Approved by: portmgr (bapt)
2013-09-04 17:39:25 +00:00
Tom Judge
219e108d08
LWP::Authen::Negotiate is a authentication plugin for LWP to
...
support WWW-Negotiate.
WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/
2013-09-04 17:28:02 +00:00
Antoine Brodin
2033c491ed
Add an explicit dependency on pkgconf
...
Approved by: portmgr (bapt)
2013-09-04 17:21:52 +00:00
Antoine Brodin
e9e13d5be2
Add an explicit dependency on pkgconf
...
Approved by: portmgr (bapt)
2013-09-04 17:11:24 +00:00
Andrej Zverev
853a64447e
p5-Module-Build-Tiny is self-sufficient to build itself
...
With hat: perl@
2013-09-04 17:10:25 +00:00
Antoine Brodin
3b562e43ba
Add an explicit dependency on pkgconf
...
Approved by: portmgr (bapt)
2013-09-04 17:10:07 +00:00
Anton Berezin
31eeb4d866
Update to 2.03.
...
Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog
2013-09-04 17:06:57 +00:00
Anton Berezin
7310106163
Update to 0.32.
...
Changes: http://search.cpan.org/dist/Module-ExtractUse/Changes
2013-09-04 17:04:42 +00:00
Andrej Zverev
28a6974148
- Fix things after recent modbuildtiny commit
...
Reviewed by: bapt@
Kudos to: bapt@
2013-09-04 16:54:39 +00:00
Gerald Pfeifer
f4ecd3423a
Update to the 20130831 snapshot of GCC 4.7.4.
...
Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on. [1]
The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.
Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the
same test scenarios and libstdc++ does not seem to require adjustments,
so PR 161417 may not be relevant in full.
PR: 161417 [1]
2013-09-04 16:54:13 +00:00
Baptiste Daroussin
ed46f7d097
Fix build without libstdc++
2013-09-04 16:51:12 +00:00
Juergen Lock
6b1e05e1c5
- Convert to USES=gmake perl5.
...
- Fix register allocation problems with clang on i386:
* Remove the q modifier from inline asm such that clang no longer
uses a 64 bit register. Instead cast the operand to register_t
which is 32 bit on i386 and 64 bit on amd64.
* Add -fomit-frame-pointer to CFLAGS to free up an extra register.
- Fix the issue with WITH_DEBUG by adding --disable-real-codecs
which apparently never really worked anyway.
- Patch configure so it no longer adds -mtune=i386 to CFLAGS.
- Bump PORTREVISION.
PR: ports/181786
Submitted by: tijl
2013-09-04 16:45:13 +00:00
Baptiste Daroussin
608790486b
Add an explicit dependency on pkgconf
2013-09-04 16:42:19 +00:00
Baptiste Daroussin
baeb2cd0fc
Remove patch that is not needed anymore (tested on 8.3 and 9.1) and that makes clang+libc++ failing to build properly the port
2013-09-04 16:14:12 +00:00
Brooks Davis
79fe699d74
Upgrade clang, dragonegg, and llvm -devel ports to r182968.
2013-09-04 15:57:35 +00:00
William Grzybowski
07868e3a66
cad/repsnapper: update to 2.2.0b3
...
- Update to 2.2.0b3 [1]
- Fix gtkglextmm depend
PR: ports/181812 [1]
Submitted by: Martin Dieringer <martin.dieringer gmx.de> (maintainer)
2013-09-04 15:39:52 +00:00
William Grzybowski
11b0219cfe
x11/yad: update to 0.23.0
...
- Updated from 0.22.1 to 0.23.0
- Added Makefile header
- Use new options helpers
- Added YAD Icon Browser option
Changes:
https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687
PR: ports/181790
Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-09-04 15:31:58 +00:00
Ryan Steinmetz
4d3d7c16a3
- Update to 3.2.9
2013-09-04 15:26:37 +00:00
Anton Berezin
e2e78f723a
Update to 2.202.
...
Changes: http://search.cpan.org/dist/Email-Simple/Changes
2013-09-04 15:24:23 +00:00
Brooks Davis
178c52ec1b
Fix the build on i386 9 with a patch from upstream the. This was
...
broken by the enabling of R600 support.
Tested by: mat
2013-09-04 15:23:52 +00:00
Sunpoet Po-Chuan Hsieh
3b47250562
- Remove leading indefinite article from COMMENT
2013-09-04 15:16:50 +00:00
Mikhail Teterin
489377e4f1
Update from 2.12 to 2.13.
2013-09-04 15:09:54 +00:00
Baptiste Daroussin
ffd2dea848
Fix typo
2013-09-04 14:43:18 +00:00
William Grzybowski
e6c8dc6e2b
www/py-django-registration: update to 1.0
...
- Update to 1.0 [1]
- Trim Makefile header [1]
- Use single space in WWW [1]
- Use CHEESESHOP mirror [2]
PR: ports/181756
Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> [1]
Approved by: maintainer [2]
2013-09-04 14:35:08 +00:00
Sergey Matveychuk
39ba9dc9c0
- Obsolated NOPORTDOCS
2013-09-04 14:10:56 +00:00
Sergey Matveychuk
d4d03df880
- Update to 4.7
2013-09-04 14:05:38 +00:00
Baptiste Daroussin
1e4f1b087d
Fix build without libstdc++
2013-09-04 13:47:08 +00:00
Baptiste Daroussin
a82e6804c6
Back to the present
...
Reported by: madpilot
2013-09-04 13:45:38 +00:00
Mathieu Arnold
4bd5fd7269
Use the new modbuildtiny macro.
2013-09-04 13:19:36 +00:00
Mathieu Arnold
687a70b642
* Add devel/p5-Module-Build-Tiny support to USE_PERL5 with modbuildtiny.
...
* Add doc for the configure, modbuild and modbuildtiny options.
Reviewed by: az, bapt
Approved by: az, bapt
2013-09-04 13:11:02 +00:00
Tijl Coosemans
c1c0fcd819
- Remove USE_GCC=any.
...
- Add OPTIONS_DEFINE.
- Remove FreeBSD/alpha support.
2013-09-04 13:09:08 +00:00
Andrej Zverev
945c98fdf8
- convert to the new perl5 framework
...
Approved by: portmgr (bapt@, blanket)
2013-09-04 13:07:40 +00:00
Andrej Zverev
676d298ee1
- convert to the new perl5 framework
...
Approved by: portmgr (bapt@, blanket)
2013-09-04 12:28:16 +00:00
Anton Berezin
fed30100be
Update to 1.21.
...
Changes: http://search.cpan.org/dist/Net-Patricia/Changes
2013-09-04 11:50:29 +00:00
Ganael LAPLANCHE
8c800e77e7
Fix build when audio/portaudio is installed
...
PR: ports/181683
Submitted by: amdmi3
2013-09-04 11:38:58 +00:00