Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-11 | Use tabs (not spaces) to make indentation | cjep | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-05 | PKGREVISION goes after PKGNAME. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -1/+2 | |
dependency bumps. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -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-23 | USE_BUILDLINK2=yes. | wiz | 1 | -5/+4 | |
2002-12-05 | install simph323 via make install in it's build directory, rather than | jdolecek | 1 | -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) | dan | 2 | -5/+5 | |
2002-12-03 | update openh323 to version 1.10.4 | jdolecek | 6 | -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-02 | Wildcard pwlib dependency. | wiz | 1 | -2/+2 | |
2002-04-09 | Mark this package as broken - specifically, it's very out of date, and | agc | 1 | -1/+3 | |
it has a quirky build process which can't deal with our libtool and pthreads libraries simultaneously. | |||||
2002-04-09 | Don't use a custom do-build target when all that's needed is an ALL_TARGET | agc | 1 | -4/+2 | |
definition. | |||||
2002-04-09 | Use libtool for each file to be compiled. | agc | 2 | -5/+59 | |
2002-02-06 | Changes instances where BSD_INSTALL_* were used by targets in the Makefile | jlam | 1 | -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-30 | Pass the MAKE_ENV definitions down to the custom do-build stage. | agc | 1 | -2/+2 | |
Fixes problem uncovered in 1.5.2 bulk build. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-05-10 | Sync PLIST with reality, as pointed out by leftover list from last | agc | 1 | -1/+3 | |
bulk build. | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-28 | add dependency on pwlib | wiz | 1 | -1/+3 | |
2000-08-25 | Initial import of openh323. | mjl | 9 | -0/+173 | |
The OpenH323 project aims to create a full featured, interoperable, Open Source implementation of the ITU H.323 teleconferencing protocol. XXX The simph323 program does not seem to work 100%, eg. it is dumping XXX core on exit. I suspect a problem with the threads stuff. |