summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-1/+3
| | | | fails in patch.
* No need to put name in front.asami1998-11-101-1/+1
|
* Rename - not delete - the mmap test programwosch1998-11-101-2/+3
|
* This port isn't broken anymore.andreas1998-11-103-9/+3
|
* fix for 3.0 ELFobrien1998-11-103-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-092-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
|
OpenPOWER on IntegriCloud