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

642 Commits

Author SHA1 Message Date
David E. O'Brien
2de581f844 BROKEN = 'fetch' 1998-12-02 09:04:05 +00:00
Satoshi Asami
58cbb43213 ADd USE_XLIB. 1998-12-02 04:59:50 +00:00
Jean-Marc Zucconi
db3126e16c Do not create a file in ${SCRIPTDIR}. Create it in ${WRKDIR} and use a
post-install target instead.
Requested by: asami
1998-12-01 21:14:08 +00:00
Satoshi Asami
3a752acb3c Append ${WRKDIRPREFIX} in front of jpeg and png dir names. 1998-12-01 09:59:46 +00:00
Satoshi Asami
555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port.  (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
f22feb535b A few more USE_XLIBs. 1998-11-28 09:07:24 +00:00
Satoshi Asami
c961f8fd9d Sorry, marked teTeX instead af teTeX-beta broken by mistake. Also, change
broken to manual-package-build, it can only be built with an empty /usr/local.
1998-11-26 06:24:38 +00:00
Satoshi Asami
77034e70c4 Sorry, still doesn't package.
===>  Building package for teTeX-0.9-981113
tar: can't add file share/texmf/web2c/etex.efmt : No such file or directory
tar: can't add file share/texmf/web2c/etex.log : No such file or directory
tar: can't add file share/texmf/web2c/lambda.fmt : No such file or directory
tar: can't add file share/texmf/web2c/lambda.log : No such file or directory
tar: can't add file share/texmf/web2c/omega.fmt : No such file or directory
tar: can't add file share/texmf/web2c/omega.log : No such file or directory
tar: can't add file share/texmf/web2c/pdflatex.fmt : No such file or directory
tar: can't add file share/texmf/web2c/pdflatex.log : No such file or directory
tar: can't add file share/texmf/web2c/pdftex.fmt : No such file or directory
tar: can't add file share/texmf/web2c/pdftex.log : No such file or directory
pkg_create: tar command failed with code 256
Creating package /usr/ports/packages/All/teTeX-0.9-981113.tgz
Registering depends: libwww-5.2 png-1.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/teTeX-0.9-981113.tgz'
*** Error code 1

Stop.
1998-11-26 05:43:00 +00:00
SADA Kenji
c3f7d39522 This is a null commit to record information I forgot to put in
previous commit log.
PR:		ports/8450
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1998-11-23 21:42:20 +00:00
Satoshi Asami
bda48cd5d1 Remove extraneous space that snuck in with previous commit. 1998-11-23 12:05:50 +00:00
Thomas Gellekum
81910b6246 Brand acroread executable. Doesn't really matter because it's linked
dynamically, but doesn't hurt, either.

PR:		8779
Submitted by:	Joel Ray Holbeck <joelh@gnu.org>
1998-11-23 09:51:57 +00:00
Satoshi Asami
b9f0e42f31 Make the message match reality. 1998-11-23 08:54:39 +00:00
Satoshi Asami
5dbd01cd92 A little portlint. Also, enscript dir name changed. 1998-11-23 08:52:12 +00:00
SADA Kenji
d4c621601b Make port's Makefile to pass $PERL5 to the scripts/pre-configure,
that installed `html2ps' script would execute true path of Perl5,
even on the FreeBSD-CUREENT system.
1998-11-22 22:45:16 +00:00
SADA Kenji
1c95fb782a Revice MASTER_SITES to the new location.
PR:		ports/8794
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-11-22 19:18:59 +00:00
Chuck Robey
b46c77a632 Upgrade a2ps to version 4.10.4 1998-11-22 07:45:55 +00:00
David E. O'Brien
6bc7608e59 Commit a patch for this I've been sitting on for a while.
Changes `PS' to `PAPERSIZECNF' as I think it is more documenting.  `PS'
will be taken to be PostScript by many (esp. in the context of printing)
This method removes the use of external programs to set `PAPERSIZECNF'.
1998-11-22 01:56:20 +00:00
Steve Price
6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00
Jun-ichiro itojun Hagino
bd566e33a3 - updated to use version 1.66.
PR:		8752
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> (= maintainer)
1998-11-20 18:19:10 +00:00
Thomas Gellekum
72ccfa5b4d Set LC_CTYPE=C to prevent coredumps in multibyte locales.
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-11-20 10:26:12 +00:00
Satoshi Asami
cb60d758c4 Use a4 size if compiling for Japanese, letter otherwise. 1998-11-20 04:39:06 +00:00
Satoshi Asami
83a5febf20 Dang. I knew I forgot something. This goes with the previous mass commit
(see graphics/Makefile rev. 1.100 for log message).
1998-11-20 04:16:48 +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
Satoshi Asami
7e4c488fac Comment out RUN_DEPENDS, enscript specifies default paper size and you
probably do not want that when you are just installing fonts.
1998-11-20 01:12:26 +00:00
Satoshi Asami
f6f9920c65 Preperly use ".BEGIN:" as error target. 1998-11-19 19:56:39 +00:00
Scott Mace
09ac4d599d Fix typo. 1998-11-18 15:54:20 +00:00
Scott Mace
1d61749e89 add pbm2ppa 1998-11-18 15:52:38 +00:00
Scott Mace
d90522ca35 Initial import of pbm2ppa.
Submitted by:	smace@freebsd.org
1998-11-18 15:50:24 +00:00
Vanilla I. Shu
656d3a2b9a It works fine on maintainer and my box.
Submitted by:	maintainer
1998-11-17 17:41:30 +00:00
Jun Kuriyama
ec50442387 Add virtual category elisp.
Reminded by:	wosch
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
1998-11-15 12:21:56 +00:00
Jun Kuriyama
9ad2e50ef4 Install directory is changed.
PR:		ports/8224
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-11-11 14:33:02 +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
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
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
Bill Fenner
47e4c231c9 Remove leading slash from MASTER_SITE_SUBDIR 1998-11-07 18:29:09 +00:00
Satoshi Asami
6ff250ab11 Split up pkfonts to pkfonts${RESOLUTION} subdirectories, so dependencies
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.
1998-11-07 10:50:04 +00:00
Thomas Gellekum
52369deb9b Activate teTeX-beta. 1998-11-06 08:13:30 +00:00
Jun Kuriyama
995fcf8f73 Activate p5-FreeType and p5-FreeTypeWrapper. 1998-10-30 14:17:49 +00:00
Thomas Gellekum
9f0b173517 Update maintainer's address. 1998-10-30 13:54:45 +00:00
Satoshi Asami
02d389691c Make thise ports use LOOP_VAR and LOOP_OPTIONS for PAPERSIZE. While
I'm here, make a2ps43's Makefile detect the missing PAPERSIZE
correctly, and add -${PAPERSIZE} in lprps's PKGNAME.
1998-10-30 08:35:38 +00:00
Satoshi Asami
b0535730d8 yatex-xemacs depends on bash to build. 1998-10-21 07:09:58 +00:00
Steve Price
44ae17e5f2 You are broken, nobody maintains you, and there are three others
just like you already, so goodbye old friend.
1998-10-20 01:54:07 +00:00
Steve Price
f7b73547f3 Remove empty directories on deinstall. 1998-10-20 01:49:58 +00:00
Steve Price
aa8e571660 Move manpages from pkg/PLIST to Makefile. 1998-10-20 01:48:38 +00:00
Steve Price
b99e80eead Change "Version required:" string too. 1998-10-20 01:46:39 +00:00
Steve Price
b8722f4f37 Make this port deinstall cleanly. 1998-10-20 01:45:53 +00:00
Satoshi Asami
98531f5262 No need to have a2ps and a2ps43 reversed anymore -- NO_LATEST_LINK takes
care of that.
1998-10-20 00:12:44 +00:00
Vanilla I. Shu
31d0d36d73 Activate ggv. 1998-10-19 14:30:06 +00:00
Vanilla I. Shu
9332084740 ggv is the front end of ghostscript.
Submitted by:	Nakai@technologist.com
1998-10-19 14:29:02 +00:00
Justin M. Seger
99e3f39761 Mark BROKEN:
gmake[1]: Entering directory `/usr/ports/chinese/CJK/work/CJK/4_1.3'
(mkdir -p /usr/local/share/texmf/tex/latex/CJK); && \
(/bin/cp -R texinput/* /usr/local/share/texmf/tex/latex/CJK); && \
(/usr/sbin/chown -R . /usr/local/share/texmf/tex/latex/CJK);
gmake -C doc/teTeX patch
gmake[2]: Entering directory `/usr/ports/chinese/CJK/work/CJK/4_1.3/doc/teTeX'
patch /usr/local/bin/MakeTeXPK < MakeTeXPK.diff
Hmm...  Looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|*** MakeTeXPK.teTeX    Fri Aug 22 05:45:35 1997
|--- MakeTeXPK  Fri Jun 12 03:52:38 1998
--------------------------
Patching file /usr/local/bin/MakeTeXPK using Plan A...
Hunk #1 failed at 80.
Hunk #2 failed at 142.
Hunk #3 failed at 173.
1998-10-15 21:25:10 +00:00
Justin M. Seger
79f4c719dd Unbreak and upgrade to version 3.1.5
Submitted by:	John Fieber <jfieber@indiana.edu>
1998-10-13 23:44:03 +00:00
Justin M. Seger
9335fe1619 Unbreak.
Submitted by:	str
1998-10-13 04:07:18 +00:00
Justin M. Seger
019008c0cd *** empty log message *** 1998-10-13 03:47:24 +00:00
Justin M. Seger
aefc85c824 Unbreak for ELF.
Submitted by:	steve
1998-10-13 02:48:49 +00:00
Justin M. Seger
1f49964c20 Unbreak for ELF.
Submitted by:	steve
1998-10-13 02:46:56 +00:00
Justin M. Seger
010b6ecc76 Unbreak for ELF.
Submitted by:	jmz
1998-10-13 01:49:42 +00:00
Justin M. Seger
96d3c047f3 Unmark BROKEN. It was a previously fixed SMP problem.
Pointed out by:	jdp
1998-10-13 01:17:27 +00:00
Justin M. Seger
786e3a4cb5 Mark BROKEN for ELF:
===>  Patching for xtem-6.18
===>  Applying FreeBSD patches for xtem-6.18
In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX"
In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH"
In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH"
Execution of -e aborted due to compilation errors.
*** Error code 255
1998-10-12 18:16:47 +00:00
Justin M. Seger
b4e61349a0 Mark BROKEN for ELF:
./../klibtool link cc -o xdvi   xdvi.o dvi_draw.o dvi_init.o events.o font-open.o gf.o pk.o psdps.o psgs.o psheader.o psnews.o special.o util.o vf.o sfDir.o sfDraw.o sfPath.o sfSelFile.o hypertex.o mime.o wwwfetch.o alloca.o -L/usr/X11R6/lib -lXaw -lXmu -lXt -lSM -lICE  -lX11   ../kpathsea/libkpathsea.la  -lm
cc -o xdvi xdvi.o dvi_draw.o dvi_init.o events.o font-open.o gf.o pk.o psdps.o psgs.o psheader.o psnews.o special.o util.o vf.o sfDir.o sfDraw.o sfPath.o sfSelFile.o hypertex.o mime.o wwwfetch.o alloca.o -L/usr/X11R6/lib -lXaw -lXmu -lXt -lSM -lICE -lX11 ../kpathsea/STATIC/libkpathsea.a -lm
/usr/libexec/elf/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/X11R6/lib/libXmu.so: undefined reference to `XShapeCombineMask'
/usr/X11R6/lib/libXaw.so: undefined reference to `XShapeQueryExtension'
1998-10-12 17:23:04 +00:00
Justin M. Seger
802d197782 Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:
***
*** runtime error:
***    Segmentation violation - possible attempt to dereference NIL

***
*** runtime error:
***    ASSERT failed
***    file "../src/runtime/common/RTHeapMap.m3", line 35
***

Abort trap - core dumped
*** error code 134 (ignored)
missing libm3formsvbtpixmaps.a: not building libm3formsvbtpixmaps.so.6

followed by many more errors
1998-10-12 16:38:05 +00:00
Justin M. Seger
a89d5ec7ed Mark BROKEN for ELF:
cc -O2 -O -pipe -D_POSIX_SOURCE  -I/usr/X11R6/include -s   -L/usr/X11R6/lib -o mgv  Ghostview.o app.o auto.o center.o dsc.o events.o file.o  help.o log.o magstep.o main.o mark.o media.o mgv.o mgv_create.o  options.o orientation.o page.o page_control.o print.o process.o  scroll.o sens.o strings.o toolbar.o track.o uiutil.o unmangle.o util.o  view.o zoom.o _ad.o _switch_help.o _bld.o -Lwlib -lwlib  -lXm -lXmu -lXt -lXpm  -lXext -lX11
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXmu.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXmu.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-12 15:24:14 +00:00
Justin M. Seger
b19457222e Mark BROKEN for ELF:
cc -O -pipe -I../h -I./h -DHAVE_VPRINTF -o dviselect dviselect.o lib/lib.a
cc: lib/lib.a: No such file or directory
*** Error code 1
1998-10-12 12:45:44 +00:00
Justin M. Seger
0c8bdb399a Mark BROKEN for ELF:
gcc -o asprint -O2 asprint.o -L/usr/X11R6/lib  -lXaw -lXmu -lXt
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, no
t found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, n
ot found (try using --rpath)
/usr/libexec/elf/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libXaw.so,
not found (try using --rpath)
/usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libXaw.so, n
ot found (try using --rpath)
/usr/X11R6/lib/libXaw.so: undefined reference to `XFreePixmap'
/usr/X11R6/lib/libXt.so: undefined reference to `XrmEnumerateDatabase'
1998-10-12 12:33:23 +00:00
Justin M. Seger
1c1ae295a6 Mark BROKEN for ELF:
Creating gzip'd tar ball in '/usr/ports/packages/All/acroread-3.02.tgz'
tar: can't add file Acrobat3/Reader/intellinux/lib/libagm.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libpfs.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libreadcore.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-10-12 12:26:42 +00:00
Vanilla I. Shu
188152dd4a Correct pkg/COMMENT.
Remind by:	asami
1998-10-12 06:11:03 +00:00
Vanilla I. Shu
0942aa3694 Remove the entry of MASTER_SITE_CTAN.
Reviewed by:	maintainer.
1998-10-10 13:39:00 +00:00
Satoshi Asami
bbba9fc4cc Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
1998-10-09 10:05:56 +00:00
Vanilla I. Shu
489f82430e Chinese/Japanese/Korean support to LaTeX2e/teTeX
PR:		ports/6954
Submitted by:	J.T. Jang <keith@email.gcn.net.tw>
1998-10-08 15:37:34 +00:00
Thomas Gellekum
a8b2af85ec Upgrade to 3.02. 1998-10-06 11:19:51 +00:00
Steve Price
2b6a69a043 Move manpages to the Makefile and use MAN*. 1998-10-03 21:34:10 +00:00
Brian Somers
80ef5c1ba6 Elfify 1998-10-02 18:21:34 +00:00
Steve Price
9f6536b673 Remove empty directory on deinstall. 1998-10-02 01:57:57 +00:00
Justin M. Seger
c94a576e69 Mark all KDE ports BROKEN for ELF. 1998-09-30 02:07:28 +00:00
Steve Price
1826ab8b3b Remove regexp support for libdnd. 1998-09-27 03:16:06 +00:00
Steve Price
5d04b9652f Mark broken for ELF because of xforms port. 1998-09-26 23:18:10 +00:00
Steve Price
b90c232dc7 Remove regexp support for tk42. 1998-09-26 23:11:03 +00:00
Jean-Marc Zucconi
f59679314f Upgrade to version 5.76 1998-09-25 19:43:05 +00:00
Scott Mace
47619e62e0 fig2dev needs to link with -lX11. 1998-09-22 17:08:34 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +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
Scott Mace
75ed0599cc convert to ELF 1998-09-19 17:16:04 +00:00
Scott Mace
cf83df05b2 add liba2ps.la 1998-09-19 16:41:28 +00:00
Scott Mace
7a5d4af252 add liba2ps.so 1998-09-19 16:40:25 +00:00
Scott Mace
298a349d56 Convert to Elf. 1998-09-19 16:38:41 +00:00
Tim Vanderhoek
72c59e5654 Use MLINKS. 1998-09-19 01:40:37 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
9010f3c7f3 Upgrade to 3.1.2, which is fetchable.
Submitted by:	maintainer, except it was for 3.1.1 which is unfetchable
		already, and also it didn't fix PLIST.

While I'm here, use PLIST_SUB so PLIST doesn't have to changed for every
upgrade.
1998-09-16 06:39:00 +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
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
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Satoshi Asami
7c879d513b Can't fetch.... 1998-09-15 05:39:20 +00:00
Andreas Klemm
ca9f4c82af Fix to let ghostscript5 link dynamically with X11 elf libs
Submitted by:	Zach Heilig <zach@gaffaneys.com>
1998-09-12 17:40:07 +00:00
Thomas Gellekum
fe37cce903 Upgrade to 3.1.0.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-09-09 07:09:37 +00:00
Satoshi Asami
1e1769fb67 p5-PerlMagick is included in ImageMagick now. 1998-08-31 13:16:21 +00:00
Thomas Gellekum
324b7dc84d Fix permissions for the installed files. Clean up a bit while I'm here:
- use post-extract target to copy the makefile
- install support files in $PREFIX/share/rtf
- fix PLIST (how did this ever pass the ports czar? ;-) )

PR:		7760
Submitted by:	max
1998-08-31 07:51:41 +00:00
Vanilla I. Shu
6f92407e3e Change maintainer's email address.
PR:		ports/7765
Submitted by:	maintainer
1998-08-28 11:18:16 +00:00
Satoshi Asami
717bc37b79 modula-3 library is now at version 6. 1998-08-26 20:44:12 +00:00
Satoshi Asami
7147ee4f54 kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
1998-08-25 10:04:59 +00:00
Jean-Marc Zucconi
3cce57c2a8 Upgrade to version T90 1998-08-24 19:44:26 +00:00
Steve Price
4e86acd9b3 Update to 2.5p2.
PR:		7690
Submitted by:	maintainer
1998-08-24 01:06:35 +00:00