Commit Graph

5 Commits

Author SHA1 Message Date
Mathieu Arnold
135fdeebb9 all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Brooks Davis
f2ab442843 Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
2019-11-25 23:25:52 +00:00
Mikhail Teterin
8e8efec261 Add an explicit include of <unistd.h>, which is required on
some of our releases. Change to avoid building the useless
static libJXGrabKey.a (we weren't installing).

Reported by:	pkg-fallout
2016-07-03 05:17:23 +00:00
Mikhail Teterin
ff6a653684 Add port of JXGrabKey -- a Java library for working with X11
keys.
2016-06-30 07:42:20 +00:00