Commit graph

21 commits

Author SHA1 Message Date
jschauma
90fb80758b Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 04:17:23 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jlam
dcdca46c62 Use bsd.pkg.install.mk and SPECIAL_PERMS to note that kterm is setuid root. 2002-10-08 13:22:20 +00:00
jlam
af166ad68d buildlink1 -> buildlink2 2002-10-08 13:20:39 +00:00
fredb
cc2870db1d PATCH_SITES_foo becomes SITES_foo. 2002-01-06 22:41:23 +00:00
wiz
1a9a466f05 Add support for distfile-specific master sites, as requested in pkg/7471.
Syntax:
MASTER_SITES_completefilename=	http://specific.master/site
and similarly for PATCH_SITES.
Convert print/ghostscript-nox11 and x11/kterm to take advantage of this.
2001-12-02 21:29:20 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used.  Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23 04:26:51 +00:00
enami
6a4ab80c2c Make previous commit happy with buildlink-fied imlib. 2001-07-13 05:47:26 +00:00
enami
c53fa4b1e8 Allow to use imlib based wallpaper patch. 2001-07-09 02:16:59 +00:00
itojun
fde3e6635a update kame patch again. use ksx1001.1997 than ksx5601.1987. 2001-07-06 05:32:09 +00:00
itojun
6e8de5be69 upgrade KAME patch. ksc5601 and ksx1001 are looked up correctly.
(are there any ESC & x for differentiating them?)
2001-07-05 02:01:25 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
itojun
d0618eb9e1 use more recent KAME patch. euc-jp/sjis keyboard input is repaired. 2000-11-07 05:40:24 +00:00
itojun
9e13533102 add JIS X0213 patch. wrap USE_XPM into KTERM_USE_WALLPAPER, as
we only use Xpm is used only in that case.
2000-10-15 14:15:32 +00:00
fredb
908557f0ec Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDS
automatically on systems that need it, in order to accomodate XFree86-4.x
out-of-the-box installs, which include xpm.
2000-09-11 03:53:04 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
agc
62dd5185de s/USE_WALLPAPER/KTERM_USE_WALLPAPER/ to make it more obvious which package
uses this definition.
1999-10-19 09:17:35 +00:00
sakamoto
99d57f48a1 add USE_WALLPAPER to BUILD_DEFS. 1999-08-26 05:15:03 +00:00
sakamoto
da7549c682 default XAW_TYPE is standard.
adapt xaw scrollbar patch with XAW_TYPE.
1999-08-26 05:02:15 +00:00
agc
86aced3a9d Introduce a USE_XAW definition, which is used in package Makefiles, to
denote that the package uses libXaw.

Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by
the user, to denote the type of libXaw to use. Possible values are:
standard, 3d and xpm.

Define USE_XAW in relevant Makefiles.

Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d...

This means that package builds should not fail because of conflicting
Xaw packages being installed on machines.
1999-08-25 13:37:34 +00:00
sakamoto
961ad2425b Import new "kterm" package:
multi-lingual terminal emulator for X.
1999-06-09 11:34:01 +00:00