Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 1 | -2/+2 | |
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ | |||||
2006-05-31 | Remove manual extraction code, now that mk/ recognizes -tar.gz. | wiz | 1 | -4/+1 | |
2006-05-16 | Uses C++. | joerg | 1 | -1/+2 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-01-10 | Removing seemingly verbose noop. | joerg | 1 | -6/+1 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -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-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-16 | Note that tar is required by this package. | jlam | 1 | -1/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-12-01 | Changes 1.15.2: | adam | 1 | -15/+14 | |
* Bug fixes * Improvements | |||||
2004-10-17 | Build example apps at build time, or else they'd be built at install | mjl | 1 | -2/+2 | |
time under the root user. | |||||
2004-10-09 | Update openh323 to 1.15.1 | mjl | 1 | -21/+22 | |
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-09 | Update openh323 to 1.12.2 | mjl | 1 | -7/+8 | |
No changelog available, sorry. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-05-08 | Convert to buildlink3. | snj | 1 | -4/+4 | |
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-03 | update openh323 to version 1.10.4 | jdolecek | 1 | -16/+25 | |
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-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-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 | 1 | -1/+2 | |
2000-08-28 | add dependency on pwlib | wiz | 1 | -1/+3 | |
2000-08-25 | Initial import of openh323. | mjl | 1 | -0/+40 | |
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. |