Commit graph

48 commits

Author SHA1 Message Date
Kris Kennaway
3a98506402 Fix pkg-plist 2002-09-14 22:15:34 +00:00
Trevor Johnson
ce57dbfea7 Make further corrections to the use of sed: the -i option had been
omitted and the -E option was, in one instance, used twice.  Change
PORTREVISION because runtime errors were reported by Arjan van
Leeuwen.

Submitted by:	KOMATSU Shinichiro and Niall Brady
PR:		41121 and 41605

While I'm here, make a whitespace change suggested by portlint.
2002-08-19 19:11:28 +00:00
Trevor Johnson
cf95b89ba4 The patching with sed was done incorrectly. Patch the INSTALL
script with patch(1) only, not with both patch(1) and sed.  Correct
the use of sed for patching other files.

PR:		41121
Submitted by:	KOMATSU Shinichiro
2002-08-08 11:52:15 +00:00
Trevor Johnson
2ffbdd5d3f Change PORTVERSION from 5.0.6 to 5.06. The previous PORTVERSION
was 5.05, which pkg_version treats as greater than 5.0.6.

noticed by:  lioux
2002-07-27 13:20:22 +00:00
Trevor Johnson
fbd4ddac4a Update to 5.0.6.
The README says:

	A security patch was applied that solves the problem reported
	in http://online.securityfocus.com/archive/1/278984 where
	opening the font cache when the application starts up can
	unintentionally cause the permissions of other files to
	change.

I failed to reproduce the bug in version 5.0.5 and I have not tried
to reproduce it with this version.  The discoverer, Paul Szabo,
said that linked files could have not just their permissions changed,
but could be overwritten.  caveat lector.

PR:		40987
Submitted by:	Oliver Braun

Add a DIST_SUBDIR because neither the name of the distfile nor the
list of its contents ("tar tzvf" output) mention the name of the
program.
2002-07-25 22:33:43 +00:00
Trevor Johnson
5835f403b1 Mark forbidden because of possible security bug. I have not yet
been able to reproduce the bug.
2002-07-07 02:56:13 +00:00
Trevor Johnson
3e07c20db3 Set Miguel Mendez' ports loose. Look out, world!
I would like to try maintaining the acroread5 one, so I pre-snarfed
it.  :-P

PR:		38978
Submitted by:	Miguel Mendez (outgoing maintainer)
2002-06-07 11:01:48 +00:00
Cy Schubert
543139973f Installation will fail if Linux strip is not found, allow the install
to go on if that happens.

PR:		38767
Submitted by:	MAINTAINER:  Miguel Mendez <flynn@energyhq.homeip.net>
2002-05-31 12:32:37 +00:00
Pete Fritchman
8fd7ec403d Pass maintainership to Miguel Mendez <flynn@energyhq.homeip.net>.
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2002-05-30 22:56:11 +00:00
Pete Fritchman
f445ae64b9 Reset maintainer to ports@.
PR:		38740
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru> (previous maintainer)
2002-05-30 16:17:37 +00:00
David E. O'Brien
f3f5893685 USE_LINUX rather than explicitly listing the dependency. 2002-05-29 19:07:10 +00:00
David E. O'Brien
91ffe994fb None of the other acroread ports have the version number in the port name. 2002-05-29 18:58:37 +00:00
David E. O'Brien
0801733106 create {PREFIX}/bin/acroread if it does not exist. 2002-05-29 18:56:26 +00:00
Maxim Sobolev
9e2465b310 This one shouldn't be committed. 2002-05-24 09:59:08 +00:00
David W. Chapman Jr.
125c7103c5 Update acroread5 to acroread5
PR:		38449
Submitted by:	maintainer
2002-05-24 00:36:42 +00:00
Dima Ruban
2861cad8e1 Fix owner/group on Acrobat4 directories.
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
2001-03-12 23:02:32 +00:00
David E. O'Brien
cbda8c632b Change the port name to "acroread4" so we can remove the "no latest"
setting and make this pkg_add -r'able.  I don't see acroread4 replacing
acroread3 as the preferred acroreader in many's eyes.
2001-02-13 13:08:26 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
MIHIRA Sanpei Yoshiro
7cd16d0db2 fix missing symlink.
splash image at start up would be white and black, not colorful.

Approved by:	dima
2000-09-11 12:27:04 +00:00
Dima Ruban
03f074dc3e Change MASTER_SITE from ftp-pac.adobe.com to ftp.adobe.com. 2000-08-21 21:32:26 +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
Satoshi Asami
65edb6c4e2 Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
2000-04-14 13:18:13 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
David E. O'Brien
7d4ce88094 Acroreader version 4 for the FreeBSD/Alpha. 2000-03-10 08:26:56 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
David E. O'Brien
9939a711a6 Add "NO_LATEST_LINK" so the poor user that does ``pkg_add -r acroread''
actually gets a PREFIX/bin/acroread command.
1999-10-24 23:01:44 +00:00
Chris Piazza
85370b5821 Strip the binary on install
PR:		13480
Submitted by:	Mikhail Teterin <mi@aldan.agebra.com>
1999-09-04 20:08:01 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Marcel Moolenaar
d7d791cfa6 Make port depend on linux_base instead of linux_lib. 1999-07-21 14:55:43 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Dima Ruban
7ad6a80934 4.0b -> 4.0 1999-06-17 02:37:41 +00:00
Dima Ruban
160a767413 4.0b -> 4.0 1999-06-17 02:29:24 +00:00
Dima Ruban
7661986667 Change PKGNAME.
Requested by:	asami
1999-04-08 07:49:18 +00:00
Dima Ruban
11d068a3bb Do it properly now (hopefully) 1999-04-08 07:41:21 +00:00
Hidetoshi Shimokawa
4b86d315ca Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. 1999-01-07 02:31:51 +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
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
Justin M. Seger
1f49964c20 Unbreak for ELF.
Submitted by:	steve
1998-10-13 02:46:56 +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
Thomas Gellekum
a8b2af85ec Upgrade to 3.02. 1998-10-06 11:19:51 +00:00
Thomas Gellekum
ae7351d578 Upgrade to 3.01. 1997-09-01 13:09:29 +00:00
Thomas Gellekum
0ca521263d Upgrade from b1106 to 3.0 release. 1997-02-17 09:07:32 +00:00
Thomas Gellekum
5d55d2e161 Remove restrictions, the license seems to be liberal enough.
Now also works with a different $PREFIX.
1996-11-21 07:12:12 +00:00
Thomas Gellekum
7a8aa57453 Import of acroread, a reader for the Adobe Portable Document Format.
Note: This is set to RESTRICTED and INTERACTIVE, until someone says
something definite about the copyright/inclusion on CDROM.
1996-11-20 07:29:45 +00:00