Commit graph

4815 commits

Author SHA1 Message Date
tv
05e15fbb06 a.out has never existed on DragonFly; that OS was created long after its
parent (FreeBSD) went ELF-only.
2005-10-27 22:39:58 +00:00
tv
c8eaac00f2 UnixWare has never used a.out. It descends directly from SVR4, and thus
is ELF by definition.
2005-10-27 22:39:08 +00:00
tv
975ce705a3 Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so that
it is available at tflat time.
2005-10-27 13:04:54 +00:00
tv
cab6bd3e08 ...and gawk is no longer needed, either, so all these extras can now
go away.
2005-10-26 16:57:46 +00:00
tv
29e15651e7 sysutils/coreutils is no longer needed in bulk builds, with the Perl tflat. 2005-10-26 16:56:33 +00:00
tv
8365241b72 Use Perl-based tflat, which is up to 90% faster than the awk-based one
(necause it was forking off "sort" subprocesses on every package).
2005-10-26 16:54:04 +00:00
wiz
42ada07c26 render -> renderext, to match rename. From PR 31919 by Gilles Dauphin. 2005-10-26 10:31:55 +00:00
wiz
d31a568858 Use correct (internal) variable for pkg_add arguments. 2005-10-24 23:23:00 +00:00
rillig
a79249a753 Use $${foo} instead of $$foo to prevent ident(1) from reporting false
positives. No functional changes.
2005-10-24 18:28:42 +00:00
tv
b293149e37 Bump up awk's (fixed) record size limit, to something more modern.
(The inbuilt 3k limit is too low for some pkgsrc work.)
2005-10-24 17:36:42 +00:00
tonio
5f6c98de4f add an xrender option: Enable Xrender support 2005-10-24 17:22:06 +00:00
heinz
cab3612ecc Added option "geoip":
Enable IP-to-country-lookup using the GeoIP C library.
Improved indentation.
2005-10-23 20:18:14 +00:00
minskim
2ee4956c8b Pass PKG_REQD through shell environment, instead of arguments of make,
so that a dependent package can override it properly.  This makes
INSTALL_MAKE_FLAGS work when a package is installed as a dependency.
2005-10-23 16:58:42 +00:00
xtraeme
c3cb55db7a Add new options for audio/streamtuner. 2005-10-19 09:47:15 +00:00
schwarz
7e79f31cbf added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.
changes approved by jschauma and recht.
2005-10-16 19:44:44 +00:00
schwarz
a0fe98b535 modification to increase imake handling flexibility for IRIX (in particular
with respect to IRIX 5).
Changes approved by jschauma and recht.
2005-10-16 19:38:05 +00:00
tv
38e53d7c11 Use show-vars-eval in show-needs-update. 2005-10-16 17:48:24 +00:00
tv
c46824e8da Add "show-vars-eval" target, which outputs eval-able shell expressions
to allow easy setting of multiple variables in one invocation.
2005-10-16 17:44:45 +00:00
tv
ea9310e16a Add USE_BULK_BROKEN_CHECK variable, default 'yes'; if set to 'no', skips
the extra BROKEN/PKG_FAIL_REASON/PKG_SKIP_REASON checks when marking
dependent packages as broken.
2005-10-16 17:35:25 +00:00
tonio
e113dad136 Add xaw and motif options. Respectively enable xaw and motif support 2005-10-15 23:01:10 +00:00
jmmv
8a7f3cdb6c Add the aa, byn, dv, gez, gv, haw, iu, kk, kl, kok, kw, ky, oc, om, ps, sa,
sid, so, sw, syr, ti, tig, tt, ur, ve, wal and wo locales, initially used
by iso-codes.
2005-10-14 16:46:17 +00:00
abs
ae03f1d066 +ghostscript-afpl 2005-10-12 19:24:20 +00:00
jlam
2f774b2802 Teach the tools framework about ``printf'', which can be replaced by the
printf in sysutils/coreutils.
2005-10-12 16:28:29 +00:00
rillig
5504acc8f3 Added .tbz2 to the list of known suffixes. Fixes PR #31564.
Patch contributed by Geert Hendrickx.
2005-10-12 15:18:59 +00:00
wiz
27463865be Document some bacula options. From Geert Hendrickx. 2005-10-10 20:26:49 +00:00
reed
899ff50d6a For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man".
Also before it used a wildcard for *man and now get rid of that
wildcard in front.
2005-10-10 17:37:17 +00:00
reed
1200615919 x11/imake was changed to x11/XFree86-imake. Also package name
changed to XFree86-imake.
2005-10-10 17:22:05 +00:00
dillo
151c9af739 Add description for faad option. 2005-10-10 16:45:35 +00:00
tv
3d41114d3f Make WRAPPER_SHELL configurable. 2005-10-10 12:33:29 +00:00
heinz
dd8790a049 The replacement script for UnixWare's buggy "mkdir" command needs the "-p"
switch, like all the other "mkdir" definitions in tools.<platform>.mk.
2005-10-09 20:19:26 +00:00
rillig
eb6698071e Reduced the number of complicated regexp substitutions by introducing an
intermediate .for variable. Fail gracefully if a dependency directory
does not exist.
2005-10-09 08:48:44 +00:00
rillig
7102a2e633 CONFIGURE_DIRS, BUILD_DIRS, TEST_DIRS and INSTALL_DIRS are interpreted
relative to ${WRKSRC}. This makes it possible to shorten definitions
like "BUILD_DIRS=${WRKSRC}/foo ${WRKSRC}/bar" in package Makefiles to
"BUILD_DIRS=foo bar". Almost all current uses of those directories are
given as absolute directories (mostly in the form ${WRKSRC}/foo), which
will work as they did before.
2005-10-08 13:16:28 +00:00
rillig
26cc823fb4 Renamed HTML_PKGNAME to _HTML_PKGLINK, which describes its contents more
precisely. Added _HTML_PKGNAME and _HTML_PKGPATH variables for better
readability. Fixed quoting style in print-summary-data.
2005-10-07 17:39:28 +00:00
rillig
1855c76620 Replaced some if's with case's to make the code simpler. Merged
multiple ${ECHO_N} into one ${ECHO}.
2005-10-07 16:57:14 +00:00
agc
f41829da2b Clarify the language used in a couple of definitions. 2005-10-06 21:04:49 +00:00
reed
f2979429c1 For print-PLIST generation, make sure that ${PKGMANDIR} becomes "man". 2005-10-06 15:25:47 +00:00
tv
694fe08fc2 The Interix-supplied gawk is horribly broken; use classical awk.
(This might mean fixing up some packages that assume awk >= nawk/gawk.  :)
2005-10-05 16:10:20 +00:00
schmonz
ba7a2ddf66 Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option). 2005-10-05 05:46:54 +00:00
reed
356ca0e4bf Add a note to the PKGMANDIR setting --
the support for custom setting (not "man") is not complete.
2005-10-04 21:45:02 +00:00
seb
a978535e92 whitespace police. 2005-10-04 20:50:49 +00:00
reed
77b8a236ae Add PKGMANDIR in the MAKE_ENV.
(Previously in my own pkgsrc I had done this in
various individual makefiles.)
2005-10-04 17:43:57 +00:00
reed
4d913ad2d9 Remove accidental extra space.
And also fix four places using spaces instead of a tab to be consistent.
(For some reason my cvs diff didn't show anything though.)
2005-10-04 17:33:44 +00:00
reed
15356d0dfb Add custom PKGMANDIR setting to mk/defaults/mk.conf. This is a
pathname relative to ${PREFIX} of directory holding the manual pages
and man directories. I have been using this for over two years.

This defaults to "man" so no change.

If using GNU_CONFIGURE then set --mandir.  (Unless CONFIGURE_HAS_MANDIR
is no because some old GNU configure scripts are too old. This is
similar to existing CONFIGURE_HAS_INFODIR.)

Add PKGMANDIR to PLIST_SUBST.  Add plist awk pattern-action statement
to convert man/ to ${PKGMANDIR}/. (This might need to be double checked
for some PLISTs that prefix some custom settings in front. qmail
used to do this, but now I see it does not.)

When "Decompressing manual pages" convert man/ also.

I have several other changes to commit for individual packages.

I chose not to modify the INSTALL_MAN or INSTALLATION_DIRS
to also convert man/ to PKGMANDIR/ because I thought this may
make it more confusing. So instead, I modify the individual
uses of these instead. (Todo: modify pkglint to check for this?)

(agc@ of the pkgsrc-pmc asked me to make these changes.)
2005-10-04 17:27:00 +00:00
reed
8f1da2c3e0 In man page routines, match the "cat" sub-directories
for cat pages having "[0-9]" suffixes instead of just "0".
Some systems install cat pages with suffix number same as the cat
section number.

(This has been in my pkgsrc tree for probably a couple years,
but looking today, I do see man/cat1/ftp.1 on one of my systems.)
2005-10-04 16:45:25 +00:00
wiz
a66ec3d2fd Remove some PKG_OPTIONS_LEGACY_VARS that were due
to be removed after pkgsrc-2005Q3.
2005-10-03 21:25:17 +00:00
wiz
831a83e576 Fix option name. 2005-10-03 21:22:59 +00:00
agc
0b9f02055c Move jwhois to the package options framework.
With thanks to Thomas Klausner for clueing me in - all mistakes are mine.
2005-10-03 21:18:55 +00:00
wiz
c62e38b863 End descriptions with dot. Fix typo in gdbm description. 2005-10-03 19:26:57 +00:00
abs
cd187a776d Add notes on exim options. 2005-10-03 19:19:28 +00:00
tonio
cb1db79ad1 add idn: Internationalized Domain Names support 2005-10-03 14:05:03 +00:00