Commit graph

31 commits

Author SHA1 Message Date
hans
6b9074c3d3 Fix build on SunOS. 2012-01-12 16:01:46 +00:00
drochner
bad71e7543 update to 2.3.3
changes: bugfixes
2011-11-27 14:17:40 +00:00
christos
b7edd8c73e Fix build. New flex does not provide a main program by default, unless you
use %option main
2009-11-09 02:46:12 +00:00
tez
504e90fb80 Fix build for SunOS modular x11 (PR#36132) 2009-10-19 21:47:22 +00:00
christos
4019a59827 update to openmotif 2.3.1 2008-07-14 23:01:32 +00:00
joerg
ef0d2e7e15 Remove building some data files that aren't used anyway.
Add cross-compilation support for the rest.
2007-08-15 19:26:39 +00:00
joerg
fa0ec919a8 Stop messing with X11/Xmos_r.h, just replace it with a direct include
of X11/Xos_r.h and assume that has all the magic. If it is really
necessary to hack around limitations of other platforms, we can do
that later in a more specialised fashion. Bump revision.
2006-12-15 19:13:22 +00:00
joerg
9bb34014da Fix build on NetBSD systems:
If we have NetBSD 2.99.10 and higher, getpwuid_r and friends exist,
but _PTHREAD_THREAD_SAFE_FUNCTIONS might not be defined. Define it.
For NetBSD before 2.99.10, explicitly set XNO_MTSAFE_PWDAPI to enforce
locked access via normal functions.
2006-01-09 13:13:52 +00:00
joerg
876987c960 Fix a number of buffer overflows in OpenMotif's UIL implementation.
For non-propolice systems this might be exploitable when the
user-provided data (e.g. certain filenames) or the locale files are
manipulated.

Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some
additional cases are handled which have the same impact.
Bump revision.
2006-01-07 21:08:12 +00:00
joerg
8693cc617c Fix spelling. Found by wiz@. 2006-01-04 15:53:15 +00:00
joerg
51351627d3 getpwuid_r and friends only exist on NetBSD 2.99.10 and higher,
so use them only on those systems.
2006-01-04 15:20:45 +00:00
joerg
cd73234257 Update OpenMotif to 2.2.3. Too many changes to list here, but most
importantly no more imake usage.
2005-12-12 19:55:41 +00:00
erh
de1415b581 s/defineD/defined/ so openmotif actually compiles w/o errors. 2005-08-15 19:17:22 +00:00
wiz
486cf4cf3b Add DragonFly support (untested). Provided by Jörg Sonnenberger
in PR 30258.

While here, clean up pkglint warnings.
2005-06-27 14:08:15 +00:00
wiz
4c441c2ed3 Add patch to fix CAN-2005-0605. Bump PKGREVISION. 2005-03-10 16:00:31 +00:00
tron
fd63287501 Fix vulnerabilities reported in CAN-2004-0687 and CAN-2004-0688 by
applying a patch based on ICS's patch for OpenMotif 2.2.3.
2004-12-18 00:39:31 +00:00
danw
f5915880ac fix up the darwin config files to deal with something that changed in
buildlink at some point
2004-08-31 03:10:16 +00:00
danw
873317a06c add darwin support 2004-03-16 23:59:42 +00:00
cjep
fc139a1628 Add NetBSD RCS tags 2003-06-13 10:55:25 +00:00
jschauma
26ecf01424 Apply one more patch to satisfy some GNU bison versions on Linux.
This closes PR pkg/19860.
2003-06-12 13:39:58 +00:00
jschauma
50603c64bd Make this build and install under Linux:
Do not define USE_BYACC, since not all Linuxen have byacc.  Patch a grammar
file accordingly.  Use -Wl,-rpath flags where necessary.

This should close PR pkg/19860.
2003-05-19 19:43:16 +00:00
cjep
0e6e9ca519 Add RCS tag 2003-04-21 20:31:54 +00:00
jmmv
d63bbf356c Install missing header file BaseClassI.h. Bump PKGREVISION to 2.
Requested in PR pkg/20341 by Marc Recht.
2003-02-23 13:11:24 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
jlam
78013a2fd3 Workaround a gcc codegen bug on sparc64 (surprise, surprise) by using no
optimization on sparc64.

Fix from pkg/15477 by Lloyd Parkes <lloyd@must-have-coffee.gen.nz>.
2002-06-22 04:38:31 +00:00
jlam
06fa2131c5 Update openmotif to 2.1.30nb1. Changes from version 2.1.30 are that we
no longer install all of the demo programs with openmotif (which are
largely just bloat), and we use bsd.pkg.install.mk to replace some of the
bloat in the package Makefile.
2002-01-10 12:10:45 +00:00
jlam
62c8745c95 Mirror changes to the NetBSD xsrc tree to deal with the new toolchain,
where /usr/libexec/cpp doesn't exist, by calling "cc -E" instead.
2001-12-06 19:09:16 +00:00
dmcmahill
122963b7a2 fix build problems on pmax (maybe others) by making the NetBSD.cf file
be the same as our patched one in the vnc package.  Problem pointed out
by Daniel Senderowicz <daniel@bicho.SynchroDS.COM> on port-pmax.  Thanks
to Johnny Lam for help in pointing me to the remaining bug.
2001-12-01 02:00:42 +00:00
jlam
46ab1d5f06 Fix OpenMotif package to not overwrite X11R6 files when installed without
xpkgwedge.  Also, OpenMotif can actually be installed into ${LOCALBASE}
if xpkgwedge is installed.  Use x11.buildlink.mk and mark as
USE_BUILDLINK_ONLY, and add a buildlink.mk file for use by other package
Makefiles.
2001-09-08 20:03:43 +00:00
wiz
fd58c6e2c7 Standardize patch file names. 2001-04-05 14:06:55 +00:00
mjl
cac32e3e50 Initial import of OpenMotif 2.1.30. Based on the FreeBSD and OpenBSD
packages, with some adaptations to our pkg framework.
2000-10-29 16:17:13 +00:00