non port: devel/omniNotify/Makefile |
SVNWeb
|
Number of commits found: 31 |
Tue, 1 Jan 2019
|
[ 19:49 bofh ]
devel/omniNotify: Mark DEPRECATED as upstrem is unmaintained from 2004
- Set EXPIRATION_DATE 2019-02-01
- Take MAINTAINERSHIP
|
Wed, 13 Apr 2016
|
[ 10:43 jbeich ]
devel/omniNotify, devel/py-omniorb*: modernize
- Convert to CONFIGURE_OUTSOURCE
- Convert to target option helpers
Approved by: bofh (maintainer)
Differential Revision: https://reviews.freebsd.org/D4157
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Fri, 15 May 2015
|
[ 16:55 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Strip libraries
|
Mon, 20 Oct 2014
|
[ 19:59 thierry ] (Only the first 10 of 12 ports in this commit are shown above. )
- Recopy devel/omniORB to devel/omniORB-4.1
- Downgrade it to 4.1.7
- Unbreak devel/omniNotify
- Add CONFLICTS
CR: D970
Approved by: pfg
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Sat, 30 Aug 2014
|
[ 17:13 antoine ]
Mark BROKEN: Fails to build with new omniORB
.././../lib/RDINotifServer.cc: In constructor
'RDINotifServer::RDINotifServer(RDI_Config*, FilterFactory_i*,
AttNotification::_objref_FilterFactory*, EventChannelFactory_i*,
AttNotification::_objref_EventChannelFactory*, EventChannel_i*,
AttNotification::_objref_EventChannel*, RDI_ServerQoS*)':
.././../lib/RDINotifServer.cc:84: error: 'struct omni_time_t' has no member
named 'secs'
.././../lib/RDINotifServer.cc:84: error: 'struct omni_time_t' has no member
named 'nanosecs'
.././../lib/RDINotifServer.cc:86: error: 'struct omni_time_t' has no member
named 'secs'
.././../lib/RDINotifServer.cc:86: error: 'struct omni_time_t' has no member
named 'nanosecs'
.././../lib/RDINotifServer.cc: In member function 'virtual void
RDINotifServer::set_server_props(const AttNotification::ServerProperties&)':
.././../lib/RDINotifServer.cc:717: error: 'struct omni_time_t' has no member
named 'secs'
.././../lib/RDINotifServer.cc:717: error: 'struct omni_time_t' has no member
named 'nanosecs'
.././../lib/RDINotifServer.cc:722: error: 'struct omni_time_t' has no member
named 'secs'
.././../lib/RDINotifServer.cc:722: error: 'struct omni_time_t' has no member
named 'nanosecs'
gmake[1]: *** [static/RDINotifServer.o] Error 1
Reported by: pkg-fallout
|
Thu, 14 Aug 2014
|
[ 01:52 vanilla ]
1: Stagify.
2: Add LICENSE.
|
Sun, 13 Jul 2014
|
[ 23:09 bapt ] (Only the first 10 of 38 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
Thu, 29 May 2014
|
[ 15:09 miwi ] (Only the first 10 of 49 ports in this commit are shown above. )
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
Thu, 16 Jan 2014
|
[ 15:43 sem ]
- Drop. No time to support.
|
Sun, 29 Sep 2013
|
[ 13:13 antoine ]
Fix leftovers after recent patches
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 11 Dec 2010
|
[ 22:27 pgollucci ]
- Fix pkg-plist in NOPORTEXAMPLES case
Reported by: QAT
|
Mon, 3 May 2010
|
[ 13:50 sem ]
- Update to latest version.
PR: ports/143929
Submitted by: Stas Timokhin <devel at stasyan.com>
|
Sun, 27 Dec 2009
|
[ 13:37 erwin ]
Mark BROKEN on 9.x: does not build.
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Tue, 30 Jan 2007
|
[ 04:23 kris ] (Only the first 10 of 49 ports in this commit are shown above. )
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
|
Fri, 12 Jan 2007
|
[ 11:09 sem ]
- Bump omniORB library version in depends
Reminded by: kris mail
|
Tue, 7 Feb 2006
|
[ 17:56 sem ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove USE_REINPLACE from my ports
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Fri, 10 Dec 2004
|
[ 11:08 sem ]
ONLY_FOR_ARCHS=i386
Reported by: kris via pointyhat
|
Sat, 4 Dec 2004
|
[ 01:49 kris ]
BROKEN on !i386: Does not compile
|
Sat, 27 Nov 2004
|
[ 21:53 sem ]
- Respect CFLAGS
Reported by: pointyhat
|
Tue, 23 Nov 2004
|
[ 00:08 sem ]
CORBA Notification Service for omniORB
|
Number of commits found: 31 |