1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

14229 Commits

Author SHA1 Message Date
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
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.)
1998-11-11 05:37:39 +00:00
Satoshi Asami
c2e32ac36f Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only
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.
1998-11-11 05:21:29 +00:00
Joseph Koshy
2ac4730a2a Update master site.
PR: 		8644
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su> (maintainer)
1998-11-11 03:03:47 +00:00
Satoshi Asami
1785dc005d Expand lib/stk directory properly. Use PLIST_SUB to encode info. 1998-11-11 02:03:47 +00:00
Satoshi Asami
f27d17983f Add USE_XLIB.
Found by:	Steve's little perl script
1998-11-11 02:02:14 +00:00
Matthew Hunt
767690825b Upgrade to 2.4. This release includes CAM compatibility.
PR:		8616
Submitted by:	Daniel Eischen <eischen@vigrid.com>
1998-11-11 00:30:42 +00:00
Satoshi Asami
24528efcc0 Mark this broken, original not available on master site and new version
fails in patch.
1998-11-10 23:11:21 +00:00
Satoshi Asami
efffd53c19 No need to put name in front. 1998-11-10 23:10:44 +00:00
Wolfram Schneider
24e55bc82e Rename - not delete - the mmap test program 1998-11-10 21:00:14 +00:00
Andreas Klemm
1e20f0bfde This port isn't broken anymore. 1998-11-10 18:56:21 +00:00
David E. O'Brien
f7a49531d5 fix for 3.0 ELF
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
1998-11-10 16:33:08 +00:00
Jun Kuriyama
6585eb7c1a SKK-like Kana-to-Kanji FrontEnd Processor
PR:		ports/7576
Submitted by:	Yusuke NAWANO <azuki@azkey.org>
1998-11-10 15:47:20 +00:00
Jun Kuriyama
0eb246d2a3 Activate ja-skkfep. 1998-11-10 15:45:50 +00:00
Jun Kuriyama
cca45053c3 wmavgload - Another WindowMaker load gauge
PR:		ports/7344
Submitted by:	Vladimir Kushnir <kushn@mail.kar.net>
1998-11-10 15:43:48 +00:00
Jun Kuriyama
bcc5aa3f92 Activate wmavgload. 1998-11-10 15:40:12 +00:00
Vanilla I. Shu
3a3bc7acc4 Remove X_LOCALE define.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1998-11-10 15:35:07 +00:00
Andreas Klemm
3e134b2d4b Upgrade to latest version 1.0.0pre2
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
1998-11-10 15:16:00 +00:00
Andrey A. Chernov
f5f3107e73 add official kerberos patch 1998-11-10 13:20:21 +00:00
Thomas Gellekum
3603bad711 Upgrade to 0.86.9.
PR:		8628
Submitted by:	laskavy@gambit.msk.su
1998-11-10 10:12:11 +00:00
Satoshi Asami
f434a3a62f Mark this port broken:
===
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.
1998-11-10 08:59:10 +00:00
Satoshi Asami
23b51c3b57 Run ldconfig upon install and deinstall. 1998-11-10 08:44:21 +00:00
David E. O'Brien
87c709ae22 Pass the GNUARCH value to `configure' to force the detection of an ELF system.
(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>
1998-11-10 07:33:33 +00:00
Satoshi Asami
98f7799bfc Mark this port broken, looks like another casualty of the gtk11 upgrade.
===
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.
1998-11-10 05:38:34 +00:00
David E. O'Brien
739d98a0f6 upgrade to 1.5.12a 1998-11-10 03:11:24 +00:00
Steve Price
9513fc3a3c Turn on nawk port. 1998-11-10 02:07:32 +00:00
Steve Price
ca1e19a2f5 Update to version 98.10.20.
PR:		8530
Reviewed by:	maintainer
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1998-11-10 02:05:13 +00:00
Steve Price
6db901ce31 The kawk port has been repository-copied to nawk. 1998-11-10 02:01:52 +00:00
Steve Price
3c07d33952 Turn on apache13-fp port. 1998-11-10 01:56:36 +00:00
Steve Price
3352fe7273 Fixup port to provide Apache version 1.3.3 with FrontPage extensions.
PR:		8522
Submitted by:	maintainer
1998-11-10 01:56:01 +00:00
Steve Price
3f4d1e5e02 Dummy commit because I forgot to explain what this port does
when I committed it.  So here goes:

This port cleans up the layout of badly formatted HTML files.

Reminded by:	asami
1998-11-10 01:33:44 +00:00
Steve Price
8d731dae95 The apache-fp port has been repository-copied to apache12-fp. 1998-11-10 01:25:48 +00:00
Satoshi Asami
82d8a7469c Mark this port broken:
===
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.
1998-11-10 00:03:17 +00:00
Matthew Hunt
75cf22b11f Change PKGNAME to ircii-epic-2.8.2.3.004 so as not to confuse
bsd.port.mk.

Requested by:	asami
1998-11-09 21:10:25 +00:00
Jun Kuriyama
7bb596baef Create resources for tgif, vfontcap, .., for Japanese TrueType fonts
PR:		ports/8035
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-11-09 14:49:44 +00:00
Jun Kuriyama
d38b566b42 Activate ja-p5-mkres. 1998-11-09 14:48:40 +00:00
Jun Kuriyama
88ae7024f6 Kanji encoding of patch for localization should be japanese_euc...
Mistaken by:	myself
1998-11-09 10:04:01 +00:00
Masafumi Max NAKANE
17a8f69b5d Upgrade, 5.6.5 -> 5.7.2. 1998-11-09 09:24:21 +00:00
Thomas Gellekum
8bb2794a36 <expletive> This wasn't supposed to be committed yet. 1998-11-09 08:22:31 +00:00
Thomas Gellekum
aa6516e8e7 Add a mirror for the master site. 1998-11-09 08:16:25 +00:00
Thomas Gellekum
c5ffdbaeee Oops, forgot some master sites. 1998-11-09 08:10:03 +00:00
Satoshi Asami
4de1dddd5f Mark broken, doesn't build. Is this caused by the gtk11 upgrade?
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.
1998-11-09 06:51:34 +00:00
Satoshi Asami
6e53cdbd77 Mark this broken while waiting for upgrade after repository copy. 1998-11-09 04:42:12 +00:00
Satoshi Asami
c46cbf26fa Make this file match reality. 1998-11-09 04:18:27 +00:00
Steve Price
0a60135ac6 Turn on tidy port. 1998-11-09 01:28:00 +00:00
Steve Price
35614a1e27 Initial import of tidy-0.1.98.9.
PR:		8503
Submitted by:	Abel Chow <achow@transoft.net>
1998-11-09 01:26:20 +00:00
Steve Price
42a7e14418 Update to version 2.4.9.
PR:		8583
Submitted by:	maintainer
1998-11-09 01:24:15 +00:00
Steve Price
74797c9de6 Update to version 3.34.
PR:		8551
Submitted by:	maintainer
1998-11-09 01:21:43 +00:00
Steve Price
32f7d7d09c Update to version 0.30.
PR:		8581
Submitted by:	maintainer
1998-11-09 01:17:15 +00:00
Steve Price
b7f8b638d1 Update to version 1.6.1.
PR:		8468
Reviewed by:	maintainer
Submitted by:	Rasmus Kaj <kaj@interbizz.se>
1998-11-09 01:14:54 +00:00
Steve Price
e53252cb35 Change location of MASTER_SITE.
Requested by:	maintainer
1998-11-09 01:12:08 +00:00