Commit graph

12948 commits

Author SHA1 Message Date
Andrey A. Chernov
4055532e85 Use PERL5 variable 1998-09-16 11:45:01 +00:00
Satoshi Asami
289b80fb84 Better fix for perl5-in-current world.
Submitted by:	maintainer
1998-09-16 06:55:18 +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
David E. O'Brien
0db36ee0bc Upgrade to ver 4.37 + 3.0 patches by Vic Abell
Submitted by:	Vic Abell <abe@vic.cc.purdue.edu>
1998-09-16 04:14:27 +00:00
Steve Price
53cb0c2f6a Take the manpages out of pkg/PLIST and put them in MAN1. 1998-09-16 02:25:06 +00:00
Steve Price
3d68d298a0 Remove trailing dot in LIB_DEPENDS. 1998-09-16 01:58:38 +00:00
Steve Price
913f062460 Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we can
put these in MAN1 and not have to worry about them being pkg/PLIST.

Reminded by:	Asami-san
1998-09-16 01:36:17 +00:00
Steve Price
0691c6cd14 The manpages must still be here for ports that use imake. 1998-09-16 00:59:02 +00:00
Jun Kuriyama
b072dbeb30 Kanji code converter.
PR:		ports/7640
Submitted by:	Masanori Kiriake <seiken@nbs.co.jp>
1998-09-15 22:05:58 +00:00
Jun Kuriyama
2b0f83d3da Activate ja-ack. 1998-09-15 22:00:23 +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
John Fieber
32e50f27db Upgrade to 1.7.
The only change is to check if /usr/bin/perl is version 5 and use that
rather than ${PREFIX}/bin/perl if it is.

Submitted by:	John Hay <jhay@mikom.csir.co.za>
1998-09-15 21:18:17 +00:00
Joerg Wunsch
a1e36cfb8a Fix the packaging list. I've been lazy initially, and specified only
the directory name for the xmahjongg libdir, as opposed to the component
files.

Reminded by:	David Kulp <dkulp@neomorphic.com>

While i was at it, it also occured to me that i need an @unexec with
the mkfontdir command, so fonts.dir is being rebuilt upon
deinstallation, too.
1998-09-15 19:51:01 +00:00
Andrey A. Chernov
a236b86e49 upgrade to 4.42 1998-09-15 17:23:32 +00:00
Chris Timmons
7fd4fd3eaa Support ELF or AOUT PORTOBJFORMATs 1998-09-15 15:08:10 +00:00
Scott Mace
fefedc67f6 Make jbigkit build on a non-elf system 1998-09-15 15:07:33 +00:00
Scott Mace
f3a0fe1f57 make tcp_wrapper build on a non-elf system 1998-09-15 14:57:29 +00:00
Scott Mace
5f4a8f1004 fix typo in previous commit 1998-09-15 14:54:01 +00:00
Scott Mace
5a6b7d287c Support building on non-elf machine 1998-09-15 14:49:08 +00:00
Vanilla I. Shu
faa36925ca Upgrade to 1.4.4. 1998-09-15 12:06:45 +00:00
Vanilla I. Shu
32265874e8 Upgrade to 0.0.7, and change LIB_DEPENDS to gtk11. 1998-09-15 12:05:13 +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
Vanilla I. Shu
a400878839 Upgrade to 0.74, and use gtk11 now. 1998-09-15 11:44:08 +00:00
Vanilla I. Shu
c6e3562759 Install info page now, and I move gtk(11) back to X11R6 now. 1998-09-15 11:41:42 +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
4cb2429954 No need to use += for variable defined only once. 1998-09-15 10:50:56 +00:00
Satoshi Asami
6784e6a3df Ressurect RUN_DEPENDS.
Reviewed by:	maintainer
1998-09-15 09:48:22 +00:00
Satoshi Asami
3067bb6524 No need to use += for variable defined only once. (I know it's just
a comment, but a bad one nonetheless. :)
1998-09-15 09:39:00 +00:00
Satoshi Asami
2f38238a08 Checksum changed.... 1998-09-15 09:36:23 +00:00
Satoshi Asami
ffc19a6f09 Remove empty line at end. 1998-09-15 07:31:23 +00:00
Satoshi Asami
10a7079a77 This port doesn't build:
===
 :
c++ -O2 -pipe -DHAVE_CONFIG_H  -c -o html-table.o html-table.cc
html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with
/usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here
gmake: *** [html-table.o] Error 1
*** Error code 2
===

While I'm here, portlint.
1998-09-15 07:25:47 +00:00
Tim Vanderhoek
6974f27688 Sync with lynx[^(-current)] pkg/COMMENT (ie. clarify, since all
web browsers are alphanumeric (not to mention the other problems
with "alphanumeric" brought up in -list discussion before)).
1998-09-15 06:44:08 +00:00
Tim Vanderhoek
a4610c7083 Yes, but WTF is xbiff?
Remove excess verbiage.
1998-09-15 06:42:15 +00:00
David E. O'Brien
062f527e6c Upgrade to ver 0.12.19 1998-09-15 06:38:42 +00:00
Tim Vanderhoek
945931ba6b Remove category x11. 1998-09-15 06:37:57 +00:00
Jun Kuriyama
58956685ee Update to work with Perl5.005.
PR:		ports/7836
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-09-15 05:40:31 +00:00
Satoshi Asami
7c879d513b Can't fetch.... 1998-09-15 05:39:20 +00:00
Satoshi Asami
2b9deb6546 Properly define BROKEN (only if DISPLAY is not set).
Reminded by:	maintainer
1998-09-15 04:37:56 +00:00
Satoshi Asami
1e65657cb0 Oops, one more thing. 1998-09-15 04:28:20 +00:00
Satoshi Asami
bb7f3c6d26 Portlint.
Also, you can't build depend on /usr/src.  Please change it to
something like a test and marking it BROKEN.  Meanwhile,
comment out BUILD_DEPENDS.
1998-09-15 04:27:34 +00:00
Scott Mace
0449f68367 make ELF conversion comply with standard. 1998-09-15 03:57:17 +00:00
Scott Mace
746979cfa9 Make elf conversion comply with standard
round up shlib version to 8
1998-09-15 03:56:19 +00:00
Scott Mace
34115e265b make ELF conversion comply with standard 1998-09-15 03:38:59 +00:00
David E. O'Brien
9082610c96 Update the documenation (DESCR and manpage) a little. 1998-09-15 03:06:26 +00:00
Justin M. Seger
aacf2f6e76 Changes for ELF 1998-09-15 02:51:10 +00:00
Scott Mace
380961dbc9 Convert to Elf. 1998-09-14 22:33:48 +00:00
Scott Mace
f74a079f9c Convert to Elf. 1998-09-14 22:19:14 +00:00
Scott Mace
196cf84ecb Add libwrap.so 1998-09-14 21:14:16 +00:00
Scott Mace
d45a65852a Convert to ELF. 1998-09-14 21:10:51 +00:00