Commit graph

1605 commits

Author SHA1 Message Date
dmcmahill
d3718b001e include freetype2 buildlink2.mk file so this can work on non-XF4 systems.
Problem noted in recent alpha bulk build.
2003-02-05 18:36:47 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
drochner
b22b17aab4 do the right LIBTOOL thing to cure the "cannot find -liconv" symptom
should fix PR pkg/20190
2003-02-04 10:52:15 +00:00
martti
5d8fb2a256 Updated etcupdate to 20030204 (bin/20196). 2003-02-04 08:40:56 +00:00
atatat
ea2631638b Add kqueue support to lsof. Bump PKGREVISION to 1, making this
4.66nb1.  This patch will be included in the next lsof release.
2003-02-03 01:03:14 +00:00
abs
260622aadc Update dvdrecord to 0.1.3nb1
Pull across scanbus patch from cdrecord
2003-01-31 11:02:28 +00:00
jmmv
6d5169b99e Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-29 12:31:40 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
ad
3f29aa6876 Miscellaneous fixes and improvements; crank version to nb1. 2003-01-27 23:39:02 +00:00
martti
a9d9de6c1d Updated etcupdate to 20030124
Add a new -a flag (automatically update files which have not been
locally modified).  Patch provided by Sverre Froyen in a private mail,
slightly modified by me.
2003-01-27 07:54:22 +00:00
fredb
792b06e890 Add "shutdown" keyword to a couple of the daemons, so they're down before
the SIGHUP to all process causes them to reload their config files.
2003-01-26 00:48:24 +00:00
toshii
77ae202564 No reason to conflict with mkisofs, pointed out by Manuel Bouyer. 2003-01-25 10:10:06 +00:00
jmmv
2fa17d5ffc Update grub to 0.93. Changes in this version:
* Define the behavior of the boot loader when the load end address is
  zero and the bss end address is zero in the Multiboot Specification.
  Also, add the support into GRUB.
* Finally, we have a Bug Tracking System! Now the preferable way to
  report bugs is to use the BTS rather than sending e-mail to bug-grub.
  See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more
  details.
* The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on
  the web <http://www.gnu.org/software/grub/grub-faq.html> instead.
* The terminal handling code is rewritten radically, and many bugfixes
  are made at the same time.
* The command "color" is effective even in the command-line.
* The command "terminal" takes two new options, ``--no-echo'' and
  ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back
  input characters. If you specify ``--no-edit'', GRUB will disable the
  BASH-like editing feature. These options are useful when using an
  intelligent terminal (such as the comint mode in GNU Emacs).
* The utility ``grub-md5-crypt'' prompts to retype a password and checks
  if the passwords match.
* Support for booting Linux is rewritten, so GRUB now supports
  large-EBDA systems.
* The menu interfaces supports Page Up, Page Down, and Right Key.
* New command "terminfo", for vt100-incompatible terminals.
* New options, ``-D'', ``-g'' and ``-m'' are supported for FreeBSD.
2003-01-24 23:49:54 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
drochner
32dae9a8cd change naming scheme for cdrecord-xcdroast to avoid explicite CONFLICTs
in the future, as proposed by Matthias Scheler in PM
2003-01-23 16:12:42 +00:00
kristerw
658a83fc72 Update pv to 0.4.5 by applying patches provided by Piotr Stolc in PR 19884.
Changes since 0.4.0 include:
  + added Portuguese (Brazilian) translation thanks to Eduardo Aguiar
  + pause/resume support - don't count time while stopped
  + stop output when resumed in the background
  + terminal size change support
  + bugfix: <=> indicator no longer sticks at right hand edge
2003-01-22 21:35:49 +00:00
salo
98214f3e67 - s/INSTALL_MAN/BSD_INSTALL_MAN/ in patch-ac, remove unnecessary MAKE_ENV.
- restore Id in patch-ab and remove dollar signs around it
2003-01-19 09:39:06 +00:00
toshii
cc6aaf60b1 Add and enable dvdrecord. 2003-01-17 14:04:18 +00:00
toshii
a60eeb57fb Initial import of dvdrecord 0.1.3 into the NetBSD packages
collection.

Dvdrtools is a fork of cdrtools, with the primary goal of supporting
writable DVD drives.
2003-01-17 13:53:11 +00:00
rh
6ad4ddb7e8 Update gcombust to 0.1.53. Changes include:
Version 0.1.53 Oct 27 2002
BUGFIXES:
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* pl.po update by pbs <pbs@linux.net.pl>
	* added a space in the progresswindow
	* vol id can be max 32 chars
	* progressbar problems occuring with more recent cdrecord versions
	  fixed
NEWS:
	* autostart option (for HFS images)

-------------------------------------------------------

Version 0.1.52 Jul 08 2002
BUGFIXES:
	* fixed compilation error on non-Linux platforms
	* updated README.hp-ux.html ("Gansser, Martin" <MGansser@rand.de>)
	* 'Compute Estimate' could fail when only one file was added,
	  reported by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* the fix for broken (patched) GTK+ versions broke when using
	  completion (pressing tab), fixed, also fixed some other small
	  usability bugs caused by the fix
NEWS:
	* added a "default number of pathcomponents to ignore/include",
	  suggested by "John L. Males" <software_iq@TheOffice.net>
	* added "Overburn" option

-------------------------------------------------------

Version 0.1.51 May 26 2002
BUGFIXES:
	* check for a valid data cd before reading the ISO info when the
	  "Info" button is pressed in order to avoid blocking
          (suggested by "John L. Males" <software_iq@TheOffice.net>)
	* the fix for broken (patched) GTK+ versions broke on some locales,
	  remade the fix in another way
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
NEWS:

-------------------------------------------------------

Version 0.1.50 May 23 2002
BUGFIXES:
	* gives a better error message if one attempts to burn a non-existant
	  image
	* various other error message improvments
	* started on support for "Re-load disk and hit <CR>" drives, but
	  it is not yet working
	* de.po update + english spelling fixes (Goetz Waschk
	  <waschk@informatik.uni-rostock.de>)
	* changing the cd size with "Try harder" enabled could essentially
	  lock the X-server while recomputing (bad X, bad GTK!), fix by
	  Goetz Waschk
	* the HFS options behaves badly no more
	* RH7.3 and then Debian sid included a patch to GTK+ which broke
	  gcombust when adding directories (thanks to Oskar Liljeblad
	  <oskar@osk.mine.nu> for suggestions)
	* no longer complaints about non-existing paths when clicking
	  cancel in the prefs window (suggested by "John L. Males"
	  <software_iq@TheOffice.net>)
NEWS:
	* Polish translation by pbs <pc2000@poczta.onet.pl>
	* added an "Info" button for ISO images too, suggested by "John L.
	  Males" <software_iq@TheOffice.net>
2003-01-15 07:48:06 +00:00
jschauma
edbf639d76 Synch PLIST with reality to fix problems seen in Huberts latest bulk-build. 2003-01-13 15:23:11 +00:00
cjep
a3defbee44 Actually PKG_SKIP_REASON would be better -- suggested by wiz 2003-01-11 15:21:48 +00:00
cjep
49822a4c21 Use PKG_FAIL_REASON 2003-01-11 14:21:16 +00:00
tron
b52b8bf62e Include buildlink2 glue code for "libiconv" to fix build problems in
packages depending on this package e.g. "controlcenter".
2003-01-10 12:41:33 +00:00
drochner
76aef4defb update to 0.98alpha13
changes:
-proxy support for CDDB lookups
-bugfixes
-use cdrtools-2.0
2003-01-10 11:24:51 +00:00
drochner
52e3eaacd8 update to cdrecord-xcdroast098a13-2.0:
-use cdrtools-2.0 (probably no significant changes to the last alpha
 release)
-prepare for xcdroast update to 098a13
2003-01-10 11:20:33 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
uebayasi
dc1117f8e4 Prototype buildlink2.mk's created automagically by createbuildlink(8). 2003-01-09 11:21:40 +00:00
rh
298c1590cb Update gnome-vfs to 1.0.5. Changes include:
New features:

* UTF-8 gnome-mime-data support
* NNTP module
* Share MIME data with GnomeVFS2 using gnome-mime-data, no NetBSD-specific
  patch necessary any longer

Bug fixes:

* NNTP fixes
* Large file (64bit) support
* Build fixes
* C++ style comments corrected
* Miscelaneous fixes
* Fix memory leak for nested symlinks, avoid infite loop
* Detect OpenSSL libraries better
* Don't include <regex.h> to remove namespace clashes
2003-01-09 09:47:30 +00:00
jmmv
7d9b00585a Add and enable screentest. 2003-01-08 23:17:24 +00:00
jmmv
28ea9cc784 Initial import of screentest, version 1.0.
This is a GTK+ program for tesing the quality of CRT screens. It displays
various patterns and allows you to estimate the quality of your CRT
monitor.

Provided in PR pkg/18006 by Greg A. Woods with some modifications by me.
Reviewed by wiz.
2003-01-08 23:15:12 +00:00
wiz
b82840a358 Remove superfluous Ns. 2003-01-08 17:48:16 +00:00
jmmv
66c99d3a13 Update sysbuild to 1.9. Changes include:
- Addition of a new variable, MACHINE, which is used to tell the program
  the machine name. This is needed since NetBSD-current now automatically
  adds this value to RELEASEDIR.
- Properly pass RELEASEDIR's value to make when building an X release
  (pointed out by Douglas Brebner in private mail).
- Update the TODO list in the manpage: remove the X11R6 item and add a new
  one about using build.sh to create and use a nbmake wrapper.
2003-01-08 17:45:09 +00:00
cjep
a9fc32ffda Fix configure process. 2003-01-04 11:27:44 +00:00
lukem
54fc7c45b6 Remove cdrecord-devel as cdrecord is now a newer version. 2003-01-03 16:30:32 +00:00
lukem
6d7de46c96 Update to cdrecord 2.0.
Too many changes to list them all here; see following for full details:
	ftp://ftp.berlios.de/pub/cdrecord/AN-2.0

cdrecord:
	-overburn option
	Driveropts "burnproof" renamed to "burnfree"
	CD-Text support.

cdda2wav:
	Added -L to query freedb.freedb.org for CDDB information.

mkisofs:
	Fix -graft-points.
	Various fixes to HFS support.

libedc:
	Performance enhancements.

libscg:
	Various improvements to SCSI & ATAPI transports.
2003-01-03 16:27:09 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
rh
99dc2a2dee Make this coexist with GNOME2 by depending on gnome-mime-data instead of
installing local versions.  Patch provided by Eric Gillespie
<epg@pretzelnet.org>, with minor modifications.
Bump PKGREVISION.
2003-01-02 03:19:32 +00:00
jmmv
7b0d65dece Update sysbuild to 1.8:
- When calling MOUNT_PRECMD, do not quote its arguments, so the pre-command
  can determine which is the program that needs to be executed. Pointed out
  by Douglas Brebner in private mail.
2003-01-01 21:16:52 +00:00
lukem
c81681ad85 Convert back to supporting INFO_RUNTIME instead of INFO_BATT_RUNTIME.
I *really* dislike how newapc changed from supporting INFO_RUNTIME
(runtime in minutes, which is what the UPS actually reports) to
INFO_BATT_RUNTIME (runtime in seconds, which is UPS result * 60),
because the latter is much less useful as a realistic guess (IMHO),
and because this broke my upslog format and ups monitoring stuff
that used '%VAR runtime'.

(Unfortunately, newapc is written in a way which precludes supporting
multiple results from the same 'UPS status code' (in this case
`j'), so we can't support both results at this time.  I decided
that INFO_RUNTIME is more useful, because '81' (minutes) is easier
to "use" than '4860' (seconds))
2002-12-31 22:47:05 +00:00
jmmv
fad8adc322 Update sysbuild to 1.7:
- Set DESTDIR properly while building toolchain.
- Create HOMEDIR if not exists when copying the sample configuration file
  (by the config target).
2002-12-28 14:58:31 +00:00
jmmv
c759671d65 Update etcupdate to 20021227:
- Fix a typo in the yesno() function: add a missing question mark.

Approved by martti.
2002-12-27 19:41:45 +00:00
mjl
ebe1d0da80 Update to 2.17 as our version is no longer at primary site.
No changelog available though.
2002-12-25 22:44:53 +00:00
wiz
9fe706fe68 Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed. 2002-12-25 17:51:23 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
jmmv
d6891004f7 Depend on GNU Tar (archivers/gtar) if we are running NetBSD 1.6K or above,
where tar(1) is pax(1). cdbkup needs several options that only exist in
GNU Tar (for now). Bump PKGREVISION to 1 because of the new dependancy.
2002-12-22 22:24:56 +00:00
atatat
9fb7624b7b Sorry. Botched distinfo file. This one should be fine. 2002-12-22 20:09:00 +00:00
atatat
3e074711b2 Upgrade lsof pkg to 4.66. Notable changes are:
...
                Implemented the HASNOSOCKSECURITY compile-time
                option.  When it and HASSECURITY are defined, lsof
                will be built to list only the user's open files,
                but will also list anyone else's open socket files,
                provided the "-i" option selects their listing.
                Updated the Customize script to ask about setting
                HASNOSOCKSECURITY.  Left it undefined in all dialect
                machine.h header files.  This change was requested
                by Kenneth Stailey <kstailey@speakeasy.net> for
                use with ntop.
...
                Improved lsof help (-h) and version (-v) information
                reporting.
...

In order to the provide a simple pkgsrc hook for the new
HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS
setting (as a complement to the LSOF_MORE_SECURE option we already
have).
2002-12-22 20:04:30 +00:00