summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26add "reload" which exim supports.grant1-1/+2
2004-11-26whitespace fixesgrant2-9/+8
2004-11-26Updated lincity to 1.12.1adam2-3/+3
2004-11-26Changes 1.12.1:adam2-7/+5
* Bug fix for crashes on changing power grid
2004-11-26Updated glade2 to 2.6.5adam2-4/+3
2004-11-26Changes 2.6.5:adam3-18/+18
o Fixed another bug in drawing code that was causing warnings/crashes. Changes 2.6.4: o Fixed bug in drawing code that was causing crashes. Changes 2.6.3: o Fixed problem with missing '...' buttons in the property editor. Changes 2.6.2: o Build fix - mkinstalldirs wasn't in the tarball. Changes 2.6.1: o Save window positions between sessions. o Rewrote selection drawing code so it works better on win32. o Support "translatable", "context" and "comments" attributes for text properties to help with translation. o Bug fixes
2004-11-26dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mkjlam7-17/+13
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
2004-11-26Check that USE_BUILTIN.dl is "yes", not that it's just defined.jlam1-2/+2
2004-11-26Fix ruby-digest version.wiz1-2/+2
2004-11-26Updated nmap to 3.77adam2-3/+3
2004-11-26Changes 3.77:adam6-32/+30
o Fixed a memory leak that would generally consume several hundred bytes per down host scanned. While the effect for most scans is negligible, it was overwhelming when Scott Carlson (Scott.Carlson(a)schwab.com) tried to scan 24 million IPs (10.0.0.0/8). Thanks to him for reporting the problem. o Fixed a bug in ACK scan that could cause Nmap to crash with the message "Unexpected port state: 6" in some cases. Thanks to Glyn Geoghegan (glyng(a)corsaire.com) for reporting the problem. o Change IP protocol scan (-sO) so that a response from the target host in any protocol at all will prove that protocol is open. As before, no response means "open|filtered", an ICMP protocol unreachable means "closed", and most other ICMP error messages mean "filered". o Changed IP protocol scan (-sO) so that it sends valid ICMP, TCP, and UDP headers when scanning protocols 1, 6, and 17, respectively. An emtpy IP header is still sent for all other protocols. This should prevent the error messages such as "sendto in send_ip_packet: sendto(3, packet, 20, 0, 192.31.33.7, 16) => Operation not permitted" that Linux (and perhaps other systems) would give when they try to interpret the raw packet. This also makes it more likely that these protocols will elicit a response, proving that the protocol is "open". o Null, FIN, Maimon, and Xmas scans now mark ports as "open|filtered" instead of "open" when they fail to receive any response from the target port. After all, it could just as easily be filtered as open. This is the same change that was made to UDP scan in 3.70. Also as with UDP scan, adding version detection (-sV) will change the state from open|filtered to open if it confirms that they really are open. o Fixed a crash on Windows systems that don't include the iphlpapi DLL. This affects Win95 and perhaps other variants. Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for reporting the problem and sending the patch. o Ensured that the device type, os vendor, and os family OS fingerprinting classification values are scrubbed for XML compliance in the XML output. Thanks to Matthieu Verbert (mve(a)zurich.ibm.com) for reporting the problem and sending a patch. o Changed to Nmap XML DTD to use the same xmloutputversion (1.01) as newer versions of Nmap. Thanks to Laurent Estieux (laurent.estieux(a)free.fr) for reporting the problem.
2004-11-26Updated fsviewer to 0.2.5adam2-3/+3
2004-11-26Changes 0.2.5:adam11-246/+27
o All lists in preferencs panel and inspector panel are sorted in alphabetical order. o Added a russian (ru) translation. o Changed gettext DOMAIN from "FSViewer.app" to "FSViewer". o Removed dependency from "proplist-compat.h". o Comment out <sys/rlist.h> in FSUtils.c for FreeBSD 4.6. o Revised the german (de) translation (now more "NeXTish"). o Changes in attribute inspector panel: - Link label now changes color (black/darkgrey) - File size is displayed in Bytes/KB/MB o A selection change in file viewer lists now updates the inspector panel.
2004-11-26Updated eel2 to 2.8.2adam2-3/+3
2004-11-26Changes 2.8.2:adam2-15/+14
* Translation updates * Function to find out filename encoding * Fix to eelcanvas that allows connecting to expose * Handle null mimetypes in property page
2004-11-26Don't auto-add -ldl to LIBS since most GNU configure scripts alreadyjlam1-2/+6
check for this condition.
2004-11-26Don't append BUILDLINK_CFLAGS.pthread to itself if pthread.builtin.mkjlam1-1/+2
gets included multiple times.
2004-11-26Move all dlopen-handling code into dlopen.{builtin,buildlink3}.mk.jlam2-12/+6
2004-11-26More tightly integrate the OSF1 changes into pthread.builtin.mk by usingjlam1-24/+17
more feature tests instead of OPSYS tests.
2004-11-26Split dlopen.buildlink3.mk into two files: dlopen.buildlink3.mk, whichjlam2-36/+98
is included by packages that use dlopen(), and dlopen.builtin.mk, which checks for the presence of built-in dl*() functions. On Darwin, including dlopen.buildlink3.mk will cause the devel/dlcompat package to be used if the base system lacks a dlcompat library.
2004-11-26Change ruby-rttool from 1.1.1 to 0.1.8 since rttool-1.1.1 was erroneouslytaca1-2/+2
named and removed now.
2004-11-26fix hints to not append CFLAGS to LDFLAGS on OSF1 when calling thegrant2-1/+15
linker because the it does not understand all the compiler flags. fixes build on OSF1.
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