1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
Commit Graph

14363 Commits

Author SHA1 Message Date
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
Steve Price
587c8c488f Allow a non-root user to build this port if the majordom user and
group already exist.
1998-11-09 01:09:25 +00:00
Matthew Hunt
e5c1c88901 Update MASTER_SITE.
Pointed out by:	Bill Fenner's distfile survey.
1998-11-08 20:27:52 +00:00
Eivind Eklund
3043c83327 Activate gtkstep. 1998-11-08 17:17:15 +00:00
Eivind Eklund
172a62959e Inital import of a GTKStep port. This provides GTK with a NeXTstep-like
interface.

Submitted by:	Gilad Rom <rom_glsa@ein-hashofet.co.il>
1998-11-08 17:00:25 +00:00
Bill Fenner
b7da039f86 Satoshi must have experienced a temporary outage. 1998-11-08 16:51:06 +00:00
Bill Fenner
560db6ff26 Make the BROKEN message actually say ${HOME} instead of interpolating it. 1998-11-08 16:32:07 +00:00
Jun Kuriyama
f266cba069 Activate p5-mkttfdir. 1998-11-08 15:11:58 +00:00
Satoshi Asami
4574e6e174 (1) New variable MAKE_ARGS: will be appended to build/install make argument
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>
1998-11-08 10:29:53 +00:00
David E. O'Brien
4e07acdc1a upgrade to 2.2.0. 1998-11-08 09:54:45 +00:00
Satoshi Asami
fcbd63ca68 On second thought, move all the PLISTs back as ${RESOLUTION}.list in the
master pkg directory.  No need to create pkg directories for all the mini-
ports for just one file each.
1998-11-08 09:37:11 +00:00
Satoshi Asami
93372b1188 unzip is a build-time dependency, not a fetch-time dependency. 1998-11-08 08:44:59 +00:00
Satoshi Asami
3c712b6b19 Use LOOP_VAR to set KONFONT automatically. 1998-11-08 00:49:29 +00:00
Satoshi Asami
badeabad3b Mark it broken, can't build.
-------
===>  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
1998-11-08 00:24:03 +00:00
Jun Kuriyama
9e8dba0228 Upgrade to v1.23. 1998-11-08 00:10:41 +00:00
Bill Fenner
b06bba06b5 Remove double-slash from URL 1998-11-07 18:31:13 +00:00
Bill Fenner
3de31efa84 Remove leading/traling slash from MASTER_SITE_SUBDIR 1998-11-07 18:30:55 +00:00