1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

805 Commits

Author SHA1 Message Date
David E. O'Brien
17e13fb568 Upgrade to version 3.1 1998-12-03 19:03:30 +00:00
Martin Cracauer
f6fb1af174 More MASTER_SITES 1998-12-02 23:37:41 +00:00
Bill Fumerola
cfccc81b72 Upgrade to 0.10.35, and associated changes.
PR:		ports/8842
Reviewed by:	<nakai@TokyoNet.AD.JP> (maintainer)
Submitted by:	<junker@jazz.snu.ac.kr>
1998-12-01 22:38:45 +00:00
Martin Cracauer
e375457f7c Update to ILU-2.0alpha13.
Disable native shared library support, doesn't work, use own scheme as before.
Don't use shared library version numbering on ELF for now, needs more thought.
Document shared library version numbering scheme I chose.
Pump shared library version number on aout.
Better COMMENT and DESCR (still too long).
Remove patch to regognize now outdated FreeBSD JDK.
1998-12-01 16:22:00 +00:00
David E. O'Brien
8db95f2dc2 Depend on libXpm
PR:		ports/8896
Submitted by:	Jose Maa Alcaide <jose@we.lc.ehu.es>
1998-12-01 11:36:13 +00:00
David E. O'Brien
38df227fc1 fix breakage 1998-12-01 10:13:03 +00:00
David E. O'Brien
279cf52593 Support ELF.
Submitted by:	Doug Rabson <dfr@calcaphon.com>
1998-12-01 09:42:46 +00:00
David E. O'Brien
25adde6808 Upgrade to ver 3.0.92. 1998-12-01 09:39:47 +00:00
Satoshi Asami
0f17471f20 NO_WRKDIR is evil. 1998-12-01 09:16:45 +00:00
Satoshi Asami
48f5164c48 Depend on emacs; need to byte-compile some .elc's. 1998-11-28 08:53:01 +00:00
Satoshi Asami
d81b732444 Mark this broken for 3.0:
-------
cc -c -g -I./splay -I/root/include -DHAVE_MMAP -DSTDHEADERS -DDEBUG -DTRACE -DPROFILESIZES _emalloc.c -o _emalloc.o
In file included from defs.h:51,
                 from _emalloc.c:5:
externs.h:110: conflicting types for `mmap'
/usr/include/stdio.h:282: previous declaration of `mmap'
*** Error code 1

Stop.
1998-11-28 01:48:32 +00:00
Satoshi Asami
5c9d7097db Tell configure where emacs lisp files should go, and create the directory
in pre-install.
1998-11-28 01:20:53 +00:00
Satoshi Asami
1490c59f86 Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
1998-11-28 00:44:34 +00:00
Vanilla I. Shu
e0e7895de8 Remove BROKEN tag.
Remind by:	asami
1998-11-25 13:16:33 +00:00
Satoshi Asami
2f6559eaa9 Mark this broken.
===
 :
cc -DPACKAGE=\"libIDL\" -DVERSION=\"0.5.0\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_PROGRAM=\"cc\ -E\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1  -I. -I.  -DYYDEBUG=1 -DIDL_LIBRARY -I/usr/local/include/glib  -O -pipe -c tstidl.c
/bin/sh ./libtool --mode=link cc -O -pipe  -o tstidl  tstidl.o libIDL.la -L/usr/local/lib  -lglib11
LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O -pipe -o .libs/tstidl tstidl.o -R/usr/local/lib -lIDL -L/usr/local/lib -lglib11 -L/usr/local/lib -lglib11
tstidl.o: Undefined symbol `_IDL_check_type_cast' referenced from text segment
tstidl.o: Undefined symbol `_IDL_check_type_cast' referenced from text segment
tstidl.o: Undefined symbol `___IDL_check_type_casts' referenced from text segment
tstidl.o: Undefined symbol `___IDL_debug' referenced from text segment
tstidl.o: Undefined symbol `_IDL_parse_filename' referenced from text segment
tstidl.o: Undefined symbol `_IDL_tree_walk_in_order' referenced from text segment
tstidl.o: Undefined symbol `_IDL_ns_free' referenced from text segment
tstidl.o: Undefined symbol `_IDL_tree_free' referenced from text segment
gmake[2]: *** [tstidl] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.3.0/libIDL'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.3.0'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
1998-11-25 00:42:11 +00:00
Steve Price
007432e2c5 Remove NO_PACKAGE from these too.
Noticed by:	asami
1998-11-24 03:36:50 +00:00
Steve Price
50d80f98a6 Don't use NO_CHECKSUM. Also remove NO_PACKAGE while I'm here
since as Satoshi points out, "it doesn't seem very useful to
have a meta-port that you can't package".  We'll let the world
judge whether it is useful to them.

Nudged by:	asami
1998-11-24 03:20:38 +00:00
Jun Kuriyama
fb5f708eea Use MAN? macro.
Change first line of Makefile from "manck" to "portcheckout".
1998-11-22 03:52:57 +00:00
Steve Price
aaf60884c8 Make this port deinstall cleanly. 1998-11-21 20:04:59 +00:00
Steve Price
85c60a8725 Update MASTER_SITE and wrap docs install in 'if !defined(NOPORTDOCS)...'.
PR:		8741
Submitted by:	maintainer
1998-11-21 20:04:34 +00:00
Steve Price
b67f75674d Merge now stable devel version into crossm68k and remove the devel
version.  Also update the maintainer's Email address.

Submitted by:	maintainer
1998-11-21 17:55:47 +00:00
Seiichirou Hiraoka
3edd79a8fa Add SUBDIR+=libicq 1998-11-19 07:05:52 +00:00
Vanilla I. Shu
f869d4494e Upgrade to 0.37. 1998-11-18 17:35:16 +00:00
Vanilla I. Shu
1d6cf60545 Add a argument to CONFIGURE_ARGS.
PR:		ports/8736
Submitted by:	maintainer
1998-11-18 15:09:35 +00:00
Satoshi Asami
d28a6dde40 No need to put name in front. 1998-11-18 10:55:18 +00:00
Satoshi Asami
cc5c7d26d5 Make this file match reality. 1998-11-18 10:34:14 +00:00
David E. O'Brien
3e78422960 Author re-rolled his patchball, so we don't need my hacked version anymore. 1998-11-18 10:16:47 +00:00
Vanilla I. Shu
1b45d4af58 Add depends with gnomelibs, remove BROKEN tag. 1998-11-17 15:28:08 +00:00
Vanilla I. Shu
b6969281b5 Downgrage to 1.1.3.
Remind by:	asami
1998-11-17 15:19:58 +00:00
Vanilla I. Shu
5962a72ef7 Upgrade to 0.0.12, disable guile support temporary.. 1998-11-16 17:23:06 +00:00
Vanilla I. Shu
41d0adc86f Add the patch for aout.
Submitted by:	maintainer.
1998-11-16 15:55:46 +00:00
Marc G. Fournier
e0bfbdc723 Okay, I've gone through every example and doc that I can think of that would
be relevant, and think I've covered everything...

This now build and a 'make package' now works...with my track record on
this particular port, its bound to be still broken for *someone*, no?
1998-11-16 03:25:26 +00:00
Joseph Koshy
0567867787 Activate libU77. 1998-11-16 03:10:52 +00:00
Joseph Koshy
094654f659 Import of libU77, a FORTRAN library that adds commonly used
intrinsic functions to allows a greter range for FORTRAN code to
be compiled with the stock f77.

PR:		ports/8689
Reviewed by:	jkoshy
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1998-11-16 03:08:34 +00:00
Steve Price
4c2819e4a9 Activate pmake port. 1998-11-15 22:55:14 +00:00
Steve Price
901fb78c07 Initial import of pmake version 2.1.33.
A parallel make(1) from the Sprite OS project.

Reviewed by:	asami
1998-11-15 22:54:25 +00:00
Marc G. Fournier
cb90c669a3 Fix 'ldconfig' as indicated in handbook
Get rid of --disable-shared flag for configure

Improve patch-ak such that the shared library compile options as listed in
handbook are included
1998-11-15 07:50:11 +00:00
Marc G. Fournier
f47b7d0174 Made a mistake on creating patch-ak ... fixed here 1998-11-15 07:19:25 +00:00
Marc G. Fournier
c1f82c6f50 Okay...
Fix Makefile:
	to use bsd.port.{pre.post}.mk
	check for proper libstdc++.a, depending on elf or aout
	run autoconf before configure

Remove old patches and add:

patch-ak
	search and find tcl8.0 header file
	setup shared library extension properly according to elf vs aout
patch-al
	properly find gtk.h

Leaving it as marked BROKEN, while I continue to figure out thie elf vs
aout stuff ...
1998-11-15 07:08:22 +00:00
David E. O'Brien
4c3b981d93 upgrade to 3.0.91 1998-11-14 22:37:38 +00:00
Justin M. Seger
97e59652f3 Mark BROKEN for ELF:
===>  Building package for mico-2.2.3
Creating package /usr/ports/packages/All/mico-2.2.3.tgz
Registering depends: Mesa-3.0 XFree86-3.3.2 gtk-1.0.6 qt-1.40 tcl-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/mico-2.2.3.tgz'
tar: can't add file lib/libmicoaux2.2.3.so.1 : No such file or directory
tar: can't add file lib/libmicoqt2.2.3.so.1 : No such file or directory
tar: can't add file lib/libmicox2.2.3.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-11-14 17:50:16 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
David E. O'Brien
6cd943f479 Upgrade to version 3.33. 1998-11-14 04:16:10 +00:00
Marc G. Fournier
759ad3f450 Got it backwards....checked ORBacus port, and shuld be a BUILD_DEPEND,
not a LIB_DEPEND...
1998-11-13 13:15:18 +00:00
Marc G. Fournier
7b30ef7665 It builds fine here...the only thing I can think of is that I failed to
add the dependency for glibstdc++28 (shouldn't the gcc28 port automatically
install this?) ...

Please try and let me know if this fixes the build problem...
1998-11-13 13:14:07 +00:00
Satoshi Asami
56744c6d28 Well, it's still not working. I reinstalled lang/gcc28 but the message
is still the same.
-------
===>  Building for mico-2.2.3
for i in admin include; do gmake -C $i adm || exit 1; done
gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/admin'
g++28  -I../include -fno-exceptions -I/usr/X11R6/include/X11/qt -I/usr/local/include  -c mkdepend.cc -o mkdepend.o
mkdepend.cc:27: iostream.h: No such file or directory
mkdepend.cc:28: fstream.h: No such file or directory
mkdepend.cc:29: string: No such file or directory
mkdepend.cc:30: vector: No such file or directory
mkdepend.cc:31: set: No such file or directory
gmake[1]: *** [mkdepend.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/admin'
gmake: *** [system] Error 1
*** Error code 2

Stop.
1998-11-13 12:38:32 +00:00
Satoshi Asami
63b3fec349 Do people actually test these things before committing?!? This as a
blatant syntax error....
1998-11-13 09:29:42 +00:00
Satoshi Asami
d24eec5681 See rev. 1.6. 1998-11-13 08:17:10 +00:00
Marc G. Fournier
a23b8e23a6 Now that GCC-2.8.x works again, mico can compile with --disable-mini-stl,
which means that koffice should now work with it...
1998-11-13 05:32:10 +00:00
Satoshi Asami
0564f86f5b Oops, I was wrong, it wasn't fixed. Mark in broken again. :<
-------
===>  Building for gide-0.0.11
cd . && aclocal
aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library
gmake: *** [aclocal.m4] Error 1
*** Error code 2

Stop.
1998-11-13 04:10:42 +00:00