summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24split the common parts of python22 and python22-pth into Makefile.commongrant14-4355/+2251
and fix PLIST for some modules which are only installed on Solaris.
2004-01-24split the common parts of python21 and python21-pth into Makefile.commongrant8-3539/+1820
and fix PLIST for some modules which are only installed on Solaris.
2004-01-24- adns-1.1xtraeme1-2/+1
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam66-137/+154
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam19-69/+119
2004-01-24Note update of udunits to 1.12.1.kristerw1-1/+2
2004-01-24Update udunits to version 1.12.1.kristerw3-7/+16
Changes since version 1.11.7: 1.12.1 2003-12-01 Corrected omission of file "lib/udunits.inc.in" from distribution. Ported to Mac OSX (I hope). 1.12.0 2003-08-29 Corrected definition of "apothecary_pound". Corrected documentation of "common_year" in the units database. Modified the syntax of a couple of statements in file "src/utlib.c" to accomodate the, apparently, non-conforming C/SX C compiler on NEC SX-4 SUPER-UX systems, which can't dereference a pointer returned by a function. Added "mi" to database as alias for "mile". Corrected documentation on origin-shift in unit specifications. Ported to systems with sizeof(double) < sizeof(DOUBLE PRECISION). Added determination of Fortran type equivalent to C pointer to configuration script. Added utIsInit() and utisopen() to the API. Corrected Hertz symbol: changed from "hz" to "Hz". Corrected reference to udunits(3) library in udunitsperl(1) manual-page. Added support for Absoft Fortran.
2004-01-24Append to BUILDLINK_DEPENDS.freetype2 so that if another package wants anjlam1-2/+2
even newer version, it will still work.
2004-01-24bl3ifyjlam2-9/+33
2004-01-24If we use the XFree86-supplied GL and GLU libraries, then we are using X11.jlam2-2/+4
2004-01-24Using Xrender implies using X11.jlam1-1/+2
2004-01-24Using xpm implies using X11.jlam1-1/+2
2004-01-24Make sure that <freetype/freetype.h> is found. Also if we use thejlam1-1/+3
XFree86-supplied freetype2, then set USE_X11.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24Don't force binary package consistency through BUILDLINK_DEPENDS, we nowrh1-2/+3
have BUILDLINK_RECOMMENDED for this.
2004-01-24bl3ifyjlam4-7/+48
2004-01-24The mastersite has changed the name of the distfile.kristerw2-5/+6
2004-01-24Include buildlink 2 glue code for "libiconv" package to fix build problemstron1-1/+2
in the "xine-arts" package.
2004-01-23Override config.sub and config.guess.kristerw1-1/+3
2004-01-23Update USE_NCURSES example with a still missing function.wiz1-2/+2
2004-01-23Correct a minor mistake in previous commit, to actually get itkristerw2-6/+15
to compile on NetBSD 1.6.
2004-01-23Replace USE_NCURSES with appropriate INCOMPAT_CURSES.wiz1-2/+3
2004-01-23Update USE_NCURSES comment.wiz1-2/+2
2004-01-23Fix build on NetBSD 1.6 where O_NOFOLLOW isn't available.recht3-1/+37
Noted by Krister Walfridsson.
2004-01-23Update lang/perl58 to 5.8.2. Changes from version 5.8.1nb1 include:jlam4-33/+44
* Build without sparc64 hacks on NetBSD-*-sparc64 if using a gcc>=3.3. * The hash randomisation introduced with 5.8.1 has been amended to be binary compatible with 5.8.0. * Several memory leaks associated with variables shared between threads have been fixed. * Several modules were updated: Devel::PPPort Digest::MD5 I18N::LangTags libnet MIME::Base64 Pod::Perldoc strict Tie::Hash Time::HiRes Unicode::Collate Unicode::Normalize UNIVERSAL * Some syntax errors involving unrecognized filetest operators are now handled correctly by the parser.
2004-01-23regenwiz1-2/+2
2004-01-23Make build on -current.wiz2-5/+15
Also, this package can use native curses since 1.6V; replace USE_NCURSES with appropriate INCOMPAT_CURSES.
2004-01-23- py-curl-7.10.8recht1-2/+1
2004-01-23note update of py-curl to 7.10.8recht1-1/+2
2004-01-23update to PycURL 7.10.8recht3-9/+9
changes: * Added support for these new libcurl 7.10.8 features: CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_IPRESOLVE, CURLOPT_MAXFILESIZE, CURLINFO_HTTPAUTH_AVAIL, CURLINFO_PROXYAUTH_AVAIL, CURL_IPRESOLVE_* constants. * Added support for these new libcurl 7.10.7 features: CURLOPT_FTP_CREATE_MISSING_DIRS, CURLOPT_PROXYAUTH, CURLINFO_HTTP_CONNECTCODE. * Added missing CURLOPT_ENCODING option (patch by Martijn Boerwinkel <xim@xs4all.nl>)
2004-01-23- curlrecht1-2/+1
2004-01-23note update of curl to 7.11.0recht1-1/+2
2004-01-23update to curl-7.11.0recht3-10/+10
Fixed in 7.11.0 Changes: - allows the URL to be set by a callback when using the multi interface - large file support was added. Use one of the new options: INFILESIZE_LARGE, RESUME_FROM_LARGE and MAXFILESIZE_LARGE - the new --ftp-pasv overrides a previous --ftpport - CURLOPT_FTPSSL and ftps:// now do ssl over FTP "The Right Way" (the curl tool now features the --ftp-ssl option) - The Windows DLLs are built with an added "resource file" - New LIBCURL_VERSION_* defines for easier checking version number - Included Mac OS X 'framework' makefile in the release archive - Removed the TRUE and FALSE #defines from the public curl header file - Added CURLOPT_NETRC_FILE For a complete list see the Changelog at http://curl.haxx.se/changes.html
2004-01-23+xpdf-3.00wiz1-1/+2
2004-01-23- elinks-0.9.1recht1-2/+1
2004-01-23note update of elinks to 0.9.1recht1-1/+2
2004-01-23Update to elinks 0.9.1recht2-5/+5
The main changes in ELinks-0.9.1 are: * Fixed crash when Download manager was open and you attempted to download a file * Fixed redrawing after find-next ('n') action * Fixed segfault triggered by pressing Page down in empty menu * Fixed <sub>/<sup>-related renderer leak * Dump link titles only if non-empty, and fix imgmap dumping Please see ChangeLog for full list of changes.
2004-01-23Note update of kopete to 0.8beta2.jmmv1-1/+2
2004-01-23Update to 0.8beta2. I've been using it for several days and is stable enoughjmmv4-220/+325
for regular use. Changes: o Main Application o Blink the metacontact status icon on the contact list whan changing the status (Olivier) o Hide empty groups (David) o Show the idle time in the tool-tip (Olivier) o Add DCop interface to connect/disconnect an account, or load/unload a plugin. Make possible to select what account to connect with the command line. (Olivier) o URLs in the new message balloon are now clickable links that don't open a chat window. (Will) o Allow to use customs icon for groups and metacontacts (Stephan / Olivier) o Allow the user to move a contact to a new metacontact (Olivier) o Show a link in the passive popup (i whish this could be a kdelibs item) (Olivier) o KAdressBook integration (Will) o New Preference system (Martijn, Matt, Olivier) o ChatWindow is a plugin internaly (Olivier) o New chat window group policy: Group per metacontact and per groups (Jason) o Use KWallet when compiled against KDE 3.2 for secure password storage (Martijn) o Rewrite of the plugin loader to make full use of KTrader (Martijn) o Show the online status icon in the tooltip (Martijn) o MSN o New account edit page, that allow to set phone numbers, and set if we want to block spam from unknown people, and show the reverse contactlist (Olivier) o Display Picture (Olivier) o Download and show custom emoticons (Olivier)
2004-01-23Use tabs for indentation.jmmv2-16/+16
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv277-454/+554
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Note update of lftp to version 2.6.12.cube1-1/+2
2004-01-23Update to version 2.6.12. Supposedly the last release of the 2.6.x series.cube2-5/+5
What's new since 2.6.11: * fixed put over https protocol. * fixed spinning in bg mode when an external program was still running at the time of moving to background. * fixed compilation with IRIX MIPSPro compiler.
2004-01-23+ adns-1.1 [pkg/24177], balsa2-2.0.16, curl-7.11.0, elinks-0.9.1,wiz1-4/+11
galeon-1.3.12, gphoto2-2.1.4, gsasl-0.0.14, libgphoto2-2.1.4, libidn-0.3.7, snownews-1.4.4. - fileroller-2.4.3 [pkg/24160], kmplayer-0.8.2rc5 [pkg/24142].
2004-01-23Move the MESA_VERSION definition from version.mk into Makefile.common, andjlam2-8/+8
don't include version.mk from Makefile.common. version.mk's sole purpose now is to figure out which version of the OpenGL specification is implemented by the XFree86-provided Mesa and to deduce a likely version of Mesa from the OpenGL specification implemented.
2004-01-23Convert one useage of a C99 feature to plain old C.kristerw2-1/+19
2004-01-23Note gqview-devel update.snj1-1/+2
2004-01-23Update to 1.3.8.snj2-6/+5
Changes since 1.3.7: * Updated translations for fi, ja, and sv. * Revert to old pageup/down key behavior for main window. * EXIF sidebar state and size are now retained. * Added N key to go to next image, to supplement B for previous image. * Fix selection of next image when deleting current image. * Fix image size display in properties window. * Fix display of file sizes and counts greater than 2 gigabytes. * Fix failure to complete thumbnails after encountering corrupt image. * Fix incorrect name display when creating a folder in the tree view. * Fix clear list crash in find duplicates window when comparing 2 sets. * Fix use of freed memory in thumbnail loader. * Fix invalid utf-8 warning in help window. * Fix output of --help to non-utf-8 terminals. * Grammar and spelling fixes. * Misc. bug fixes. Okayed by wiz.
2004-01-23Make this compile (__STDC__ wrongly undefined, and also attr_t redefinitionagc5-1/+59
conflict with curses)
2004-01-23Make this package compile on NetBSD 1.6.kristerw3-1/+52