summaryrefslogtreecommitdiff
path: root/x11/lesstif
AgeCommit message (Collapse)AuthorFilesLines
2007-08-070.95.0nb1 did introduce a small API change, belatedly fix in bl3.mktnn1-2/+2
2007-06-26Patch c / c++ linkage problem in lesstif headers that causes the buildtnn3-2/+23
of print/xpdf to fail when MOTIF_TYPE=lesstif and using gcc4. Patch borrowed from Arch Linux. PKGREVISION++
2007-04-26Just remove a space at end of a line.reed1-2/+2
2007-04-23include libXt's bl3.mk to get X11/Intrinsic.htnn1-1/+2
2007-01-23Include printproto's buildlink3.mk.reed1-1/+2
These headers use X11/extensions/Print.h.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-4/+4
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-07-29Changes 0.95.0:adam2-8/+7
* We're now also distributing a version of LessTif packaged with [1]autopackage. Fixes to the autopackage/default.apspec.in were applied for this, and the autopackage team augmented their implementation for us (thanks!). * Change the API of the _LtDebugPrintRenderTable function, the old one wasn't working well. * Add a dependency so ResConvert.c is compiled whenever configure.in changes. * Make the message from configure about missing or too old X development packages mention the missing case too. Happens more often than old versions nowadays. * Add code to the release script to create an autopackage file. * Add code to the release script to create RPMs automatically. * Fix and clean up some of the XmStringCreate functions, they weren't handling tabs and newlines correctly. * Implement XmStringGenerate() and XmStringParseText() somewhat better. * Fix an initialisation problem with RenderTables which caused colour settings to fail in some circumstances. * Fix a bug that caused XmTextField to overwrite its border. * Remove a couple of fprintf statements saying "Yow" * Fix freetype installation check which appears to require include. * Fix the build so it won't override defaults from libtool. * Fix compile error in TextOut.c when compiling with Xft. * RPM specfile syntax has renamed Copyright into License. * Patch by Eric Branlund for _MOTIF_DRAG_TARGETS on x86_64. * Patches by Winfried to fix warnings detected with GCC 4.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-4/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-16Do not remove share/aclocal, it's in the *dist files.wiz1-2/+1
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-22No need to declare FILES_SUBST_SED anymore.joerg1-2/+1
2006-01-22Use INSTALL_EXTRA_TMPL / DEINSTALL_EXTRA_TMPL instead of manuallyjoerg1-8/+4
messing with the scripts.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
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-06-30Changes 0.94.4:adam2-157/+160
* Fixes some critical build system bugs w.r.t. 0.94.2 Changes 0.94.2: * Lots of improvements, most importantly better XmRenderTable support
2005-06-30Changes 0.11.55:adam9-73/+58
* Added "Require Source Selection" (and Destination ditto) flag in the "Before&After" options for external command rows. This prevents commands from running if there is no selection, which is handy to avoid making programs read from stdin. Added after issue report by C. H. Block. * Brought Copyright in About window and man page into 2005. :) * Added (commented-out) sample row in gentoogtkrc.in to show how to set color of non-used pane rows (not reachable by gentoo's File Style system). * Fixed broken g_snprintf() formatting specifier in the overwrite dialog that caused it to crash on Solaris. Reported (possibly among others) by N. Antic. * Added option to let window manager position dialogs. Suggested by "Martinko". This is the new default behavior, too. * Added a SelectShell command, that makes select/unselect/toggle decisions based on running shell commands. Suggested by me. :) See docs/scratch/command_args.txt, or use the GUI. Modified the default button layout to put SelectRE/SelectShell together.
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-11Bump BUILDLINK_RECOMMENDED for security update. (hi wiz!)salo1-2/+2
2005-03-10Add patch to fix CAN-2005-0605. Bump PKGREVISION.wiz4-3/+48
2005-03-10Sort.wiz1-3/+3
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-01-05Changes 0.94.0:adam2-5/+5
* XPM security fixes * memory leak fixes * other fixes
2004-11-22Changes 0.93.97:adam3-10/+9
* unknown
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-28Changes 0.93.96:adam13-83/+65
* Scroll wheel suuport * Xpm security fixes * XmList fixes * XmFrame fixes * fix for uninitialised memory problems
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-17/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-03Unused.wiz1-25/+0
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-04-12add missing dependency on expat.grant1-1/+2
2004-04-11bl3ifyxtraeme2-2/+20
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-12Changes 0.93.94:adam12-71/+64
Fix the crashes that were introduced by fixes for gadget colour problems. Changes 0.93.91: Implement Add Mode in XmText.
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-20install LessTif.tmpl where imake and motif.buildlink2.mk expects.markd4-11/+18
bump PKGREVISION.
2003-07-18Changes 0.93.41:adam12-63/+66
Intermediate release - extend LessTif to work with the Xft library Bug-fixes Changes 0.93.44: Bug-fixes Changes 0.93.46: Bug-fixes
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-12-05update to 0.93.36drochner45-1334/+183
changes to the pkg: -don't bother sharing patches with the Motif-1.2 compatible version anymore -- most patches were only necessary to be able to share patches, so it got ridicoulous -kick out use of autoconf et al. - just unneeded complexity -comply to Motif-2.1 instead of 2.0 lesstif changes: -added XmSimpleSpinBox implementation -Initial implementation of the CareParentVisual Trait -Start implementing XmRenderTable, XmRendition, XmTabList -misc fixes/cleanups
2002-10-08Unused.jlam1-38/+0
2002-10-02Use automake.mk.wiz1-8/+9
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-4/+26
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.