Commit Graph

630 Commits

Author SHA1 Message Date
Vanilla I. Shu
8a04b57ec4 Fix the patch files (patch-ac).
Reminded by:	asami
1998-08-20 02:05:23 +00:00
Satoshi Asami
ae624dd4f5 ## make PATCH_DEBUG=t
>> Checksum OK for ORBit-0.2.1.tar.gz.
===>  Extracting for ORBit-0.2.1
===>   ORBit-0.2.1 depends on executable: gmake - found
===>   ORBit-0.2.1 depends on shared library: glib11\.0\. - found
===>  Patching for ORBit-0.2.1
===>  Applying FreeBSD patches for ORBit-0.2.1
===>   Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/orb/orbit_poa.c.orig   Thu Aug 13 21:11:35 1998
|+++ src/orb/orbit_poa.c        Mon Aug 17 00:18:29 1998
--------------------------
Patching file src/orb/orbit_poa.c using Plan A...
Hunk #1 succeeded at 29.
done
===>   Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- Makefile.in.orig   Sat Aug  8 23:10:55 1998
|+++ Makefile.in        Sat Aug  8 23:11:08 1998
--------------------------
Patching file Makefile.in using Plan A...
Hunk #1 succeeded at 86 with fuzz 1.
done
===>   Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/ORBitutil/machine_endian.h.orig        Tue Aug 18 20:29:55 1998
|+++ src/ORBitutil/machine_endian.h     Tue Aug 18 20:30:59 1998
--------------------------
Patching file src/ORBitutil/machine_endian.h using Plan A...
Hunk #1 failed at 1.
1 out of 1 hunks failed--saving rejects to src/ORBitutil/machine_endian.h.rej
done
*** Error code 1

Stop.
1998-08-19 22:51:05 +00:00
Vanilla I. Shu
5e1421eee0 Activate ORBit. 1998-08-19 06:16:01 +00:00
Vanilla I. Shu
1cda1ec091 ORBit is a high-performance CORBA ORB with support for the C language.
It is used by the GNOME Project.
PR:		ports/7654
Submitted by:	Chia-liang Kao <clkao@cirx.org>
1998-08-19 06:15:08 +00:00
Justin M. Seger
750640c350 Upgrade to gmake-3.77 1998-08-19 04:16:32 +00:00
Vanilla I. Shu
50af755505 Upgrade to 0.6.3. 1998-08-18 02:54:05 +00:00
Justin M. Seger
603682ce41 Mark BROKEN for current. 1998-08-17 11:22:36 +00:00
Steve Price
697bcf5978 NO_PACKAGE because of limited audience. 1998-08-17 00:23:06 +00:00
Steve Price
ca6cfa3624 This port is NO_PACKAGE because the maintainer believes it
has a limited audience of users.
1998-08-17 00:21:04 +00:00
Justin M. Seger
53777764e1 Mark BROKEN for current. Fails build stage. 1998-08-16 13:13:02 +00:00
Vanilla I. Shu
72efc4cbf4 Change library name to libglib11.
Remind by: asami
1998-08-14 11:15:01 +00:00
Satoshi Asami
0e0e4362f7 No need to use += for variables defined only once. 1998-08-13 03:35:24 +00:00
Satoshi Asami
390aaae89c Oops, missed the commit message the last time around. No need to use
+= for variables defined only once.

Also, MAKE_FLAGS is defined with ?=, not += (probably a bad idea,
but hard to change now) , in bsd.port.mk, so you need the "-f" in there.
The only reason why this worked was because there is a "Makefile"
target in the source's Makefile.
1998-08-13 03:34:33 +00:00
Satoshi Asami
ab41d5df22 Oops, missed the commit message the last time around. No need to use
+= for variables defined only once.
1998-08-13 03:32:52 +00:00
Satoshi Asami
66f2fe311a *** empty log message *** 1998-08-13 03:30:28 +00:00
Satoshi Asami
08ffbda2f9 Remove p5-B and p5-Data-Dumper, they were removed.
Reminded by:	sada@e-mail.ne.jp
PR:		7590
Forgotten by:	markm :)
1998-08-13 02:18:00 +00:00
Satoshi Asami
88f83d45d8 Update for perl version 5.00501. Requires latest bsd.port.mk. I'm
going to be a little verbose here about the changes so people who fix
up the rest of the stuff can have an idea what to do.

(1) Manpages are moved to version-specific subdirectories.  Since they
    are all defined in MAN? macros, I just needed to add
    ${PERL_VERSION} to the end of MAN*PREFIX and delete them from the
    PLIST.

(2) Most of the module files are moved to version-specific
    subdirectories.  This is usually accomplished by adding
    "%%PERL_VER%%/" right after "site_perl/" in the PLIST.  However,
    some things didn't move, and some moved more than one level (like,
    all the way into "site_perl/%%PERL_VER%%/auto/FooBar") so some
    fishing, err, find'ing was necessary.

(3) Fix up dependencies.  See (2) above.

(4) While I was there, I changed some "@dirrm foobar"'s to "@unexec
    rmdir %D/foobar 2>/dev/null || true", so there won't be any
    warnings if a directory can't be removed due to other modules
    sharing it.

Now all of devel/p5-* will install and deinstall without a single
warning.  I hope others will follow suit. :)
1998-08-12 09:57:59 +00:00
Satoshi Asami
65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +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
Satoshi Asami
c81ff40a2f Something's not reinstall friendly....
:
===>  Installing for crossgo32-djgpp2-2.01
===>  crossgo32-djgpp2-2.01 depends on executable: i386-go32-gcc - found
===>  Moving old crossgo libs away
mv: lib: No such file or directory
*** Error code 1

Stop.
1998-08-10 06:26:07 +00:00
Steve Price
8cc9682d97 Turn on libffi. 1998-08-10 00:09:42 +00:00
Steve Price
a0b236c245 Initial import of libffi version 1.18.
Foreign Function Interface.

PR:		6943
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw>
1998-08-10 00:08:48 +00:00
Satoshi Asami
ef2d200acf Use ${OSREL} to depend correctly (it was always building the glibstdc++28
port before).

While I'm here, create links to manpages correctly and put them in the
PLIST.
1998-08-09 22:38:15 +00:00
Steve Price
4617fd11b4 Turn on crossm68k-devel. 1998-08-09 01:44:57 +00:00
Steve Price
d1972b7419 Turn on m68knewlib. 1998-08-09 01:39:41 +00:00
Steve Price
d7ed96a0ac Initial import of m68knewlib version 1.8.1.
Cygnus newlib for m68k cross-development.

PR:		7220 (4 of 5)
Submitted by:	Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:39:04 +00:00
Steve Price
6156d5804a Turn on m68kgcc. 1998-08-09 01:36:22 +00:00
Steve Price
93d5c89d22 Initial import of m68kgcc version 2.8.1.
GCC cross-compiler for the m68k.

PR:		7220 (3 of 5)
Submitted by:	Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:35:38 +00:00
Steve Price
d73ebf8c50 A few minor nits and cleanup pkg/PLIST.
PR:		7220 (2 of 5)
Submitted by:	maintainer
1998-08-09 01:33:35 +00:00
Steve Price
672c478f7a Turn on m68kbinutils. 1998-08-09 01:31:31 +00:00
Steve Price
dedb6a088b Initial import of m68kbinutils version 2.9.1.
Binutils for m68k cross-development.

PR:		7220 (1 of 5)
Submitted by:	Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:29:10 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Vanilla I. Shu
1e1c07a556 Compatible with perl5.00501. 1998-08-06 15:18:27 +00:00
Vanilla I. Shu
9aaa69aeb0 Upgrade to 0.94, and make it compatible with perl5.00501. 1998-08-06 15:01:00 +00:00
Vanilla I. Shu
1cf5dbece3 Upgrade to 1.1.2. 1998-08-06 14:55:13 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Jordan K. Hubbard
cb7ef4d08b Add gide 1998-08-01 16:45:47 +00:00
Jordan K. Hubbard
f7abc0533a gIDE is a new gtk-based Integrated Development Environment for the C
programming language.
PR:		7433
Submitted by:	Gilad Rom <rom_glsa@ein-hashofet.co.il>
1998-07-31 21:02:41 +00:00
Tim Vanderhoek
1b582a35d1 (oops .. forget the following info in the commit message)
PR:		ports/7440
Submitted by:	Bill Fumerola <billf@jade.chc-chimes.com>
1998-07-30 15:26:22 +00:00
Tim Vanderhoek
6de5e21ace Energize clig. 1998-07-30 15:24:14 +00:00
Tim Vanderhoek
0399bdd836 Clig, a program to automatically generate usage(), manpage, and commandline
argument processor.
1998-07-30 15:15:35 +00:00
Eric J.Chet
2775e81d33 Allow ob/demos/chat/X11/chat to build on other versions of motif. 1998-07-30 13:45:16 +00:00
Vanilla I. Shu
12591ef296 Change the library version of gtk. 1998-07-30 05:33:15 +00:00
Vanilla I. Shu
d8cced7f10 Change library name to libglib-1.1 1998-07-30 05:27:43 +00:00
Eric J.Chet
7ea0899cd4 Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only part
of ORBacus that relies on motif.
1998-07-29 12:13:20 +00:00
Satoshi Asami
12dbc8c7f2 Mark this MANUAL_PACKAGE_BUILD so we won't accidentally build another
port with this shlib.
1998-07-29 01:08:54 +00:00
Vanilla I. Shu
842ae7370d Add a patch for glib-config. 1998-07-28 15:46:04 +00:00
Vanilla I. Shu
c8664289aa Activate glib. 1998-07-28 15:23:17 +00:00
Vanilla I. Shu
895c5af153 Glib is some useful routines for C programming. 1998-07-28 15:22:17 +00:00
Tim Vanderhoek
0ec2b6d084 Another batch of add homepage. In general I've avoided any links
except to official homepages, but in this batch there were a few
cases where a link was desireable anyways.  For these, the form

http://url/  (FAQ/whatever)

was used.
1998-07-28 06:34:42 +00:00