summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2007-01-04Bugfix: Only regular files can be unwrapped.rillig1-2/+2
2007-01-03+ keyword "subst"rillig1-1/+4
2007-01-03Add in scapy-* options for upcoming net/scapy bumpadrianp1-0/+2
2007-01-02Cleaned up bsd.pkg.mk:rillig1-98/+55
- Removed some outdated comments. - Made the inclusion of other *.mk files uniform. - Replaced some instances of ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN}, since the latter is much shorter.
2007-01-02Fix typo in comment.wiz1-2/+2
2007-01-02Also accept ordinary variable definitions as defining lines for a helprillig1-2/+2
topic.
2007-01-02Moved the show-tools target to misc/show.mk.rillig4-112/+117
Moved the changes-entry target to misc/developer.mk. To save some time, that file is only included when PKG_DEVELOPER is defined. Moved the build-defs-message target to misc/show.mk and renamed it to show-build-defs, since almost all other *-message targets just print a single line.
2007-01-02Added an additional line to the parallel error message.rillig1-1/+3
Added an empty line to separate the description of su-target from the definition of _ROOT_CMD (for "make help").
2007-01-02Removed the need to define the PKGSRCDIR environment variable.rillig5-18/+20
2007-01-02Improved the documentation a bit.rillig1-36/+57
2007-01-02Better documentation for the "fetch" phase.rillig1-3/+22
2007-01-02Since hooks must not have any commands directly assigned to them, it isrillig1-3/+1
safe to remove the multiple-definition-guard.
2007-01-02Rewrote the integrated help to show the complete pathname, not only therillig2-37/+51
RCS Id, of the file containing the documentation. When the documentation contains lines starting with "Keywords:", these lines are not shown by "make help", but all following words are checked for the topic.
2007-01-02Added parentheses around the shell command that installs shlock, torillig1-2/+2
allow for copy-and-paste without changing the current directory.
2007-01-02Reformatted the documentation of INFO_DIR to make it suitable for "makerillig1-2/+4
help".
2007-01-02Added an "eval" to make the <*> line look like the [*] line, in terms ofrillig1-2/+2
the quoting level. It had contained too many backslashes before, which has led to confusion, at least for me.
2007-01-02Add fonts magic for TrueType and Type1 fonts.joerg2-9/+26
XXX Do we want to prefer mkfontscale on other installations as well?
2007-01-02Add font and imake tools for modular Xorg.joerg1-5/+87
2006-12-31Made the portability check more portable by not using a hard-codedrillig2-6/+6
"/dev/stderr" in the AWK programs. That device file doesn't exist on IRIX, and it isn't required by POSIX either.
2006-12-29Silence some longstanding noise in mail/qmail, caused by the factschmonz1-1/+2
that its ${DISTFILES} is also a common ${PATCHFILES}, resulting in the file being listed twice in ${_ALLFILES}. This one-line change removes duplicate filenames from ${_ALLFILES}, mirroring an identical transformation to ${ALLFILES} that used to do the trick. (The fetch code, obviously, has since changed a bit.) What the noise looked like: $ cd pkgsrc/mail/qmail $ make clean PKG_OPTIONS="netqmail" make: "/home/build/trees/pkgsrc-current/mk/fetch/fetch.mk" line 133: warning: duplicate script for target "/home/build/trees/pkgsrc-current/distfiles/netqmail-1.05.tar.gz" ignored make: "/home/build/trees/pkgsrc-current/mk/fetch/fetch.mk" line 133: warning: using previous script for "/home/build/trees/pkgsrc-current/distfiles/netqmail-1.05.tar.gz" defined here ===> Cleaning for qmail-1.03nb12 $ Tested in a bulk build by joerg@.
2006-12-29Relative $infodir is allowed, so if it's relative, add ${PREFIX}.obache1-3/+9
2006-12-29s,//,/,joerg1-2/+2
2006-12-28INFO_DIR was reused for a diffrent purpose.obache1-3/+1
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-2/+2
packages which have it active by default.
2006-12-27Skip gs as tool during build of print/ghostscript6.joerg1-2/+3
2006-12-27Use print/ghostscript as default now that it is newer thanjoerg1-2/+2
print/ghostscript-gnu.
2006-12-27As discussed on tech-pkg, remove PostgreSQL 7.4.joerg1-5/+2
2006-12-27Move USE_XPKGWEDGE handling to bsd.prefs.mk. The logic depends onjoerg2-18/+15
X11_TYPE and some other settings which can overriden by the platform defaults. This has the nice side effect of simplifying the handling in bsd.prefs.mk. Discussed with and reviewed by wiz@. Keep the documentation for USE_XPKGWEDGE in defaults/mk.conf as suggested by salo@.
2006-12-26Support 8.1 and 8.2 for Darwinadam1-1/+7
2006-12-23Added code to properly parse the output of many more config.status filesrillig1-2/+11
than before. I hadn't though that there are so many variations among them. Committed during the freeze to have that support for all the stable bulk builds as well, and since it will not influence the way packages are built at all.
2006-12-23Describe more options. From Blair Sadewitz in private mail.wiz1-1/+5
2006-12-23Bump date for previous.wiz1-2/+2
2006-12-21The *.mk files for Perl, PHP, Python and Ruby packages are also searchedrillig1-1/+3
for documentation by "make help".
2006-12-20Make sure X11_TYPE is defined before checking it.martti1-2/+2
2006-12-20For modular Xorg disable xpkgwedge (will be made a hard error later).joerg4-17/+26
Don't add ${X11BASE}/bin to PATH, don't include mk/x11.buildlink3.mk when USE_X11BASE is set and don't use BUILDLINK_X11_DIR and related magic. OKed by wiz@
2006-12-19Add share/locale/si for gdm-2.16.4.wiz22-22/+110
2006-12-18Some of the SunPro compilers (cc, c89) cannot handle the -O0 and -O1rillig1-6/+5
options. Some others (c99, CC) can. To avoid linker errors about "illegal option -- 1", these options are converted to -xO0 and -xO1, which work. Committed during the freeze to avoid breakage of packages. The code that passed the -O0 and -O1 options through is relatively new, so there may not have shown packages that break because of this.
2006-12-16Add imlib2-amd64 speedup option. Based on patch from Blair Sadewitz onwiz1-0/+1
pkgsrc-users.
2006-12-16There is no openssl option, remove entry.wiz1-1/+0
2006-12-15Set NO_MTREE for packages flagged as allowing DESTDIR. They are supposedjoerg1-1/+8
to work without precreated directories anyway.
2006-12-15Remove trailing tabs.martti23-83/+83
2006-12-15Remove trailing spaces.martti31-123/+123
2006-12-14Add a --wrappee-name command line option to simply return the name ofdmcmahill1-1/+5
the wrapped command and exit. This will be used by libtool which needs to figure out the true command name. Yeah, it is ugly behaviour from libtool, but I'm not going to rewrite libtool. Change ok-ed by jlam.
2006-12-14Use '-o' instead of '-or' in find(1) arguments as the former seems todmcmahill1-2/+2
be more portable (works on at least NetBSD, SunOS-5.9, and Linux). Addressed PR pkg/35245
2006-12-14If a package build fails, append the output of 'make debug' to the logdmcmahill1-2/+5
since sometimes there are questions about various variables and settings. This should help in people trying to investigate build failures.
2006-12-14add /usr/sadm to the list of sandboxMountDirs for SunOSdmcmahill1-2/+2
2006-12-13include the PKGSRC_COMPILER setting in the reportdmcmahill1-1/+3
2006-12-13Add "sid" as an abbreviation for the "show-installed-depends" target.ghen1-1/+5
2006-12-13Darwin's bison is too old (1.28) to build some packagesminskim1-3/+4
(e.g. libgnomeprint). Comment out lines for the native bison and note why.
2006-12-12Darwin has bison.minskim1-1/+3