summaryrefslogtreecommitdiff
path: root/x11/XmHTML
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+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-04-12No longer used.snj1-40/+0
2004-04-12Convert to buildlink3.snj2-6/+28
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-12Provide buildlink2.mk.seb1-0/+40
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-26/+26
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-19/+17
have been converted to USE_BUILDLINK2.
2002-04-17Explicitly set USE_X11BASE as is is a Motif widget and should go wherejlam1-1/+2
Motif lives.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+16
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-31o Fix/add quotingzuntum1-2/+2
o Respect ${CFLAGS}
2001-03-05Add definition of CC to make environment and get build system to use itskrll8-27/+66
with libtool.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-7/+7
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-7/+8
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
1999-11-13* Update XmHTML to 1.1.7.jlam13-317/+189
* The build process no longer supports imake, so throw out all the old patches; we need to patch the new Makefiles. * Don't install the HTTP 1.0 client library, since it isn't needed by XmHTML, and there are better HTTP libraries available. * We correctly support ELF, so this closes PR#8028.
1999-11-07Don't depend on lesstif directly, use USE_MOTIF instead.hubertf1-2/+2
1999-10-31these patches were insane. we had 4 patch files. we had 7 files patched.mrg8-438/+313
2 files were patched by 3 of the patches. 2 other files patched by 2 of the patches, and 3 other single patched files. now, we have 7 separate patch files. also, if we're going to enable some of libXpm here, do it all so that it works with xpkgwedge!
1999-09-07fix path to lesstif in dependency linehubertf1-2/+2
1999-09-06Change "DEPENDS +=" to "DEPENDS+=" so lintpkgsrc can recognize line.jlam1-5/+5
cvs: ----------------------------------------------------------------------
1999-07-09Add package patch checksum files.agc1-0/+6
1999-04-26add USE_X11=yesgarbled1-1/+3
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-03-01Add dependency for png.mellon1-1/+2
1999-01-22Fix up dependencies and configuration process.mellon1-5/+6
1999-01-22Oops, add some dependencies.mellon1-1/+4
1999-01-22XmHTML: a Motif-based HTML display widget.mellon9-0/+478