Satoshi Asami
3ecbe20b66
Link with -lgnumalloc. Silence <malloc.h> warning along the way.
...
Original idea is
----------------
From: Kai Vorma <vode@snakemail.hut.fi>
To: Lars Gerhard Kuehl <lars@elbe.desy.de>
Cc: FreeBSD-hackers@freefall.cdrom.com
Subject: Re: dlmalloc
:
Okay, not faster, but it used memory better. Try xv with standard
malloc, then dlmalloc and finally GNU-malloc. With standard malloc xv
grows until it hits datasize limit (16MB) and dies (usually after 10
or so big jpegs). With dlmalloc xv's VZS was about 15MB after last
picture of that particular set and with GNU malloc it was about 11MB.
:
1995-07-05 11:43:08 +00:00
Satoshi Asami
7562cd13e5
Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6
...
(and this is correct!).
1995-06-25 22:29:26 +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
Andreas Schulz
343716f476
Forgot a $ sign in the previous commit of the patch file.
1995-05-27 11:33:23 +00:00
Andreas Schulz
f6728fb9e1
Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with older
...
Xfree releases get a chance. Added into the loaderflags a -L${X11}/lib so
that the X11 libraries can be found.
1995-05-27 11:30:48 +00:00
Satoshi Asami
36fa428c71
Add "USE_X11=yes" this port doesn't require explicit xmkmf (it's
...
already in the Makefile) but it installs in /usr/X11R6.
1995-05-16 11:34:33 +00:00
Satoshi Asami
0ec5c523ee
Put back vcg, ftp site is back up.
1995-05-15 04:18:59 +00:00
Satoshi Asami
03858d2ed5
Add Mesa (doesn't install) and vcg (can't connect to master site) to
...
BROKEN list.
1995-05-14 07:13:30 +00:00
Satoshi Asami
c9dc84a522
Clean up subdir Makefiles. They now all look like this:
...
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
97b2f673f4
Add NO_PACKAGE.
1995-05-13 23:57:44 +00:00
Satoshi Asami
c9f27e9d1e
Reorder things in alphabetical order.
1995-05-13 07:36:15 +00:00
Scott Mace
d46e3b6897
Upgrade to xanim 2.69.7.8
...
xanim now supports audio!
1995-05-04 02:08:44 +00:00
Satoshi Asami
2bdb86c74a
Checksum mismatch -- this one is fetched from the first master site
...
and compiled & installed OK so let me just update the checksum.
1995-05-02 11:51:20 +00:00
Satoshi Asami
603552aa35
manpages installed in /usr/local, not /usr/X11R6
1995-04-24 07:41:21 +00:00
Satoshi Asami
63d38d11a2
Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p
...
Pointed-out by: pkg_create
1995-04-18 05:05:18 +00:00
Torsten Blum
886c545cfd
add "-c" to install
1995-04-17 00:01:59 +00:00
Ollivier Robert
0300beffb4
Upgrade to 3.6.2.
1995-04-16 15:36:31 +00:00
Satoshi Asami
9571ef11bc
Upgrade, 5a -> 5b. I changed shlib version from 5.0 to 5.1.
...
Someone please take a look!
1995-04-16 02:14:54 +00:00
Jean-Marc Zucconi
90deb54f23
Add pixmap to SUBDIR list
1995-04-13 19:13:58 +00:00
Jean-Marc Zucconi
bb0452e715
Add MAINTAINER= jmz@FreeBSD.org
1995-04-11 02:02:17 +00:00
Satoshi Asami
7f6c181f38
Yet another round of Makefile updates, graphics version.
1995-04-09 07:09:55 +00:00
Jordan K. Hubbard
4695e6bfc5
Make this go to the right place for -lX11 (-l${PREFIX}/lib).
...
!! ** This also requires my patch to bsd.port.mk for USE_X11 ** !!
1995-04-04 06:09:38 +00:00
Jeffrey Hsu
bd32ba8d99
Upgrade to 1.1.3beta.
1995-04-04 04:56:38 +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
b38bf2eff2
Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn't
...
show up in the makefiles in the deeper directories.
1995-03-29 19:18:28 +00:00
Gary Palmer
0c9abd6231
MD5 checksum for ImageMagick
1995-03-28 06:30:19 +00:00
Gary Palmer
0a06f9c8da
Upgrade to 3.6
1995-03-28 06:29:01 +00:00
Satoshi Asami
35af96374a
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
...
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Satoshi Asami
6a9a45d040
Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5.
...
Pointed-out by: Jason Boerner <chaos@rivers.oscs.montana.edu>
1995-03-22 11:02:02 +00:00
Andreas Schulz
064e2f3948
Add ImageMagick to the subdirs list.
1995-03-19 16:19:15 +00:00
Andreas Schulz
2a3d1ecea6
Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11.
1995-03-19 14:36:06 +00:00
Jeffrey Hsu
e5d5d8902c
The makefiles now use some gmake constructs.
1995-03-16 08:40:01 +00:00
Jeffrey Hsu
22c9bb89aa
Author updated distribution w/o bumping version number.
1995-03-16 04:38:02 +00:00
Jeffrey Hsu
417668e48f
Upgrade to 1.1.2 beta.
1995-03-15 17:03:00 +00:00
Jeffrey Hsu
238ae5d91f
Use manifest constant CLOCKS_PER_SEC instead of sysconf(_SC_CLK_TCK).
1995-03-06 04:37:23 +00:00
Jeffrey Hsu
ac72a2621c
Update to 1.1 beta.
1995-03-06 04:35:27 +00:00
Satoshi Asami
0e3481deb7
Forgot to add bin/*merge when I changed it to use merged executables....
...
*-< :) (<= this is me with the pointed hat)
Pointed-out by: taob@gate.sinica.edu.tw
1995-03-04 01:15:50 +00:00
Satoshi Asami
1d518bc638
Distname is now pixmap2.6.tar.gz, not pixmap.tar.gz.
1995-02-28 05:07:23 +00:00
Satoshi Asami
a376b9dfd7
Grab source from mirror site (crl.dec.com)'s contrib/applications instead
...
of R6untarred of ftp.x.org, these are more recent (although only comments
have changed so far).
Removed the fetch: target (which I assume was there so that it will always
use ftp.freebsd.org even if MASTER_SITE_OVERRIDE wasn't set).
1995-02-28 05:06:26 +00:00
Satoshi Asami
713d629c8f
Add header.
...
Define PKGNAME to reflect version number (2.6).
1995-02-28 01:09:58 +00:00
Satoshi Asami
169b5ef313
Patch to Imakefile.
...
(1) Add sed command to take out "Pixmap" from beginning of lines in
app-defaults file.
(2) Change /net/koala/... to $(INCDIR), etc. This was causing a very
strange effect on my machine because (a) my amd is sitting on /net with
a "hosts" map, and (b) there is a machine called "koala" on the net! ;)
1995-02-28 00:44:12 +00:00
Satoshi Asami
26ad8fd603
Checksum.
1995-02-28 00:41:20 +00:00
Jean-Marc Zucconi
ba0427ef72
Set MAKE_FLAGS so that the port honors ${PREFIX}.
1995-02-27 23:51:31 +00:00
Jean-Marc Zucconi
c8753aae49
port moved from the print directory
1995-02-27 21:43:12 +00:00
Satoshi Asami
e3ec1819b4
Fixed LIB_DEPENDS---xpm library has major version number 4, not 3.
1995-02-27 13:48:19 +00:00
Andreas Schulz
527610a23d
Disable povray until someone fixes it. I try's to use the matherr functions
...
and defines like DOMAIN, but we don't have them.
1995-02-26 01:19:17 +00:00
Andreas Schulz
16676650f9
Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to use
...
a "xmkmf -a" instead of the xmkmf. This is cleaner and all ports should
work that way. But some X-window ports having difficulties with that rule.
1995-02-25 22:04:23 +00:00
Andreas Schulz
6f98e257b3
Changed all occurences of /usr/include/dore.h to relative includes in the
...
tree. Change the -ldore to a -L../../../lib/i386 -ldore so that this port
finds this library now.
1995-02-25 17:18:23 +00:00
Jordan K. Hubbard
d6c060f6f6
Add dore.
1995-02-21 17:16:25 +00:00
Jordan K. Hubbard
cd211f014f
The Dore' graphics toolkit. This thing is a monster, but the examples
...
are pretty impressive. This needs a lot more polishing to really do it
justice, but this will at least give you the libraries, headers and an
example to look at.
1995-02-19 10:34:09 +00:00