Commit Graph

770 Commits

Author SHA1 Message Date
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
Satoshi Asami
c6004972af Add -I${LOCALBASE}/include to CFLAGS so this compiles. 1998-11-11 22:52:49 +00:00
Marc G. Fournier
4b3eecea30 Update mico to 2.2.3 ... this builds with the mini-stl that comes with
mico and gcc 2.7.2.1 ... not usable with koffice at this time, as it requires
you to disabl-mini-stl, but that will require either gcc 2.8.1 or egcs to
make that happen, and still working out bugs with the more stable version of
egcs then is in ports...
1998-11-11 19:59:44 +00:00
Vanilla I. Shu
d5a372e209 Upgrade to 0.11, fix the configure problem.
Remind by:	asami
1998-11-11 17:24:18 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00
Wolfram Schneider
24e55bc82e Rename - not delete - the mmap test program 1998-11-10 21:00:14 +00:00
David E. O'Brien
739d98a0f6 upgrade to 1.5.12a 1998-11-10 03:11:24 +00:00
Satoshi Asami
93372b1188 unzip is a build-time dependency, not a fetch-time dependency. 1998-11-08 08:44:59 +00:00
Satoshi Asami
badeabad3b Mark it broken, can't build.
-------
===>  Building for libgtop-0.26.2
Makefile:499: macros/macros.dep: No such file or directory
cd macros && gmake macros.dep
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
Making all in po
gmake[2]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
PATH=../src:$PATH : --default-domain=libgtop --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in
rm -f ./libgtop.pot
mv libgtop.po ./libgtop.pot
mv: rename libgtop.po to ./libgtop.pot: No such file or directory
gmake[2]: *** [libgtop.pot] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
1998-11-08 00:24:03 +00:00
James Raynard
9258520d84 New patches for sfio98. (Not that many changes, I've just split them up
into a single patch for each source file).
1998-11-07 18:06:17 +00:00
James Raynard
0fa4f8390e Update to sfio98.
Prodded by:	wosch
1998-11-07 18:04:14 +00:00
Satoshi Asami
d826b2cf9f unzip is BUILD_DEPENDS, not FETCH_DEPENDS. 1998-11-07 07:42:12 +00:00
Satoshi Asami
67cd4bb6b7 Manpages already listed in Makefile. 1998-11-07 06:41:05 +00:00
Satoshi Asami
5cb28acf27 egcs is in lang, not devel. 1998-11-07 05:02:55 +00:00
Marc G. Fournier
95320454e7 This should allow mico to compile, using MICO's personal 'mini-stl' and
with the standard gcc that comes with FreeBSD 3.0 (gcc 2.7.2.1) ... this
is not usable for compiling either corba or koffice, which is still being
worked on...

Please report any bugs on this to me, as I'm trying to work with the
MICO guys as far as getting FreeBSD recognized as an "official port" instead
of their current web page, which reports "somehow it works under FreeBSD"...
1998-11-07 04:25:48 +00:00
Satoshi Asami
77004aa0ac Broken for a.out systems too. 1998-11-06 12:04:27 +00:00
Marc G. Fournier
dc1bbf6ac4 Added a patch from the MICO developers that allow it to compile with a
current bug in the egcs port (its not a bug in the port, its a bug in egcs
itself)...

Change dependencies so that it will compile using --disable-mini-stl
1998-11-05 03:13:23 +00:00
Justin M. Seger
1c6d58ccf1 BROKEN:
(cd /usr/ports/devel/gide/work/gIDE-0.0.10; aclocal; automake)
aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library
*** Error code 1
1998-11-03 00:18:57 +00:00
Vanilla I. Shu
a33df55f52 Install info page now. 1998-11-02 15:59:40 +00:00
Wolfram Schneider
5c36861a11 Says that the port uses perl5 for building and running 1998-11-01 16:51:39 +00:00
Wolfram Schneider
e04c366abc Added portcheckout. 1998-11-01 16:45:30 +00:00
Wolfram Schneider
4e1e1391ed portcheckout - checkout ports and all depending ports
Portcheckout(1) checks out a FreeBSD port and all runtime
       and buildtime depending ports into the current working
       directory.  The output is written to stdout as an
       executable shell-script.

       Compiling a FreeBSD port usually require a full tree of ports
       in /usr/port. A cvs checkout or a cvs update command takes
       a very long time and need much free space.

       With portcheckout, you checkout only the parts of the port
       tree which you really need. This is a magnitude faster!
1998-11-01 16:42:29 +00:00
Marc G. Fournier
4cadfed118 Remove BROKEN status...it does build here, and if I'm going to fix it on
for other machines/installs, ppl have to try and build it...
1998-10-31 21:40:22 +00:00
Marc G. Fournier
e112ddadbc Added dependencies for qt and tcl to be installed
Replaced the --with-tcl=/usr/include  with just --with-tcl

Left in BROKEN status...can someone test and let me know if there is
anything else I've overlooked?
1998-10-31 21:36:11 +00:00
Satoshi Asami
9843b67d53 Well, this thing is not working here. Besides, the "--with-tcl=/usr/include"
is definitely wrong.

===
cd ../libs; rm -f libmicox2.2.1.a; ln -f -s ../auxdir/libmicox2.2.1.a .
/usr/X11R6/bin/moc ../include/mico/qtmico.h -o qtmico.moc
c++  -I. -I../include -I/usr/ports/devel/mico/work/mico/./include/ministl    -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/local/include  -c qtmico.cc -o qtmico.o
In file included from qtmico.cc:25:
../include/mico/qtmico.h:32: qapp.h: No such file or directory
../include/mico/qtmico.h:35: qsocknot.h: No such file or directory
../include/mico/qtmico.h:36: qtimer.h: No such file or directory
In file included from qtmico.cc:266:
qtmico.moc:17: qmetaobject.h: No such file or directory
gmake[1]: *** [qtmico.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/auxdir'
gmake: *** [system] Error 1
*** Error code 2

Stop.
1998-10-31 09:35:55 +00:00
Marc G. Fournier
bd95a9fae2 mico 2.2.1 port ... compiles cleanly and installs.
Please let me know of any problems, as I won't know until I move into
getting koffice built..
1998-10-31 04:03:14 +00:00
Jordan K. Hubbard
a7e927e532 Upgrade to 0.0.10.
Submitted by:	rom_glsa@ein-hashofet.co.il
1998-10-30 16:00:06 +00:00
Marc G. Fournier
649ef54a19 Updating to Mico v2.2.1
The port is marked BROKEN anyway...updating it to what I have so far that
appears to work, so that if I update ports, I don't lose it all again.

Hope to have it unBROKEN over the weekend ... so far, builds out of the
box with the stock cc 2.7.2.1 ...
1998-10-30 04:42:16 +00:00
Vanilla I. Shu
dc0893cde2 Upgrade to 1.1.4. 1998-10-28 15:46:57 +00:00
Vanilla I. Shu
07808d1190 Change the version number of guile. 1998-10-27 16:33:54 +00:00
Vanilla I. Shu
70364f181b Upgrade to 1.20, remove BROKEN_ELF tag.
Submitted by:	maintainer.
1998-10-24 17:14:23 +00:00
Satoshi Asami
d83046f9ca Looks like someone broke this while fixing the ELF case.... ;)
===
/bin/sh ../libtool --mode=link cc -O -pipe  -o ffitest  ffitest.o libffi.la
libtool: link: warning: using a buggy system linker
libtool: link: relinking will be required before `ffitest' can be installed
cc -O -pipe -o .libs/ffitest ffitest.o /usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so
creating ffitest
./ffitest
ld.so failed: Undefined symbol "ffi_prep_args" in ffitest:/usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so
*** Error code 1

Stop.
1998-10-22 06:33:45 +00:00
Steve Price
4aa9616805 Really convert to ELF. I forget the '-I' switch to patch when I
applied the last set of diffs.
1998-10-21 01:12:01 +00:00
Satoshi Asami
6d11f15597 Remove trailing "." from LIB_DEPENDS line. 1998-10-20 07:40:21 +00:00
Satoshi Asami
38227fdde0 Add DIST_SUBDIR=vtcl -- "current.tar.gz" is not exactly a specific name. :) 1998-10-20 03:35:07 +00:00
Steve Price
7b97e507de Remove empty directories on deinstall. 1998-10-20 01:41:32 +00:00