summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-12Use "sunos"-style shared library numbering whenever a platform wants thejlam1-1/+12
"linux"-style one. This matches our pkgsrc libtool behaviour so that we can get a consistent numbering across different platforms so that we don't have to fiddle with the PLIST. This fixes PR 22556 and PR 23684.
2004-02-12Upgrade libxml2 to 2.6.6.xtraeme4-8/+9
Changes: 2.6.6: Feb 12 2004: - nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and William) reported by Yuuichi Teranishi - bugfixes: make test and path issues, xmlWriter attribute serialization (William Brack), xmlWriter indentation (William), schemas validation (Eric Haszlakiewicz), XInclude dictionnaries issues (William and Oleg Paraschenko), XInclude empty fallback (William), HTML warnings (William), XPointer in XInclude (William), Python namespace serialization, isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter entities in internal subset (William), internal subset bug in push mode, <xs:all> fix (Alexey Sarytchev) - Build: fix for automake-1.8 (Alexander Winston), warnings removal (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix --with-minimum configuration. - XInclude: allow the 2001 namespace without warning. - Documentation: missing example/index.html (John Fleck), version dependancies (John Fleck) - reader API: structured error reporting (Steve Ball) - Windows compilation: mingw, msys (Mikhail Grushinskiy), function prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_ patch - Parsers: added xmlByteConsumed(ctxt) API to get the byte offest in input.
2004-02-12This package doesn't build anything.minskim1-2/+1
2004-02-12bl3ifyminskim2-2/+24
2004-02-12Add buildlink3.mk.minskim1-0/+23
2004-02-12Remove CPP setting for now until I find a better way to wrap these. Thisjlam2-6/+2
backs out the changes in rev. 1.24 of mk/compiler.mk, but I will restore the behaviour elsewhere.
2004-02-12Enable EXTRACT_{ONLY,SUFX}= .rar. Ok'ed by jlamxtraeme1-1/+7
2004-02-12bl3ifyminskim1-6/+6
2004-02-12Download the new configure script rather than having a huge patch.minskim3-40795/+10
Suggested by wiz@.
2004-02-12s/_BUILTIN_NCURSES/BUILDLINK_IS_BUILTIN.ncurses/gjlam1-3/+3
2004-02-12Don't try to build the docbook documentation. Fixes PR 24367.jlam1-1/+2
2004-02-12Replace configure with the one generated by newer autoconf, and adjustminskim4-22/+40806
Makefile accordingly. This makes libwww build again with libtool-1.5.2. The problem was reported by reed@ in PR pkg/24391.
2004-02-12Move a test from the reorderlibs script out to the wrapper scripts forjlam3-6/+11
efficiency reasons.
2004-02-12Add missing "$" that was causing the reorderlibs script to create ajlam1-2/+3
variable with an exponentially increasing size. Fixes infinite loop when building security/cyrus-saslauthd.
2004-02-12Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-uijmmv2-3/+4
benefit of it.
2004-02-12Specify OpenRM and cal3d installation prefices to configure script.seb1-1/+3
2004-02-12Replace BUILD_TARGETS with ALL_TARGET; the former is unknown.jmmv1-2/+2
2004-02-12Remove (commented out) do-build target.jmmv1-6/+1
2004-02-12Fix build by including mpi-ch's buildlink2.mk rather than just dependingrecht1-3/+2
on it.
2004-02-12add buildlink{2,3}.mkrecht2-0/+55
needed for py-Scientific to build
2004-02-12bl3ify. While here, update MAINTAINER email addr.minskim2-14/+14
2004-02-12bl3ifyminskim1-3/+3
2004-02-12Always add --x-{includes,libraries}=${X11BASE}/{include,lib}seb1-2/+2
to CONFIGURE_ARGS if USE_X11 is defined i.e no need to special case xpkgwedge usage. Please note that previously these were added to CONFIGURE_ARGS as soon as xpkgwedge was used even if the package did not actually defined USE_X11 or something implying it.
2004-02-12.if should be closed with .endif, not with .fi (hi jmmv!).minskim1-2/+2
2004-02-12This needs pkgconfig.jmmv1-1/+2
2004-02-12Set DIST_SUBDIR to PKGNAME because distfiles don't have versionminskim4-8/+10
information. Suggested by taca@ on tech-pkg@.
2004-02-12Note update of www/squid package to 2.5.4nb8.taca1-1/+2
2004-02-12Update squid package to 2.5.4nb8; apply five official patches.taca2-6/+21
o Empty proxy_auth ACLs are silently accepted but lead to unpredictable ACL matching synopsis If a proxy_auth acl is incorrectly defined with no members then any http_access rules using this acl will give unpredictable results depending on the results of earlier acl lookups. This patch corrects both the reason to why acl lookups became unpredictable and makes Squid reject such incorrect acl definitions. severity Medium date 2004-01-15 07:44 bugzilla #893 versions Squid-2.5 and earlier platforms All workaround Make sure your proxy_auth acls are correctly defined. If the acl should not match any users then don't declare the acl at all. o Squid doesn't follow telnet protocol on FTP control connections synopsis Squid forgot to escape IAC characters (ascii code 255) in FTP requests, causing problems to access files/directories using this character in their name or to log in with this character in the login or password. severity Minor date 2004-02-03 14:38 bugzilla #877 versions Squid-2.5 and earlier platforms All workaround Double any such characters in the input to Squid. (%ff%ff instead of %ff) o Random auth popups and account lockouts when using NTLM synopsis When using NTLM authentication random auth popups and account lockouts may be experienced. severity Medium date 2004-02-11 22:12 bugzilla #908 versions Squid-2.5 platforms All workaround It may help to configure a lot of NTLM helpers but this is not verified. o squid_ldap_group -S option did not work synopsis The -S and -E options in squid_ldap_group v2.12 was mixed up, making the options somewhat hard to use. severity Minor date 2004-02-09 17:10 bugzilla #911 versions Squid-2.5.STABLE4 + ldap_group 2.12 patch platforms All workaround Specify -E instead of -S. o Squid stuck at 100% CPU loop in ipcache_purgelru, or segfault in the same synopsis The squid-2.5.STABLE4-connect_cleanup.patch was not entirely correct and could cause memory corruption in certain situations involving negative DNS replies (host not found etc) severity Major date 2004-02-12 09:42 bugzilla #891 versions Squid-2.5.STABLE4-20031210 to 20040212 platforms All
2004-02-12Remove .info from PLIST.minskim1-2/+1
2004-02-12bl3ifyminskim1-4/+4
2004-02-12Yet another mipseb config.guess/config.sub override.sekiya1-1/+4
2004-02-12Note update of gtk-doc to 1.1.jmmv1-1/+2
2004-02-12Update to 1.1:jmmv4-20/+26
2003-04-18 James Henstridge <james@daa.com.au> * NEWS: add news items. * configure.in: increment version number. 2003-03-14 Matthias Clasen <maclas@gmx.de> * gtkdoc-mkdb.in (OutputBook): Fix the public identifier for DocBook V3.0: Davenport, not DavenPort. (#108343, Mariano Suarez-Alvarez) 2003-03-10 James Henstridge <james@daa.com.au> * configure.in: associate the chmod commands with the files they are chmod'ing. This way config.status will always run the correct chmod command. 2003-03-04 James Henstridge <james@daa.com.au> * configure.in: look up the docbook DTD by public id rather than system id. 2003-02-26 Matthias Clasen <maclas@gmx.de> * gtkdoc-mkdb.in (GetArgs): Prefer template or comment docs over blurbs only if they're nonempty, otherwise the empty docs from the templates override all the blurbs. 2003-02-26 James Henstridge <james@daa.com.au> * autogen.sh (THEDIR): set up so that it will choose automake 1.7 or 1.6 in preference to 1.4. Passes distcheck okay. * configure.in: update configure.in script to match recommendations of newer autoconf's, and add an AC_PREREQ() statement, since the xml catalog checks are using new autoconf features. * gtk-doc.make (xml-build.stamp): since other bits of the makefile were assuming xml, may as well hard code --output-format=xml. 2003-02-19 James Henstridge <james@daa.com.au> * Makefile.am: get rid of the dist-hook, and just include the given files in EXTRA_DIST instead. * configure.in: provide meaningful names for the commands. * acinclude.m4 (JH_CHECK_XML_CATALOG): add some extra arguments: a friendly name for the catalog entry, and actions to run if the entry was found or not. Also include a bit more information in the config.log file if an error occurs. 2003-02-18 Matthias Clasen <maclas@gmx.de> * gtkdoc-mkhtml.in (declaration): Avoid the unportable grep option -q. (#105311) 2003-02-19 James Henstridge <james@daa.com.au> * devhelp.xsl: put chapters that aren't at the top level into the toc tree (to make gtk's .devhelp tree look better). * gtk-doc.spec.in (Requires): make the requires lines match current requirements ... * gtkdoc-mkhtml.in (XSLTPROC): pass --nonet to xsltproc, so we don't try to download DTDs and XSLT over the net. The configure checks should catch people who don't have the correct files in their catalog. 2003-02-17 James Henstridge <james@daa.com.au> * gtkdocize.in (--version): add --version argument. 2003-02-14 James Henstridge <james@daa.com.au> * gtkdoc-mkdb.in (GetOptions): actually accept --tmpl-dir as a command line option. Based on a patch from Simon Josefsson <jas@extundo.com>. * gtk-doc.xsl: remove the xmlns declaration. Not really needed for html output anyway ... 2003-02-13 James Henstridge <james@daa.com.au> * devhelp.xsl: remove refsect1's and refsect2's from book tree, as suggested by Hallski. * gtk-doc.make (install-data-local): the change to install images was superfluous, so I have removed it. (CLEANFILES): move some more stuff to CLEANFILES from the distclean-local rule. 2003-02-12 James Henstridge <james@daa.com.au> * gtk-doc.make: add some chmod calls to work arround distcheck on automake >= 1.6. (install-data-local): copy the images as well as the html files during install. (uninstall-local): add an uninstall rule to remove the docs. (CLEANFILES): add $(DOC_MODULE)-scan.o to the list of files to be cleaned up. 2003-02-09 James Henstridge <james@daa.com.au> * gtkdocize.in: script used to copy gtk-doc.make into another module. * gtk-doc.make: automake makefile fragment to handle gtk-doc support in other modules. * configure.in: check to make sure DocBook XML DTD and XSLT stylesheets are present in the XML catalog. * acinclude.m4 (JH_CHECK_XML_CATALOG): new macro to check for entries in the XML catalog. 2003-02-04 James Henstridge <james@daa.com.au> * gtk-doc.m4: a macro to check for gtk-doc. * Makefile.am (gtkdocdata_DATA): don't bother installing xml.dcl. It isn't used anymore (since switching xml mode to xsltproc). * gtkdoc-mkhtml.in (gtkdocdir): and here. * Makefile.am (gtkdocdatadir): change dir. * configure.in: put data files in $(datadir)/gtk-doc/data, so that they don't all get mixed up with the html docs installed by other packages.
2004-02-12Note revision bump for docbook-xsl to 3.jmmv1-1/+2
2004-02-12PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to usejlam3-6/+6
${SHLIBTOOL} instead.
2004-02-12Register the chunk.xsl stylesheet in the catalog file. Bump PKGREVISION to 3.jmmv2-3/+4
2004-02-12Double-check that the files named in GNU_MISSING_OVERRIDE actually existjlam1-4/+6
before replacing them.
2004-02-12Remove hidden dependency on autoconf by using GNU_MISSING_OVERRIDE. Also,jlam2-3/+5
PKGSHLIBTOOL has been removed from pkgsrc and we're supposed to use ${SHLIBTOOL} instead.
2004-02-12GNU_MISSING_OVERRIDE is a list of files relative to ${WRKSRC} that arejlam1-1/+13
replaced by pkgsrc/mk/gnu-config/missing. This avoids requiring autoconf and automake as hidden build dependencies when they're not ever invoked by the build process.
2004-02-12Remove trailing whitespace.jlam1-12/+12
2004-02-12We only conflict with cyrus-sasl<2.1.15nb2, which was the first versionjlam1-2/+2
of cyrus-sasl2 after spliiting out the saslauthd into a separate package.
2004-02-12Use pkgsrc intltool.jmmv1-1/+2
2004-02-12Let this package compile - no point in redefining sys_nerr, sys_errlistagc2-13/+20
and friends these days - <errno.h> should have them.
2004-02-12Preserve previous behavior: only use buildlink3 when USE_BUILDLINK3 is setjmmv1-2/+6
to yes; otherwise, default to buildlink2.
2004-02-12Prevent non-zero exit status when calling the compiler to print out thejlam2-4/+4
version string.
2004-02-12Include gcc3-c/buildlink3.mk to get the gcc3-c library and header filesjlam1-3/+6
symlinked into ${BUILDLINK_DIR}.
2004-02-12Only use Xinerama if it is available as a shared library. Using only thejmmv3-2/+31
static one means that libnautilus-private won't be built, breaking this (and other) packages. Patch tested by wiz@.
2004-02-12Cut-n-paste... it's so easy... easy to miss errors, that is.jlam1-2/+2
2004-02-12Skip the common cache for more options that are only sunpro-cc related.jlam1-2/+2
2004-02-12Allow this file to keep working with packages that haven't been bl3ified.jlam1-2/+10