summaryrefslogtreecommitdiff
path: root/net/openh323
AgeCommit message (Collapse)AuthorFilesLines
2007-02-19Retire propolice hack on DragonFly as the system compiler was fixedjoerg1-18/+0
and the changes pulled up to all release branches.
2006-11-11Fixed "test ==".rillig2-5/+14
2006-09-19Workaround for propolice ICE on DragonFly.joerg1-0/+18
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-05-31Remove manual extraction code, now that mk/ recognizes -tar.gz.wiz1-4/+1
2006-05-16Uses C++.joerg1-1/+2
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-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-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-10Removing seemingly verbose noop.joerg1-6/+1
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-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-3/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
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-05-16Note that tar is required by this package.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
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-12-01Changes 1.15.2:adam3-23/+22
* Bug fixes * Improvements
2004-10-17Build example apps at build time, or else they'd be built at installmjl1-2/+2
time under the root user.
2004-10-09Match library dir setting to pkg realitymjl2-6/+8
2004-10-09New version wanted.mjl1-3/+3
2004-10-09Update openh323 to 1.15.1mjl6-149/+142
Same as with devel/pwlib, the main development site stealthly moved to sourceforge without notice on the main openh323 page. This update catches up with the last two years of development.
2004-10-09Add buildlink3.mkmjl2-2/+23
2004-10-09Tweak build infrastructure to work better with pkgsrcmjl1-10/+10
layout of files.
2004-10-09Update openh323 to 1.12.2mjl6-67/+100
No changelog available, sorry.
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-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-08Convert to buildlink3.snj1-4/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-11Use tabs (not spaces) to make indentationcjep1-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-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
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-23USE_BUILDLINK2=yes.wiz1-5/+4
2002-12-05install simph323 via make install in it's build directory, rather thanjdolecek1-3/+2
hardcoding the path to built binary in pkg Makefile; this is more libtool friendly Pointed out by Daniel Carosone in private e-mail.
2002-12-04$(LIBTOO) -> $(LIBTOOL)dan2-5/+5
2002-12-03update openh323 to version 1.10.4jdolecek6-132/+213
list of changes isn't readily available remove BROKEN tag, since it builds Just Fine nowadays; more tests need be done to confirm it really works with pth, tho Partially based upon pkg/17983 by Wojciech Puchar
2002-12-02Wildcard pwlib dependency.wiz1-2/+2
2002-04-09Mark this package as broken - specifically, it's very out of date, andagc1-1/+3
it has a quirky build process which can't deal with our libtool and pthreads libraries simultaneously.
2002-04-09Don't use a custom do-build target when all that's needed is an ALL_TARGETagc1-4/+2
definition.
2002-04-09Use libtool for each file to be compiled.agc2-5/+59
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-3/+3
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2001-12-30Pass the MAKE_ENV definitions down to the custom do-build stage.agc1-2/+2
Fixes problem uncovered in 1.5.2 bulk build.