1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

13472 Commits

Author SHA1 Message Date
Satoshi Asami
812a549d83 Actually, I haven't fixed thie linker command line. Mark it
BROKEN_ELF until someone fixes that.
1998-10-07 06:08:23 +00:00
Gary Jennejohn
cf3fc455de Update to version 1.4a.
The patches are now part of the tarball and have been deleted from the
patch directory.

Version 1.4a now includes the libdevstat patches, which were formerly
patch-ad.

Tested under -current (with CAM) successfully.

PR:		ports/8167
Submitted by:	Jian-Da Li (the maintainer)
1998-10-06 23:56:21 +00:00
Satoshi Asami
a48bb63193 Can't fetch.... 1998-10-06 22:29:29 +00:00
Satoshi Asami
d2f7fd9ccb (1) Add new variable ${PERL} which is equal to ${PERL5} but without the
version number part (i.e., "<directory>/perl").  Use this to
    substitute #! lines in your perl5 scripts.

Requested and reviewed by:	ache

(2) Add new variable WRKDIRPREFIX (defaults to "").  The "work"
    directories are now in ${WRKDIRPREFIX}${.CURDIR}/work by default.
    You can have a read-only ports tree (modulo any broken ports that
    write something to places other than ${WRKDIR}) by setting this to
    a writable location.

    Ports that set WRKDIR explicitly should append this to front so
    they will work when the user has WRKDIRPREFIX set.

Reviewed by:	Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
1998-10-06 21:12:14 +00:00
Satoshi Asami
253379a643 Make this work in the ELF world. 1998-10-06 20:52:47 +00:00
Satoshi Asami
db5041299a Fix build for a.out. 1998-10-06 20:44:35 +00:00
Satoshi Asami
0586154782 This port doesn't depend on lang/expect anymore.... 1998-10-06 20:44:12 +00:00
Robert V. Baron
d5d97888cb Removing NO_DEPENDS&NO_CONFIGURE as requested 1998-10-06 15:51:02 +00:00
Andrey A. Chernov
8cef93096f upgrade to 0.46 1998-10-06 15:15:29 +00:00
Andrey A. Chernov
8a54a73862 properly suppress cmadline recipients for -t 1998-10-06 12:01:18 +00:00
Thomas Gellekum
a8b2af85ec Upgrade to 3.02. 1998-10-06 11:19:51 +00:00
Satoshi Asami
b7e765c1db k8 is now elisa10x8. 1998-10-06 08:51:37 +00:00
Thomas Gellekum
65501030ed Build tix in an ELF world.
Submitted by:	Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
1998-10-06 08:05:44 +00:00
Satoshi Asami
2f26499967 Finally found the culprit of my ld.so.cache getting thrashed during
large package builds.  Mark this port BROKEN until someone changes the
"ldconfig without args" lines.
1998-10-06 07:35:03 +00:00
Thomas Gellekum
7e62a3c426 Support dynamic loading of modules in an ELF world.
Submitted by:	Vladimir Kushnir <kushn@mail.kar.net>
1998-10-06 06:49:13 +00:00
Satoshi Asami
d730854fd0 Do not write anything to ${PATCHDIR} by doing the awk trick to
the patched file (Makefile.common) in post-patch, instead of
the patch itself (${FILESDIR}/patch-aa.in) in pre-patch.
1998-10-06 05:18:00 +00:00
Satoshi Asami
6ecbc5f7c8 Patch to fix this error:
===
cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\"  -I/usr/X11R6/include                               -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk11 -I/usr/local/include/glib -O -pipe -I/usr/local/include  -I/usr/X11R6/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -I/usr/X11R6/include -c menu.c
In file included from /usr/include/dirent.h:43,
                 from menu.c:21:
/usr/include/sys/dirent.h:52: parse error before `u_int32_t'
/usr/include/sys/dirent.h:52: warning: no semicolon at end of struct or union
/usr/include/sys/dirent.h:53: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:54: parse error before `d_type'
/usr/include/sys/dirent.h:54: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:55: parse error before `d_namlen'
/usr/include/sys/dirent.h:55: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:62: parse error before `}'
menu.c: In function `create_menus':
menu.c:290: dereferencing pointer to incomplete type
menu.c:295: dereferencing pointer to incomplete type
*** Error code 1

Stop.
===
1998-10-06 04:55:21 +00:00
John Polstra
05bb3c0285 Fix building this port under recent versions of -stable. My
previous fix for dealing with the semctl() interface change was
incomplete.
1998-10-06 03:01:41 +00:00
Peter Wemm
dbfa2863a1 s/squid12/squid20/ 1998-10-06 00:22:40 +00:00
Peter Wemm
6c7cefe24e Update from squid-1.2beta22 -> 2.0.RELEASE after a repository copy.
Squid 2.0 is the-version-formerly-known-as-1.2.
v2.0 has NOVM-like functionality internally, so there's no seperate
NOVM version.  v1.1.* is no longer officially supported.
1998-10-06 00:19:50 +00:00
Robert V. Baron
2b2d8688ac Link in Coda 1998-10-05 20:16:50 +00:00
Robert V. Baron
42ec080314 The current ports will get you Coda release 4.6.5. There are too
many patches in the ports.  So we will crank out a Coda release
4.6.6 later this week.  If anyone wants to play with the 4.6.5
release in the mean time they can.
1998-10-05 19:23:43 +00:00
Nate Williams
a87ac859ff - Make Jordan the maintainer, since I don't even own a scanner anymore and
he was the last person to touch it. :)

Nate
1998-10-05 18:27:26 +00:00
Satoshi Asami
e17e3c4ba1 Shared library "gnome.0" in installed by gnomelibs, not gnomecore. 1998-10-05 06:45:43 +00:00
Satoshi Asami
abe516a6d4 /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c proctime.c
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c -fPIC -DPIC proctime.c
proctime.c: In function `calcru':
proctime.c:74: structure has no member named `p_runtime'
proctime.c: In function `glibtop_get_proc_time_p':
proctime.c:150: structure has no member named `p_runtime'
gmake[3]: *** [proctime.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps/freebsd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
1998-10-05 05:56:03 +00:00
David E. O'Brien
867381d541 upgrade to 2.4.7. 1998-10-05 05:30:12 +00:00
David E. O'Brien
75e9ad01cb Upgrade to 2.4.7. 1998-10-05 05:29:11 +00:00
Steve Price
cd9fa3ddd7 Make this reinstall friendly. 1998-10-05 05:25:41 +00:00
Steve Price
1542947318 Make this reinstall friendly and move manpages to Makefile. 1998-10-05 05:24:59 +00:00
Steve Price
e2a8f57803 Make sure we remove everything we install. 1998-10-05 05:22:31 +00:00
Steve Price
dbe440849d Fix build for ELF. 1998-10-05 05:21:29 +00:00
Steve Price
17e5beaa0b No need to use ${LDCONFIG} if we don't install any shared libs. 1998-10-05 05:20:58 +00:00
Steve Price
c5858e24c7 No need to use ${LDCONFIG} is we don't install any shared libs. 1998-10-05 05:20:08 +00:00
Steve Price
8c1c5f4a17 Move manpages to Makefile and use MAN* macros. 1998-10-05 05:18:06 +00:00
Steve Price
61b8183d2d Don't use ${LDCONFIG} if we don't install any shared libraries. 1998-10-05 05:04:50 +00:00
Steve Price
995cde8e96 Convert to ELF. 1998-10-05 05:02:34 +00:00
Steve Price
0850a38f18 Make this deinstall friendly. 1998-10-05 04:49:51 +00:00
Steve Price
6c5a81185b Update to version 4.05.
PR:		7993, 8151
Submitted by:	maintainer
1998-10-05 04:23:19 +00:00
Jordan K. Hubbard
2269c4487c Revert previous diff; we've found the XFree86 dist problem which really
causes this.
1998-10-05 04:03:38 +00:00
Jordan K. Hubbard
2f474adfb2 Urk, do this so it actually works. Sorry guys. 1998-10-05 03:41:16 +00:00
Steve Price
f4efb76232 Convert to ELF. 1998-10-05 03:37:48 +00:00
Steve Price
514388e85b Don't run ldconfig if no shared libraries and don't remove a couple
of directories used by a bunch of other ports.
1998-10-05 03:36:19 +00:00
Steve Price
6914ceca7d Fix build for ELF. 1998-10-05 03:20:31 +00:00
Steve Price
0ffa98531e Broken: not reinstall friendly. 1998-10-05 03:19:33 +00:00
Steve Price
f0fba91661 Use MLINKS to install symlinks to manpages. 1998-10-05 03:18:36 +00:00
Steve Price
2cf2d24ca1 Make sure to remove everything we install. 1998-10-05 03:17:11 +00:00
Steve Price
f71aebd7a6 Move manpages to Makefile and use MAN* macros. 1998-10-05 03:13:41 +00:00
Steve Price
8e66dd0b90 Make this reinstall friendly. 1998-10-05 03:09:07 +00:00
Steve Price
eb6b8456ff Fix build for ELF. 1998-10-05 03:07:12 +00:00
Steve Price
802ef20941 Convert to ELF. 1998-10-05 03:06:04 +00:00