Commit Graph

1004 Commits

Author SHA1 Message Date
Chuck Robey
7d3b447cba From received mail:
Hi,
by accident I found that a2ps dumps core if invoked with
options for the old a2ps version.

a2ps -f -F7.0

reproduces the problem. With the following patch the problem
seems to be cured.

The patches work.

Submitted by:	Oliver Adler <oli@devsoft.devsoft.com>
2000-06-28 03:21:11 +00:00
Maxim Sobolev
fb93fc598b - Use MASTER_SITE_AFTERSTEP to MASTER_SITES
PR:		19468
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:14:38 +00:00
Satoshi Taoka
d4cfe8918c Update to 2.01 (This version supports Tgif Ver. 4.X !!) 2000-06-23 08:55:29 +00:00
Jean-Marc Zucconi
8b4c4f394d Use another master site. The tarball disapeared from the original ftp site. 2000-06-21 17:41:32 +00:00
Maxim Sobolev
5db1aa9735 Make it working with javavmwrapper. 2000-06-20 07:41:24 +00:00
Dirk Froemberg
cd2df61746 Upgrade to 1.1.5. 2000-06-19 11:10:11 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Alexander Langer
a14503e1c2 Fix build:
* Add texmf definition:
Submitted by:	Andrew <andrew@ugh.net.au>
PR:		18680

* Add png.3 LIB_DEPEND

Reviewed by:	will
2000-06-09 07:28:07 +00:00
Maxim Sobolev
9de1af78f4 Update to 1.9 version and update maintainer's e-mail
PR:		18983
Submitted by:	maintainer
2000-06-07 15:06:37 +00:00
Vanilla I. Shu
80546c21d2 Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.

PR:		ports/18859
Submitted by:	clive@cirx.org
2000-06-04 06:00:35 +00:00
Satoshi Asami
b1750302a9 No need to delete share/emacs/site-lisp, it's created by mtree.
Submitted by:	bento
2000-06-03 08:08:15 +00:00
Ade Lovett
1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Jean-Marc Zucconi
7f6bc0d612 Remove extra directory at deinstall time. 2000-06-01 13:34:41 +00:00
Maxim Sobolev
390a860a56 Remove "@dirrm share/java" as it is now JDK's job. 2000-05-31 09:46:24 +00:00
Satoshi Asami
d84bdfebe4 Remove some directories.
Found by:	bento
2000-05-31 07:03:53 +00:00
Satoshi Asami
6cea1cbbe9 @exec/unexec install-info regex.info too. Remove one extra directory.
Found by:	bento
2000-05-31 06:29:15 +00:00
Satoshi Asami
f05aff6040 @dirrm share/java 2000-05-31 05:54:11 +00:00
Satoshi Asami
8562acaf02 Remove empty directories upon deinstallation.
Submitted by:	obento
2000-05-30 19:25:41 +00:00
Maxim Sobolev
ecc5693eb8 Activate acrobatviewer. 2000-05-29 08:42:33 +00:00
Maxim Sobolev
1b69e27a4e Initial import of Adobe AcrobatViewer(r) - a new Adobe's free PDF viewer written
entirely in Java

PR:		16606
Submitted by:	sobomax
2000-05-29 08:34:03 +00:00
Steve Price
50a68c76cd Update to version 1.8g. The previous version was actually 1.8 and not 2.1. 2000-05-28 03:53:53 +00:00
Andreas Klemm
99ec874f95 Bug in configure script
blanks instead of TABs, make "make" feel unhappy.

Submitted by:	Ahilan Anantha <aanantha@cs.ucsd.edu>
2000-05-27 11:18:06 +00:00
Andreas Klemm
70cd22a70a added post installation note, to apply patch for lpr.c,
if you want apsfilters so called "CLASS support" when suppressing the
printing of banner page.

CLASS support enables you to enter gs driver specific commands
on the command line via lpr's -C option, i.e.:

	lpr -C high:presentation file.ps

Normally this only works when you configure lpd to print the banner page.
Only then additional lines are inserted in the print jobs control file.

apsfilters standard printcap installation always uses :sh:,
therefore you need the patch for lpr.c, to write those "CLASS informations"
into the print jobs control file, no matter if :sh: is configured in
printcap or not.
2000-05-26 19:38:03 +00:00
Andreas Klemm
462a1b979b use new SCRIPTS_ENV variable
latest diff
2000-05-25 21:31:53 +00:00
Ade Lovett
65273d21b3 Update to 0.20 2000-05-22 18:56:14 +00:00
Chris Piazza
ccb4cb63db Png version number changed.
PR:		18579
Submitted by:	Ron Rosson <insane@lunatic.oneinsane.net>
2000-05-19 07:04:49 +00:00
Ade Lovett
dd79e2bde4 Update to 0.95 2000-05-17 16:31:35 +00:00
Ade Lovett
f244bb2b84 Update to 0.19 2000-05-17 16:28:17 +00:00
David E. O'Brien
49531e4751 Use Linux version of strip'. The FreeBSD strip' overly brands right now.
PR:		18489
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-05-14 22:06:33 +00:00
Jean-Marc Zucconi
d6cfd19709 Add one more file. Delete the makeindx directory at deinstall time. 2000-05-10 01:27:38 +00:00
Jean-Marc Zucconi
3899eb0a37 Move the @unexec install-info before the info files; add @exec install-info
after the info files, as required by PW^H^Hthe handbook.
2000-05-06 23:45:53 +00:00
Nik Clayton
e052fcae98 Update to JadeTeX 2.18.
Update Maintainer's e-mail address.

Reviewed by:	$MAINTAINER
2000-05-06 17:10:40 +00:00
Jean-Marc Zucconi
e0d7a722a9 Cleanup ${PREFIX}/info/dir at deinstall time. 2000-05-06 01:49:27 +00:00
Jean-Marc Zucconi
1ccd4ecb06 Add more files. Remove directories at deinstall time. 2000-05-05 01:02:20 +00:00
Jean-Marc Zucconi
666f2f2b0b Add missing files. Correct cleanup on deinstall. 2000-05-04 23:00:27 +00:00
Jean-Marc Zucconi
5bfa50cdce Add more files; remove directories at deinstall time. 2000-05-04 20:50:03 +00:00
Jean-Marc Zucconi
85a6394525 Add man pages 2000-05-04 20:48:49 +00:00
Dirk Froemberg
130d33bc83 - upgrade to 1.1.4.3 (patch-1.1.4fix3)
- use shared intl.1 instead of supplied static library

PR:		ports/17267, ports/17268
2000-05-03 14:54:23 +00:00
Satoshi Asami
dab9b32c36 Comment out dependencies to tcl76/tk42 -- making it FORBIDDEN is not enough
since it will still kill the INDEX build due to missing dependencies.
2000-05-03 09:01:01 +00:00
Dirk Froemberg
7ac7c29a0d Touch some files to workaround a build failure if automake is
installed.

PR:		ports/18240
2000-05-01 20:45:46 +00:00
Justin M. Seger
8bb41b99e7 Mark FORBIDDEN for non-Japanese languages. This was the last port requiring
the non-Japanese tcl/tk 7.6/4.2
2000-05-01 18:03:33 +00:00
Andreas Klemm
a160ee17ff update to apsfilter 5.4.2
- contains security fixes
- make-release: web page design
- remove note about manually installing manpages on Linux Systems
  this is done by SETUP
- new TODO item
- SETUP: order of manpage install paths (Matej Vela)
2000-04-30 16:12:57 +00:00
Justin M. Seger
e6586a2b6c Attempt to fix errors caused by libwww upgrade.
NOTE: This hasn't been tested and I'm not presently able to test it.
2000-04-29 16:47:02 +00:00
Andreas Klemm
ce0b4a9bd1 update apsfilter to 5.4.1 2000-04-26 18:57:24 +00:00