aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* i386 => ${ARCH}obrien1998-11-1321-84/+84
| | | | Requested by: imp
* 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.
* Update MASTER_SITES and MAINTAINERbillf1998-11-131-3/+3
| | | | | PR: ports/8617 Submitted by: candy@kgc.co.jp <maintainer>
* Update MASTER_SITES and MAINTAINERbillf1998-11-131-3/+3
| | | | | PR: 8614 Submitted by: candy@kgc.co.jp <maintainer>
* Update from v2.4b to v2.4ckuriyama1998-11-134-10/+10
| | | | | PR: ports/8424 Submitted by: Makoto WATANABE <watanabe@z.phys.nagoya-u.ac.jp>
* Somehow my system had two files that didn't come with the package.billf1998-11-121-1/+6
| | | | | | | It's not sane to require a completly different port (sniffit) just for two simple header files, so I'm putting them in ${FILESDIR}. Thanks to Anders Andersson <anders@sanyusan.se> for the remind.
* woju@freebsd.ee.ntu.edu.tw requested I take over maintance.obrien1998-11-121-2/+2
|
* Mark this broken, it is for testing only (also is still a copy of qt140).asami1998-11-127-7/+35
|
* update to latest version (981112)itojun1998-11-122-4/+4
|
* Add rc5dessmace1998-11-121-1/+2
|
* Update of ntop from 0.4 to 1.0, the author fixed a lot of the sillybillf1998-11-122-7/+7
| | | | | | | mistakes so most of the patches were deleted. Two of the patches were to the same file, but changed so drastically, I just reimported them. PR: 8292
* Forgot to (cvs) add back patch I just deleted. My bad.asami1998-11-121-0/+19
| | | | | PR: 8652 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
* Add -I${LOCALBASE}/include to CFLAGS so this compiles.asami1998-11-121-1/+2
|
* Update to 0.40.13.mph1998-11-129-15/+51
| | | | | PR: 8649 Submitted by: Don Croyle i<croyle@gelemna.ft-wayne.in.us>
* changing the MAINTAINER address, I'm trying to keep work e-mail addressesbillf1998-11-122-4/+4
| | | | seperate from FreeBSD e-mail addresses.
* Upgrade to 0.7.0. It's not from the maintainer but it's a simpleasami1998-11-123-59/+4
| | | | | | | | upgrade with only minor patch changes so I'm just going to commit it, especially since the original was marked broken (can't fetch anymore). PR: 8652 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
* Upgrade to 3.0 Beta 15.obrien1998-11-122-4/+5
| | | | Submitted by: roberto
* Update mico to 2.2.3 ... this builds with the mini-stl that comes withscrappy1998-11-123-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-122-11/+5
| | | | Remind by: asami
* Install directory is changed.kuriyama1998-11-113-17/+22
| | | | | PR: ports/8224 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Upgrade to mikmod 3.0.3vanilla1998-11-115-24/+28
| | | | | PR: ports/7721 Submitted by: yoshiaki@kt.rim.or.jp
* Upgrade to 0.58.vanilla1998-11-112-5/+5
|
* Upgrade to 0.9.16.vanilla1998-11-114-21/+228
|
* Adjust RUN_DEPENDS path (${PREFIX}/lib/xemacs-mule-20.4/etc/BABYL ->asami1998-11-111-2/+2
| | | | .../xemacs-20.4/...) to match reality.
* Upgrade to v1.64.jkoshy1998-11-114-8/+20
| | | | | Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> (maintainer) PR: 8650
* Add Bill Fumerola (billf) to the list. Bill will commit his own ports.asami1998-11-112-4/+4
| | | | | Bill will also stop El Nino (if he has time after the ports). Welcome, Bill!
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-1190-473/+536
| | | | | | | | 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.)
* Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines onlyasami1998-11-113-28/+66
| | | | | | | | | | | a few variables that could be used in the port Makefile for ".if exists()" tests. bsd.port.post.mk defines the rest. Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including bsd.port.pre.mk. These are the only two variables used in the first part. In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk with special variables to turn part of it off.
* Update master site.jkoshy1998-11-111-2/+2
| | | | | PR: 8644 Submitted by: Kostya Lukin <lukin@okbmei.msk.su> (maintainer)
* Expand lib/stk directory properly. Use PLIST_SUB to encode info.asami1998-11-112-4/+319
|
* Add USE_XLIB.asami1998-11-114-4/+8
| | | | Found by: Steve's little perl script
* Upgrade to 2.4. This release includes CAM compatibility.mph1998-11-115-626/+62
| | | | | PR: 8616 Submitted by: Daniel Eischen <eischen@vigrid.com>
* Mark this broken, original not available on master site and new versionasami1998-11-111-1/+3
| | | | fails in patch.
* No need to put name in front.asami1998-11-111-1/+1
|
* Rename - not delete - the mmap test programwosch1998-11-111-2/+3
|
* This port isn't broken anymore.andreas1998-11-113-9/+3
|
* fix for 3.0 ELFobrien1998-11-113-9/+14
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* SKK-like Kana-to-Kanji FrontEnd Processorkuriyama1998-11-109-0/+135
| | | | | PR: ports/7576 Submitted by: Yusuke NAWANO <azuki@azkey.org>
* Activate ja-skkfep.kuriyama1998-11-101-1/+2
|
* wmavgload - Another WindowMaker load gaugekuriyama1998-11-107-0/+115
| | | | | PR: ports/7344 Submitted by: Vladimir Kushnir <kushn@mail.kar.net>
* Activate wmavgload.kuriyama1998-11-101-1/+2
|
* Remove X_LOCALE define.vanilla1998-11-101-22/+4
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to latest version 1.0.0pre2andreas1998-11-1015-65/+90
| | | | | | | | | | | | | | Not broken for ELF, since xforms lib isn't broken anymore Although xforms should be ok for ELF I got the following error message at startup of lyx: /usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found Had to apply a symlink manually: root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88 root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib
* add official kerberos patchache1998-11-102-0/+572
|
* Upgrade to 0.86.9.tg1998-11-103-42/+45
| | | | | PR: 8628 Submitted by: laskavy@gambit.msk.su
* Mark this port broken:asami1998-11-101-1/+3
| | | | | | | | | | | | | | | | | | | | === cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I../intl -I../intl -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk11 -I/usr/local/include/glib -O -pipe -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -I/usr/X11R6/include -Wall -c property-background.c property-background.c: In function `background_read': property-background.c:874: warning: unused variable `bgColor' property-background.c: At top level: property-background.c:925: parse error before `GdkEventDropDataAvailable' property-background.c: In function `image_dnd_drop': property-background.c:928: `event' undeclared (first use this function) property-background.c:928: (Each undeclared identifier is reported only once property-background.c:928: for each function it appears in.) property-background.c: In function `connect_dnd': property-background.c:945: warning: implicit declaration of function `gtk_widget_dnd_drop_set' property-background.c: At top level: property-background.c:24: warning: `preview' defined but not used *** Error code 1 Stop.
* Run ldconfig upon install and deinstall.asami1998-11-103-0/+6
|
* Pass the GNUARCH value to `configure' to force the detection of an ELF system.obrien1998-11-101-6/+14
| | | | | | | (I still intend to fix the bug in the script that misses an ELF system for an a.out one) Current fix submitted by: "Alec Wolman" <wolman@cs.washington.edu>
* Mark this port broken, looks like another casualty of the gtk11 upgrade.asami1998-11-101-1/+3
| | | | | | | | | | | | | | === cc -c -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -I/usr/local/include -O -pipe -DVERSION=\"0.4\" -DXS_VERSION=\"0.4\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE GtkDefs.c GtkDefs.c: In function `Gtk_InstallTypedefs': GtkDefs.c:2559: `GDK_OTHER_EVENT' undeclared (first use this function) GtkDefs.c:2559: (Each undeclared identifier is reported only once GtkDefs.c:2559: for each function it appears in.) GtkDefs.c:2712: `PIXELS_METRIC' undeclared (first use this function) GtkDefs.c:2713: `POINTS_METRIC' undeclared (first use this function) *** Error code 1 Stop.
* upgrade to 1.5.12aobrien1998-11-105-148/+25
|
* Turn on nawk port.steve1998-11-101-1/+2
|
* Update to version 98.10.20.steve1998-11-106-30/+192
| | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* The kawk port has been repository-copied to nawk.steve1998-11-101-2/+1
|
* Turn on apache13-fp port.steve1998-11-101-1/+2
|
* Fixup port to provide Apache version 1.3.3 with FrontPage extensions.steve1998-11-1017-574/+1584
| | | | | PR: 8522 Submitted by: maintainer
* Dummy commit because I forgot to explain what this port doessteve1998-11-102-2/+2
| | | | | | | | when I committed it. So here goes: This port cleans up the layout of badly formatted HTML files. Reminded by: asami
* The apache-fp port has been repository-copied to apache12-fp.steve1998-11-101-2/+2
|
* Mark this port broken:asami1998-11-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | === cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE -O -pipe -Wall -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/inclu de/glib -c gui_channels.c In file included from gui_channels.c:39: intl.h:11: warning: `_' redefined os.h:15: warning: this is the location of the previous definition gui_channels.c: In function `sigchan_drag': gui_channels.c:179: warning: implicit declaration of function `gtk_widget_dnd_data_set' gui_channels.c: In function `sigchan_drop': gui_channels.c:189: union has no member named `dropdataavailable' gui_channels.c:185: warning: `from' might be used uninitialized in this function gui_channels.c: In function `gui_private_add_channel_button': gui_channels.c:219: warning: implicit declaration of function `gtk_widget_dnd_drag_set' gui_channels.c:220: warning: implicit declaration of function `gtk_widget_dnd_drop_set' gmake[1]: *** [gui_channels.o] Error 1 gmake[1]: Leaving directory `/usr/ports/net/yagirc/work/yagirc-0.65.7/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop.
* Change PKGNAME to ircii-epic-2.8.2.3.004 so as not to confusemph1998-11-102-4/+4
| | | | | | bsd.port.mk. Requested by: asami
* Create resources for tgif, vfontcap, .., for Japanese TrueType fontskuriyama1998-11-095-0/+60
| | | | | PR: ports/8035 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Activate ja-p5-mkres.kuriyama1998-11-091-1/+2
|
* Kanji encoding of patch for localization should be japanese_euc...kuriyama1998-11-092-3/+3
| | | | Mistaken by: myself
* Upgrade, 5.6.5 -> 5.7.2.max1998-11-092-6/+6
|
* <expletive> This wasn't supposed to be committed yet.tg1998-11-091-1/+1
|
* Add a mirror for the master site.tg1998-11-092-3/+4
|
* Oops, forgot some master sites.tg1998-11-091-2/+4
|
* Mark broken, doesn't build. Is this caused by the gtk11 upgrade?asami1998-11-092-2/+6
| | | | | | | | | | Satoshi ------- cc -O -pipe -I/usr/X11R6/include -Wall -L/usr/X11R6/lib -o gnumeric main.o about.o cell.o cellspan.o clipboard.o color.o cursors.o dates.o dialog-cell-format.o dialog-goto-cell.o dialog-insert-cells.o dialog-delete-cells.o dialog-paste-special.o dialog-zoom.o dump.o eval.o expr.o file.o formats.o func.o fn-date.o fn-math.o fn-misc.o fn-sheet.o format.o gnumeric-sheet.o gnumeric-util.o item-bar.o item-cursor.o item-debug.o item-edit.o item-grid.o number-match.o parser.o pattern-selector.o plugin.o plugin-manager.o render-ascii.o sheet.o sheet-autofill.o sheet-object.o sheet-view.o str.o style.o symbol.o utils.o workbook.o xml-io.o -L/usr/X11R6/lib -L/usr/local/lib -lgnomeui -lgdk_imlib -ltiff34 -ljpeg -lgif -lpng -lz -lSM -lICE -lgtk11 -lgdk11 -lgmodule11 -lXext -lX11 -lm -lgnome -lgnomesupport -lglib11 -lxml ../intl/libintl.a -L/usr/local/lib -L/usr/X11R6/lib -lxpg4 clipboard.o: Undefined symbol `_gtk_selection_add_handler' referenced from text segment *** Error code 1 Stop.
* Mark this broken while waiting for upgrade after repository copy.asami1998-11-091-1/+3
|
* Make this file match reality.asami1998-11-091-4/+4
|
* Turn on tidy port.steve1998-11-091-1/+2
|
* Initial import of tidy-0.1.98.9.steve1998-11-0910-0/+104
| | | | | PR: 8503 Submitted by: Abel Chow <achow@transoft.net>
* Update to version 2.4.9.steve1998-11-0910-13/+834
| | | | | PR: 8583 Submitted by: maintainer
* Update to version 3.34.steve1998-11-096-68/+139
| | | | | PR: 8551 Submitted by: maintainer
* Update to version 0.30.steve1998-11-093-16/+13
| | | | | PR: 8581 Submitted by: maintainer
* Update to version 1.6.1.steve1998-11-093-49/+55
| | | | | | PR: 8468 Reviewed by: maintainer Submitted by: Rasmus Kaj <kaj@interbizz.se>
* Change location of MASTER_SITE.steve1998-11-092-4/+4
| | | | Requested by: maintainer
* Allow a non-root user to build this port if the majordom user andsteve1998-11-091-5/+7
| | | | group already exist.
* Update MASTER_SITE.mph1998-11-091-2/+2
| | | | Pointed out by: Bill Fenner's distfile survey.
* Activate gtkstep.eivind1998-11-091-1/+2
|
* Inital import of a GTKStep port. This provides GTK with a NeXTstep-likeeivind1998-11-0910-0/+316
| | | | | | interface. Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
* Satoshi must have experienced a temporary outage.fenner1998-11-091-3/+1
|
* Make the BROKEN message actually say ${HOME} instead of interpolating it.fenner1998-11-091-2/+2
|
* Activate p5-mkttfdir.kuriyama1998-11-081-1/+2
|
* (1) New variable MAKE_ARGS: will be appended to build/install make argumentasami1998-11-082-12/+36
| | | | | | | | | | | | | | | list. The old MAKE_FLAGS was a little hard to use since it had a weird default ("-f"). Suggested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> (2) Add new targets clean-restricted and clean-for-cdrom, which will delete RESTRICTED and NO_CDROM packages and distfiles from the top. Reviewed by: jkh (3) Add depends to list of things to recurse on. It will help people who are trying to fetch some ports plus their dependencies. Requested by: Chris Dillon <cdillon@wolves.k12.mo.us>
* upgrade to 2.2.0.obrien1998-11-083-56/+66
|
* On second thought, move all the PLISTs back as ${RESOLUTION}.list in theasami1998-11-0812-11/+4805
| | | | | master pkg directory. No need to create pkg directories for all the mini- ports for just one file each.
* unzip is a build-time dependency, not a fetch-time dependency.asami1998-11-081-2/+2
|
* Use LOOP_VAR to set KONFONT automatically.asami1998-11-081-1/+3
|
* 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
* Upgrade to v1.23.kuriyama1998-11-083-18/+48
|
* Remove double-slash from URLfenner1998-11-081-2/+2
|
* Remove leading/traling slash from MASTER_SITE_SUBDIRfenner1998-11-082-4/+4
|
* Remove leading slash from MASTER_SITE_SUBDIRfenner1998-11-082-4/+4
|
* New patches for sfio98. (Not that many changes, I've just split them upjraynard1998-11-086-0/+70
| | | | into a single patch for each source file).
* Update to sfio98.jraynard1998-11-084-145/+15
| | | | Prodded by: wosch
* PKGNAME=ja-kon2-${KONFONTS}-0.3kuriyama1998-11-071-2/+3
| | | | Suggested by: asami
* Upgrade to Apache 1.3.3 + mod_ssl 2.0.15rse1998-11-073-13/+21
|
* If PACKAGE_BUILDING defined, install default config file andache1998-11-072-8/+20
| | | | don't search apache config
* Split up pkfonts to pkfonts${RESOLUTION} subdirectories, so dependenciesasami1998-11-0715-4815/+91
| | | | | | are tracked correctly. pkfonts300 is a repository copy from pkfonts, and other pkfonts* directories only contain PLIST and a Makefile that sets RESOLUTION and includes pkfonts300/Makefile.
* Don't use a variable that conflicts with bsd.port.mk USE_PERL5.hoek1998-11-073-12/+12
| | | | | | | Making perl5 support automatic on 3.0 is left for someone who feels like testing it. Reported-by: jdp
* 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
|
* mark unbroken - can't repeat the problemobrien1998-11-071-3/+1
|
* 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"...
* mark unbroken -- I can't duplicate the problem on 3 different machinesobrien1998-11-071-3/+1
|
* make buildable on ELFobrien1998-11-071-3/+5
|
* mark unbroken -- I can't repeat the problem on 3 different machinesobrien1998-11-071-3/+1
|
* Portlint. Also, set IS_INTERACTIVE (it asks questions) and NO_PACKAGEasami1998-11-071-7/+9
| | | | | (one of the questions is about the domain name, which I assume is put in setup files).
* ftp.uu.net is not responding.asami1998-11-071-1/+3
|
* Can't fetch, server not responding.asami1998-11-071-1/+3
|
* Build and install correctly for a.out and ELF.nectar1998-11-078-60/+140
|
* Previous commit for ELF broke a.out.nectar1998-11-074-14/+46
| | | | Alerted by: Satoshi Asami <asami@freebsd.org>
* enable mswordview: ms word -> html converter.itojun1998-11-073-5/+6
| | | | fix CATEGORIES in mswordview/Makefile.
* MSWordView is a program that can understand the microsofts word 8itojun1998-11-0710-0/+1354
| | | | | | | | | | | | binary file format (office97), it currently converts word into html, which can then be read with a browser. It is also capable of converting Japanese MS Word document MSWordView HomePage is http://www.csn.ul.ie/~caolan/docs/MSWordView.html Reviewed by: itojun Submitted by: sumikawa@kame.net
* Broken for a.out systems too.asami1998-11-061-2/+2
|
* Add a little more description what "php3" is.obrien1998-11-0612-66/+57
| | | | | | Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Activate teTeX-beta.tg1998-11-061-1/+2
|
* Update to client version 2.8.1msmith1998-11-064-8/+8
| | | | Submitted by: Ben Hutchinson <benhutch@xfiles.org.uk>
* Add Archie Cobbs to committers - welcome!jkh1998-11-062-4/+4
|
* Add "pilot" to list of categories.asami1998-11-061-2/+2
|
* Distfile moved on MASTER_SITEjseger1998-11-061-2/+2
|
* Activate mew-{emacs20,xemacs20,xemacs-mule}.kuriyama1998-11-061-1/+4
|
* Message interface to Emacs Window(for xemacs20)kuriyama1998-11-066-0/+76
| | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
* Message interface to Emacs Window(for xemacs-mule)kuriyama1998-11-064-0/+51
| | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
* Message interface to Emacs Window(for emacs20)kuriyama1998-11-063-0/+37
| | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
* Don Lewis is now a committer. Welcome aboard, Don!jdp1998-11-062-4/+4
|
* Upgrade to v1.93kuriyama1998-11-056-78/+33
| | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
* obey CFLAGS and CC defintion from bsd.port.mk.itojun1998-11-051-0/+8
| | | | | Submitted by: Mikhail Teterin <mi@video-collage.com> email Message-Id: <199811042059.PAA03130@video-collage.com>
* Fix distfile locationcracauer1998-11-052-4/+4
|
* Fix the problem of "make package"vanilla1998-11-051-6/+6
| | | | Submitted by: Tom Jobbins <tom@tom.tj>
* Activate py-imaging.tg1998-11-051-1/+2
|
* New port py-imaging, the Python Image Library.tg1998-11-057-0/+293
|
* 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
* Upgrade to v0.40.12.jkoshy1998-11-059-21/+24
| | | | Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
* Make IS_INTERACTIVE so people doing ``cd /usr/ports ; make fetch'' willobrien1998-11-051-1/+2
| | | | | | get a little farther. Requested by: Andreas Klemm <andreas@klemm.gtn.com>
* Remove japanese/mew-{mule,xemacs}.kuriyama1998-11-041-3/+1
| | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
* Use a one-liner more in accord with reality.rnordier1998-11-041-1/+1
|
* Fix tcc -g option for ELF.rnordier1998-11-041-0/+7
| | | | Reported by: jmz
* Remove BROKEN tag.vanilla1998-11-042-5/+12
|
* Upgrade to 1.16.vanilla1998-11-045-15/+33
|
* Upgrade to 0.57a, REMOVE BROKEN_ELF tag.vanilla1998-11-042-7/+5
|
* add more binary extensionsache1998-11-041-3/+12
|
* Explain that URLs can be added for directory index tooache1998-11-041-1/+13
|
* autosense localization from env varsache1998-11-046-44/+119
| | | | always put site cache locally
* Upgrade to v0.28.jkoshy1998-11-043-8/+7
| | | | | PR: 8562 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
* * Oops, I introduced a dependency on pilot-link in my last commit.nectar1998-11-042-9/+2
| | | | kpilot includes its own copy of libpisock (aka libpilot), version 2.
* Activate 'radiusclient'.jkoshy1998-11-041-1/+2
|
* Import of `radiusclient', a client library and basic utilities forjkoshy1998-11-045-0/+52
| | | | | | | Radius authenticated login. PR: 7942 Submitted by: Maurice Castro <maurice@serc.rmit.edu.au>
* Add port to virtual category "python".jkoshy1998-11-042-4/+4
| | | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer) PR: 8558
* * corrected CATEGORIES (from 'x11 kde' to 'comms kde')nectar1998-11-044-68/+55
| | | | | | * updated for ELF * correct patches so that we have only one patch per file * give configure a hint so that it may find pilot-link libs
* Fix the name of the created partition directory to agree with thejdp1998-11-046-12/+12
| | | | name in the supplied configuration file.
* Update "Version required" comment.jdp1998-11-046-12/+12
|
* The last line of this file didn't have a terminating newline. Add one.jdp1998-11-046-12/+12
|
* narrow localization to LC_CTYPE onlyache1998-11-043-3/+3
|
* Update to v1.20.kuriyama1998-11-033-8/+31
|
* fix html outputache1998-11-032-1/+29
|
* Activate gadfly.tg1998-11-031-1/+2
|
* New port gadfly, an SQL database written in Python.tg1998-11-035-0/+148
|
* really upgrade it this time.obrien1998-11-031-0/+116
|
* Fix to work under perl5/fbsd3.0.obrien1998-11-031-7/+8
|
* Do not print No search diagnostic if -qache1998-11-032-7/+25
|
* minor tweaksache1998-11-032-15/+18
|
* had no offical maintainer and I'm starting to use bzip2 more and more.obrien1998-11-031-2/+3
|
* Update MASTER_SITE.jkoshy1998-11-037-14/+14
| | | | | PR: 8548 Submitted by: ripley@beng.org
* Upgrade to bochs-981102b.alex1998-11-034-37/+41
| | | | Submitted by: msmith
* Make sure that this properly finds all installed libraries and headers.jseger1998-11-031-1/+1
| | | | Submitted by: ache
* Unbreak for ELFjseger1998-11-031-3/+1
|
* Unbreak for ELFjseger1998-11-031-3/+1
|
* Unbreak for ELFjseger1998-11-031-3/+1
|
* 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
* Localize itache1998-11-0313-4/+613
|
* Set this ports BROKEN, gtk rewrite dnd code.vanilla1998-11-033-3/+9
|
* Correct pkg/PLIST.vanilla1998-11-031-2/+2
|
* Upgrade to 1.1.3.vanilla1998-11-0313-123/+141
|
* Install info page now.vanilla1998-11-029-30/+78
|
* Unbreak this ports.vanilla1998-11-022-3/+36
|
* manpage was out of date WRT codeobrien1998-11-021-0/+38
|
* Mark BROKEN for ELF:jseger1998-11-021-1/+3
| | | | | | | gcc -o replay dump.o formats.o getbits.o huffman.o layer3.o getdata.o misc2.o transform.o audio.o buffer.o audioIO.o position.o layer2.o rtbuf.o util.o getopt.o getopt1.o replay.o -lesd `"gtk11-config" --libs` -lesd /usr/X11R6/lib/libgtk11.so: undefined reference to `g_datalist_set_destroy' /usr/X11R6/lib/libgtk11.so: undefined reference to `g_datalist_id_set_destroy' *** Error code 1
* Update to CMUCL version 18bcracauer1998-11-023-14/+9
|
* Turn on localizationache1998-11-021-0/+1
|
* when can't open global .sitecache, open in in current directoryache1998-11-021-0/+11
| | | | instead of in /tmp because conflict in multiuser system
* fix warning for some undef variablesache1998-11-021-0/+14
|
* typoache1998-11-021-1/+1
|
* prevent redirection loop and indexing error pagesache1998-11-021-0/+104
|
* Use new distfile.tg1998-11-022-5/+5
|
* Upgrade to 1.6.tg1998-11-029-42/+42
|
* add html2txt sources tooache1998-11-022-4/+13
|
* Fix CPU hogging.tg1998-11-021-0/+13
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* add webglimpseache1998-11-021-1/+2
|
* WWW interface to Glimpse search engineache1998-11-0210-0/+424
|
* Mark BROKEN:jseger1998-11-021-1/+3
| | | | | | | | | | gcc -c -O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_BSD -DARCH_i386 audioIO.c In file included from audioIO.c:11: audioIO_Linux.c:29: parse error before `32768' audioIO_Linux.c: In function `audioOpen': audioIO_Linux.c:81: invalid lvalue in unary `&' gmake: *** [audioIO.o] Error 1 *** Error code 2
* Unbreak for ELFjseger1998-11-023-8/+15
|
* Chase the checksum and make this compile again.steve1998-11-022-24/+8
| | | | PR: 8507
* Update to version 0.44.steve1998-11-0224-285/+384
| | | | | PR: 8514 Submitted by: maintainer
* Update to version 2.8.1.steve1998-11-027-67/+83
| | | | | PR: 8483 Submitted by: maintainer
* Grab the compress'd version of the distfile.steve1998-11-022-4/+5
| | | | | PR: 8451 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Update to version 1.7.2.steve1998-11-023-53/+34
| | | | | PR: 8449 Submitted by: maintainer
* upgrade to 4.1ache1998-11-023-5/+17
|
* Update to version 1.4.steve1998-11-023-8/+12
| | | | | PR: 8407 Submitted by: maintainer
* Fix the following bugs:steve1998-11-022-2/+4
| | | | | | | | | - Entry binding didn't work properly in XIM session. - Widget path name that have kanji cound not be parsed when internal kanji code is JIS. PR: 8391 Submitted by: maintainer
* Update to version 2.2.steve1998-11-023-13/+22
| | | | | PR: 8342 Submitted by: maintainer
* Upgrade to libwww-5.2jseger1998-11-023-7/+6
|
* Says that the port uses perl5 for building and runningwosch1998-11-022-2/+6
|
* Added portcheckout.wosch1998-11-021-1/+2
|
* portcheckout - checkout ports and all depending portswosch1998-11-0210-0/+120
| | | | | | | | | | | | | | 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!
* upgrade to 2.8.1rel.2ache1998-11-012-5/+5
|
* Remove BROKEN status...it does build here, and if I'm going to fix it onscrappy1998-11-011-3/+1
| | | | for other machines/installs, ppl have to try and build it...
* Added dependencies for qt and tcl to be installedscrappy1998-11-011-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?
* Distfile moved on MASTER_SITE.jseger1998-11-011-2/+2
|
* Don't warn before mv'ing.jseger1998-10-311-1/+1
| | | | | Submitted by: shige@kuis.kyoto-u.ac.jp PR: ports/8226
* Upgrade to version 2.8.1.1jseger1998-10-313-31/+6
|
* Upgrade to version 4.1.3.jseger1998-10-313-5/+8
|
* Upgrade to v1.19.kuriyama1998-10-313-30/+408
| | | | Requested by: nik
* Upgrade to v1.2.1.jkoshy1998-10-313-10/+55
| | | | Submitted by: Andrew Maltsev <am@amsoft.ru> (maintainer)
* Well, this thing is not working here. Besides, the "--with-tcl=/usr/include"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.
* Upgrade to thae latest Redhat offerings. This brings in the Linuxmarkm1998-10-3116-48/+48
| | | | | | | glibc2 stuff. The tarball is in freefall:~markm/linux_lib-2.6.tar.gz; please someone move it over to ftp.freebsd.org. Ta!
* Add homepage.obrien1998-10-313-0/+3
|
* Waiting for jgrep, jfold, jcat.kuriyama1998-10-311-1/+2
|
* Upgrade to version 1.6.1.obrien1998-10-316-18/+12
|
* Fix bug related to multi-session burning.obrien1998-10-312-10/+54
| | | | | PR: posted to ports@freebsd.org Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
* mico 2.2.1 port ... compiles cleanly and installs.scrappy1998-10-312-12/+83
| | | | | Please let me know of any problems, as I won't know until I move into getting koffice built..
* Make the search target home in a little better on what users arejkh1998-10-311-2/+2
| | | | actually looking for.
* Upgrade to 0.0.10.jkh1998-10-312-5/+9
| | | | Submitted by: rom_glsa@ein-hashofet.co.il
* Activate p5-FreeType and p5-FreeTypeWrapper.kuriyama1998-10-301-1/+3
|
* Update maintainer's address.tg1998-10-302-4/+4
|
* Make this port use LOOP_VAR and LOOP_OPTIONS for DOCFORMAT. While I'm here,asami1998-10-301-18/+8
| | | | | make this port not overwrite ${PKGDIR}/PLIST (evil!) and clean up messages a bit.
* This is broken for non-ELF cases too.asami1998-10-301-2/+2
|
* Make thise ports use LOOP_VAR and LOOP_OPTIONS for RESOLUTION.asami1998-10-301-2/+3
|
* Make thise ports use LOOP_VAR and LOOP_OPTIONS for PAPERSIZE. Whileasami1998-10-308-19/+32
| | | | | I'm here, make a2ps43's Makefile detect the missing PAPERSIZE correctly, and add -${PAPERSIZE} in lprps's PKGNAME.
* (1) Add new variables LOOP_VAR and LOOP_OPTIONS to implement building severalasami1998-10-302-7/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | packages from a single port. LOOP_VAR is the name of the variable and LOOP_OPTIONS is a space-separated list of values it should take. When these are set, the target "package-loop" will go through a clean and package loop for all the options. The "package-loop" target is defined as "package" when LOOP_VAR is not defined, so if you are in the business for building packages, you should use "package-loop" all the time. (This target is added to bsd.port.subdir.mk too.) Also, the "describe" target prints out multiple lines so that all options will go into the INDEX. (In other words, if you define these variables, INDEX is going to look real silly if you don't put ${${LOOP_VAR}} in PKGNAME.) Seconded by: obrien ("ANYTHING") (2) Turn off regexp support for LIB_DEPENDS. It is a fixed string of the form <NAME>.<VER> now. Tested by: several rounds of complete package builds (3) Check checksum even if NO_EXTRACT is defined. (4) Cosmetic fix for message in MANUAL_PACKAGE_BUILD case.
* Upgrade to 0.20.2.tg1998-10-308-72/+79
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Un-break. Fetches now, looks like the ISP is a bit flakey.tg1998-10-301-3/+1
|
* Portlint.asami1998-10-301-3/+3
|
* Add arla and citrix_ica.asami1998-10-301-1/+3
|
* Add linux_glide and linux_mesa.asami1998-10-301-1/+3
|
* Fix three typos (gxsnmp.o -> gxsnmp.1, ggc -> ggv, do-install= -> do-install:).asami1998-10-302-8/+8
| | | | Guys, it wouldn't hurt to TEST these things once in a while! ;)
* configure with "--without-x" if X11BASE/bin/xauth is missing.obrien1998-10-302-2/+10
| | | | Requested by: Studded@gorean.org
* Updating to Mico v2.2.1scrappy1998-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 ...
* Install two more files so "make package" works. Also, delete *.origasami1998-10-301-2/+6
| | | | | files in post-patch so "make deinstall" doesn't complain about non-empty directories.
* Remove the run dependency on mkisofs.jmz1998-10-303-9/+3
| | | | PR: ports/7004, ports/7818
* Activate ruboard.jkoshy1998-10-301-1/+2
|
* Import of `ruboard', an almost plug 'n play web based discussion boardjkoshy1998-10-306-0/+57
| | | | | | | | supporting english and russian. PR: 8492 Reviewed by: jkoshy Submitted by: Andrew Maltsev <am@amsoft.ru>
* Upgrade and unbreak.jfieber1998-10-293-84/+59
|
* This port is unfetchable (operation timed out).asami1998-10-291-1/+3
|
* Upgrade to 3.0.8pst1998-10-294-3/+15
|
* Update to version 3.7.6.steve1998-10-292-12/+9
| | | | | PR: 8478 Submitted by: maintainer
* Fix typo in MASTER_SITESfenner1998-10-291-2/+2
| | | | Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
* Add additional MASTER_SITEfenner1998-10-291-1/+2
| | | | Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de>