summaryrefslogtreecommitdiff
path: root/mail/faces
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15Make build on Interix.tv5-26/+37
2005-03-12added patches to support IRIX, closing PR#28315.schwarz7-19/+96
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-04Backout last change which broke building this package.tron1-2/+2
2004-11-30Do not copy Makefiles around, just use MAKEFILE variable.wiz1-2/+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-05-09Unused.wiz1-19/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14bl3ifyminskim2-3/+23
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-22Remove dependency on replace-perl from do-configure target.wiz1-2/+2
This was a workaround for a bug which has been fixed, and the target does not exist any more either.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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-18delintcjep1-3/+3
2002-10-09Unused.wiz1-34/+0
2002-09-21buildlink1 -> buildlink2, and note conflict with compfaces.jlam3-9/+10
2002-09-10The master site moved the archive in a subdirectory with the same name. ↵manu1-2/+2
Requesting the archive was causing the server to tar.Z the direcctory on the fly, and we ended up with an archive containing the source archive. This was blocked by the checksum. Fixed the archive path.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+24
buildlink2.mk files back into the main trunk.
2002-07-07Define "USE_PERL" and patch path to Perl binary in a Perl scripts.tron1-2/+9
Problem noted by Greg A. Woods in PR pkg/16415.
2002-07-07Adapt include conversion scripts to recent versions of "netpbm" and addtron5-4/+62
the missing dependence on "netpbm" package. This fixes PR pkg/16416 by Greg A. Woods. Bump the package revision to 2 after these fixes.
2002-07-07Shorten oversize description.tron1-53/+0
2002-07-07Use "FILE" instead of "file" as shell variable to fix a "pkglint" warning.tron1-6/+8
2001-11-30Update mail/faces to 1.6.1nb1. Changes from version 1.6.1 are moving thejlam12-630/+348
package under ${X11PREFIX} instead of trying to dual-install under both ${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
2001-11-29Misc fixes:wiz5-21/+19
Remove a dead MASTER_SITE. Use PLIST_SUBST instead of local hack. Create app-defaults dir if missing (solves pkg/13179). Don't hardwire incorrect app-defaults path in patch-at.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-14libcompface.*, not libcompfaces.*jlam1-2/+2
2001-09-14Correct the version number for the faces dependency (there was no 1.1.6,jlam1-2/+2
only 1.6.1).
2001-09-14Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-07-24Make this package work under Solaris.tron1-6/+4
2001-06-11Fix LICENSE. s/distribution/redistribution/. Pointed out byjtb1-2/+2
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-04LICENSE=limited-distribution.jtb1-1/+4
RESTRICTED="Distribution not allowed if money exchanged" * Permission is given to distribute these sources, as long as the * copyright messages are not removed, and no monies are exchanged. * * No responsibility is taken for any errors on inaccuracies inherent * either to the comments or the code of this program, but if reported * to me, then an attempt will be made to fix them.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-28/+26
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-03add some missing header files for alpha.dmcmahill4-44/+42
2001-02-03create missing ELF shared lib linksdmcmahill1-3/+8
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-09-06Use correct run time library path for "compface" and "uncompface".tron2-8/+8
2000-09-06Include "errno.h" instead of defining "sys_errlist" manually to avoidtron3-5/+36
link time warnings.
2000-09-06Fix compilation problem with certain version of "bsd.lib.mk".tron2-8/+9
2000-09-04Fix this package to pass the shared library test in the "check-shlibs"tron4-17/+19
target. These patches created by Alistair Crooks.
2000-07-11Attempt to differentiate between X11BASE (where X11 is installed) andagc4-9/+10
X11PREFIX (where the app defaults file is to be installed, and which will be X11BASE, or LOCALBASE if xpkgwedge is installed).
2000-07-08Replace "/usr/local" by "${LOCALBASE}". Fixes PR pkg/10360, pkg/10465tron23-122/+121
and pkg/10529.
2000-05-24More changes for Solaris - make this compile on Solaris systems whereagc3-26/+25
the BSD make program is called "bmake".
2000-05-21I don't see the lint libraries getting installed, and the lintingkim1-1/+3
barfs on 1.4Y (at least), so don't lint at all.
1999-12-05Compiles on Solarisbouyer3-6/+9
1999-10-01Regen.simonb1-6/+22
1999-10-01Oops, forgot them RCS ids...simonb21-0/+42