summaryrefslogtreecommitdiff
path: root/misc/libutf/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-08-01Comment out dead sites (DNS problems).wiz1-2/+2
2013-05-11Allow misc/libutf to be cross-built - the build target is just its library,agc1-2/+3
and the test target is only used for testing
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2009-05-22update master site.zafer1-2/+2
2007-08-30Add DESTDIR supportagc1-1/+2
2006-05-26Update the libutf package from 2.10 to 3.0.agc1-3/+2
Main changes are: + drag this package into the modern era + take all the arguments out of the prototypes in the header files + add a better French collation sequence from Serge Gagnon, sent to me in May 2003 + add a utflcpy(3) function + update buildlink3.mk file to a more recent vintage + be a bit more pragmatic - move to a 3-clause BSD licence
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-04-30Update MASTER_SITES and HOMEPAGE.agc1-4/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-04-12bl3ifyxtraeme1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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-12-23Make this package install its configuration file under the examples treejmmv1-1/+8
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam1-3/+3
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.
1998-09-09Patch this package to use libtool.agc1-1/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: fix RCS Idhubertf1-1/+2
1997-10-23Initial import of library with UTF-8 character set functionality, andagc1-0/+18
including UTF-8 aware regular expressions. Needed for the ssam editor.