summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Recognize inet6 in PKG_SUPPORTED_OPTIONS as an indicatorwiz1-5/+5
that a package support IPv6 (for the README-IPv6.html generation).
2005-06-01*.makevars.mk doesn't exist until after ${WRKDIR} is created, whichjlam1-1/+14
doesn't happen until after the package is extracted. Prior to extraction, cache the variables named in MAKEVARS using MAKEFLAGS instead. This avoids invoking each expensive computation up to four times before it gets cached. For packages that include lots of buildlink3.mk files, this saves a lot of CPU time.
2005-06-01Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. Thisjlam3-8/+13
allows the saved make variables to be re-set whenever bsd.prefs.mk is included, and is a shortcut for the common case where a Makefile includes both.
2005-06-01fxtv only supports Xaw3d anyway, so just include Xaw3d's bl3.mkwiz1-14/+4
file instead of using the general Xaw framework. While here, s/echo/${ECHO}/ Ok'd by maintainer tron@
2005-06-01Reformat:jmmv1-525/+517
- Cut long lines wherever possible. - Remove indentation of major sections (chapter and sections). - Remove spaces between tags and CDATA (as in '<para>foo</para>'). - Some other minor fixes.
2005-06-01Fix grammar in comment.wiz1-2/+2
2005-06-01Switch USE_OSS to options framework.markd1-6/+6
2005-06-01Convert to options framework.wiz2-10/+14
2005-06-01Remove obsolete DELIVER_SUID.wiz1-6/+1
2005-06-01Document deliver-suid.wiz1-0/+1
2005-06-01Convert to options framework.wiz1-12/+8
Replace undocumented DELIVER_CONF_PREFIX with plain PKG_SYSCONFDIR handling. Remove unneeded inclusion of bsd.man.mk.
2005-06-01FILEMAN manual pages have FILEMAN suffix.markd1-2/+2
2005-06-01Finish conversion to options framework.wiz1-6/+3
2005-06-01Sort.wiz1-3/+3
2005-06-01Fix casing of IPsec in COMMENT.wiz1-2/+2
2005-06-01Convert to options framework.wiz2-12/+16
2005-06-01LIBMAN manual pages should have the LIBMAN suffix.markd1-131/+131
2005-06-01Do not pull in esound/bl3.mk regardless of the settingwiz1-7/+1
of USE_ESOUND, because the esound library is only used in a dynamically loaded module. Noted by tv@.
2005-06-01OpenWindows imake installs manual pages to different locations thanmarkd1-1/+10
where the XFree86/xorg ones do.
2005-06-01On NetBSD, OpenBSD and BSDOS imake always installs man/catN pages withmarkd3-14/+14
a "0" suffix.
2005-06-01update pkg_chk to 1.59:abs1-1/+2
Fix fallout of 'sh -e' change in 1.58 - make pkg_chk -lb work again
2005-06-01update pkg_chk to 1.59:abs2-4/+4
Fix fallout of 'sh -e' change in 1.58 - make pkg_chk -lb work again
2005-06-01+ mailscanner-4.42, sudo-1.6.8p8.wiz1-2/+3
2005-06-01Updated audio/SDL_mixer to 1.2.6nb2wiz1-1/+2
2005-06-01Update to 1.2.6nb2:wiz4-10/+13
Fix MIDI playback. Remove configuration option that defaults to yes. From ISIHARA Takanori in PR 30330.
2005-06-01Use PKG_SUGGESTED_OPTIONS, not PKG_SUPPORTED_OPTIONSwiz1-2/+2
2005-06-01Fix typo in variable name, and replace one PKG_SUPPORTED_OPTIONS linewiz1-3/+3
with PKG_SUGGESTED_OPTIONS.
2005-06-01set PKG_SUGGESTED_OPTIONS, not PKG_DEFAULT_OPTIONSdillo1-2/+2
2005-06-01use PKG_OPTIONS_LEGACY_VARS to handle legacy variablesdillo1-10/+3
2005-06-01use PKG_OPTIONS_LEGACY_VARS to handle legacy variablesdillo1-20/+6
set PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS (which should be set by the user only)
2005-06-01test legacy var with `-' in option namedillo2-6/+6
2005-06-01fix bug in legacy vars handling for option names containing `-',dillo1-2/+2
found by jmmv.
2005-06-01Add build dependency on readline to keep configure happy on platforms thatmarkd1-1/+3
don't have a libedit or libreadline in the base system (eg Solaris). Server parts don't actually use readline but configure blows up trying to find it for the client parts. OKed by Juan RP.
2005-06-01Allow build using python 2.4markd1-2/+2
OKed by Rene Hexel
2005-06-01Formatting improvements. Bump date for previous. New sentence, new line.wiz1-20/+37
2005-06-01update pkg_chk to 1.58abs4-234/+225
- sort -l output so that dependencies always come before packages which depend upon them - completely rework -u so that a list of packages to be update is generated, then all mismatched packages are removed, then the list is processed to add in packages. If -u is interrupted, a second run will resume the update - update (-u) works with binary packages
2005-06-01Replace PKGBASE in WRKSRC with PKGNAME_NOREV.wiz1-2/+2
2005-06-01Include buildlink for Xft2. This package depends on it.reed2-2/+5
Noticed under FreeBSD using X.org that it couldn't find Xft headers. And see that libmb library on NetBSD using native X directly needs libXft library. Bump PKGREVISION because this could create a new dependency. (I also saw that this uses freetype and fontconfig too, but I didn't add this though because it didn't fail build and I am not sure yet.)
2005-06-01Note update of graphics/ruby-imlib2 package to 0.5.1.taca1-1/+2
2005-06-01Update ruby18-imlib2 package to 0.5.1 applying patchtaca2-6/+6
provided with PR pkg/30372. * Sun May 29 03:12:41 2005, pabs <pabs@pablotron.org> * imlib2.c: apply patch from OBATA Akio <obata@lins.jp> to fix im_struct memory leak (Fixes: [10]) * imlib2.c: add filename to exception description (Fixes: [11]) * Sun May 29 18:02:37 2005, pabs <pabs@pablotron.org> * imlib2.c: add Imlib2::Image#delete! (Fixes: [12]) * Sun May 29 18:23:41 2005, pabs <pabs@pablotron.org> * imlib2.c: increment version to 0.5.1 * imlib2.gemspec: ditto * README: ditto * AUTHORS: updates * Sun May 29 18:35:45 2005, pabs <pabs@pablotron.org> * README: added "Reporting Bugs" section * Sun May 29 18:37:51 2005, pabs <pabs@pablotron.org> * releasing 0.5.1
2005-06-01Note update of mpc to version 0.11.2:simonb1-1/+2
New commands: crop, stats, toggle. Add relative and exact-time seeking. Fix a few bugs. The new "toggle" command is the same as our existing patch for the "playpause" command - we keep the "playpause" command as an alias for "toggle".
2005-06-01Update to version 0.11.2:simonb5-54/+18
New commands: crop, stats, toggle. Add relative and exact-time seeking. Fix a few bugs. The new "toggle" command is the same as our existing patch for the "playpause" command - we keep the "playpause" command as an alias for "toggle".
2005-06-01Separate out the logic to include the correct <phase>.makevars.mk filejlam2-22/+42
into a new file bsd.makevars.mk that can be included by other Makefiles.
2005-06-01Updated textproc/diction to 1.08.snj2-3/+3
2005-06-01Update to 1.08. Complete changes unknown, but the three listed in NEWS are:snj3-8/+15
o The pattern digit dot digit (fractional number) does not end a sentence. o New flag -b for warnings about mistakes made by beginners. o Do not print suggestions by default, but only if -s is used.
2005-06-01Make this build on Darwin. This fixes PR pkg/29147.yyamano1-1/+3
2005-06-01Updated time/devtodo to 0.1.18.snj2-4/+4
2005-06-01Update to 0.1.18. Changes:snj4-30/+14
* Added --purge [<days-old>] option which lets you purge old completed items. * Can now use force-colour in the todorc. * Various patches from Debian and Gentoo maintainers applied. These fix compiler errors on recent GCC versions, uncaught exception when TERM is not set, a few man page issues, issues with the BASH scripts and miscellaneous other things.
2005-06-01Fix typo.gavan1-2/+2
2005-05-31Changed $f to ${f}.rillig2-6/+6