Commit graph

4650 commits

Author SHA1 Message Date
xtraeme
f9f1bad67e Comment out citkit.sf.net, timeout-ing all the time for many people. 2005-08-02 14:19:13 +00:00
tonio
917282866d add description for the mutt-hcache option: enable header caching in mutt 2005-08-02 13:16:23 +00:00
reed
4b52aacba0 Fix typo. 2005-08-02 03:38:09 +00:00
reed
0ba4386344 Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
pkgsrc/mk/defaults/mk.conf.

This is from PR 30741 from anonymous AT example.net.
2005-08-02 00:23:31 +00:00
wiz
0bbe0f0493 USE_DB2 is not used any longer, remove it. 2005-08-01 15:39:50 +00:00
wiz
ca34417c57 Describe sendmail-socketmap. 2005-08-01 15:29:24 +00:00
wiz
1b85815c74 Another variable can be removed after the next branch. 2005-08-01 14:56:44 +00:00
wiz
4acf55d953 Add comment that USE_MILTER legacy handling can be removed after 2005Q3. 2005-08-01 12:19:37 +00:00
wiz
1ce099d619 Remove comment about obsolete TKPASMAN_USE_SSL variable. 2005-08-01 11:46:36 +00:00
wiz
4891041ece Remove comments for deprecated XCHAT_* variable. 2005-08-01 11:39:59 +00:00
wiz
cc21f95c54 Remove comments for deprecated IRSSI_* variables 2005-08-01 11:39:18 +00:00
wiz
e3990d3f87 Remove some legacy vars that were removed from pkgsrc before the previous branch. 2005-08-01 11:37:38 +00:00
wiz
96138e271e Document gnutls. 2005-08-01 11:35:29 +00:00
wiz
09404e9f06 USE_PAM is dead, remove comment about it. 2005-08-01 10:55:18 +00:00
rillig
58a77e42a8 I found the reason for the misbehaviour. This will result in a new
testcase (bug2) for regress/make-quoting.
2005-08-01 00:37:21 +00:00
rillig
ba01e9bcd6 Don't quote X11BASE using :Q. It had weird effects, including build
failure of audio/bmp. This needs to be investigated further. See the
comment in the file.
2005-07-31 23:54:04 +00:00
snj
3b32d21e19 Relax the glob in ${LOCALPATCHES}/${PKGPATH} to catch all files.
This is a return to the behavior that we had prior to revision 1.5.
2005-07-31 05:26:50 +00:00
grant
1420457a5e Solaris may have tbl(1) from the SUNWdoc package. avoids unnecessary
dependency on groff just for tbl(1) when available in the base system.

also, add .if exists() around nroff(1) because SUNWdoc is optional.
2005-07-31 05:24:52 +00:00
seb
b33a847bf3 No need to define TOOLS_PLATFORM.gtar for Darwin and Linux,
it is correctly defined in tools.Darwin.mk and tools.Linux.mk.
2005-07-30 00:38:56 +00:00
jlam
fcf2722f04 When using pkginstall to create INSTALL/DEINSTALL scripts to handle
config files, directories, rc.d scripts, etc., use relative paths as
much as possible to avoid hard-coding the ${PREFIX}-location in which
the files should be installed.  Where full paths are specified, if
the path is within ${PREFIX}, then automatically strip off the ${PREFIX}
part when creating the entries for the helper scripts.  Also, modify
the helper scripts to understand that relative paths should be considered
to be relative to ${PKG_PREFIX}.
2005-07-29 21:41:04 +00:00
jlam
9813468816 * Separate out the shell registration into a separately unpacked script
+SHELL.

* Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell
  environment so that admins can make a choice when installing from
  binary packages.

* PKG_SHELL is now a list of paths, and if the path is relative, then it
  is taken to be relative to ${PREFIX}.  Convert packages that set
  PKG_SHELL to take advantage of this new feature by changing the full
  paths to the shells into relative paths.
2005-07-29 18:32:17 +00:00
wiz
5828577e4c Document three more options. 2005-07-28 19:20:29 +00:00
jlam
f183b1ebf2 Add an inclusion guard for parts of x11.buildlink3.mk that we don't
want to be seen over and over again each time that file is included.
This stops us from appending the same bits over and over again to
CONFIGURE_ARGS and to X11_LDFLAGS.
2005-07-28 16:20:52 +00:00
dillo
c9294e90d1 Fix some more typos, noted by Leonard Schmidt. 2005-07-28 15:17:55 +00:00
wiz
d9cabf9515 There is no openldap option any longer. 2005-07-28 14:58:57 +00:00
wiz
ea2c5caa6e Describe some more options. 2005-07-28 14:48:28 +00:00
wiz
a6c70eb6d7 Fix typo in comment, from Leonard Schmidt via tech-pkg. 2005-07-28 13:22:08 +00:00
wiz
5adb1051a7 Fix swapped words, found by Leonard Schmidt via tech-pkg. 2005-07-28 13:20:13 +00:00
wiz
5f42cf4ff3 Start documenting variables. 2005-07-28 13:07:17 +00:00
wiz
c11b669072 Sync sourceforge mirror list with reality. 2005-07-28 13:07:03 +00:00
grant
91a2d8e88e fix some non-portable statements, allowing this to work properly
on Solaris.
2005-07-28 00:37:43 +00:00
jlam
3de5d86818 Rewrite scripts to be more resilient to shells that exit immediately
if an untested command fails (see sh(1), "-e errexit").  Do this by
changing lines that look like:

	test expression && command
to
	test ! expression || command

so that the statement list always returns 0.  Also, back out revision
1.38 of pkgsrc/mk/install/install and modify the if-test to branch
correctly if +USERGROUP doesn't exist.
2005-07-27 16:18:54 +00:00
tron
95f029e269 Rewrite the code handling user and group creation so it will not fail if
no user or group needs to be created. This fixes PR pkg/30849 by myself.
2005-07-27 11:54:03 +00:00
jlam
5c44ecc864 Avoid creating unnecessary +* scripts, e.g. if no PKG_USERS or PKG_GROUPS
are specified, then don't create +USERGROUP, etc.
2005-07-27 04:55:43 +00:00
jlam
4e9386339e Provide a "pod2man" tool used by some packages to build man pages.
Based on suggestion by Matthias Drochner.
2005-07-26 20:00:50 +00:00
dillo
228b1f9528 Fix typos in last, noted by wiz. 2005-07-26 16:09:34 +00:00
dillo
a6f3882d40 Add support for sets of options where at least one option from each
set must be selected, requested and reviewed by wiz:

PKG_OPTIONS_NONEMPTY_SETS
       This is a list of names of sets of options.  At
       least one option from each set must be selected.
       The options in each set are listed in
       PKG_OPTIONS_SET.<setname>.  Options from the sets
       will be automatically added to PKG_SUPPORTED_OPTIONS.
2005-07-26 09:00:42 +00:00
grant
b1f57c9784 icc 9.0 wants the same options as 8.1. 2005-07-26 07:36:54 +00:00
jlam
1465d7a6cc We only need to recognize TOOLS_IGNORE.* in the case where the tool
is pkgsrc-supplied.  In other cases, e.g. using the system tool,
falling back toS the system tool, etc., we should still create wrappers
and set "TOOL" variables.
2005-07-25 21:51:19 +00:00
grant
89cfcef364 fix typo in comment. 2005-07-23 04:48:12 +00:00
grant
a457387735 ensure gcc options are always passed to imake when using gcc on
Solaris.

fixes PR pkg/29608.
2005-07-23 04:45:30 +00:00
grant
69a5927260 s/planetmirror.com/planetmirror.com.au/ for suffix sorting 2005-07-23 04:37:39 +00:00
rillig
4b97388467 Sort the dependencies list alphabetically when checking if they are
installed. That makes it easier to check if a specific package is listed
or not.
2005-07-22 18:59:55 +00:00
wiz
6f2cc0ddcb Describe ggi option. 2005-07-21 15:21:41 +00:00
dillo
426c6f2957 Replace GECKO_PROVIDER with option group. New options are firefox
and mozilla.  Backwards compatibilty is provided.

Reviewed by wiz.
2005-07-21 13:11:42 +00:00
wiz
104f2884ab Do not list all licenses. Mention that packages
for which you need to accept a license will display the necessary information.

ok gdt@.
2005-07-21 12:28:30 +00:00
jlam
9ad4901b2f databases/db/buildlink3.mk was changed a long, long time ago to use
"db2" as the "BUILDLINK_PACKAGES" variable.  Drop the use of
_BDB_PKGBASE.*.  This fixes the settings for BDBBASE and BDB_LIBS if
BDB_DEFAULT is "db2".
2005-07-21 02:54:51 +00:00
grant
aa28d4e53a some packages expect "-Wl," immediately before flags to be passed to
the linker, set _COMPILER_RPATH_FLAG accordingly. "-Wl," is removed by
the sunpro compiler wrapper where necessary.

fix comment for _LINKER_RPATH_FLAG while here.

this fixes, among other things, apache modules built with apxs.
2005-07-21 01:36:25 +00:00
schmonz
d6a2862923 Remove the stanza to create ${RCD_SCRIPTS_EXAMPLEDIR} from the
install-rcd-${_script_} target; it gets created by mtree now.
2005-07-20 02:51:59 +00:00
schmonz
4a0a36c00f Add "share/examples/rc.d" to mtree specs, both because
RCD_SCRIPTS_EXAMPLEDIR has been fixed to this value for a while,
and because it ought not to be emitted by the print-PLIST target.
(Individual packages can't expect to be able to completely remove
this directory on deinstall, as it often has other packages' rc.d
scripts in it.)
2005-07-20 02:41:33 +00:00