summaryrefslogtreecommitdiff
path: root/net/omniORB
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-25Use "long" as "LONGLONG" only if native long long doesn't exist ordholland3-2/+37
isn't 64 bits. Required to build omniNotify, which has C++ overloading code that reasonably assumes that "long" and "LONGLONG" aren't the same type.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-07-25Ensure we set rpath in SunOS build, fixes check-shlibs.jperkin2-6/+17
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-19Update to 4.1.7:wiz3-15/+18
Changes since omniORB 4.1.6 --------------------------- - Bug fixes and platform updates. See bugfixes-416.xml - ZIOP support. See src/examples/ziop/README.txt for details. Changes since omniORB 4.1.5 --------------------------- - Bug fixes. See bugfixes-415.xml - New clientOpenConnection and serverAcceptConnection interceptors.
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+3
2012-03-16Bump PKGREVISION from default python change to 2.7.obache1-1/+2
2012-01-29Copy the link options for NetBSD in mk/beforeauto.mk.in to the Linux sectionsbd2-5/+16
so that the library's get the rpath embedded.
2011-04-21update to 4.1.5drochner5-79/+18
change: Incoming SSL connections can time out waiting for SSL_accept to complete pkgsrc change: remove the patch which did daemonize omniNames in the code -- this was bad because it sent all diagnostic output to /dev/null. send it to background in the rc.d script instead, and set a reasonable logfile location
2011-01-01Add DragonFly support.obache6-14/+57
(for patch-ad, NetBSD support is already in, reuse for DragonFly).
2010-09-25* remove USE_LIBTOOLS, this package not using libtool.obache1-14/+10
* remove adding PYTHON=${PYTHONBIN} to CONFIGURE_ENV, it alredy in ALL_ENV. * remove pre-install target, because no need, broke destdir installation * some cosmetic fixes.
2010-09-01add omniORB-4.1.4, a CORBA implementation, from Ian Zagorskih per pkgsrc-wipdrochner10-0/+686