summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-28Use buildlink2. Use perl5/module.mk: remove post-{build,install} targetsseb1-9/+7
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS. XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET override.
2002-10-28Use buildlink2. Use perl5/module.mk.seb2-11/+6
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-10/+7
Depend in ALL_TARGET does not seem to be needed anymore so remove it, otherwise perl5/module.mk usage would have been limited ;)
2002-10-27Remove gmake dependency.seb1-3/+2
2002-10-27Use buildlink2. Use perl5/module.mk.seb2-11/+6
2002-10-27Note update of "bidwatcher" package to version 1.3.6.tron1-1/+2
2002-10-27Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:tron6-554/+5
- Added Comment field. - Fixed ebay time sync'ing. - Fix bad "Host:" entity-header if a proxy server was used. It used to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com". - It now sends an "User-Agent" string which looks like Mozilla 1.1 including the real operating system and machine. - It support using "POST" for the actual bid. I've succesfully tested this by bidding on an auction. - Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions - Fixed handling bad DNS responses.
2002-10-27Add a note about perl5/module.mk.seb1-1/+7
2002-10-27Backout previous.martin2-24/+15
Casting NULL to (void*) for variadic functions of course does not make any difference on 64 bit platforms - as long as a valid prototype has been seen, which is the case here - io.c includes unistd.h.
2002-10-27Use buildlink2. Use perl5/module.mk.seb11-59/+34
2002-10-27Use buildlink2. Use perl5/module.mk.seb35-219/+120
2002-10-27More texinfo path fixes, from PR 18634 by Lubomir Sedlacik.bouyer2-24/+10
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-9/+6
Fix X11 handling: mark with USE_X11 remove inclusion of pkgtools/x11-links/xfree.buildlink2.mk.
2002-10-27Use perl5/module.mk.seb1-11/+2
No need to tweak OTHERLDFLAGS.
2002-10-27Use perl5/module.mk (including PERL5_LDFLAGS).seb3-24/+25
Remove Makefile.PL interactive part via patch.
2002-10-27Use perl5/module.mk.seb2-10/+4
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-8/+5
Make pkglint happier.
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-10-27Use ${LOCALBASE}/bin/gtar if it exists.bouyer1-1/+5
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer3-4/+79
2002-10-27On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists.bouyer2-2/+59
2002-10-27libGLU is part of Free4 on Solaris too.bouyer2-4/+4
2002-10-27Don't use use LD even if set, we did all the previous tests with ${ac_prog}bouyer2-1/+15
2002-10-27Update HOMEPAGE.cjep2-4/+4
2002-10-27Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2.bouyer1-3/+1
2002-10-27Fix version of bozohttpd (5.15nb1, not 0.15nb1, pointed out by pooka).wiz1-2/+3
While here, add entry for bozohttpd-5.15 update from September (hi mrg!).
2002-10-27Note addition of cyrus-imapd 2.1.9chris1-1/+2
2002-10-27Enable cyrus-imapd21.chris1-1/+2
2002-10-27Initial import of cyrus-imapd 2.1.9.chris13-0/+492
Cyrus imapd provides IMAP, POP3 and KPOP services for mail. It differs from other IMAP servers by providing a "sealed" server where users do not normally login directly to the server. The mailbox database is private to the Cyrus IMAP system. Cyrus also provides server side mail filtering using sieve (see RFC 3028)
2002-10-27Handle SunOS-*-sparc too. (forgot to cvs add in initial commit)bouyer1-0/+7
2002-10-27Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off ccbouyer1-2/+6
(which doesn't work on solaris).
2002-10-27Note addition of cyrus-sasl 2.1.9chris1-1/+2
2002-10-27Enable cyrus-sasl2.chris1-1/+2
2002-10-27Initial import of cyrus-sasl 2.1.9.chris21-0/+811
This is the latest release of cyrus-sasl. It is needed for the 2.1.x versions of cyrus-imapd. SASL is a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection.
2002-10-27MesaLib is part of XFree 4 on solaris too.bouyer2-4/+4
2002-10-27don't try to remove the gnome apps directories.grant1-3/+1
2002-10-27Add explicit --enable-transparency to configure args.bouyer5-3/+10481
Add a check for openpty() in libutil in configure, instead of hardcoding it.
2002-10-27Need -lsocket on Solarisbouyer3-5/+14
2002-10-27Need -lsocket on solarisbouyer3-7/+19
2002-10-27Add libXt to X libs.bouyer2-4/+4
2002-10-27Add -lcompat only if !SunOSbouyer1-1/+5
2002-10-27Use ${MAKE-make} instead of $ac_make in configure. If ${MAKE} is a fullbouyer3-1/+29
path (e.g. /usr/local/bin/gmake) $ac_make will have / changed to _ (e.g. _usr_local_bin_gamke)
2002-10-27Provide buildlink2.mk.seb1-0/+30
2002-10-27Note update to sylpheed-claws-0.8.5.grant1-1/+2
2002-10-27Update to sylpheed-claws-0.8.5.grant3-7/+16
Changes since 0.8.1 include: * additional locales: bg, sr * additional documentation * misc bug fixes See the ChangeLog for the full list of changes.
2002-10-27Note update of bonobo-activation to 2.1.0rh1-1/+2
2002-10-27Update bonobo-activation to 2.1.0. This version includes several bugfixesrh6-21/+46
as well as new features (performance, cleanup of large IDL's and i18n, new API for environment vars, improved error reporting, among others). Provided in PR pkg/18708 by Julio Merino <jmmv@menta.net>
2002-10-27Note update of ORBit2 to 2.5.0rh1-1/+2
2002-10-27Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.rh4-9/+12
Changes include: * bug fixes + HP/UX / ANSI fixes (Albert Chin) + imodule fixage (James Henstridge) + nested unions, structs, exceptions + fall-through case unions subnames + type mis-inclusion + request handler segv (Mark) + epv typecasts (Gergo) + improve generic marshaller (Michael) + fix TC_void's kind (Michael) + fix linc EOF locking interaction silly (Michael) + kill name server cruft (Mark) + fix linking for -pthread (Mark) + IDL compiler backend fix (Murray Cumming) + internal header / build fixes (Gergo Erdi) * features + IDL compiler language backend API (Mark, Gergo) NB. see module 'orbitcpp' for C++ bindings [!] + CORBA_Typecode API (Gergo) + IDL -> IInterface converter (Mark) + improved imodule handling (Mark) + more regression tests (Michael, James) + de-bloated IDL compiler -6k LOBC (Mark)
2002-10-27Note update of linc to 0.7.0rh1-1/+2