summaryrefslogtreecommitdiff
path: root/mbone/common-mml/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2009-12-12This package needs gtk-doc to successfully build its HTML docs. Adding asnj1-3/+3
build dependency on gtk-doc isn't enough to make everything happy, because the gtk-doc package unhelpfully disables sgml support by default (in the name of avoiding a "heavy" jade dependency). In order to get a package that is consistent regardless of which additional packages are installed, let's just not install the HTML docs at all.
2009-12-02Add a couple missing files to this package's PLIST.snj1-3/+2
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-4/+6
their files via a custom do-install target.
2007-03-30Revert last PLIST change und bump revision again.joerg1-2/+2
Trust the bulk builds more than rillig@ and let him figure out why his environment produces a different file set.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-3/+3
2007-03-08Fixed the PLIST. PKGREVISION++rillig1-1/+2
2007-03-07Use INSTALLATION_DIRS to create directories.reed1-2/+3
This is for PR #35945.
2006-04-11Update common-mml to 1.2.16. This version was packaged by David Price,minskim1-18/+13
and modified by me. Major changes since 1.2.0: - Add support for SAP and SDP.
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.
2005-06-01No reason to include bsd.prefs.mk, comment it.wiz1-4/+4
(The code that would use it is commented out too.).
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-27use the results of the autoconf test for inet_ntop and inet_pton. Fixesdmcmahill1-1/+4
compile problems on sparc and should fix other big endian machines.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-17Import common-mml-1.2.0:hubertf1-0/+27
The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD) and on Windows 95/98/NT. The following protocols/algorithms are included in the library: * Base64 encoding/decoding * Binary tree * Random number * HMAC authentication * MD5 * DES * RTP * Mbus