ajacoutot
d7a874d4a1
We cannot mix ruby1.8 and 1.9 and making FLAVORS for each dependant ports
...
is just impossible; so force the use of version 1.8 which is the default
anyway.
2013-03-20 07:08:05 +00:00
ajacoutot
c441099501
Indent.
2013-03-20 06:56:05 +00:00
ajacoutot
23308d862b
PKG_ARCH=*
2013-03-20 06:55:19 +00:00
ajacoutot
d1866fcebc
PKG_ARCH=*
2013-03-20 06:50:05 +00:00
ajacoutot
08249c12e3
Move the @extraunexec at the beginning of the PLIST so that pkg_delete -c
...
stops whining.
ok dcoppa@ (maintainer)
2013-03-20 06:26:04 +00:00
brad
d594abfab5
Upgrade to QEMU 1.4.0. Enable the VNC TLS support.
...
Tested by todd@ kirby@ sthen@ and OK kirby@ sthen@
2013-03-20 00:46:01 +00:00
sthen
3f38bfe293
slackware tarball of cairo is *not* the same (they trim test/reference/*
...
and repack); revert my last commit here.
2013-03-20 00:25:52 +00:00
jeremy
800f1b3689
Add support for building ruby 2.0 libraries to ruby.port.mk.
...
Refactor the conflicting FLAVOR code to be less verbose,
thanks to sthen@. Additional indentation fixes from sthen@.
Modify the jruby code to work with jruby 1.7.
Deal with newer gems containing checksum files by deleting
the checksums.
2013-03-19 23:46:41 +00:00
jeremy
677fe6240f
Update to jruby 1.7.3.
...
Drop support for C extensions (which were always expiremental).
Use jruby.jar instead of jruby-complete.jar, for a more typical
jruby installation.
2013-03-19 23:43:06 +00:00
jeremy
281ba04434
Link ruby 2.0 to the build.
2013-03-19 23:39:10 +00:00
jeremy
8647f643c6
Import ruby 2.0.0-p0.
2013-03-19 23:38:23 +00:00
sthen
f522109153
convert libdnet's no_python pseudo_flavour to using BUILD_PACKAGES, so the
...
-python package can be knocked out on a !shared machine.
2013-03-19 23:36:02 +00:00
sthen
67712d6362
de-uglify Makefile somewhat, spotted while testing poco fix.. no pkg change
2013-03-19 23:15:03 +00:00
sthen
2f154b4f8c
Fix net/poco following the pcre update (broken for 2 weeks) by using
...
a patch from Gentoo.
While there clean up Makefile a bit (mixed whitespace format ugliness) and
simplify a patch (just use upstream's existing sysconf code, rather than
workaround the unportable use of sysctlbyname).
2013-03-19 23:13:50 +00:00
sthen
7a2709cf4c
update to Railo 4.1.0.004
2013-03-19 22:32:28 +00:00
sthen
f0cad29d74
regen patches to fix line numbers
2013-03-19 22:17:07 +00:00
landry
acf55111de
Fix build after ffmpeg 1.1 update, since brad doesnt seem to care..
...
Adapted from https://projects.archlinux.org/svntogit/packages.git/commit/?h=packages/opal&id=278c8f93262ee8372b05c650a2e6456ad2d04950
2013-03-19 22:06:44 +00:00
kili
d05c83cbea
Update to poppler-0.22.2.
...
ok aja@, who also gave it a test with all the gnome stuff (thanks!)
Note that the possible regression in epdfview I mentioned in my mail
to ports@ wasn't a regression (the same file didn't render correctly
in epdfview with poppler-0.22.0).
2013-03-19 19:58:06 +00:00
kurt
ec59431b2a
- correct UnguardOnExecutionViolation which helped find a W^X
...
kernel bug on i386
- fix undefined symbols in libhpi.so noted by stu@
2013-03-19 19:26:45 +00:00
espie
dae9c229a7
more explicit PERMIT_* setup, going to strengthen the rules for multi-packages
...
a wee little bit.
2013-03-19 19:03:12 +00:00
ajacoutot
949ccfc6d2
Don't hardcode, use passenger-config(1).
2013-03-19 18:50:53 +00:00
pascal
8baa850476
Also build the 'clocale' unit on OpenBSD.
2013-03-19 18:47:45 +00:00
ajacoutot
8a173ddd69
Tweak, no pkg change.
2013-03-19 18:20:09 +00:00
nigel
23e1e84368
Update from David Hill
2013-03-19 18:18:53 +00:00
ajacoutot
34e183d8f9
Document Passenger integration for production systems.
...
ok robert@ (maintainer)
2013-03-19 18:18:38 +00:00
jasper
d20245cad1
- update to grilo-plugins-0.2.6
2013-03-19 17:46:37 +00:00
jasper
b11cad81ac
- update to grilo-0.2.5
2013-03-19 17:42:08 +00:00
pascal
99fbfdba20
Update to stable release 1.0.0. Tweaks from aja@ and benoit@.
2013-03-19 17:33:37 +00:00
sthen
7ff6452a24
update openfire to 3.8.1, based on a diff from Marc Peters for 3.8.0
...
- add @extraunexec to fix pkg_delete -c
2013-03-19 16:55:01 +00:00
ajacoutot
d5c9376484
Fix a segfault when parsing certificates.
2013-03-19 16:07:49 +00:00
sthen
2dba0837a5
sort
2013-03-19 15:49:09 +00:00
sthen
347a6bb178
+glm
2013-03-19 15:48:05 +00:00
sthen
cd934faf69
import ports/graphics/glm, ok gonzalo@
...
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.
GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities as GLSL so that when a programmer
knows GLSL, he knows GLM as well, which makes it really easy to use.
This project isn't limited to GLSL features. An extension system, based
on the GLSL extension conventions, provides extended capabilities:
matrix transformations, quaternions, half-based types, random numbers,
procedural noise functions, etc...
This library works perfectly with OpenGL but it also ensures interoperability
with third party libraries and SDKs. It is a good candidate for software
rendering (Raytracing / Rasterisation), image processing, physic simulations
and any context that requires a simple and convenient mathematics library.
GLM is written in C++98 but can take advantage of C++11 when supported
by the compiler.
2013-03-19 15:47:41 +00:00
ajacoutot
443bd10489
Fix @sample file.
2013-03-19 15:06:06 +00:00
bcallah
0abb854fd5
+musique
2013-03-19 14:44:33 +00:00
bcallah
477d0b83bb
Import audio/musique, a graphical audio player focued on a clean ui.
...
ok jasper@ brad@
2013-03-19 14:43:50 +00:00
nigel
011de064f8
WANTLIB updates for fontconfig and other libraries.
...
Ok sthen
2013-03-19 13:07:13 +00:00
sthen
f07230500d
update to libquvi-scripts 0.4.13
2013-03-19 13:03:02 +00:00
sthen
e3298c78c5
update print/p5-PostScript-MailLabels to 2.32, from dhill, + fix typo in patch
2013-03-19 12:30:57 +00:00
sthen
9a6bba1984
update to p5-Mail-Sender 0.8.22, from dhill plus a tweak (stupid DOS line
...
endings in patched file), tested on 5.12/5.16
2013-03-19 12:15:19 +00:00
sthen
1b7fe987ec
update to File::Slurp 9999.19, from dhill, tested with 5.12/5.16
2013-03-19 11:27:22 +00:00
benoit
bbdcace793
- update p5-Sub-Uplevel to 0.24
...
- remove USE_GROFF
- regen PLIST
from David Hill
2013-03-19 10:49:57 +00:00
benoit
7484bd1cfc
- update p5-MARC-Record to 2.0.5
...
- remove USE_GROFF
from David Hill
2013-03-19 10:03:07 +00:00
benoit
a31e858897
- update p5-Acme-Damn to 0.05
...
- remove USE_GROFF
from David Hill
2013-03-19 09:46:51 +00:00
ajacoutot
f3a6a4cf45
Sync the tmp patch with Fedora.
2013-03-19 09:21:22 +00:00
benoit
b9e429218c
- update p5-File-NFSLock to 1.21
...
- remove USE_GROFF
from David Hill
2013-03-19 09:17:17 +00:00
benoit
0138cb50fe
- update p5-CreditCard to 0.32
...
- remove USE_GROFF
from David Hill
2013-03-19 08:55:32 +00:00
ajacoutot
93e02d5818
Update to cups-1.6.2.
2013-03-19 08:49:14 +00:00
benoit
97c54e79c5
- update p5-Bit-Vector to 7.2
...
- remove USE_GROFF
from David Hill, ok kevlo@ (maintainer)
2013-03-19 08:37:54 +00:00
benoit
a24a8ee4c1
- update py-IP to 0.76
2013-03-19 07:28:12 +00:00