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

13509 Commits

Author SHA1 Message Date
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
Steve Price
9db5d22a99 Still doesn't build for ELF. 1998-10-05 03:04:39 +00:00
Steve Price
82a051c735 Start conversion to ELF. 1998-10-05 03:04:03 +00:00
Steve Price
b68812e521 Complete conversion to ELF. 1998-10-05 02:59:13 +00:00
Steve Price
e6c7decbc1 Start of ELF conversion. 1998-10-05 02:58:23 +00:00
Steve Price
3234d18ac1 Broken: can't fetch. 1998-10-05 02:57:52 +00:00
Steve Price
e991c1d141 Fix build for ELF. 1998-10-05 02:56:45 +00:00
Steve Price
3b6753feda Remove regexp support libEZ library. 1998-10-05 02:53:32 +00:00
Steve Price
043536e7ee Convert to ELF. 1998-10-05 02:52:32 +00:00
Jordan K. Hubbard
8b4c16d521 s/MACHINE_ARCH/ARCH/
Suggested by:	Bill Fenner
1998-10-04 23:18:12 +00:00
Steve Price
55c8fd102a No need to run ${LDCONFIG} when we only install static libs. 1998-10-04 22:48:25 +00:00
Steve Price
665054e7f1 Cleanup pkg/PLIST so that it knows about all files installed and
cleans up empty directories on deinstall.
1998-10-04 22:45:08 +00:00
Steve Price
0a945aa10e Move manpages to Makefile and use MAN* marcos. 1998-10-04 22:41:27 +00:00
Steve Price
0c9b213b58 Fix build for ELF. 1998-10-04 22:36:34 +00:00