summaryrefslogtreecommitdiff
path: root/x11/openmotif
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-09Fix build on NetBSD systems:joerg3-11/+26
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-08USE_TOOLS+=, not =, says pkglint.wiz1-2/+2
2006-01-07Fix a number of buffer overflows in OpenMotif's UIL implementation.joerg4-2/+91
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-04Fix spelling. Found by wiz@.joerg2-4/+4
2006-01-04getpwuid_r and friends only exist on NetBSD 2.99.10 and higher,joerg2-4/+4
so use them only on those systems.
2005-12-122.2.3 and 2.1.x are not compatible, force use of 2.2.3.joerg1-2/+2
2005-12-12Update OpenMotif to 2.2.3. Too many changes to list here, but mostjoerg36-2066/+292
importantly no more imake usage.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-15s/defineD/defined/ so openmotif actually compiles w/o errors.erh2-4/+4
2005-07-24openmotif needs x11 headers and libraries, so include mk/x11.buildlink3.mk.wiz1-1/+3
2005-06-27Add DragonFly support (untested). Provided by Jörg Sonnenbergerwiz6-40/+334
in PR 30258. While here, clean up pkglint warnings.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-1/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-10Add patch to fix CAN-2005-0605. Bump PKGREVISION.wiz3-13/+23
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+7
2004-12-25Enable pkgviews installation.minskim1-1/+5
2004-12-18Fix vulnerabilities reported in CAN-2004-0687 and CAN-2004-0688 bytron11-5/+446
applying a patch based on ICS's patch for OpenMotif 2.2.3.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-31fix up the darwin config files to deal with something that changed indanw2-6/+6
buildlink at some point
2004-07-22just require "tbl", not necessarily the whole groffdrochner1-2/+2
2004-07-09depend on groff and use ${TBL} for tbl,drochner1-2/+3
fixes PR pkg/23010 by Jeremy C. Reed
2004-05-03Unused.wiz1-23/+0
2004-04-11bl3ifyxtraeme2-2/+20
2004-03-16add darwin supportdanw7-11/+479
2004-03-12Make sure the displayed output mentions "OpenMotif" so reader willreed1-3/+3
have some idea what is going on.
2004-02-02Same libraries were not installed in FreeBSD, so use PLIST_SUBST toxtraeme2-5/+11
make the precompiled package.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-20use 'test -d' for directories to improve portability (solves problem in ↵heinz1-2/+2
http://mail-index.netbsd.org/tech-pkg/2003/11/19/0000.html)
2003-09-09Use GNU make in Linuxmartti1-1/+8
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-3/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-18/+2
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-08improve COMMENT.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-14Fix typo caught by gcc-3.3.fredb1-2/+2
2003-06-13Add NetBSD RCS tagscjep1-0/+1
2003-06-12Apply one more patch to satisfy some GNU bison versions on Linux.jschauma2-7/+13
This closes PR pkg/19860.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-19Make this build and install under Linux:jschauma6-13/+56
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-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-5/+5
2003-04-21Add RCS tagcjep1-0/+1
2003-04-21Whitespace fixcjep1-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-02-23Install missing header file BaseClassI.h. Bump PKGREVISION to 2.jmmv4-4/+17
Requested in PR pkg/20341 by Marc Recht.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-4/+4
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>.
2002-10-08Unused.jlam1-38/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-6/+28
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-06-22Workaround a gcc codegen bug on sparc64 (surprise, surprise) by using nojlam3-24/+81
optimization on sparc64. Fix from pkg/15477 by Lloyd Parkes <lloyd@must-have-coffee.gen.nz>.