1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

362 Commits

Author SHA1 Message Date
Satoshi Asami
eaecff0876 More USE_XLIBs. 1998-11-28 05:39:01 +00:00
Satoshi Asami
6980d0bfe1 Make this thing build. (Actually it's failing in configure.) Is it
too much to ask that people at least TEST these things before they
commit them?!?
1998-11-23 08:32:08 +00:00
Satoshi Asami
751790b51a Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to
share most files.  Repository copy the default to explicitly named
directories to avoid any confusion.  Greatly simplify the shared
Makefiles, since we are now in different subdirectories, we don't need
"a4-install" stuff.

While I'm here, consistently name the variables.  Here are the
guidelines (master port is in brackets)

DOCFORMAT:	[html] pdf ps
KONFONT:	14dot [16dot]
PAPERSIZE:	a4 [letter] letterdj
RESOLUTION:	118 240 [300] 360 400 600

"math/r" has been copied to "R-a4" and "R-letter", to follow the
spirit of the original port.  "japanese/kon" is renamed to "kon2-*",
since that seems to be the basename.
1998-11-20 04:15:15 +00:00
Vanilla I. Shu
75a360dc1e Upgrade to 0.15.0
PR:		ports/8403
Submitted by:	maintainer
1998-11-18 17:33:50 +00:00
Satoshi Asami
268b9325c5 These two are no longer broken due to gnome/gtk. 1998-11-18 12:09:05 +00:00
Satoshi Asami
c9f27cdf4f Use LOOP_VAR. 1998-11-18 11:40:41 +00:00
Thomas Gellekum
92ba84aea7 Use subdirectories for the library files. 1998-11-16 08:54:42 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +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
Matthew Hunt
e5c1c88901 Update MASTER_SITE.
Pointed out by:	Bill Fenner's distfile survey.
1998-11-08 20:27:52 +00:00
Bill Fenner
b06bba06b5 Remove double-slash from URL 1998-11-07 18:31:13 +00:00
Thomas Gellekum
4a9c98627b Use new distfile. 1998-11-02 08:45:27 +00:00
Thomas Gellekum
67a519c67e Upgrade to 1.6. 1998-11-02 08:42:37 +00:00
Bill Fenner
83ef689ea0 Fix typo in MASTER_SITES
Submitted by:	Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
1998-10-28 17:04:20 +00:00
Vanilla I. Shu
b3ffc76448 Activate gnumeric. 1998-10-26 11:59:39 +00:00
Vanilla I. Shu
ce0715d568 Import gnumeric to math.
Reviewed by:	asami
1998-10-26 11:58:07 +00:00
Satoshi Asami
c43f3d16a7 Make .so link in a.out case. 1998-10-26 07:45:01 +00:00
Justin M. Seger
2095ea4331 Unbreak. 1998-10-14 01:32:24 +00:00
Justin M. Seger
47c43f73d9 Mark BROKEN for ELF:
gcc -O2 -ansi -DLONG_IS_32BIT -DULONG_NOT_DEFINED  -o gp gp.o i386.o mp.o anal.o
 alglin1.o alglin2.o base1.o base2.o base3.o arith1.o arith2.o bibli1.o bibli2.o
 elliptic.o es.o gen1.o gen2.o gen3.o init.o errmessages.o helpmessages.o polari
t1.o polarit2.o trans1.o trans2.o trans3.o buch1.o buch2.o version.o gp_rl.o plo
t.o -lm -lcompat -L/usr/X11R6/lib -lX11
mp.o: In function `expi':
mp.o(.text+0x1f8): undefined reference to `bfffo'
mp.o: In function `affsr':
mp.o(.text+0x376): undefined reference to `bfffo'
mp.o: In function `affir':
mp.o(.text+0x447): undefined reference to `bfffo'
1998-10-13 02:07:20 +00:00
Steve Price
98744c8279 Update to version 4.0.
PR:		8243
Submitted by:	old maintainer
1998-10-10 05:40:57 +00:00
Satoshi Asami
cce2cc64d6 Create .so symlink in a.out case. While I'm here, properly add environment
to ldconfig command line.
1998-10-09 03:36:39 +00:00
Brian Somers
66bbf9dad0 Elfify 1998-10-01 18:35:41 +00:00
Steve Price
068a1da3a8 Add a '#include <sys/types.h>' for -current so this build again. 1998-10-01 06:12:15 +00:00
Justin M. Seger
c94a576e69 Mark all KDE ports BROKEN for ELF. 1998-09-30 02:07:28 +00:00
Satoshi Asami
c5646958b0 It's not a good idea to use RUN_DEPENDS on shared libs. Change it to
LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS
on the *.so link so it will work for both a.out and ELF.

While I'm here, create the *.so link explicitly for the a.out case.
1998-09-28 10:49:21 +00:00
Satoshi Asami
fef857c6e3 Create libblas.so symlink in a.out case. 1998-09-28 09:44:23 +00:00
Steve Price
f170d2fb6f Remove empty directories on deinstall. 1998-09-27 20:19:04 +00:00
Steve Price
aeff4f26e9 Doesn't build in an ELF world. 1998-09-27 20:18:19 +00:00
Steve Price
3af80f9c6d Move manpage to MAN1 macro in Makefile. 1998-09-27 20:17:46 +00:00
Steve Price
b952c143d1 Make this reinstall friendly. 1998-09-27 20:14:59 +00:00
Steve Price
7c46996f8a Convert to ELF. 1998-09-27 20:13:16 +00:00
Steve Price
9c877a58ee Did this ever build? :) Mark it broken until we figure out why. 1998-09-27 20:12:47 +00:00
Steve Price
1d015bc6ff Mark broken for ELF because doesn't build and I'll be darned if I've
found a way to fix it yet. :(
1998-09-27 20:10:45 +00:00
Steve Price
9f382cb1a0 Cleanup pkg/PLIST. 1998-09-27 20:06:53 +00:00
Steve Price
1f15dc2d09 Move manpages to MAN1. 1998-09-27 20:06:20 +00:00
Steve Price
266aa180cd I tried to fix this port but it still fails to build complaining about
an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it
broken for ELF for now.
1998-09-27 08:12:57 +00:00
Steve Price
2da0983d55 libcor.so -> libblas.so 1998-09-27 05:39:37 +00:00
Steve Price
ce0aa80c4b Convert to ELF. 1998-09-27 05:36:06 +00:00
Steve Price
5d04b9652f Mark broken for ELF because of xforms port. 1998-09-26 23:18:10 +00:00
Jun-ichiro itojun Hagino
28a7e4d9c8 sorry would like to drop a maintainer status,
as I'm not using siag recently, and having real hard time catching up.
1998-09-26 04:41:35 +00:00
Satoshi Asami
457679eee3 gtk and gtk11 are now ELFized. 1998-09-22 22:55:56 +00:00
Steve Price
acff2425c0 Remove regexp libXbae library. 1998-09-21 21:41:17 +00:00
Steve Price
a7e780e5af Remove regexp support for Xaw3d since it can now be built in
an ELF world.
1998-09-21 01:35:33 +00:00
Steve Price
dcf1287e4d giflib is now converted to ELF so remove regexp support. 1998-09-19 01:33:49 +00:00
Satoshi Asami
27ba461c8e Roll back libpng major to 2. 1998-09-17 00:50:52 +00:00
Vanilla I. Shu
6cf3afd40d Upgrade to 0.12, and change LIB_DEPENDS to gtk11.
PR:		ports/7935
Submitted by:	maintainer
1998-09-16 21:47:38 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Satoshi Asami
4610ae86c9 libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:57:51 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
7c14c37f5a Use PLIST_SUB to avoid changing a few hundred lines in PLIST every time
there's an upgrade.

Approved by:	maintainer
1998-09-09 05:46:18 +00:00