rillig
262f164d43
Bugfix: In the #! interpreter lines, allow white-space behind the #!.
...
This fixes the build for audio/madman. Before, only some of the
interpreters had been replaced.
2006-09-19 20:51:34 +00:00
rillig
8a9fdf8254
Even if NO_CHECKSUM is set, the "checksum" target still needs to depend
...
on "fetch". Otherwise the distfiles are never fetched.
2006-09-19 00:03:44 +00:00
tron
6620b33b6b
Define "NOLOGIN" to "/usr/bin/false" rather than ${FALSE} (which doesn't
...
contain the directory name) and don't set "_PKG_USER_SHELL" which should
really be private to "bsd.pkginstall.mk".
2006-09-18 15:11:37 +00:00
rillig
a9df3d8786
When $debug_log is set to ":" and at the same time $IFS is ":", the
...
command line
$debug_log $arguments
tries to execute the empty command. This results in error messages of
the form
cc[50]: : cannot execute (IRIX)
bash: : command not found (Bash)
: permission denied (NetBSD /bin/sh)
Setting IFS to the original value as soon as possible fixes these bugs.
Fixes PR 34135.
2006-09-17 22:52:45 +00:00
rillig
6dbf373945
Fixed the "unknown command" error messages for debug_log, which is a
...
variable, not a shell function.
2006-09-17 18:46:00 +00:00
joerg
86ec0977ff
Also ignore fontconfig cache like the "clasic" databases.
2006-09-17 17:02:38 +00:00
obache
1874782916
Now, gettext tools is available from devel/gettext-tools, so prioritize
...
gettext-tools over gettext.
2006-09-15 14:18:41 +00:00
rillig
5fbbc4d343
Bugfix: Missing shared libraries are reported again. This feature had been
...
broken since the introduction of delayed errors and warnings.
2006-09-14 22:00:49 +00:00
joerg
030dbf012a
Add support for cpio archives.
2006-09-13 11:10:36 +00:00
jmmv
e738feda0d
Add the nds@NFE locale directory, initially used by yelp-2.16.0.
2006-09-12 17:04:58 +00:00
jmmv
6bda98c0c6
Add a bunch of Spanish locale directories (es_*), initially used by
...
gnome2-applets-2.16.0.
2006-09-12 13:20:20 +00:00
joerg
b86e8f2641
Add description for psycopg[12] options used by www/py-django.
2006-09-11 11:40:57 +00:00
schwarz
cb784f6e64
cosmetic change
2006-09-10 20:19:39 +00:00
schwarz
aa38134c13
${X11BASE} can now be set to /usr, so just do so for IRIX and OSF1. No need
...
for any artificial symlinking any more in bootstrap.
2006-09-10 20:14:43 +00:00
schwarz
94201593d3
ensure that -I and -L paths are correctly rewritten even if ${LOCALBASE}
...
contains ${X11BASE} (e.g. ${LOCALBASE} being /usr/local and ${X11BASE} being
/usr)
2006-09-10 19:49:53 +00:00
jmmv
1dd0b8c5b8
Add the gn locale directory, initially used by gnome-menus 2.16.0.
2006-09-10 17:08:25 +00:00
tron
5311471179
Fix PR pkg/34139 in a diffent way:
...
Setting "WRAPPER_SKIP_TRANSFORM" to "yes" isn't enough because "imake"
will invoke the C compiler which might be a wrapper script which always
fails because the package didn't use "USE_LANGUAGES+= c".
The "imake-check" script now simply uses the original command path before
"bsd.pkg.mk" modified and will therefore avoid using any wrappers.
2006-09-10 16:39:31 +00:00
schwarz
dd2de6f7ef
improve imake support on IRIX 5
2006-09-10 13:44:58 +00:00
obache
33d4b2b7d2
Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392.
2006-09-09 02:35:13 +00:00
jmmv
1e5e95d9bf
Add the share/gtk-doc/html directory. This is already used by several
...
packages that do not remove this at all, and others will be migrated to
use it in the future.
2006-09-07 18:11:11 +00:00
wiz
a68d94c1e6
Describe libgpod option. Sort.
2006-09-06 22:57:01 +00:00
schwarz
d478480a96
use gzip -cd instead of gzcat, the latter not being available on all systems,
...
notably not being part of pkgsrc.
2006-09-03 16:36:37 +00:00
hira
0dbc81e89e
Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'. The arguments
...
should not be transformed by wrapper. This fixes PR pkg/34139.
Reviewed by tron@.
2006-09-03 13:07:59 +00:00
wiz
9d3304f7eb
Update MASTER_SITES (mirror.switch.ch).
...
From Jukka Salmi in PR 34457.
2006-09-03 10:21:52 +00:00
obache
ee65247b9c
Added http://qgpop.dl.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP.
2006-09-02 15:10:38 +00:00
obache
5624d01004
SUNSITE in Tokyo University of Science has been closed,
...
so remove sunsite.{tus,sut}.ac.jp
2006-09-02 09:07:03 +00:00
obache
a76da5187a
Canonical name of SourceForge.jp's DNS round robin download server is
...
`download', not `downloads'.
2006-09-02 08:13:07 +00:00
rillig
9a607f8e53
Instead of the variables CHOWN and CHGRP, the TOOLS_PLATFORM.* variables
...
need to be overridden to generate tool wrappers that also work when
called with their simple names (for example chown instead of ${CHOWN}).
2006-08-31 16:21:20 +00:00
dmcmahill
e141f363dc
Add missing $NetBSD$
2006-08-28 13:27:41 +00:00
schwarz
0f4045fde0
spelling correction
2006-08-26 19:07:00 +00:00
schwarz
b309575681
X11_TYPE being undefined cannot occur thanks to the preceeding line
2006-08-26 18:55:43 +00:00
minskim
6220854e14
Make sure that /usr/bin/wish exists before using it as a tool.
2006-08-25 10:03:02 +00:00
joerg
5c0a40494e
Avoid spurious false negatives when the directories are reordered
...
during install phase by sorting explicitly.
2006-08-22 18:50:56 +00:00
schwarz
ffe01c2d57
it is not necessary to have a variable _EXTRACT_PATTERNS that contains
...
${EXTRACT_SUFX}, so one can directly use EXTRACT_ONLY instead.
EXTRACT_ONLY defaults to ${DISTFILES} which in turn defaults to
${DISTNAME}${EXTRACT_SUFX}. So if EXTRACT_SUFX is relevant for determining
which tools are needed this can only happen if neither DISTFILES nor
EXTRACT_ONLY have been set by the package, in which case the relevant
variable EXTRACT_ONLY would contain EXTRACT_SUFX.
2006-08-19 20:32:28 +00:00
schwarz
463b1f8ab6
only depend on the extract tools if there are actually any files to extract
2006-08-19 20:06:57 +00:00
tonio
4a6bf57917
document mutt-compressed-mbox option
2006-08-16 10:43:58 +00:00
wiz
ea6e146043
Update some more comments for teTeX2 removal.
2006-08-11 13:32:28 +00:00
rillig
dd2923d156
When installing packages, first "cd $USR_PKGSRC" to be independent of
...
the current working directory.
See http://mail-index.netbsd.org/tech-pkg/2006/08/08/0006.html
2006-08-10 17:58:10 +00:00
adrianp
b1fc0d3437
Add in FTP option for INGO update.
2006-08-10 14:30:36 +00:00
adrianp
d441d06525
Add in new options for mrtg and smokeping for latest updates.
2006-08-10 14:28:46 +00:00
minskim
69e7be5b27
Remove references to teTeX2.
2006-08-10 03:35:33 +00:00
jlam
76a1020667
Drop .ORDER declarations since pkgsrc doesn't support "make -j ...".
2006-08-09 15:31:01 +00:00
jlam
39b54abe7c
Only acquire the localbase lock after acquiring root privileges. This
...
fixes "make install" using just-in-time su-to-root.
2006-08-09 15:25:49 +00:00
cube
7e44cbf35d
Add "dvipdf" to the list of tools provided by ghostscript.
2006-08-07 14:54:14 +00:00
schwarz
ff389f044d
CPP on IRIX 5 with IDO cc is /usr/lib/cpp
2006-08-06 18:59:41 +00:00
jmmv
476a9de1a8
Add the mg locale directory (to be used by libgtop2).
2006-08-06 11:36:59 +00:00
jmmv
74a4c2179c
Handle the share/pkgconfig directory where platform-independent packages
...
(e.g. gtk-doc 1.6) want to install .pc files.
2006-08-06 09:35:39 +00:00
perry
132c931981
add an http: urls for gnome and gnu for the benefit of those with
...
broken ftp proxies
2006-08-06 04:56:50 +00:00
wiz
d46ae655fd
Document sane-backends-hp3900.
2006-08-05 22:42:20 +00:00
rillig
a5c5777ae5
Fixed the locking, as suggested by Johnny on the tech-pkg mailing list.
...
Added two targets acquire-localbase-lock and release-localbase-lock,
which mark the complete LOCALBASE directory as locked, so that multiple
packages cannot run the install, deinstall or bin-install targets at the
same time.
The install target aquires locks in both WRKSRC and LOCALBASE, the other
two targets only need the LOCALBASE lock, since they may be run without
WRKSRC being present on the system.
locking.mk must be included before tools.mk and the PKG_FAIL_REASON
check.
2006-08-04 20:52:27 +00:00