summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26Bump the PKGREVISION after changes in patch-ag to honor DL_*.jlam1-2/+2
2004-11-26Teach openldap to use DL_{CFLAGS,LDFLAGS,LIBS} when linking slapd whenjlam2-5/+16
building dynamic backends or when using Cyrus SASL.
2004-11-26Use DIST_SUBDIR since distribution file dosen't contain versiontaca2-5/+7
in its name.
2004-11-26Fix the "MACHINE_PLATFORM" patterns by appending "-*".jlam1-3/+3
2004-11-26Define DL_{CFLAGS,LDFLAGS,LIBS} as compiler/linker flags for buildingjlam1-1/+25
or linking code that uses dl*() functions. Also re-structure a bit to pave the way for a future dlopen.builtin.mk that handles -ldl on some platforms and dlcompat on Darwin.
2004-11-26Missing a make variable modifier.jlam1-2/+2
2004-11-26Add missing quotes.jlam1-3/+3
2004-11-26rdiff-backup home page moved to http://www.nongnu.org/rdiff-backup/lukem1-3/+3
2004-11-26- p5-Mail-Milter (thanks, tv).wiz1-2/+1
2004-11-25-xpdf-3.00pl1snj1-2/+1
2004-11-25These packages install libraries that dlopen() shared modules.jlam4-7/+13
2004-11-25PAM modules are dlopen'ed by the PAM library.jlam1-1/+3
2004-11-25Don't recursively define _DLOPEN_REQUIRE_PTHREADS.jlam1-2/+2
2004-11-25Perl is all about loadable perl modules, so include dlopen.buildlink3.mk.jlam5-50/+12
If we include pthread.buildlink3.mk, then build with Perl ithreads support. Bump the PKGREVISION. Nuke the perl58-thread package. The perl package can now be forcibly built with thread support by setting PERL5_USE_THREADS to "yes".
2004-11-25p5-Mail-Milter -> 0.06tv1-1/+2
2004-11-25Update to 0.06. Changes from 0.03:tv2-5/+5
0.06 Thu Nov 25 20:30:00 2004 UTC - fixed Mail::Milter::Chain where second and subsequent RCPTs were not being rejected properly - fixed Mail::Milter::Wrapper::DeferToRCPT where a reject at envfrom was propagated as-is to further envfroms on the same session (should be per-envfrom only) - added Mail::Milter::Module::ConnectASNBL - added Mail::Milter::Wrapper::DecodeSRS - fixed parsing of AS_SETs in the AS list returned from the DNSBL - added Mail::Milter::Module::MailDomainDotMX 0.05 Thu Apr 15 19:15:00 2004 UTC - fixed Mail::Milter::Module::*DNSBL to return a descriptive 451 error on a temporary DNSBL failure - fixed Mail::Milter::Module::MailDomainDNSBL not to break on <> sender (would cause a query beginning with a dot) 0.04 [withdrawn due to <> bug fixed in 0.05, above] - added modules Mail::Milter::Module::ConnectDNSBL Mail::Milter::Module::HeloRegex Mail::Milter::Module::MailDomainDNSBL Mail::Milter::Module::VirusBounceSpew - changed Mail::Milter::Wrapper::DeferToRCPT to intercept normally 554 SMTP response codes (not valid for RCPT per RFC2822), and replace them with 550 (which is valid, ibid.).
2004-11-25Only include pthreads if we prefer native pthreads. This allows buildingjlam1-1/+3
pkgsrc without any pthreads if we don't want to.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-31/+62
esound ldap xface canna # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX USE_OPENLDAP # XXX USE_XFACE # XXX XEMACS_ESD # XXX XEMACS_USE_CANNA
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-25/+50
ldap xface canna # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX USE_OPENLDAP # XXX USE_XFACE # XXX XEMACS_USE_CANNA
2004-11-25dlopen.buildlink3.mk should be added to packages that use dlopen() tojlam2-1/+44
load shared objects. Some platforms require pthreads to be linked into the application if it uses dlopen() or else the applications will core dump when they dlopen a shared module that _is_ linked with pthread support. Including dlopen.buildlink3.mk in a package Makefile will cause pthread.buildlink3.mk to also be included. It is up to the package to ensure that PTHREAD_{CFLAGS,LDFLAGS,LIBS} (defined by pthread.buildlink3.mk) are passed to the compiler when building/linking the applications, possibly by setting PTHREAD_AUTO_VARS to "yes" in the package Makefile.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-22/+77
drac mysql pgsql ldap apop vpop tcpd inet6 # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX POP_WITH_DRAC # XXX TEAPOP_WITH_MYSQL # XXX TEAPOP_WITHOUT_APOP # XXX TEAPOP_WITHOUT_VPOP
2004-11-25Note update of db2latex.minskim1-1/+2
2004-11-25Update db2latex to 0.8pre1.minskim4-467/+1247
A large improvement in the out-of-box capabilities of DB2LaTeX. See the HOMEPAGE for details.
2004-11-25Update to lates php-pdflib 2.0.3.jdolecek3-3/+8
Changes since 1.0: Version 2.0: A major rework - supports PDFlib 5 and PDFlib 6 - adds an Object Oriented API to PDFlib (for PHP 5 only) - uses PHP exceptions (for PHP 5 only) - only official PDFlib API's are included (plus pdf_open_memory_image) - changed old API's with varargs to only accept all args now - disables VIRTUAL_DIR support (use SerachPath instead) - disables CHECK_OPEN_BASEDIR checks Version 2.0.1, 2.0.2: - various bugfixes Version 2.0.3: Bugfixes: - PDF_get_parameter crashed when called with only 2 parameters. Enhancements: - added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's. - included support for PDFlib4 again Many thanks to Rainer Schaff for revitalizing PDFlib4 support :)
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-59/+87
aac audiofile flac iconv id3 ogg # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX MUSICPD_WITH_AAC # XXX MUSICPD_WITH_AUDIOFILE # XXX MUSICPD_WITH_FLAC # XXX MUSICPD_WITH_ICONV # XXX MUSICPD_WITH_ID3 # XXX MUSICPD_WITH_OGG
2004-11-25Note update of p5-Geo-IP to 1.23.minskim2-4/+4
2004-11-25Update p5-Geo-IP to 1.23.minskim2-6/+5
Changes since 1.21: - Updated test case, removed www.bundesregierung.de - Geo::Mirror: fallback to using Geo::IP::PurePerl if Geo::IP is not available - Geo::Mirror: added support for mirror freshness - Added support for Netspeed - Fixed IP address in examples
2004-11-25add php-zip distinfo (it's fetched from PECL)jdolecek1-0/+4
2004-11-25Note update of ipgrab to 0.9.9.minskim2-3/+3
2004-11-25Update ipgrab to 0.9.9.minskim2-5/+5
Changes: - Support Cygwin and the latest versions of autoconf and automake. - A few minor changes to mobile IP, FTP control, IP, and PPP.
2004-11-25Correct the last Cg-compiler entry.minskim1-2/+2
2004-11-25Note update of ed2k-gtk-gui to 0.6.3.minskim2-3/+3
2004-11-25Update ed2k-gtk-gui to 0.6.3.minskim3-7/+19
Chnages: * Properly maintain window position on restart and when hiding or unhiding the window via the system tray icon. * Time left estimation for active downloads (Downloading or Looking) is now available in the downloads view right-click context menu where appropriate, if exactly one download is selected. * Added context menu (=right-click menu) headers to avoid accidental selection of the first item in the list, e.g. 'Pause' in the downloads context menu. * Fixed/Improved core detection for MacOSX [puck lock] * French translation of documentation added [Marc Framboisier] * Added command line switches to disable certain pages: --disable-dl-page --disable-ul-page --disable-search-page --disable-shared-page --disable-stats-page * Slovak translation of the GUI added [Vaclav Ogursky] * Updated translations: Italian [Guido Grazioli], Polish [Piotr Borys], French [Marc Framboisier] * miscellaneous smaller fixes [Thomas Lussnig, Stéphane Loeuillet] * recognise donkey-53.3 hybrid and show the server list (instead of thinking it's an overnet-only core); patch by Suren Chilingaryan (patch #996929). * New and improved connect dialog. This time hopefully much simpler. Requires a core with version 1.0 or later for the local core detection part (these cores write a cookie into /tmp which the GUI can detect and use to authenticate on the admin port locally). If you want to use older cores with this GUI, please use the 'remote core' function the dialog, and set up the admin user and admin password manually in the command line client before that. (v1.0 cores will be available soon)
2004-11-25Updated feh to 1.2.9.snj2-3/+3
2004-11-25Update to 1.2.9.snj3-14/+12
Changes unknown.
2004-11-25Note update of py-pexpect to 0.999.minskim2-3/+3
2004-11-25Update py-pexpect to 0.999.minskim2-5/+5
Changes: - Fixed OSError exception when a pexpect object is cleaned up. - Added support for buffering reads.
2004-11-25Updated easyedit to 1.4.6.snj2-3/+3
2004-11-25Update to 1.4.6.snj2-6/+6
Changes: * modified new_curse.c to handle different subdirectory naming in terminfo directory
2004-11-25Note update of Cg-compier to 1.3beta2.minskim2-3/+3
2004-11-25Updated gifsicle to 1.41.snj2-3/+3
2004-11-25Update Cg-compiler to 1.3beta2.minskim2-9/+7
2004-11-25Update gifsicle to 1.41. Changes unknown.snj3-8/+8
2004-11-25Default USE_GIF to "yes". This affects graphics/tiff and x11/qt1,jlam1-2/+2
which will now be built by default with the ability to write LZW-compressed files.
2004-11-25+ quake2forge-0.3xtraeme1-1/+2
2004-11-25Default PTHREAD_AUTO_VARS to the safer value of "no". Most packagesjlam5-16/+6
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
2004-11-25bibtex2html-1.74 requires ocaml>=3.07.minskim1-2/+2
2004-11-25Updated gnetcat to 0.7.1.snj2-3/+3
2004-11-25Update to 0.7.1.snj2-6/+6
Changes: o Fixed bug in UDP connection code, using pktinfo support. [BUG #796765] o Fixed a segfault in the DNS lookup routines, caused by invalid DNS configurations. o Fixed two compilation issues on SCO Unix 3.2 v 5.0.4. [BUG #857650], [BUG #857657] o Fixed bug in command line switch `-i' on non-linux OS such as Solaris. [BUG #864780] o The debugging support now works on libc's that don't allow NULL pointers passed for string (`%s') modifiers.
2004-11-25Convert to use bsd.options.mk with the following options:xtraeme3-21/+56
hpn-patch kerberos PAM (only Linux) The hpn-patch option uses the patch available in: http://www.psc.edu/networking/projects/hpn-ssh/ to enable high performance connections. Also use VARBASE intead of hardcoding /var. Bump PKGREVISION.