Commit Graph

22 Commits

Author SHA1 Message Date
Eric J.Chet
ce0c25e44c It helps when you "cvs add" the new patches, oops. 2000-09-18 19:01:19 +00:00
Eric J.Chet
cd34cdd8c3 PR: 21221
Submitted by:Johann Visagie and a patch by Peter van Heusden
2000-09-15 15:40:52 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Michael Haro
723a286c92 * respect CC, CXX, CFLAGS, CXXFLAGS.
* turn on USE_NEWGCC.
* don't use mkdirhier (to avoid implicit BUILD_DEPENDS on XFree86)
* define ONLY_FOR_ARCHS=i386.
* tweak do-install rules.
* revise some patch for the socklen_t issue.
* fit library file names in the ELF world to enable making package on -STABLE and -CURRENT.

PR:		168006
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-01 05:42:59 +00:00
Jeremy Lea
8eab7a9d97 Fix building this port.
Approved by:	maintainer
2000-02-17 06:26:40 +00:00
Michael Haro
4999bc2b98 remove extra tab after PKGNAME (portlint) 2000-02-04 23:38:08 +00:00
Eric J.Chet
cfa8a4db7c version update to 2.8.0 2000-01-11 19:29:02 +00:00
Eric J.Chet
0e7e380f62 version update to 2.8.0.  2000-01-11 19:28:32 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Tim Vanderhoek
a5e5d9c778 Wow! What big teeth you have grandma! "All the better to Weat you
with, my dear."

[That's lupus for "Add WWW:"]
1999-05-02 21:59:12 +00:00
Justin M. Seger
bf4102fe83 Mark BROKEN for ELF:
g++ -fhandle-exceptions -pipe -I. -D__OMNIORB2__ -I../../../include -DDEFAULT_LOGDIR=\"/var/omninames\"    -o omniNames NamingContext_i.o log.o omniNames.o  -L../../../src/lib/omniORB2 -lomniORB2 -L../../../src/lib/omnithread -lomnithread
../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::omni_mutex(void)':
posix.o(.text+0x10): undefined reference to `pthread_mutex_init'
../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::~omni_mutex(void)':
posix.o(.text+0xa2): undefined reference to `pthread_mutex_destroy'
../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::lock(void)':
1998-10-12 19:25:27 +00:00
Satoshi Asami
c12c2467ed Remove manpages define in MAN? fom PLIST for all the devel ports.
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
1998-08-12 01:55:34 +00:00
Steve Price
84c9959422 Make this port build again. 1998-06-06 17:41:18 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Satoshi Asami
7636056fca Mark this port broken, it doesn't build. 1997-11-22 01:15:58 +00:00
Satoshi Asami
364f86b614 Put some parentheses in "#elif defined(foo) || defined(bar)" statement
to make this compile again.  I never quite understood the "#elif"
syntax and now I think I never will.

By the way, this is just a patch-up to DavidO's "stab in the dark" and
is not guaranteed to work on NetBSD and/or OpenBSD.  I just "fixed" it
in the way that it doesn't break FreeBSD while preserving the spirit
of his changes (i.e., to "stab" whatever he was aiming at).
1997-07-10 07:37:00 +00:00
David E. O'Brien
105b806c09 Added {Open,Net}BSD to the #define's.
This was a stab in the dark as to the right things to do for them.
1997-06-29 12:13:21 +00:00
Satoshi Asami
b8d89f2132 Accidentaly removed "-pipe" when I was playing with optimization flags. 1997-06-04 05:57:29 +00:00
Satoshi Asami
af2e5a75c0 Another CORBA 2 implementation.
PR:		3619
Submitted by:	Eric J. Chet <ejc@bazzle.com>
1997-06-04 05:54:33 +00:00