Commit graph

28 commits

Author SHA1 Message Date
Kris Kennaway
fde5e574b2 BROKEN: Does not build 2002-05-18 02:53:24 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +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
Matthew Hunt
8fc36b393c In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
2000-06-14 05:44:53 +00:00
David E. O'Brien
19a18df8d0 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:28:35 +00:00
Matthew Hunt
f54185dbe3 Distfile and web site have gone missing. Host distfile on my
people.FreeBSD.org space.  Delete "WWW:" portion of pkg/DESCR.
2000-03-22 21:32:26 +00:00
Michael Haro
380b12a549 URL should end in a / 2000-02-14 22:40:09 +00:00
Yukihiro Nakai
93d38cce04 Use updated imlib library. 1999-10-08 03:30:33 +00:00
Yukihiro Nakai
b47f4a3bf1 Use updated esound library. 1999-10-08 02:41:23 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Steve Price
273b0793d6 Update to version 0.66.1.
PR:		11853
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:42:44 +00:00
Marc G. Fournier
0f398af16d Another bunch off WWW: links in DESCR 1999-04-22 00:55:05 +00:00
Jacques Vidrine
f0de21bf7d Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
libgdk_imlib.so.2 -> libgdk_imlib.so.3
	libImlib.so.2     -> libImlib.so.3
1999-03-15 18:30:06 +00:00
Vanilla I. Shu
f1976514f7 Bump Imlib's version number to 2. 1999-01-14 17:08:22 +00:00
Vanilla I. Shu
e35d9acf1b Bump esound's library version to 1.0. 1999-01-05 08:09:17 +00:00
Satoshi Asami
82d8a7469c Mark this port broken:
===
cc -DHAVE_CONFIG_H -I. -I. -I.  -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE
-O -pipe -Wall -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/inclu
de/glib -c gui_channels.c
In file included from gui_channels.c:39:
intl.h:11: warning: `_' redefined
os.h:15: warning: this is the location of the previous definition
gui_channels.c: In function `sigchan_drag':
gui_channels.c:179: warning: implicit declaration of function `gtk_widget_dnd_data_set'
gui_channels.c: In function `sigchan_drop':
gui_channels.c:189: union has no member named `dropdataavailable'
gui_channels.c:185: warning: `from' might be used uninitialized in this function
gui_channels.c: In function `gui_private_add_channel_button':
gui_channels.c:219: warning: implicit declaration of function `gtk_widget_dnd_drag_set'
gui_channels.c:220: warning: implicit declaration of function `gtk_widget_dnd_drop_set'
gmake[1]: *** [gui_channels.o] Error 1
gmake[1]: Leaving directory `/usr/ports/net/yagirc/work/yagirc-0.65.7/src'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
1998-11-10 00:03:17 +00:00
Satoshi Asami
9ba3a62b82 audio/esound is now ELF. 1998-09-25 09:55:30 +00:00
Satoshi Asami
fbec77048d graphics/imlib is now ELFized. 1998-09-25 09:52:45 +00:00
Satoshi Asami
457679eee3 gtk and gtk11 are now ELFized. 1998-09-22 22:55:56 +00:00
Matthew Hunt
94570786bf Upgrade to 0.65.7. 1998-08-27 05:15:05 +00:00
Vanilla I. Shu
e0f8be2e89 Upgrade to 0.65.6,
Change depends to gtk11,
Fix thr problem of gtk(?).
Reminded by:	asami
1998-08-25 04:09:42 +00:00
Satoshi Asami
2041e55724 Another port that broke with the gtk movement. Vanilla? :)
Satoshi
-------
===>  Building for yagirc-0.65
cc -O2 -pipe -DUNIX -DPREFIX=\"/usr/local\" -DUSE_PTHREADS -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -DUSE_SCRIPT -I/usr/local/lib/perl5/i386-freebsd/5.00404/CORE -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI  -c dcc.c -o dcc.o
dcc.c:36: glib.h: No such file or directory
In file included from data.h:26,
                 from dcc.h:4,
                 from dcc.c:39:
gui.h:10: gdk/gdk.h: No such file or directory
gui.h:11: gtk/gtk.h: No such file or directory
1998-08-24 07:13:53 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Matthew Hunt
7649d69ae2 Upgrade to 0.65.
Update MASTER_SITE and web page.
Work whether gtk is in X11BASE or LOCALBASE.
Add LIB_DEPENDS for Imlib, to increase functionality.
Abort if libc_r does not exist.

Vaguely inspired by a submission from:	Tugrul Galatali <galatalt@stuy.edu>
1998-08-04 00:52:21 +00:00
Vanilla I. Shu
90a3bac82f Change the library version of gtk. 1998-07-30 05:42:09 +00:00
Matthew Hunt
6c9d2bd51f Import of yagirc 0.64, an IRC client with a Gtk interface and
a Perl scripting interface.
1998-07-07 20:36:01 +00:00