Commit graph

14 commits

Author SHA1 Message Date
jperkin
c6462e7bd7 Ensure we set rpath in SunOS build, fixes check-shlibs. 2014-07-25 16:23:35 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
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-25 10:29:56 +00:00
wiz
d08ad9c353 Update to 4.1.7:
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.
2014-01-19 11:28:59 +00:00
rodent
8ec5764dd6 'The "+=" operator should only be used with lists.' 2013-04-06 19:42:41 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
obache
8164b5eeb3 Bump PKGREVISION from default python change to 2.7. 2012-03-16 04:31:14 +00:00
sbd
3d9fd3c8b2 Copy the link options for NetBSD in mk/beforeauto.mk.in to the Linux section
so that the library's get the rpath embedded.
2012-01-29 04:03:17 +00:00
drochner
9f8926f404 update to 4.1.5
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-04-21 16:34:17 +00:00
obache
20efb847ad Add DragonFly support.
(for patch-ad, NetBSD support is already in, reuse for DragonFly).
2011-01-01 05:43:28 +00:00
obache
d07df6667b * remove USE_LIBTOOLS, this package not using libtool.
* 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-25 12:24:02 +00:00
drochner
808c967daa add omniORB-4.1.4, a CORBA implementation, from Ian Zagorskih per pkgsrc-wip 2010-09-01 15:52:58 +00:00