summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Fix spelling of PKGREVISION.jlam1-2/+2
2004-01-20Remove USE_BUILDLINK2 from Makefile.common and distribute the setting tojlam10-12/+29
all of the package Makefiles that include Makefile.common.
2004-01-20Updated x11/gdm to 2.4.4.7, old gnome v1 gdm package has been movedxtraeme2-4/+4
to x11/gdm1.
2004-01-20Fix PATH (gdm -> gdm1).xtraeme1-2/+2
2004-01-20Updated p5-HTML-Parser to 3.35:abs1-1/+3
- Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>. - Removed redundant dSP. Update p5-libwww to 5.76, changes since 5.69 include: - Revised handling of redirects - Documentation updates - Improved lwp-download program - IIS ftp fixes - Many HTML::Form fixes
2004-01-20Require gdm>=2.4.4.7 at least.xtraeme1-2/+2
2004-01-20Finishing previous commit.xtraeme2-19/+102
2004-01-20Update p5-libwww-perl to 5.76, changes since 5.69 include:abs2-6/+5
- Revised handling of redirects - Documentation updates - Improved lwp-download program - IIS ftp fixes - Many HTML::Form fixes
2004-01-20Add and enable gdm1.xtraeme1-1/+2
2004-01-20Updated p5-HTML-Parser to 3.35abs2-5/+5
- Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>. - Removed redundant dSP.
2004-01-20Update gdm to 2.4.4.7 (Fully GNOME 2, gnome v1 libraries are not requiredxtraeme18-1307/+7798
anymore). Update provided by Min Sik Kim via pkgsrc-wip, with minimal changes by me. Changes: 2.4.4.7 stuff: - Fix build problem caused by intltool (fixes #130234) - Translation update (Zygimantas Berucka) 2.4.4.6 stuff: - Fixes xdmcp session counting (fixes #126465) - The programs that want to talk to gdm check ownership of /tmp/.gdm_socket for added paranoia - Fix assert failure when starting Xnest (fixes #127780) - Time for the fail delay is in microseconds (Leena Gunda, fixes #128507) - Translation updates (Maxim Dziumanenko, Dmitry G. Mastrukov, Russian team, Andras Timar, Sanlig Badral, Paul Duffy, David O'Callaghan, Jordi Mallach, Jordi Mas, Guntupalli Karunakar, Andras Timar) 2.4.4.5 stuff: - Brown paper security bag: ~/.Xauthority could be left readable after logout - gecos info (face browser user name) didn't get through if non-utf8 (Frederic Crozat) (fixes mandrake #5309) - Translation updates (another brown paper bag, these went in over the last month) (Kjartan Maraas, Andras Timar, Danilo Segan, Ales Nyakhaychyk, Asmund Skjaeveland, Gustavo Maciel Dias Vieira, Augusta Marques da Silva, Richard Allen) And more... please review NEWS file to see a full list of changes.
2004-01-20Reimport current gdm package (GNOME v1) to x11/gdm1.xtraeme19-0/+1451
2004-01-20Update galeon to 1.2.13nb2abs1-1/+3
Fix build against mozilla-1.6. Should fix PR pkg/24140. Tested on NetBSD/i386 1.6.2_RC4
2004-01-20Update galeon to 1.2.13nb2abs1-5/+5
Fix build against mozilla-1.6. Should fix PR pkg/24140. Tested on NetBSD/i386 1.6.2_RC4
2004-01-20add archivers/pax, net/tnftp, security/kth-krb4 and textproc/nbsed togrant1-7/+9
the packages to skip on non-NetBSD because they blow away bootstrap-pkgsrc installed files. only create ${PKG_DBDIR} if it doesn't already exist.
2004-01-20Add UNLIMIT_RESOURCES=datasize to fix build under gcc3abs1-1/+3
2004-01-20make this work on Solaris by using perl's internal grep(). it isgrant1-15/+28
faster, and (f)grep can't handle very long word lists.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc58-119/+121
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc628-1263/+1323
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc462-925/+973
2004-01-20Add an example Makefile, with annotated paragraphs and fields.agc1-0/+66
2004-01-20Get rid of multi-line string constants for gcc3agc2-1/+215
2004-01-20Update to 4.58nb2: make pine run properly on the DEC Alpha processor.hubertf3-9/+18
Patch submitted by Robert Pendell, shinji257@uplink.net.
2004-01-20Update to kde-3.1.5 the ones I missed. Takahiro Kambe has alreadymarkd10-23/+62
done the distinfo files.
2004-01-20reverse some "if ! command;" statements so this works with Solaris'grant1-9/+9
/bin/sh, which doesn't deal with ! bulk builds now work out-of-the-box on Solaris. woo :-)
2004-01-20revert previous, the config file is rsyncd.conf, which lives ingrant1-2/+2
${PKG_SYSCONFDIR}. noted by Min Sik Kim.
2004-01-20missed a `uname -p`grant1-2/+2
2004-01-20get and use the value of ${MACHINE_ARCH} instead of `uname -p` togrant1-2/+3
correctly reflect the pkgsrc arch. (uname -p returns "unknown" on (my) Linux, which is not very helpful..)
2004-01-20squid-2.5.STABLE4-http_workarounds.patch was updated. (It seems thattaca1-3/+3
some patch were added.)
2004-01-20tiny whitespace tweakgrant1-2/+2
2004-01-20Updated rsync to 2.6.0.grant1-1/+2
Major changes since 2.5.7: * "ssh" is now the default remote shell for rsync. If you want to change this, configure like this: "./configure --with-rsh=rsh". * Added --files-from, --no-relative, --no-implied-dirs, and --from0. Note that --from0 affects the line-ending character for all the files read by the --*-from options. (Wayne Davison) * Length of csum2 is now per-file starting with protocol version 27. (J.W. Schultz) * Per-file dynamic block size is now sqrt(file length). The per-file checksum size is determined according to an algorithm provided by Donovan Baarda which reduces the probability of rsync algorithm corrupting data and falling back using the whole md4 checksums. (J.W. Schultz, Donovan Baarda) * The --stats option no longer includes the (debug) malloc summary unless the verbose option was specified at least twice. * Added a new error/warning code for when files vanish from the sending side. Made vanished source files not interfere with the file-deletion pass when --delete-after was specified. * Various trailing-info sections are now preceded by a newline. * Many bug-fixes. Update provided by Min Sik Kim in PR pkg/24146.
2004-01-20fix usage of ${PKG_SYSCONFDIR}grant1-2/+2
2004-01-20Note update of py-ldap to version 2.0.0pre15.cube1-1/+2
2004-01-20Update to version 2.0.0pre15, provided by David Ferlier in PR 24138 andcube5-73/+70
slightly reworked by myself. David will now maintain it. The 2.x series support OpenLDAP 2.x. From then an incomplete list of changes is available in the CHANGES file of the distfile.
2004-01-20Updated rsync to 2.6.0.grant8-162/+55
Major changes since 2.5.7: * "ssh" is now the default remote shell for rsync. If you want to change this, configure like this: "./configure --with-rsh=rsh". * Added --files-from, --no-relative, --no-implied-dirs, and --from0. Note that --from0 affects the line-ending character for all the files read by the --*-from options. (Wayne Davison) * Length of csum2 is now per-file starting with protocol version 27. (J.W. Schultz) * Per-file dynamic block size is now sqrt(file length). The per-file checksum size is determined according to an algorithm provided by Donovan Baarda which reduces the probability of rsync algorithm corrupting data and falling back using the whole md4 checksums. (J.W. Schultz, Donovan Baarda) * The --stats option no longer includes the (debug) malloc summary unless the verbose option was specified at least twice. * Added a new error/warning code for when files vanish from the sending side. Made vanished source files not interfere with the file-deletion pass when --delete-after was specified. * Various trailing-info sections are now preceded by a newline. * Many bug-fixes. Update provided by Min Sik Kim in PR pkg/24146.
2004-01-20Re-add checksum for MesaDemos, that somehow got lost along the way.jschauma1-1/+3
Noted by Takahiro Kambe.
2004-01-20procmail-3.22nb1lukem1-1/+2
2004-01-20Bump pkgrevision (to procmail-3.22nb1), for simonb's memory allocationlukem1-1/+2
fix in patch-af. Without that patch, the example procmail rules in spamprobe's manual page will cause procmail to eat your mail, so we should make it obvious...
2004-01-20note update of stunnel to 4.04nb3.grant1-1/+2
2004-01-20put the stunnel.pid file in /var/run, not ${PREFIX}/var/run.grant1-3/+4
bump PKGREVISION.
2004-01-20Fix typos in the manual page.lukem2-1/+27
2004-01-20Note update of Mesa and friends to 6.0.jschauma2-3/+7
2004-01-20Update Mesa and friends to version 6.0:jschauma30-362/+631
Changes since 5.2: New: - full OpenGL 1.5 support - updated GL/glext.h file to version 21 Changes: - changed max framebuffer size to 4Kx4K (MAX_WIDTH/HEIGHT in config.h) Bug fixes: - fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color clamping issue - updated suno5-gcc configs - glColor3 functions sometimes resulted in undefined alpha values - fixed FP divide by zero error seen on VMS with xlockmore, others - fixed vertex/fragment program debug problem (bug 873011) - building on AIX with gcc works now - glDeleteProgramsARB failed for ARB fragment programs (bug 876160) - glDrawRangeElements tried to modify potentially read-only storage - updated files for building on Windows Changes since 5.0.2: New features: - reorganized directory tree - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche) - GL_ATI_texture_env_combine3 extension (Ian Romanick) - GL_SGI_texture_color_table extension (Eric Plante) - GL_NV_fragment_program extension - GL_NV_light_max_exponent extension - GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle) - GL_ARB_occlusion_query extension - GL_ARB_point_sprite extension - GL_ARB_texture_non_power_of_two extension - GL_IBM_multimode_draw_arrays extension - GL_EXT_texture_mirror_clamp extension (Ian Romanick) - GL_ARB_vertex_buffer_object extension - new X86 feature detection code (Petr Sebor) - less memory used for display lists and vertex buffers - demo of per-pixel lighting with a fragment program (demos/fplight.c) - new version (18) of glext.h header - new spriteblast.c demo of GL_ARB_point_sprite - faster glDrawPixels in X11 driver in some cases (see RELNOTES-5.1) - faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1) Bug fixes: - really enable OpenGL 1.4 features in DOS driver. - fixed issues in glDrawPixels and glCopyPixels for very wide images - glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint - fixed some texgen bugs reported by Daniel Borca - fixed wglMakeCurrent(NULL, NULL) bug (#835861) - fixed glTexSubImage3D z-offset bug (Cedric Gautier) - fixed RGBA blend enable bug (Ville Syrjala) - glAccum is supposed to be a no-op in selection/feedback mode - fixed texgen bug #597589 (John Popplewell) Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. - glxgears.c demo updated to use GLX swap rate extensions - glTexImage1/2/3D now allows width/height/depth = 0 - disable SPARC asm code on Linux (bug 852204)
2004-01-20Actually, since we want to use perl5/buildlink3.mk, this package does needjlam1-2/+2
to set USE_BUILDLINK3=yes.
2004-01-20This package never invokes the toolchain so it doesn't need buildlink[23].jlam1-4/+5
Define NO_BUILDLINK to signify this to bsd.pkg.mk. Also, note that this package trivailly supports pkgviews.
2004-01-20postgresql-7.4.1 already in pkgsrc-wip too.xtraeme1-2/+2
2004-01-20gdm-2.4.4.6 already in pkgsrc-wip.xtraeme1-2/+2
2004-01-20on Linux, use --bind arg to mount(8) and call 'MAKEDEV generic' togrant1-2/+6
make the device files, as this is what Linux systems seem to use...
2004-01-19If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properlyjlam2-4/+4
to point to ../../lang/perl58. This fixes PR 23573 and PR 24031.
2004-01-19Fix PERL5_REQD=5.8 to mean that we want to install lang/perl58. Before,jlam1-2/+2
we were expecting PERL5_REQD=5.8.0.