summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 3.1David E. O'Brien1998-12-032-6/+6
| | | | Notes: svn path=/head/; revision=15095
* More MASTER_SITESMartin Cracauer1998-12-021-3/+6
| | | | Notes: svn path=/head/; revision=15076
* Upgrade to 0.10.35, and associated changes.Bill Fumerola1998-12-0118-126/+393
| | | | | | | | | PR: ports/8842 Reviewed by: <nakai@TokyoNet.AD.JP> (maintainer) Submitted by: <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=15033
* Update to ILU-2.0alpha13.Martin Cracauer1998-12-019-241/+278
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=15019
* Depend on libXpmDavid E. O'Brien1998-12-011-3/+5
| | | | | | | | PR: ports/8896 Submitted by: Jose Maa Alcaide <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=15016
* fix breakageDavid E. O'Brien1998-12-013-162/+31
| | | | Notes: svn path=/head/; revision=15010
* Support ELF.David E. O'Brien1998-12-011-0/+129
| | | | | | | Submitted by: Doug Rabson <dfr@calcaphon.com> Notes: svn path=/head/; revision=15004
* Upgrade to ver 3.0.92.David E. O'Brien1998-12-012-8/+3
| | | | Notes: svn path=/head/; revision=15001
* NO_WRKDIR is evil.Satoshi Asami1998-12-013-9/+6
| | | | Notes: svn path=/head/; revision=14992
* Depend on emacs; need to byte-compile some .elc's.Satoshi Asami1998-11-281-1/+3
| | | | Notes: svn path=/head/; revision=14934
* Mark this broken for 3.0:Satoshi Asami1998-11-281-2/+7
| | | | | | | | | | | | | | | ------- 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. Notes: svn path=/head/; revision=14928
* Tell configure where emacs lisp files should go, and create the directorySatoshi Asami1998-11-281-1/+5
| | | | | | | in pre-install. Notes: svn path=/head/; revision=14926
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-282-2/+6
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Remove BROKEN tag.Vanilla I. Shu1998-11-254-8/+22
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=14898
* Mark this broken.Satoshi Asami1998-11-252-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | === : 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. Notes: svn path=/head/; revision=14884
* Remove NO_PACKAGE from these too.Steve Price1998-11-244-8/+4
| | | | | | | Noticed by: asami Notes: svn path=/head/; revision=14849
* Don't use NO_CHECKSUM. Also remove NO_PACKAGE while I'm hereSteve Price1998-11-241-3/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=14848
* Use MAN? macro.Jun Kuriyama1998-11-222-3/+4
| | | | | | | Change first line of Makefile from "manck" to "portcheckout". Notes: svn path=/head/; revision=14751
* Make this port deinstall cleanly.Steve Price1998-11-211-2/+15
| | | | Notes: svn path=/head/; revision=14743
* Update MASTER_SITE and wrap docs install in 'if !defined(NOPORTDOCS)...'.Steve Price1998-11-211-6/+8
| | | | | | | | PR: 8741 Submitted by: maintainer Notes: svn path=/head/; revision=14742
* Merge now stable devel version into crossm68k and remove the develSteve Price1998-11-219-225/+46
| | | | | | | | | version. Also update the maintainer's Email address. Submitted by: maintainer Notes: svn path=/head/; revision=14738
* Add SUBDIR+=libicqSeiichirou Hiraoka1998-11-191-1/+2
| | | | Notes: svn path=/head/; revision=14667
* Upgrade to 0.37.Vanilla I. Shu1998-11-186-8/+10
| | | | Notes: svn path=/head/; revision=14650
* Add a argument to CONFIGURE_ARGS.Vanilla I. Shu1998-11-186-48/+51
| | | | | | | | PR: ports/8736 Submitted by: maintainer Notes: svn path=/head/; revision=14645
* No need to put name in front.Satoshi Asami1998-11-181-1/+1
| | | | Notes: svn path=/head/; revision=14634
* Make this file match reality.Satoshi Asami1998-11-183-3/+3
| | | | Notes: svn path=/head/; revision=14632
* Author re-rolled his patchball, so we don't need my hacked version anymore.David E. O'Brien1998-11-182-5/+4
| | | | Notes: svn path=/head/; revision=14631
* Add depends with gnomelibs, remove BROKEN tag.Vanilla I. Shu1998-11-172-6/+6
| | | | Notes: svn path=/head/; revision=14604
* Downgrage to 1.1.3.Vanilla I. Shu1998-11-1712-147/+99
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=14601
* Upgrade to 0.0.12, disable guile support temporary..Vanilla I. Shu1998-11-162-11/+8
| | | | Notes: svn path=/head/; revision=14571
* Add the patch for aout.Vanilla I. Shu1998-11-162-2/+12
| | | | | | | Submitted by: maintainer. Notes: svn path=/head/; revision=14564
* Okay, I've gone through every example and doc that I can think of that wouldMarc G. Fournier1998-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? Notes: svn path=/head/; revision=14549
* Activate libU77.Joseph Koshy1998-11-161-1/+2
| | | | Notes: svn path=/head/; revision=14548
* Import of libU77, a FORTRAN library that adds commonly usedJoseph Koshy1998-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> Notes: svn path=/head/; revision=14547
* Activate pmake port.Steve Price1998-11-151-1/+2
| | | | Notes: svn path=/head/; revision=14546
* Initial import of pmake version 2.1.33.Steve Price1998-11-1514-0/+303
| | | | | | | | | A parallel make(1) from the Sprite OS project. Reviewed by: asami Notes: svn path=/head/; revision=14545
* Fix 'ldconfig' as indicated in handbookMarc G. Fournier1998-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 Notes: svn path=/head/; revision=14529
* Made a mistake on creating patch-ak ... fixed hereMarc G. Fournier1998-11-151-1/+1
| | | | Notes: svn path=/head/; revision=14528
* Okay...Marc G. Fournier1998-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 ... Notes: svn path=/head/; revision=14527
* upgrade to 3.0.91David E. O'Brien1998-11-142-8/+13
| | | | Notes: svn path=/head/; revision=14523
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14519
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-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. Notes: svn path=/head/; revision=14512
* Upgrade to version 3.33.David E. O'Brien1998-11-143-43/+35
| | | | Notes: svn path=/head/; revision=14510
* Got it backwards....checked ORBacus port, and shuld be a BUILD_DEPEND,Marc G. Fournier1998-11-131-4/+3
| | | | | | | not a LIB_DEPEND... Notes: svn path=/head/; revision=14500
* It builds fine here...the only thing I can think of is that I failed toMarc G. Fournier1998-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... Notes: svn path=/head/; revision=14499
* Well, it's still not working. I reinstalled lang/gcc28 but the messageSatoshi Asami1998-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. Notes: svn path=/head/; revision=14498
* Do people actually test these things before committing?!? This as aSatoshi Asami1998-11-131-2/+2
| | | | | | | blatant syntax error.... Notes: svn path=/head/; revision=14496
* See rev. 1.6.Satoshi Asami1998-11-131-7/+0
| | | | Notes: svn path=/head/; revision=14495
* Now that GCC-2.8.x works again, mico can compile with --disable-mini-stl,Marc G. Fournier1998-11-132-5/+7
| | | | | | | which means that koffice should now work with it... Notes: svn path=/head/; revision=14491
* Oops, I was wrong, it wasn't fixed. Mark in broken again. :<Satoshi 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. Notes: svn path=/head/; revision=14490