1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Kris Kennaway
e15279745e BROKEN on 7.0: Does not compile 2006-02-12 22:35:23 +00:00
Sergey Matveychuk
2d249e8ce0 - Remove USE_REINPLACE from my ports 2006-02-07 17:56:16 +00:00
Sergey Matveychuk
bab7883f0b - Fix build on -CURRENT (sigval renamed to sival)
Reported by:	kris via pointyhat
2005-11-26 20:40:32 +00:00
Sergey Matveychuk
b76273ade1 - Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Kris Kennaway
4c1fbadf84 BROKEN on sparc64: Does not build
Approved by:    portmgr (self)
2005-03-26 20:21:36 +00:00
Sergey Matveychuk
d30838d8d7 - NOT_FOR_ARCH=sparc64 (linker error)
Reported by:	kris via pointyhat
2005-02-04 06:52:24 +00:00
Sergey Matveychuk
7f3e0d51d2 - Mark port NOT_FOR_ARCH=alpha because of segment overflow on linking
- While I'm here: remove comments modification from patch-ae

Reported by:	kris via pointyhat
Submittet by:	Alex Vasylenko <lxv(at)omut.org>
2005-01-25 10:01:18 +00:00
Sergey Matveychuk
e79c4c8099 - The code is 64 bit clean now
- Add a little patch for TAO

Submitted by:	Alex Vasylenko <lxv(at)omut.org>
2005-01-20 19:20:52 +00:00
Sergey Matveychuk
59afaf2b29 - Fix install
Pointed out by:	pointyhat via kris
2004-12-25 08:43:37 +00:00
Sergey Matveychuk
ef4385dbab - Install config-freebsd.h, which is included from ace/config.h
PR:		ports/75385
Submitted by:	Dryice Liu <dryice(at)liu.com.cn>
2004-12-22 15:31:49 +00:00
Sergey Matveychuk
7896da2ae5 - Update to 5.4.2+1.4.2
Submitted by:	Craig Rodrigues <rodrigc(at)crodrigues.org>
2004-12-07 13:32:53 +00:00
Sergey Matveychuk
87fc99e551 ACE builds fine with gcc 3.4. So build only ACE, not TAO.
Noticed by:	Barney Wolff <barney@databus.com>
2004-08-19 18:27:12 +00:00
Sergey Matveychuk
163b384ab8 Mark broken while I have no work around for gcc 3.4 build 2004-08-10 06:53:03 +00:00
Sergey Matveychuk
e75ada7110 Fix pkg-plist
PR:		ports/69051
Submitted by:	Konstantin Oznobihin <bork@rsu.ru>
Reviewed by:	sem (maintainer)
Approved by:	krion (mentor) (implicit)
2004-07-14 15:01:10 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Kirill Ponomarev
47981fedc5 - Update to version 5.4.1
PR:		ports/65138
Submitted by:	maintainer
2004-04-19 13:00:57 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Kirill Ponomarev
f16753f6d7 - Use more right way to link library
PR:		ports/63820
Submitted by:	maintainer
2004-03-06 11:59:23 +00:00
Kris Kennaway
57dcf90e0d Flip the sense of the supported architecture list since we only have one
32-bit platform
2004-02-25 10:09:30 +00:00
Kris Kennaway
18e25ec569 alpha is also a 64-bit environment (add to NOT_FOR_ARCHS) 2004-02-23 22:06:01 +00:00
Kirill Ponomarev
8572f4e441 - Utilize NOT_FOR_ARCHS (Code is not 64-bit clean yet. So
disable all 64-bit archs)

PR:		ports/62327
Submitted by:	maintainer
2004-02-05 19:24:53 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Pav Lucistnik
dfbd574b02 - Fix installation of header files
- Bump portrevision

PR:		ports/61489
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2004-01-19 08:06:15 +00:00
Clement Laforet
91528b4010 - Update to 5.4.0
- Use %%TAO_VERSION%% in pkg-plist
- Fix CONFLICTS

PR:                 61437
Submitted by:       Sergey Matveychuk <sem@ciam.ru> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-16 21:26:43 +00:00
Kirill Ponomarev
87d03765c2 - install libs with version numpers
- use common DISTNAME with a slave port
- USE_PERL5_BUILD instead of just USE_PERL5

PR:		61160
Submitted by:	maintainer
2004-01-10 09:27:44 +00:00
Kirill Ponomarev
404d53e08f - Change CONFLICTS= with CONFLICTS?= for slave port
- Change DISTNAME for new tarball name

PR:		61003
Submitted by:	maintainer
2004-01-07 09:17:31 +00:00
Sergei Kolobov
ed30348723 - Allow some Makefile variables to be overriden by slave port(s)
- Remove maintainer's URL from MASTER_SITES

PR:		60962
Submitted by:	maintainer
2004-01-06 07:31:44 +00:00
Kirill Ponomarev
87f43fa80f Add ace+tao ,
The ADAPTIVE Communication Environment (ACE) is an
object-oriented (OO) toolkit that implements fundamental design
patterns for communication software.  ACE provides a rich set
of reusable C++ wrappers and frameworks that perform common
communication software tasks across a range of OS platforms.

TAO is a freely available, open-source implementation of a
CORBA 2.x-compliant ORB that supports real-time extensions.

WWW: http://www.cs.wustl.edu/~schmidt/ACE.html
WWW: http://www.cs.wustl.edu/~schmidt/TAO.html

PR:		60634
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-12-27 23:47:14 +00:00