summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add -I${LOCALBASE}/include to CFLAGS so this compiles.Satoshi Asami1998-11-111-1/+2
| | | | Notes: svn path=/head/; revision=14479
* Update mico to 2.2.3 ... this builds with the mini-stl that comes withMarc G. Fournier1998-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... Notes: svn path=/head/; revision=14474
* Upgrade to 0.11, fix the configure problem.Vanilla I. Shu1998-11-112-11/+5
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=14473
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Rename - not delete - the mmap test programWolfram Schneider1998-11-101-2/+3
| | | | Notes: svn path=/head/; revision=14455
* upgrade to 1.5.12aDavid E. O'Brien1998-11-105-148/+25
| | | | Notes: svn path=/head/; revision=14440
* unzip is a build-time dependency, not a fetch-time dependency.Satoshi Asami1998-11-081-2/+2
| | | | Notes: svn path=/head/; revision=14402
* Mark it broken, can't build.Satoshi 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 Notes: svn path=/head/; revision=14400
* New patches for sfio98. (Not that many changes, I've just split them upJames Raynard1998-11-076-0/+70
| | | | | | | into a single patch for each source file). Notes: svn path=/head/; revision=14395
* Update to sfio98.James Raynard1998-11-074-145/+15
| | | | | | | Prodded by: wosch Notes: svn path=/head/; revision=14394
* unzip is BUILD_DEPENDS, not FETCH_DEPENDS.Satoshi Asami1998-11-071-2/+2
| | | | Notes: svn path=/head/; revision=14388
* Manpages already listed in Makefile.Satoshi Asami1998-11-071-7/+0
| | | | Notes: svn path=/head/; revision=14387
* egcs is in lang, not devel.Satoshi Asami1998-11-071-2/+2
| | | | Notes: svn path=/head/; revision=14386
* This should allow mico to compile, using MICO's personal 'mini-stl' andMarc G. Fournier1998-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"... Notes: svn path=/head/; revision=14384
* Broken for a.out systems too.Satoshi Asami1998-11-061-2/+2
| | | | Notes: svn path=/head/; revision=14373
* Added a patch from the MICO developers that allow it to compile with aMarc G. Fournier1998-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 Notes: svn path=/head/; revision=14355
* BROKEN:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14318
* Install info page now.Vanilla I. Shu1998-11-029-30/+78
| | | | Notes: svn path=/head/; revision=14313
* Says that the port uses perl5 for building and runningWolfram Schneider1998-11-011-1/+3
| | | | Notes: svn path=/head/; revision=14285
* Added portcheckout.Wolfram Schneider1998-11-011-1/+2
| | | | Notes: svn path=/head/; revision=14284
* portcheckout - checkout ports and all depending portsWolfram Schneider1998-11-015-0/+60
| | | | | | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=14283
* Remove BROKEN status...it does build here, and if I'm going to fix it onMarc G. Fournier1998-10-311-3/+1
| | | | | | | for other machines/installs, ppl have to try and build it... Notes: svn path=/head/; revision=14281
* Added dependencies for qt and tcl to be installedMarc G. Fournier1998-10-311-3/+5
| | | | | | | | | | 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? Notes: svn path=/head/; revision=14280
* Well, this thing is not working here. Besides, the "--with-tcl=/usr/include"Satoshi Asami1998-10-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=14273
* mico 2.2.1 port ... compiles cleanly and installs.Marc G. Fournier1998-10-312-12/+83
| | | | | | | | Please let me know of any problems, as I won't know until I move into getting koffice built.. Notes: svn path=/head/; revision=14267
* Upgrade to 0.0.10.Jordan K. Hubbard1998-10-302-5/+9
| | | | | | | Submitted by: rom_glsa@ein-hashofet.co.il Notes: svn path=/head/; revision=14265
* Updating to Mico v2.2.1Marc G. Fournier1998-10-302-13/+5
| | | | | | | | | | | 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 ... Notes: svn path=/head/; revision=14249
* Upgrade to 1.1.4.Vanilla I. Shu1998-10-2812-99/+105
| | | | Notes: svn path=/head/; revision=14233
* Change the version number of guile.Vanilla I. Shu1998-10-271-2/+2
| | | | Notes: svn path=/head/; revision=14214
* Upgrade to 1.20, remove BROKEN_ELF tag.Vanilla I. Shu1998-10-2410-40/+32
| | | | | | | Submitted by: maintainer. Notes: svn path=/head/; revision=14168
* Looks like someone broke this while fixing the ELF case.... ;)Satoshi Asami1998-10-222-2/+12
| | | | | | | | | | | | | | | | | === /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. Notes: svn path=/head/; revision=14156
* Really convert to ELF. I forget the '-I' switch to patch when ISteve Price1998-10-211-0/+9
| | | | | | | applied the last set of diffs. Notes: svn path=/head/; revision=14138
* Remove trailing "." from LIB_DEPENDS line.Satoshi Asami1998-10-201-2/+2
| | | | Notes: svn path=/head/; revision=14123
* Add DIST_SUBDIR=vtcl -- "current.tar.gz" is not exactly a specific name. :)Satoshi Asami1998-10-202-2/+3
| | | | Notes: svn path=/head/; revision=14116
* Remove empty directories on deinstall.Steve Price1998-10-203-4/+9
| | | | Notes: svn path=/head/; revision=14106
* Convert to ELF and remove leading underscores so this buildsSteve Price1998-10-206-88/+18
| | | | | | | again. Notes: svn path=/head/; revision=14104
* Convert to ELF.Steve Price1998-10-205-21/+42
| | | | Notes: svn path=/head/; revision=14103
* Make this deinstall cleanly.Steve Price1998-10-201-1/+1
| | | | Notes: svn path=/head/; revision=14102
* Checksum changed.Steve Price1998-10-201-1/+1
| | | | Notes: svn path=/head/; revision=14101
* Make this port reinstall friendlyJustin M. Seger1998-10-144-16/+52
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14000
* Unbreak for ELFJustin M. Seger1998-10-133-6/+6
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=13928
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | Creating package /usr/ports/packages/All/tvision-0.6.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz' tar: can't add file lib/libtvision.so.0 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=13920
* Mark BROKEN for current. Perl paths are BROKEN.Justin M. Seger1998-10-121-1/+6
| | | | Notes: svn path=/head/; revision=13918
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | g++ -fhandle-exceptions -pipe -I. -D__OMNIORB2__ -I../../../include -DDEFAULT_LOGDIR=\"/var/omninames\" -o omniNames NamingContext_i.o log.o omniNames.o -L../../../src/lib/omniORB2 -lomniORB2 -L../../../src/lib/omnithread -lomnithread ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::omni_mutex(void)': posix.o(.text+0x10): undefined reference to `pthread_mutex_init' ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::~omni_mutex(void)': posix.o(.text+0xa2): undefined reference to `pthread_mutex_destroy' ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::lock(void)': Notes: svn path=/head/; revision=13917
* Mark BROKEN for ELF:Justin M. Seger1998-10-123-3/+9
| | | | | | | | | | | | | | ===> Building package for linux_devel-0.2 Creating package /usr/ports/packages/All/linux_devel-0.2.tgz Registering depends: linux_lib-2.5. Creating gzip'd tar ball in '/usr/ports/packages/All/linux_devel-0.2.tgz' tar: can't add file usr/lib/libfbm.so.1 : No such file or directory tar: can't add file usr/lib/libjpeg.so.1 : No such file or directory tar: can't add file usr/lib/libtiff.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 Notes: svn path=/head/; revision=13914
* Mark BROKEN for ELF:Justin M. Seger1998-10-122-2/+6
| | | | | | | | | | | /bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la cc -O -pipe -o .libs/ffitest ffitest.o -Wl,-rpath -Wl,/usr/local/lib .libs/libffi.so .libs/libffi.so: undefined reference to `ffi_call_SYSV' .libs/libffi.so: undefined reference to `_ffi_prep_args' *** Error code 1 Notes: svn path=/head/; revision=13912
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | ===> Building package for dlmalloc-2.6.4 Creating package /usr/ports/packages/All/dlmalloc-2.6.4.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/dlmalloc-2.6.4.tgz' tar: can't add file lib/libdlmalloc.so.2 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=13910
* Mark BROKEN for current:Justin M. Seger1998-10-121-1/+6
| | | | | | | | CVS ---------------------------------------------------------------------- error in signal.h Notes: svn path=/head/; revision=13905
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | ===> Installing for boehm-gc-4.12 /bin/cp fbsd-libgc.a libgc.a /bin/cp: fbsd-libgc.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13904
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" /usr/ports/devel/amulet/work/amulet/src/gem/testdpy.o /usr/ports/devel/amulet/work/amulet/src/gem/test_utils.o /usr/ports/devel/amulet/work/amulet/src/gem/testbits.o /usr/ports/devel/amulet/work/amulet/src/gem/testcolor.o /usr/ports/devel/amulet/work/amulet/src/gem/testfonts.o /usr/ports/devel/amulet/work/amulet/src/gem/testwinprops.o -L/usr/ports/devel/amulet/work/amulet/lib -lamulet -L/usr/X11R6/lib -lX11 -lm -o testdpy /usr/ports/devel/amulet/work/amulet/lib/libamulet.so: file not recognized: File truncated *** Error code 1 Notes: svn path=/head/; revision=13903