Commit Graph

67667 Commits

Author SHA1 Message Date
robert
6277582379 switch to lang/php 2011-07-09 00:04:11 +00:00
ajacoutot
7025085e74 Small bugfix update to cups-pk-helper-0.1.3. 2011-07-09 00:03:44 +00:00
ajacoutot
473c2746d5 Update to foomatic-db-4.0.20110708. 2011-07-08 23:28:17 +00:00
robert
61d54aee81 switch to lang/php 2011-07-08 23:01:39 +00:00
robert
f64fd007d4 switch to lang/php 2011-07-08 22:52:23 +00:00
ajacoutot
05e8dc465b Move sparc from GCC2_ARCHS to GCC4_ARCHS.
"sounds like a good plan to me" sthen@
2011-07-08 22:44:16 +00:00
robert
b3fc0a68c9 switch to lang/php 2011-07-08 22:43:08 +00:00
robert
f2dd2b5849 use MODPHP_BUILDDEP=No 2011-07-08 22:40:30 +00:00
ajacoutot
76a881929d Update to afternoonstalker-1.1.4. 2011-07-08 22:39:38 +00:00
ajacoutot
c8977874be Update to cosmosmash-1.4.5. 2011-07-08 22:39:14 +00:00
ajacoutot
84a7950835 Update to burgerspace-1.9.0. 2011-07-08 22:38:52 +00:00
ajacoutot
531f118aaf Update to batrachians-0.1.5. 2011-07-08 22:38:31 +00:00
ajacoutot
eccabb1516 Update to flatzebra-0.1.5. 2011-07-08 22:38:08 +00:00
robert
dc81a2fceb add support for MODPHP_BUILDDEP and MODPHP_RUNDEP 2011-07-08 22:36:47 +00:00
robert
a9eaa6abb2 switch to lang/php 2011-07-08 22:31:59 +00:00
jasper
bc48b1c61a - update to 16.12 2011-07-08 22:11:48 +00:00
robert
5f53c0df93 switch to lang/php 2011-07-08 21:57:03 +00:00
ajacoutot
82ac7ca187 Fix HOMEPAGE. 2011-07-08 21:57:02 +00:00
robert
c0b173cfde switch to lang/php 2011-07-08 21:45:05 +00:00
sthen
17ac4e4b4e more @pkgpath 2011-07-08 21:20:49 +00:00
sthen
f327fd8ea2 this one needs another @pkgpath to be considered as an update (updates will
still not be seamless as we can't replace @sampled files with plain files,
but pkg_add -ui will ask the right questions)
2011-07-08 21:09:18 +00:00
kili
fe3f007bc9 Kill a space on the left side of my name. 2011-07-08 21:08:46 +00:00
robert
97ea1bef87 switch to lang/php 2011-07-08 21:02:33 +00:00
ajacoutot
5d7ef9d5c8 Add XXX. 2011-07-08 20:56:51 +00:00
naddy
effa18e1e1 Fix build with png-1.5. 2011-07-08 20:47:26 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
naddy
60eda5f2ee Fix build with png-1.5.
All fixes taken from upstream repositories.
2011-07-08 20:37:01 +00:00
naddy
8c18b08ac5 Fix build with png-1.5.
All fixes from/via NetBSD pkgsrc.  The people there did a lot of
heavy lifting.
2011-07-08 20:36:09 +00:00
naddy
64920edcf7 Update to png 1.5.2. Lots of improvements, but also significant
API incompatibility:

"The libpng 1.5.x series finally hides the contents of the venerable
and hoary png_struct and png_info data structures inside private
(i.e., non-installed) header files. Instead of direct struct-access,
applications should be using the various png_get_xxx() and png_set_xxx()
accessor functions, which have existed for almost as long as libpng
itself."
2011-07-08 20:34:36 +00:00
robert
de06b85786 switch to lang/php 2011-07-08 20:19:14 +00:00
jasper
3ca73bab28 - bugfix update to wesnoth-1.8.6
- regen WANTLIB
2011-07-08 19:14:59 +00:00
kili
7f3711b0ff Update to fontforge-20110222.
Let it build with png-1.5 (from naddy@, who surely went blind on it).

While here, patch away some weird attempts to get something meaningful
out of code like this (yes, I show it to you all, you have to share
the pain):

    if ( timezone==0 )
        fprintf( pi->out, "Z)\n" );
    else
        fprintf( pi->out, "%+02d')\n", (int) timezone/3600 );   /* doesn't handle half-hour zones */

That's the address of timezone(3), divided by 3600 m(

ok naddy@
2011-07-08 19:04:05 +00:00
robert
8f5cb54b12 switch to lang/php 2011-07-08 18:51:23 +00:00
robert
244412e130 switch to lang/php 2011-07-08 18:46:16 +00:00
robert
a8d6737884 cope with changed php binary path 2011-07-08 18:40:45 +00:00
dcoppa
b497b9a390 Update to shell-fm-0.8
ok jasper@
2011-07-08 18:32:34 +00:00
robert
ba616abd32 cleanup 2011-07-08 18:26:05 +00:00
robert
c944cab818 switch to lang/php 2011-07-08 18:23:17 +00:00
sthen
dc44bd1435 +gsmartcontrol 2011-07-08 18:17:34 +00:00
sthen
9e6a668801 import ports/sysutils/gsmartcontrol, incorporating bits from giovanni@'s
version of the same port, tweak + ok aja@

GSmartControl is a graphical user interface for smartctl (from the
smartmontools package), which is a tool for querying and controlling
SMART (Self-Monitoring, Analysis, and Reporting Technology) data
on modern hard disk drives.

It allows you to inspect the drive's SMART data to determine its
health, as well as run various tests on it.
2011-07-08 18:17:12 +00:00
jasper
44afc44b5a Resolve conflict with libunicode (both ports install a unicode.h) by moving
the cconv headers to include/cconv/

maintainer timed-out
2011-07-08 18:03:46 +00:00
kili
b5817de80d Matt doesn't want credits any longer. 2011-07-08 18:00:58 +00:00
jasper
a3083f7dc4 - update fd.o pkg-config to 0.26. nothing fancy, except they dropped
the embedded glib and instead depend on external glib...which depends on
pkg-config...
2011-07-08 17:57:44 +00:00
robert
1ba5ab8133 add new master site and remove REVISIONs 2011-07-08 17:45:08 +00:00
jasper
7f8442bcaf sub-optimal workaround to enable introspection support. only on gcc4 arches
as there appear to be serious issues with gcc3.

as discussed with and ok aja@ kili@
2011-07-08 17:41:46 +00:00
naddy
dc1d47c8b9 mark amaya as BROKEN: absurdly obsolete version, won't build with png-1.5
ok jasper@
2011-07-08 17:13:29 +00:00
robert
b779fc4db0 update to 5.3.6 2011-07-08 16:57:35 +00:00
jasper
94012d3945 - add a patch from upstream git to add support for the MSP430FR5739,
which is the chip found on recent ti msp430 fram boards.

note, you'll need to use "load" instead of "prog" for these boards.
2011-07-08 14:52:38 +00:00
jasper
374755e18d - use FAKE_FLAGS so these patches aren't needed anymore 2011-07-08 12:20:49 +00:00
jasper
59b762b1fb - bugfix update to 2.24.2 2011-07-08 12:18:37 +00:00