mrg
69931024b9
various updates for libX11. bump the shlib major, install new nls.
2021-04-27 06:50:26 +00:00
nia
369baf1326
Generate oldschool Latin-1 variants of Spleen fonts.
...
Needed so ctwm can load them. ctwm uses XCreateFontSet which for some
reason seems adverse to returning UTF-8 fonts...
2020-10-11 17:49:07 +00:00
nia
4f713b22cd
hook up X11 "Spleen" fonts to the build
2020-10-10 08:33:29 +00:00
nia
0d3c2dfaf5
Add Makefile for X11 Spleen fonts. Not integrated yet.
2020-10-10 07:28:04 +00:00
mrg
4a035634ac
remove unused include.
2018-05-31 09:09:32 +00:00
mrg
30db75397d
build new pt_PT.UTF-8 locale from libX11 1.6.4.
2016-10-04 23:52:02 +00:00
apb
71da667fc9
Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
...
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.
This will pass -nT instead of just -n if the gzip program is
actually pigz.
2014-08-05 15:40:58 +00:00
mrg
c23d29ea55
updates for libX11 1.6.2, dri3proto and presentproto, and fix
...
the libXrender build.
2014-03-16 23:25:15 +00:00
apb
36ef98548b
Use ${TOOL_GZIP} instead of just gzip in all Makefiles
...
outside */dist/* subdirectories.
When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
2014-01-27 08:18:07 +00:00
mrg
57ee32ee8a
find new manuals in their new location.
2013-06-05 07:42:54 +00:00
mrg
6043037101
updates for libX11 1.5.99.902:
...
- remove ja.S90 and ja.U90 locales
- use -Wno-error for files that use (now deprecated) XKeycodeToKeysym()
- add -I${X11SRCDIR.X11}/src for xicmp
- add stub for _XGetRequest()
2013-05-30 23:42:19 +00:00
tron
387077e6e4
Build and install iso10646-1 encoded 10x20 font. This matches the behaviour
...
of the upstream software and modular X.org in pkgsrc.
Patch supplied by Piotr Meyer in PR xsrc/46755.
2012-08-20 15:38:58 +00:00
dholland
03f684ff54
We don't have 'Secure' RPC, and we aren't going to get it, so set
...
HasSecureRPC to NO rather than YES.
2011-12-13 04:32:32 +00:00
dholland
15ab4bd2bd
Fix generation of site.def to substitute @FONTROOTDIR@ and @ENCODINGSDIR@
...
instead of emitting them unchanged into the imake templates. Should fix
build of x3270.
2011-09-29 09:44:08 +00:00
apb
96aacf816f
Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR}
...
starts with "/". This should fix issues involving .//usr/X11R7 instead
of ./usr/X11R7 in METALOG during the build for some ports.
2011-09-12 13:38:42 +00:00
plunky
1f8f907975
in order that generated MAN files are cleaned up, bsd.x11.mk needs
...
to be included after the MAN= assignment. Then we need to explicitly
include bsd.own.mk before .PATH to get the value of X11SRCDIRMIT
2011-03-12 12:15:46 +00:00
mrg
b814970ebf
install an empty date.def, like the xorg package does. PR#44158.
2010-11-27 22:21:27 +00:00
mrg
fe1d04c916
don't install date.def anymore; it is obsolete.
2010-11-23 08:44:23 +00:00
mrg
a071691221
various updates for moved man pages or app-defaults.
2010-11-21 01:25:32 +00:00
tron
c3b15fd54b
Build and install the following manual pages from the "xorg-docs" package:
...
- Consortium(7)
- Standards(7)
- X(7)
- XOrgFoundation(7)
- XProjectTeam(7)
- Xsecurity(7)
This fixes PR xsrc/44034 by Martin Neitzel.
2010-11-18 18:47:35 +00:00
jakllsch
c9128dfbfd
Install 'symbol' from font-adobe-(75|100)dpi.
...
Should fix some symbols in xcalc.
To do: transform these and other currently-installed-only-as-bdf fonts
to pcf.gz.
2010-04-11 02:41:38 +00:00
mrg
5b9c71717d
implement MKX11FONTS for Xorg.
2009-06-18 06:36:58 +00:00
mrg
7319e14f4d
remove dead code
2009-06-18 03:20:14 +00:00
mrg
db1f69493d
"version.def" is gone.
2009-06-11 15:33:12 +00:00
perry
2cd7db9ec7
add -n to gzip invocation
2009-03-31 21:12:51 +00:00
tron
11cc2a433c
Install the "sony-misc" font from the X.org distribution.
...
Patch supplied by Takeshi Nakayama in PR xsrc/40476.
2009-01-25 23:11:16 +00:00
apb
f46c1de7cb
Use ${TOOL_SED} instead if plain sed in Makefiles.
2008-10-25 22:27:34 +00:00
cube
9271e18863
Install our own xorgsite.def, with the necessary defines so that all
...
imake-check tests in pkgsrc succeed.
2008-09-17 03:56:06 +00:00
cube
3b36715656
Handle site.def properly. bsd.files.mk is not as helpful as one would like
...
it to be.
2008-09-17 02:50:06 +00:00
cube
2eeb6612b1
Generate site.def from site.def.in so that ProjectRoot is correctly
...
defined.
2008-09-15 03:51:43 +00:00
cube
1f47b82042
Install pkgconfig files. Where applicable, remove .if 0 code that tried to
...
do the same thing.
2008-09-13 04:32:28 +00:00
rtr
fb42e57c6e
install xorgversion.def
2008-09-05 12:12:05 +00:00
rtr
77148ebe1f
.if 0 the afterinstall target to avoid fc-cache creating /var/cache
...
XXX until we find a better? solution
2008-08-30 07:15:17 +00:00
mrg
2980e352a1
initial import of the crossbuild framework for modular Xorg. this
...
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.
the sources will live in xsrc/external/mit/<package>/dist.
documentation on using this will come when the above directories
are fully populated. there are 192 of them so it may take some time
before that is completed.
2008-07-29 05:01:21 +00:00