summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Use MAN? macro.kuriyama1998-11-222-3/+4
| | | | Change first line of Makefile from "manck" to "portcheckout".
* Make this port deinstall cleanly.steve1998-11-211-2/+15
|
* Update MASTER_SITE and wrap docs install in 'if !defined(NOPORTDOCS)...'.steve1998-11-211-6/+8
| | | | | PR: 8741 Submitted by: maintainer
* Merge now stable devel version into crossm68k and remove the develsteve1998-11-219-225/+46
| | | | | | version. Also update the maintainer's Email address. Submitted by: maintainer
* Add SUBDIR+=libicqflathill1998-11-191-1/+2
|
* Upgrade to 0.37.vanilla1998-11-186-8/+10
|
* Add a argument to CONFIGURE_ARGS.vanilla1998-11-186-48/+51
| | | | | PR: ports/8736 Submitted by: maintainer
* No need to put name in front.asami1998-11-181-1/+1
|
* Make this file match reality.asami1998-11-183-3/+3
|
* Author re-rolled his patchball, so we don't need my hacked version anymore.obrien1998-11-182-5/+4
|
* Add depends with gnomelibs, remove BROKEN tag.vanilla1998-11-172-6/+6
|
* Downgrage to 1.1.3.vanilla1998-11-1712-147/+99
| | | | Remind by: asami
* Upgrade to 0.0.12, disable guile support temporary..vanilla1998-11-162-11/+8
|
* Add the patch for aout.vanilla1998-11-162-2/+12
| | | | Submitted by: maintainer.
* Okay, I've gone through every example and doc that I can think of that wouldscrappy1998-11-163-10/+16
| | | | | | | 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?
* Activate libU77.jkoshy1998-11-161-1/+2
|
* Import of libU77, a FORTRAN library that adds commonly usedjkoshy1998-11-166-0/+76
| | | | | | | | | 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>
* Activate pmake port.steve1998-11-151-1/+2
|
* Initial import of pmake version 2.1.33.steve1998-11-1514-0/+303
| | | | | | A parallel make(1) from the Sprite OS project. Reviewed by: asami
* Fix 'ldconfig' as indicated in handbookscrappy1998-11-152-6/+8
| | | | | | | Get rid of --disable-shared flag for configure Improve patch-ak such that the shared library compile options as listed in handbook are included
* Made a mistake on creating patch-ak ... fixed herescrappy1998-11-151-1/+1
|
* Okay...scrappy1998-11-152-4/+39
| | | | | | | | | | | | | | | | | | 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 ...
* upgrade to 3.0.91obrien1998-11-142-8/+13
|
* Mark BROKEN for ELF:jseger1998-11-141-1/+3
| | | | | | | | | | | | ===> 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
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-142-24/+28
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Upgrade to version 3.33.obrien1998-11-143-43/+35
|
* Got it backwards....checked ORBacus port, and shuld be a BUILD_DEPEND,scrappy1998-11-131-4/+3
| | | | not a LIB_DEPEND...
* It builds fine here...the only thing I can think of is that I failed toscrappy1998-11-131-4/+4
| | | | | | | 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...
* Well, it's still not working. I reinstalled lang/gcc28 but the messageasami1998-11-131-1/+3
| | | | | | | | | | | | | | | | | | | | 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.
* Do people actually test these things before committing?!? This as aasami1998-11-131-2/+2
| | | | blatant syntax error....
* See rev. 1.6.asami1998-11-131-7/+0
|
* Now that GCC-2.8.x works again, mico can compile with --disable-mini-stl,scrappy1998-11-132-5/+7
| | | | which means that koffice should now work with it...
* Oops, I was wrong, it wasn't fixed. Mark in broken again. :<asami1998-11-131-1/+3
| | | | | | | | | | | ------- ===> 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.
* Add -I${LOCALBASE}/include to CFLAGS so this compiles.asami1998-11-111-1/+2
|
* Update mico to 2.2.3 ... this builds with the mini-stl that comes withscrappy1998-11-113-15/+27
| | | | | | | 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...
* Upgrade to 0.11, fix the configure problem.vanilla1998-11-112-11/+5
| | | | Remind by: asami
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-115-15/+20
| | | | | | | | 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.)
* Rename - not delete - the mmap test programwosch1998-11-101-2/+3
|
* upgrade to 1.5.12aobrien1998-11-105-148/+25
|
* unzip is a build-time dependency, not a fetch-time dependency.asami1998-11-081-2/+2
|
* Mark it broken, can't build.asami1998-11-082-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | ------- ===> 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
* New patches for sfio98. (Not that many changes, I've just split them upjraynard1998-11-076-0/+70
| | | | into a single patch for each source file).
* Update to sfio98.jraynard1998-11-074-145/+15
| | | | Prodded by: wosch
* unzip is BUILD_DEPENDS, not FETCH_DEPENDS.asami1998-11-071-2/+2
|
* Manpages already listed in Makefile.asami1998-11-071-7/+0
|
* egcs is in lang, not devel.asami1998-11-071-2/+2
|
* This should allow mico to compile, using MICO's personal 'mini-stl' andscrappy1998-11-071-6/+5
| | | | | | | | | | 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"...
* Broken for a.out systems too.asami1998-11-061-2/+2
|
* Added a patch from the MICO developers that allow it to compile with ascrappy1998-11-051-2/+6
| | | | | | | 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
* BROKEN:jseger1998-11-031-1/+3
| | | | | | (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
OpenPOWER on IntegriCloud