summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-03Use l: rather than rename: in the BUILDLINK_TRANSFORM as this is a librarymarkd1-2/+2
rename that we are doing.
2005-06-03Now uses some semaphore functions so depend on pthread-sem on old NetBSDmarkd2-2/+10
systems to provide them.
2005-06-03Teach the tools framework about mktemp. Replace explicit tests forjlam12-27/+49
mktemp with USE_TOOLS+=mktemp in the samba packages.
2005-06-03Teach the tools framework about bdftopcf and removejlam3-45/+22
x11-clients.buildlink3.mk. Packages that need bdftopcf should say: USE_TOOLS+= bdftopcf
2005-06-03Back out revision 1.1684. MAKEFLAGS was being propagated incorrectlyjlam1-14/+1
through to dependencies, which caused dependencies to have improper lists of tools required. XXX This whole mess with MAKEFLAGS and which ones are passed along when XXX running the install-depends target needs to be fixed for real.
2005-06-03Add PR number for pag-0.92 update.wiz1-1/+2
2005-06-03Added comms/conserver8 version 8.1.11 from pkgsrc-wipwiz1-1/+2
2005-06-03Add and enable conserver8.wiz1-1/+2
2005-06-03Import of conserver8 from pkgsrc-wip, provided by Andreas Wrede:wiz7-0/+197
Version 8 of Conserver as a separate package as the config file format of version 8 is incompatible with prior versions. Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever
2005-06-03Add conflict with conserver8 package.wiz1-1/+2
2005-06-03_W3M_USE_IMAGE has to be defined before options.mk can be included.wiz1-3/+3
Make it so.
2005-06-03The Xft.h header lives in ${X11BASE}/include/X11/Xft.jlam1-2/+2
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam26-300/+215
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check.
2005-06-03Only check for the existence of the first word of ${IMAKE} since it mayjlam12-24/+37
contain a command plus arguments. We use the standard idiom to extract the first word of a list stored in a make variable: VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//} XXX This can be replaced with a more succinct use of variable modifiers XXX when we update the bootstrap bmake to match the latest NetBSD make XXX sources, i.e.: XXX XXX VAR_CMD= ${VAR:[1]}
2005-06-03Document IGNORE_RECOMMENDED=YES. This includes sentences from tv@reed1-8/+20
that I read on tech-pkg@.
2005-06-03Remove link back to this same documentation.reed1-2/+2
2005-06-03Don't require a read-write pkgsrc tree when invoking imake. We avoidjlam12-24/+48
this requirement by using TMPDIR as the read-write location demanded by using imake.
2005-06-03Split libdv into two packages: libdv itself, which installs only the codecjmmv13-56/+164
library, and libdv-tools, which installs all the associated tools. While doing this, clean-up useless dependencies in libdv's buildlink3.mk file. The main purpose of this change is to let mplayer use the dv codec (which is the default setting) while not depending on unused packages (gtk+).
2005-06-03MOZILLA_USE_GTK2 is a pkgsrc-internal variable -- prefix it withwiz5-10/+10
an underscore.
2005-06-03Utilize brand new PKG_OPTIONS_GROUP to select imaging libraryuebayasi1-15/+6
exclusively. Pointed out by wiz.
2005-06-03don't requrie PKG_SUPPORTED_OPTIONS to be set when groups are in usedillo1-5/+8
2005-06-03Remove obsolete USE_GIF variable.wiz1-8/+1
2005-06-03Remove USE_GIF.wiz1-2/+1
2005-06-03Describe options used in inputmethod/uim and www/w3m.uebayasi1-6/+9
2005-06-03Update rrdtool entry.wiz1-2/+2
2005-06-03Let users select an imaging library for w3m-img among from gdk-pixbuf,uebayasi2-16/+33
imlib, and imlib2. No default change expected, no revision bump.
2005-06-03remove leading white space and reformatdillo1-114/+106
remove whitespace around tags
2005-06-03Describe idea option.wiz1-1/+1
2005-06-03Remove obsolete USE_IDEA variable.wiz1-7/+1
2005-06-03Remove USE_IDEA.wiz1-2/+1
2005-06-03Remove USE_ESOUND, all users have been converted.wiz1-7/+1
2005-06-03Remove USE_ESOUND.wiz1-2/+1
2005-06-03Convert away from using USE_ESOUND.wiz1-2/+13
Also: On NetBSD, libmikmod dynamically loads esound, so there is no library dependency -- do not include esound bl3.mk in those cases. XXX: please check other OPSYS if they do the same, and add cases
2005-06-03Cut long line and refill paragraph.jmmv1-4/+4
2005-06-03Some improvementswiz1-11/+11
2005-06-03Regenerate after addition of the pkginstall chapter.jmmv2-951/+1751
2005-06-03Add a new chapter describing the pkginstall framework.jmmv6-215/+509
As a side effect, a question in the FAQ is simplified and several sections from the "fixes" chapter are removed.
2005-06-03"socks" option has been removed, remove it here too.wiz1-1/+0
2005-06-03Still include gtk2/modules.mk, not gtk/modules.mk.wiz1-2/+2
2005-06-03Remove gtk2 options description now that option has been removed :)wiz1-1/+0
2005-06-03There is no global socks options, use socks5 instead,wiz1-3/+4
and set PKG_OPTIONS_LEGACY_OPTS.
2005-06-03Call Gtk2 option as "gtk", not "gtk2", as other packages do.uebayasi2-7/+7
Pointed out by Dieter Baron.
2005-06-03Split out "Makefile.common" again because there are packages intron2-15/+29
"pkgsrc-wip" which use this file. Pointed out by Min Sik Kim in private e-maiil.
2005-06-03+ dspam-3.4.7, evilwm-0.99.18, xpad-2.7.wiz1-2/+4
2005-06-03Add gtk2 option description.wiz1-0/+1
2005-06-03Make gtk2 an option. No default binary change, no revision bump.uebayasi4-16/+23
2005-06-02Note update of "xchat2" package to version 2.4.3.tron1-1/+2
2005-06-02Update "xchat2" package to version 2.4.3. Changes since version 2.4.1:tron3-16/+10
- Updated translations (de, sq, zh_CN). - Fixed crash of server list connect button when no network is selected while using GTK's auto-find feature [1166669]. - Fixed handling of WhoIs Special event on some networks where it could chop off the first character [1164315]. - Plugin API changes: Added "nickserv" field to xchat_get_info. - Python: Fixed get_list() incorrectly failing when the list contained a time field [1171525]. - Perl: Make scripts using calls with fully qualified subs work again [1170139] (Lian Wan Situ). - Fixed input-box input-method (GTK I.M.) problem [1168239]. - Fixed: Ignore and Notify windows incorrectly used the stock CLOSE button instead of DELETE [1170655]. - Placed Close/Connect buttons in correct position in server list [1165474]. - Updated translations (ca, de, lt, nl, ru, sk, sr, vi). - Added command line args -u and -p. - Fixed handling of "MODE -o+o nick nick" (#1094026). - Plugin API changes: * Added "Key Press" print event. * Added "state_cursor" for xchat_get_prefs. * Added xchat_strip and xchat_free functions. * Added "lasttalk" field to "users" list. * Added "charset" field to xchat_get_info. - Perl plugin changes (Lian Wan Situ): * Move each script into their own unique package/namespace. Scripts containing multiple packages will not be loaded. * When warning messages are emitted you will now be told which script it came from. * Xchat::set_context will now accept Xchat::set_context( $channel ) and Xchat::set_context( $channel, $server ) in addition to Xchat::set_context( $context ). * Fix display of loaded scripts in the Plugins and Scripts window. - TCL: Fixed crash with invalidated TCL timer (#1110306) (Daniel P. Stasinski). - /TIMER now supports timeouts to one decimal place. - Fixed possible crash of open-file dialog on 64-bit machines. - Pressing CTRL-O in the DCC Receive window will now open your downloads folder. - Win32: Default download folder changed to "My Documents\Downloads". - Added -quiet arg to the /charset command. - The /country command now supports a wildcard search. - The user is now warned when real/user name is left blank in the server list window. - Added the /URL command. - Added a text event for all unknown WHOIS reply lines. - Added /ALLCHANL which sends to the current server only. - Actions (/ME) are now treated like PRIV/CHAN for purposes of the ignore list.
2005-06-02Bump PKGREVISION, DEPENDS changed. (hi bouyer!)salo2-2/+4
2005-06-02Bump PKGREVISION, DEPENDS changed. (hi bouyer!)salo2-2/+4