summaryrefslogtreecommitdiffstats
path: root/irc/yagirc
Commit message (Collapse)AuthorAgeFilesLines
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-052-6/+12
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* In accordance with the New World Order, move the distfiles thatmph2000-06-141-1/+2
| | | | I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Distfile and web site have gone missing. Host distfile on mymph2000-03-222-3/+1
| | | | people.FreeBSD.org space. Delete "WWW:" portion of pkg/DESCR.
* URL should end in a /mharo2000-02-141-1/+1
|
* Use updated imlib library.nakai1999-10-081-1/+1
|
* Use updated esound library.nakai1999-10-081-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-281-2/+2
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | 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
* Update to version 0.66.1.steve1999-05-296-186/+108
| | | | | PR: 11853 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Another bunch off WWW: links in DESCRscrappy1999-04-221-1/+1
|
* Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.nectar1999-03-151-2/+2
| | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3
* Bump Imlib's version number to 2.vanilla1999-01-141-2/+2
|
* Bump esound's library version to 1.0.vanilla1999-01-051-2/+2
|
* Mark this port broken:asami1998-11-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | === 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.
* audio/esound is now ELF.asami1998-09-251-2/+2
|
* graphics/imlib is now ELFized.asami1998-09-251-2/+2
|
* gtk and gtk11 are now ELFized.asami1998-09-221-2/+2
|
* Upgrade to 0.65.7.mph1998-08-272-4/+4
|
* Upgrade to 0.65.6,vanilla1998-08-254-58/+185
| | | | | | Change depends to gtk11, Fix thr problem of gtk(?). Reminded by: asami
* Another port that broke with the gtk movement. Vanilla? :)asami1998-08-241-1/+3
| | | | | | | | | | | | | 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
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-2/+2
|
* Upgrade to 0.65.mph1998-08-043-7/+12
| | | | | | | | | 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>
* Change the library version of gtk.vanilla1998-07-301-2/+2
|
* Import of yagirc 0.64, an IRC client with a Gtk interface andmph1998-07-076-0/+80
a Perl scripting interface.
OpenPOWER on IntegriCloud