Commit Graph

58811 Commits

Author SHA1 Message Date
ian
b29ad43956 Update my mirror and Makefile to latest stable SVN. Nagged by Landry.
Strip some garbage from their build script. Reluctantly use JDK 1.6
since code doesn't build on 1.7 due to better error checking.
2010-07-30 19:47:36 +00:00
sebastia
d8df757324 * add space between variable and = in the ports makefiles
* zap pthread from WANTLIB in tkdnd
 * get rid of expensive SUBST_VARS in pre-configure or whole pre-configure
 * get rid of tktreectrl PFRAG.shared
 * bump tkdnd and tktreectrl

OK, landry@ who's eyes got burned ;)
2010-07-30 16:41:09 +00:00
sthen
46f473f9b5 simplify 2010-07-30 16:11:25 +00:00
sthen
4a4d92668a link dimp/mimp 2010-07-30 15:56:24 +00:00
sthen
55c0a7c0d6 import ports/www/horde/dimp
DIMP (Dynamic IMP) is an AJAX-like frontend for the IMP webmail system.
It provides a 3-pane layout with message preview, drag-and-drop support,
context-sensitive menus, etc.
2010-07-30 15:56:10 +00:00
sthen
c9524773f8 import ports/www/horde/mimp
MIMP (Mobile IMP) is an lightweight frontend for the IMP webmail system,
suitable for mobile devices such as WAP phones or PDAs. Basic functionality
is implemented including mailbox viewing and paging, viewing messages,
deleting, replying, forwarding, and composing new messages.
2010-07-30 15:52:50 +00:00
ajacoutot
4cf74becdd Fix WANTLIB.
reported by naddy@
2010-07-30 15:35:00 +00:00
sthen
67d904c446 fix RUN_DEPENDS and bump, remove some pointless junk from imp/Makefile 2010-07-30 15:31:17 +00:00
naddy
78ecb14735 fix include order to appease -Werror; no changes to package 2010-07-30 15:28:14 +00:00
lum
3b5ea239d6 LIB_DEPEND + WANTLIB clean up. 2010-07-30 14:53:35 +00:00
naddy
f455e7b60b include function prototypes 2010-07-30 14:36:30 +00:00
lum
52f19cdf0e LIB_DEPEND + WANTLIB clean up. 2010-07-30 14:28:20 +00:00
lum
fe566b108e LIB_DEPEND + WANTLIB clean up. 2010-07-30 14:15:15 +00:00
lum
fddec5d7f2 LIB_DEPEND + WANTLIB clean up. 2010-07-30 14:01:52 +00:00
lum
b89d6286ef LIB_DEPEND + WANTLIB clean up. 2010-07-30 13:55:10 +00:00
giovanni
8cb01a4bcd Version 0.8 has just been released, spotted by Viq, thanks. 2010-07-30 13:54:54 +00:00
lum
ada43043dd Remove unrequired LIB_DEPEND.
ok landry@
2010-07-30 13:12:23 +00:00
landry
ecf4edc8b7 qt4 now builds fine on hppa with gcc4, remove CXXFLAGS+=-finline-limit=60 2010-07-30 12:57:18 +00:00
giovanni
bf3a04e262 Update to 0.7 2010-07-30 12:50:41 +00:00
ajacoutot
7a75c60d16 Move to new DEPENDS. 2010-07-30 12:03:08 +00:00
ajacoutot
d7acb3b130 New style DEPENDS. 2010-07-30 11:29:44 +00:00
sthen
8a2471c43a Drop the old horde ports, new versions are now in ports/www/horde
which is also linked to the build with this commit.
2010-07-30 11:28:21 +00:00
sthen
764a82805f Import the various Horde components (horde, imp, ingo, kronolith, etc)
under a common directory, sharing infrastructure with Makefile.inc and
horde.port.mk. Update components to current versions while there.
Thanks Johan Huldtgren for suggestions and testing and ajacoutot@
for suggestions and ok.
2010-07-30 11:27:06 +00:00
ajacoutot
9cb7e75a23 Typo: exepath -> execpath.
This should fix the 'command not found' errors when using external scripts.
2010-07-30 10:21:13 +00:00
ajacoutot
2a4ec42b2f Again more new style DEPENDS. 2010-07-30 09:23:28 +00:00
ajacoutot
fd1cd0c58d Move move to new DEPENDS. 2010-07-30 08:02:59 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
giovanni
819b70bdd6 Bugfix update to 2.6.10 and switch to new dependencies 2010-07-30 06:27:52 +00:00
ajacoutot
4d03749581 Update to gobject-introspection-0.6.14.
hobbits take maintainership.
2010-07-30 05:49:24 +00:00
landry
7d539d4715 This now builds fine with default CFLAGS since hppa switched to gcc4,
so remove workaround. Convert WANTLIB while here.
2010-07-30 05:46:51 +00:00
jolan
d8c581ba73 update to 5.5.015 2010-07-29 22:53:59 +00:00
steven
047051570a +rsyslog 2010-07-29 21:40:47 +00:00
steven
656504ee5d import rsyslog-4.6.3
Rsyslog is an enhanced multi-threaded syslogd with a focus on
security and reliability. Among others, it offers support for
on-demand disk buffering, reliable syslog over TCP, SSL, TLS and
RELP, writing to databases (MySQL, PostgreSQL, Oracle, and many
more), email alerting, fully configurable output formats (including
high-precision timestamps), the ability to filter on any part of
the syslog message, on-the-wire message compression, and the ability
to convert text files to syslog. It is a drop-in replacement for
stock syslogd and able to work with the same configuration file
syntax. Its advanced features make it suitable for enterprise-class,
encryption protected syslog relay chains while at the same time
being very easy to setup for the novice user.

initial port from todd@, improved by sthen@ and me
2010-07-29 21:40:21 +00:00
landry
77305053c2 This builds fine with default CFLAGS since hppa switched to gcc4, so
remove workaround.
While here fix WANTLIB and switch to REVISION.
2010-07-29 18:43:32 +00:00
landry
44fa7cfd6e Remove BROKEN-hppa. It builds fine now with gcc4.
While here switch to REVISION.
2010-07-29 18:06:33 +00:00
kettenis
a352081dcf An char array is not necessarily 8-byte aligned, to casting it to (double *)
and dereferencing it leads to unaligned access on strict alignment
architectures.  Unbreaks build on hppa.

ok espie@
2010-07-29 13:41:45 +00:00
sebastia
ae7fa59953 Style cleanup, and get rid of expensive SUBST_CMD in pre-configure.
OK, landry@
2010-07-29 11:42:56 +00:00
dcoppa
e2808626aa Update to youtube-dl 2010.07.24
OK pirofti@, sthen@
2010-07-29 11:41:31 +00:00
sebastia
19018a3c34 Use install-data instead of cp in pre-configure.
Pointed out by ajacoutot@
2010-07-29 10:58:02 +00:00
kevlo
bfc0efe2cb Fix scim-setup segfault
ok landry@
2010-07-29 09:49:34 +00:00
sthen
cbbe507dd5 @comment lib, lib/php and bump. Suggestion from ajacoutot. 2010-07-29 09:18:26 +00:00
djm
1b319614a9 revert previous; hppa is sick and needs to be fixed first 2010-07-29 08:39:53 +00:00
dcoppa
9613e3d21b Remove a bogus ${INSTALL_DATA_DIR} entry from post-install
(no bump needed)
2010-07-29 06:40:02 +00:00
sebastia
448a35d65a USE_LIBTOOL and get rid of expensive SUBST_CMD, pointed out by and based by diff from steven@
OK steven@
2010-07-29 06:31:15 +00:00
djm
fcc3b09a49 Move to python-2.6 by default; requested by fgsch@ 2010-07-29 02:17:58 +00:00
jsg
cea0586749 update for recent youtube changes
ok martynas@
2010-07-28 22:52:28 +00:00
dcoppa
915a0f9c5b Bugfix update to awesome v3.4.6 (Hooch).
While here:

Zap -Wredundant-decls from CFLAGS to avoid a lot of harmless but
noisy warnings during compilation (cluestick by landry@ for this).

Switch to new-style LIB_DEPENDS/WANTLIB.
2010-07-28 21:27:28 +00:00
dcoppa
90d59a716c We overwrite library version numbers using our LIBxxx_VERSION
environment variable, but we want to do it for shared libraries
only. Otherwise a static library gets created as
libfoo.a.${LIBfoo_VERSION}, which is wrong.
Bug reported and patch tested by Alexandr Shadchin <alexandr DOT
shadchin AT gmail DOT com>: thanks!

While here, reword/clarify some comments to better explain what my
patches do.
2010-07-28 20:34:22 +00:00
naddy
10f831e7aa Enable multibyte support. Makes regression tests happier. 2010-07-28 20:25:11 +00:00
sthen
64a45b8961 +pear-HTTP-WebDAV-Server 2010-07-28 20:06:42 +00:00