summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam947-3819/+5002
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
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