1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

1941 Commits

Author SHA1 Message Date
Maxim Sobolev
ce36c301fd Add gnome as a secondary category. 2000-08-15 06:45:19 +00:00
Chris D. Faulhaber
789408fc48 Add directories missing in PLIST
PR:		20378
Submitted by:	Maintainer
2000-08-12 12:00:47 +00:00
Alexander Langer
8a4dbbbadf - Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker

PR:		20543
Submitted by:	Ports Fury
2000-08-12 10:56:26 +00:00
Will Andrews
0295e7669f Move backfract to graphics category from x11.
Backfract is a fractal image "animated" wallpaper program.

PR:		20493
Submitted by:	patrick
Requested by:	asami
2000-08-11 21:36:26 +00:00
Ade Lovett
b417a4fddb Fix up 'extra' directories
Submitted by:	bento
2000-08-11 15:25:32 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Steve Price
9df09f5635 Remove i386 .o files in the post-extract target and respect CFLAGS. 2000-08-08 02:55:15 +00:00
Steve Price
3ec55c71e5 Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there. 2000-08-08 02:51:55 +00:00
Steve Price
4f35114a4c Don't try to use the non-existent fpresetsticky function on the Alpha. 2000-08-08 02:49:11 +00:00
Maxim Sobolev
12b93c7338 Update to 0.86.
- gnomify and sobomaxify the port;
- provide a shell script to make dia work just OOB.

PR:		18915 (partially)
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-08-07 11:31:22 +00:00
Kevin Lo
09a0a92b00 Update to version 0.6
PR: 20425
Submitted by: Ports Fury
2000-08-07 06:54:34 +00:00
Neil Blakey-Milner
456782fa52 Upgrade to 9.7
PR:		ports/20423
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
2000-08-06 15:58:01 +00:00
Neil Blakey-Milner
cc886d924f Update to April 2000 version
PR:		ports/20424
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
2000-08-06 15:53:27 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Jun Kuriyama
5030f575a0 Add WWW. 2000-08-04 10:20:09 +00:00
Ade Lovett
fd50c7d351 Forcibly turn off bonobo support, even if it's present on the system,
since the bonobo-related code makes references to gdk-pixbuf
features that were removed/replaced in newer versions.
2000-08-04 02:10:43 +00:00
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +00:00
Ade Lovett
1e22de0940 Update to 0.3.12 2000-08-04 01:16:18 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Ade Lovett
4b967bcca1 Do not try to use XML support since:
(a)  ImageMagick needs libxml2, not libxml
	(b)  libxml2 does not co-exist AT ALL with libxml
	(c)  libxml is a required component of GNOME
 	(d)  the extra functionality for ImageMagick is minimal

Thus, if you installed GNOME, and then this port, or vice-versa
Really Bad[tm] things will happen.

As and when libxml2 is used by GNOME (and libxml is buried
with partial military honors), then it will be possible to
turn this support back on.

Discovered by:	my crashbox going nuts after an install of GNOME
		and then ImageMagick.  There were no survivors :)
2000-08-02 01:52:41 +00:00
Chris D. Faulhaber
eae6b4fda4 Update port to 3.2.3c
PR:		20265
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-02 00:09:03 +00:00
Roger Hardiman
cd81a605e1 Add patch to allow selection of the 'VIDEO' audio input on newer
sound cards

Submitted by:	Mike Meyer <mwm@mired.org>
2000-08-01 09:20:47 +00:00
Roger Hardiman
15fbdf0720 Fix broken master site 2000-08-01 09:07:51 +00:00
Roger Hardiman
89008b180a Update maintainer's email address and clarify the DESCR file. 2000-08-01 08:58:19 +00:00
Jean-Marc Zucconi
43460401e4 Upgrade to version 2.17 2000-07-30 23:29:02 +00:00
Justin M. Seger
e949aee3ad /usr/local/bin/libtool -> ${LIBTOOL}
PR:	ports/19450
2000-07-30 03:32:27 +00:00
Chris D. Faulhaber
1368142633 Update port to 1.5.1 2000-07-29 18:23:15 +00:00
Maxim Sobolev
1f732231c2 Update to 1.4. Also correct WWW while I'm here. 2000-07-28 12:04:10 +00:00
Maxim Sobolev
a8cffde473 Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript ports
instead of hardcoded ${WRKSRC}/libpng-png.version.number.
2000-07-26 07:43:48 +00:00
Maxim Sobolev
3763bff0d8 Update to 1.0.8. This release includes experimental MMX support, but it should
explicitly turned on by defining WITH_MMX make variable.
2000-07-26 07:33:25 +00:00
Justin M. Seger
e16dd81b26 Upgrade to 5.2.2.
Host a snapshot of this changing distfile in my directory.
2000-07-26 03:02:22 +00:00
Chris D. Faulhaber
d8d35cf25d Update port to 1.5.0 2000-07-25 11:36:52 +00:00
Chris D. Faulhaber
1a1bc4bc31 Update port to 1.4.8 2000-07-23 14:21:40 +00:00
MIHIRA Sanpei Yoshiro
3434b0939d currently xmovie does not support DVD yet. remove ``DVD'' word.
I will update this ports, xmovie-1.4, if I have time.
2000-07-22 00:50:34 +00:00
Satoshi Asami
344fea3a49 Define DISTNAME to fix fetch problem. 2000-07-21 17:57:38 +00:00
Yukihiro Nakai
dee1e07efb Update to 0.18.2.
And add patch to remove BROKEN.
(Got from GNOME CVS)
2000-07-20 12:19:12 +00:00
Daniel Harris
9742624016 Fix WWW and MASTER_SITES. 2000-07-19 15:24:51 +00:00
Akinori MUSHA
0590e43412 Sorry, seems I committed the files in the old work dir.
This one is correct.

- png.3 -> png.4
- Put a copy of the distfile in my space at ftp.FreeBSD.org.
- Modify patch-aj as aclocal.m4 was changed in this silent update.
2000-07-19 14:18:38 +00:00
Alexander Langer
f55ce2ea09 Use USE_AUTOMAKE
Submitted by:	bento
2000-07-19 13:58:01 +00:00
Alexander Langer
6a645f9b15 Fix for 4.x (include the correct header file which defines
TRUE and FALSE).

Portlint, while I'm here.

Submitted by:	bento
2000-07-19 13:47:00 +00:00
Akinori MUSHA
25375e24c5 Update to 5.2.1.
PR:		ports/19944
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer)
2000-07-19 13:08:38 +00:00
David E. O'Brien
d0e7718c5f Allow the crypto bits to be patched in and built. 2000-07-19 07:15:34 +00:00
Chris Piazza
d1c4366634 Update to 0.1.15
PR:		19760
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-19 06:12:03 +00:00
Chris D. Faulhaber
0146114996 Update to 1.4.7 2000-07-18 20:20:22 +00:00
Josef Karthauser
146880ee5d Upgrade to version 1.1.4. (Fixes zoom mode on my machine.) 2000-07-17 23:38:08 +00:00
Steve Price
7cc1100749 Update to version 1.40.
PR:		19825
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-16 19:58:55 +00:00
Alexander Langer
7e330c87e2 Update to Version 2.5.0.8
PR:		19939
Submitted by:	maintainer
2000-07-16 14:14:34 +00:00
Chris D. Faulhaber
44b580e30b Update port ot 0.7.2 2000-07-16 14:09:13 +00:00
Chris D. Faulhaber
eb3ab68318 Update MASTER_SITES and WWW with new location 2000-07-16 13:04:54 +00:00