summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-05Sprinkle a few double quotes here and there.jlam2-8/+8
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam17-300/+257
2004-01-05Delete kochi-otf, which is no longer developed and its source no longeruebayasi1-1/+2
distributed, because of (unintentional) piracy.
2004-01-05Delete kochi-otf.uebayasi5-43/+1
2004-01-05Note update to kochi-ttf-20030823.uebayasi1-1/+2
This release is a stop-gap of Kochi TrueType font and composed of real free fonts. It was revealed that older Kochi fonts were (unfortunately) based on an illegal free font. Older Kochi fonts must not be distributed any more.
2004-01-05Belately update to 20030823.uebayasi3-18/+16
This release is a stop-gap of Kochi TrueType font and composed of real free fonts. It was revealed that older Kochi fonts were (unfortunately) based on an illegal free font. Older Kochi fonts must not be distributed any more.
2004-01-05fix a bug in the extraction of shlib dependencies on Darwin whichgrant1-2/+2
caused non-shared objects to be mistakenly added to the buildinfo REQUIRES.
2004-01-05When checking the value of yes/no variables using the thejlam1-6/+6
!empty(...:M[yY][eE][sS]) construct, always use !empty(...) instead of empty(...) just for some consistency.
2004-01-05Forgot to drop package revision.junyoung1-2/+1
2004-01-05It's more reliable to check <GL/gl.h> instead of <GL/glext.h> for thejlam1-4/+4
appropriate GL_VERSION_m_n definitions to divine the version of Mesa that's installed with XFree86.
2004-01-05Add a missing directories to ${INSTALL_DATA_DIR} and PLIST.kristerw2-2/+5
2004-01-05Whitespacejlam1-4/+4
2004-01-05Of course I really meant buildlink*3*.mk.jlam1-2/+2
2004-01-05Regen.xtraeme1-3/+3
2004-01-05Note update of cvsup* packages to 16.1.hxtraeme2-3/+4
2004-01-05Update CVSup packages to snapshot 16.1.h, provided by Motoyuki Konno inxtraeme6-21/+79
PR pkg/22870.
2004-01-05note update of p5-Net-Server to 0.86.grant1-1/+2
2004-01-05Updated p5-Net-Server to 0.86.grant2-5/+5
changes since 0.85: - Changed maintainer to bbb@cpan.org (Rob Brown). - Patch to fix Net::Server::Daemonize setuid bug: http://www.ijs.si/software/amavisd/net-server.patch - Add a fix in the argument handling of configure to account for some alpha systems (James Vasak) - For RedHat 8.0 perl.req, avoid demanding that perl(IO::Muliplex) and perl(IO::Socket::SSL) rpms are installed just to use Net::Server.
2004-01-05Update to gnus 5.10.6, various bugfixes. Last gnus of the 5.10lha3-6/+7
releases.
2004-01-05improve description (hey, it's better than a one-liner!)grant1-1/+13
2004-01-05Minimum version of esound required is 0.2.27 not 2.4.1 (Hi Jeremy!).xtraeme1-2/+2
This closes PR pkg/23984 by Min Sik Kim.
2004-01-05Note update of libgii/libggi packages.xtraeme1-1/+3
2004-01-05Update to 2.0.4, closes PR pkg/23820.xtraeme4-29/+17
Changes: o build fix: cygwin has no sys/shm.h and sys/ipc.h, so configure disables all targets requiring them, if not present. o cbconsist demo: sync with devel tree o gcc 3.3 compiling fix for default/linear_16/crossbuild.c (fixes Debian bug #197214) o merged build fix from FreeBSD's ports tree to make the xf86dga target compile on FreeBSD (fixes FreeBSD PR ports/52380) o X-target + minor mode initialization fix from Argo Vessmann + shm helper checks return code, when setting up the directbuffer + release locking on failure. (Threadsafety fix) + fixed geometry check. Opening (very) small windows is now possible.
2004-01-05Update to 0.8.4xtraeme5-45/+26
Changes since 0.8.3: * gcc 3.3 warning fix (warnings caused by <ggi/gg.h>:194 fixed) * hotfixes for libgii 0.8.3 * fixed memory leak on unloading modules under Darwin * win32 (cygwin/mingw) compile fixes from Albert Graef * cygwin build fixes
2004-01-04Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead ofjlam2-6/+4
BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> where we're adding search directories. Using the former should do the right thing for pkgviews if we do binary package upgrades of dependencies by inserting the right default view directories into the search path as well.
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam67-526/+389
2004-01-04We don't need to escape "+" if we're using the :M variable operator.jlam1-3/+3
2004-01-04fix path to py-libxml2recht1-2/+2
noted by Min Sik Kim in private mail
2004-01-04Rearrange some of the lines in the buildlink3.mk example so that it's a bitjlam1-6/+3
shorter to write.
2004-01-04Note re-import of gnome1 version of evolution as evolution12rh1-1/+2
2004-01-04evolution-1.2.x now resides in mail/evolution12rh1-3/+3
2004-01-04Add and enable evolution12rh1-1/+2
2004-01-04Re-import of evolution-1.2.4nb6, the gnome1 version of evolution asrh17-0/+2009
evolution12.
2004-01-04remove evolution-1.4rh1-2/+1
2004-01-04Note update of evolution to 1.4.5rh1-1/+2
2004-01-04Update evolution to 1.4.5. Changes include feature enhancements and tonsrh11-1664/+1449
of bug fixes, too numerous to list here. Most nobably, this version of evolution now uses the gnome2 framework instead of gnome1.
2004-01-04BUG FIXES:jlam1-59/+85
* Don't add any dependencies (via BUILDLINK_DEPENDS) unless buildlink3.mk files add them. This fixes case where the software existed both in the base system and in /usr/pkg, we used only the built-in software, but we still recorded a dependency on the one in /usr/pkg. * Re-structure the code that populates ${BUILDLINK_DIR} so that we don't bump into ARG_MAX limits in the shell. This should fix the problem present in the buildlink2 framework noted in: http://mail-index.netbsd.org/tech-pkg/2004/01/03/0005.html CHANGES: * Define a new yes/no variable BUILDLINK_USE_BUILTIN.<pkg> that determines if we should use the built-in software or not. This should probably replace the various USE_NCURSES, USE_GNU_READLINE, USE_GNU_GETTEXT, etc. variables with something whose naming is a bit more consistent and is integrated directly into the buildlink3 framework. * Garbage-collect "$$pkg_prefix", which was used exclusively in BUILDLINK_FILES_CMD.<pkg>. It no longer exists in the buildlink3/pkgviews world. Packages _should_ _no_ _longer_ directly set the PREFIX variable in the package Makefile. As a consequence, the various Java VM packages will need some changes when they're converted to use buildlink3.
2004-01-04Note update of overnet to 0.51.2cjep1-1/+2
2004-01-04Update of net/overnet to 0.51.2. PR#23945 from Min Sik Kim.cjep2-7/+7
Many changes since 0.48 (see http://www.overnet.com/versions.html for a full list) including: * Many crash bugs fixed * Many features added * zlib Server support * HTTP links recognised even if not exactly "http://" at front * Flat style download progress bar * Drag and drop support * New Horde download system * ed2K links: Files over 2GB sizes are correct now * Ports greater than 32876 are now shown correctly
2004-01-04Fix typo (packages->package).xtraeme2-2/+2
2004-01-04Don't install q3ded in quake3arena*, if you want to installxtraeme4-9/+7
the quake3 server, use quake3server* packages instead. Bump PKGREVISION. From David Ferlier in PR pkg/23980.
2004-01-04Added quake3server{,-ra3} packages.xtraeme1-1/+3
2004-01-04Add and enable quake3server{,-ra3}.xtraeme1-1/+3
2004-01-04Initial import of quake3server-ra3 from David Ferlier in PR pkg/23973.xtraeme5-0/+92
This packages allows you to run a Quake III Arena dedicated server with Rocket Arena mod under NetBSD using Linux emulation.
2004-01-04Initial import of quake3server-1.32b, packaged by David Ferlier inxtraeme5-0/+186
PR pkg/23972. This packages allows you to run a Quake III Arena dedicated server under NetBSD using Linux emulation.
2004-01-04Locally mirror jade_1.2.1-18.diff.gz as this has gone from the Debian site.cjep1-2/+2
(cf. PR#23632). XXX We should probably update jade to use jade_1.2.1-38.diff.gz
2004-01-04Note update of audio/libcdaudio to 0.99.9xtraeme2-3/+3
2004-01-04Update to 0.99.9 from Min Sik Kim in PR pkg/23930.xtraeme4-17/+19
Changes in 0.99.9 * (cdaudio.c) cd_poll: accept CDS_MIXED CD's too. * (cddb.c) cddb_read_line: fixed fprintf() format. * (coverart.c) coverart_direct_erase_data: removed unused local variable. * (cddb.h): added cddb_mc_generate_new_entry's interface, which is used in cdindex.c. Changes in 0.99.8 * Minor bugfix release. Switched to Automake 1.6. Changes in 0.99.7 * Fixed a bug that made libcdaudio log more messages than desired to klogd. Thanks to Matt Kraai.
2004-01-04Note update of www/p5-HTML-FillInForm to 1.03xtraeme1-1/+2
2004-01-04Update to 1.03 from Hiramatsu Yoshifumi in PR pkg/23976.xtraeme2-6/+6
List of changes from 0.29: - Fixed warning messages when textarea doesn't have a name attribute - Updated required version number for HTML::Parser to 3.26 in Makefile.PL - Fixed issue with HTML::Parser decoding high-bit entities, by setting attr_encoded option, now requires HTML::Parser >= 3.26. - Workaround for Opera 6.01/02 bug with selected radio boxes - place space before ending "/>" in <input .. />