Commit Graph

31 Commits

Author SHA1 Message Date
David E. O'Brien
4b5f934357 Give credit to the authors (also to help destingish this from other
malloc libs ports we have).
2000-09-01 23:30:25 +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
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Satoshi Asami
aee517c86c Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,
these are not necessary (even if the linker cares about the timestamp --
I'm not sure if it does).
2000-06-12 22:01:24 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
David E. O'Brien
57b167ad16 * there were two patches in the last patch-aa, so I ended up spamming one
of them on my last cleanup.
* really fix for ELF
1999-02-05 06:12:30 +00:00
David E. O'Brien
38df227fc1 fix breakage 1998-12-01 10:13:03 +00:00
Satoshi Asami
d81b732444 Mark this broken for 3.0:
-------
cc -c -g -I./splay -I/root/include -DHAVE_MMAP -DSTDHEADERS -DDEBUG -DTRACE -DPROFILESIZES _emalloc.c -o _emalloc.o
In file included from defs.h:51,
                 from _emalloc.c:5:
externs.h:110: conflicting types for `mmap'
/usr/include/stdio.h:282: previous declaration of `mmap'
*** Error code 1

Stop.
1998-11-28 01:48:32 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Satoshi Asami
d70b0c9d8e Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts
with the system version (even though it's obsolete).
1997-11-22 01:04:30 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
David E. O'Brien
80ad3c94af Didn't have a maintainer... since I've made the last several commits, I
might as well as take it.
(JKH, since you make the initial commit, would you rather I put you down?)
1997-04-28 14:54:34 +00:00
David E. O'Brien
6ec3801ef6 Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavate
namespace clashes with /usr/include/malloc.h
1997-04-28 14:49:39 +00:00
David E. O'Brien
1776a54654 Proctect contents of malloc.h as C code if included in a C++ program. 1997-04-28 14:48:40 +00:00
Satoshi Asami
a72cede6bf Uncomment -DSTDHEADERS so that we can use Bruce's work. 1997-04-24 05:49:13 +00:00
David E. O'Brien
e4332cf8d2 Add the docs to the package. 1997-04-21 00:06:28 +00:00
Satoshi Asami
60c376c63b Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
what good it will do with phkmalloc in the system....

Submitted (mostly) by:	chuckr (yes Chuck, I finally got to your mail!)
1997-01-10 10:57:55 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
d4485f6a25 This port is BROKEN. Actually, do we still need this, now that we
have phkmalloc in the main source tree?
1996-04-12 08:25:58 +00:00
Satoshi Asami
69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
608af45939 And now, yet another round of Makefile updates, devel version! 1995-04-09 10:05:17 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
42c36408ee And another patch for the "new" make. 1995-01-29 21:45:16 +00:00
Jordan K. Hubbard
d124e3dbe3 Fancy malloc lib with fast allocation time, extensive leak detection
and tracing, etc..  By Mark Moraes.
Submitted by:	moraes
1995-01-12 22:23:21 +00:00