Commit graph

2754 commits

Author SHA1 Message Date
uebayasi
d225e82caf Update elscreen to 1.4.3.
Performance improvement and many feature additions including add-on
support.  (Add-on packages are not yet pkgsrc'ized.)

Install README file as requested by Takanori Ishihara in pkg/32526.
2006-01-15 05:59:38 +00:00
wiz
35d88b0724 Update to 1.0.20060101:
2006/01/01
	+ add a null-pointer check in dlg_register_buttons(), needed for the
	  tailboxbg (Debian #345524).
	+ fix a few memory leaks reported by valgrind.
2006-01-15 00:46:45 +00:00
wulf
2c510b4551 Updated qbrew to 0.3.5:
- Updated style database to BJCP 2004
	- Added splashscreen
	- Added database editor tool
	- Minor refactoring
	- Export to HTML, improved printing
2006-01-14 13:55:28 +00:00
wiz
2eb70e5a09 Mark as ONLY_FOR_PLATFORM NetBSD, since it uses wscons; noted by joerg.
While here, drop maintainership.
2006-01-11 18:15:57 +00:00
joerg
779abf9ccb Add DragonFly support. 2006-01-11 17:02:39 +00:00
rillig
71d1af2fc0 Replaced explicit call to ${SED} with PLIST_SUBST, which makes the bogus
lines starting with "@" disappear from the PLIST file.
2006-01-10 18:50:09 +00:00
wiz
d42ddee813 Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
2006-01-09 20:47:36 +00:00
rh
a2b442c21d Add missing nl and uk locales.
Patch provided in private mail by Eric Gillespie <epg@>, thanks!
2006-01-08 20:31:59 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
markd
c4be92a335 If multiple python's are installed make sure configure chooses the same
one that buildlink has.
2006-01-08 12:07:51 +00:00
rillig
6836cb6ed6 Added a patch to prevent expansion of the toupper and tolower macros in
C++. Needed at least for NetBSD 1.6.2/i386.
2006-01-07 21:55:23 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
joerg
41a06bf703 Add DragonFly support. 2006-01-05 20:25:16 +00:00
markd
2d4aa09624 updated xpdf patch.
http://www.kde.org/info/security/advisory-20051207-2.txt
Bump PKGREVISION.
2006-01-05 10:28:27 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
uebayasi
4a3d716f2b Update libcdio to 0.76; from Sergey Svishchev in pkg/32459.
Changes between 0.75 and 0.76:

- Better compatibility with C++
- a better eject routine for FreeBSD
- Fix bug in not specifying a device name in libcio_cdda
- Allow building cd-paranoia if Perl is not installed.
- More accurate library dependency tracking in linking and pkg-config
- Miscellaneous minor bug fixes.
- cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa
  is true. This may require an #include <cdio/cdda.h> in some applications that
  used <cdio/paranoia.h> but didn't include it.
2006-01-05 04:29:25 +00:00
ghen
12f8cb92be Update to OpenOffice 2.0.1, the first bugfix release on the 2.0 branch.
This release fixes a lot of bugs, and also introduces some new featues.
For a complete list of changes, see
  http://development.openoffice.org/releases/2.0.1.html

Ok by mrauch, wiz.
2006-01-04 15:29:41 +00:00
reinoud
5cc3ad0d88 Recommended upgrade that also fixes a lot of small bugs. New in this
release are the preservation of attribute times and ownership of files and
directories and an important fix to filesize related issues making it more
robust. Some important SCSI/ATAPI fixes have been made that greatly
increase drive compatibility.
2006-01-04 14:39:40 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
joerg
28376c5d9e Readd $NetBSD$ 2006-01-03 19:28:00 +00:00
wiz
d5756a8bd6 Update to 0.53:
[Changes for 0.53 - 2005-12-05]

* Make xgettext.pl work with poEdit by not trying to read from empty
  .po files.  Patch from Brian Cassidy.

[Changes for 0.52 - 2005-12-04]

* Christian Hansen pointed out 0.51's fix was bass ackwards.

[Changes for 0.51 - 2005-12-03]

* Locale::Maketext::Extract::Run's use of File::Find::find with
  (follow => 1) may break on systems without symbolic links.
  Reported by Brian Cassidy.
2006-01-03 18:29:21 +00:00
joerg
6d5bd06910 Fix patches: $Header$ is a CVS keyword. Remove realloc and malloc
prototypes, they conflict with DragonFly's stdlib.h. Add parameter
to sigwinch, it should match the local prototype. Fix errno.
2006-01-03 18:16:10 +00:00
joerg
58b8395fca Include stdio.h as well when looking for __fpending, that's where it is
found on DragonFly. Add one more check for DTTOIF, otherwise it can end
up as implicit prototype and undefined reference.
2006-01-03 18:02:14 +00:00
joerg
dd0f404145 Add DragonFly support. 2006-01-03 16:55:43 +00:00
joerg
90fdfe4556 DragonFly needs netinet/in.h as well. 2006-01-03 16:46:07 +00:00
joerg
dd108bbd7b Fix errno. 2006-01-03 16:00:57 +00:00
joerg
758fd9f74a Prefer NAME_MAX to MAXNAMLEN, the former is POSIX, the latter a FFS limit. 2006-01-03 15:56:54 +00:00
joerg
6a5721bc6a Fix errno. 2006-01-03 15:51:02 +00:00
joerg
fa0effb01c Inside of trying to fix a brain damaged configure script which ignores
the --x-libraries parameter, just hack the Makefile to use X11BASE.
2006-01-03 15:33:22 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
wiz
8208de660d Update to 1.3.8:
2006-01-01  Heikki Orsila
	* Version 1.3.8
	- configure and Makefile cleanups and fixes.

2005-10-24  Heikki Orsila
	- Mike Frysinger pointed out several things about
	  the build procedure:
	  - -W/-O flags are useless in header checks in the configure script
	  - $compiler was not used for header checks in the configure script
	  - Cleaned CFLAGS handling so that if CFLAGS is set by the
	    environment, the default -O2 is stripped away from the
	    src/Makefile.in.
2006-01-02 23:57:42 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
wiz
fb93d0a329 Update to 1.0.20051219:
2005/12/19
	+ correct return-values of new functions dlg_default_listitem() and
	  dlg_default_formitem() (Debian #344002).
	+ add Swedish translation (Debian #343303, by Daniel Nylander)
	+ begin function-summaries in dialog.3
	+ update config.guess, config.sub

2005/12/07
	+ change license to LGPL.
	+ change naming convention in dlg_colors.h to make it easier to read,
	  and incidentally remove the last chunk of code preventing relicense.
	+ add --passwordform (request by Reznic Valery).
	+ modify pause.c, msgbox.c to work with --help-button.
	+ modify formbox.c, inputbox.c, textbox.c, yesno.c to work with extra
	  button (adapted from Reznic Valery patch).
	+ modify dlg_exit_label(), dlg_yes_labels() and dlg_ok_label() to allow
	  help-button (prompted by Reznic Valery patch).
	+ add zh_CN.po file from
		http://www.iro.umontreal.ca/translation/maint/dialog/
	+ provide alternate interfaces for dialog_checklist(), dialog_menu()
	  and dialog_form():  dlg_checklist(), dlg_menu() and dlg_form()
	  (discussion with Michael Gebetsroither).
	+ add/use dlg_result_key() to allow binding function keys to the
	  buttons.
	+ implement user-definable key bindings in the rc-file.
	+ modify inline cases for KEY_xxx values to use binding tables in new
	  module dlg_keys.c
	+ add several DIALOG_STATE items to the rc file:  aspect,
	  separate_widget, tab_len and visit_links
	+ add a tab-adjustment to dlg_print_text() to improve solution from
	  2005/10/30, e.g., in the samples/form* scripts.
	+ fix an off-by-one which made mouse-selection not work for menu items
	  past the first page (GenToo #112024, patch by Harald van Dijk).

2005/11/07
	+ extend dlg_add_result() to allow caller to pass a null pointer
	  for dialog_vars.input_result (Debian #336986).
	+ correct length used for text portion of radio/checkboxes (report by
	  Valentin Stoykov).
	+ modify msgbox, textbox and center_label() to work properly for
	  LANG=bg_BG.utf8 examples by Valentin Stoykov.
	+ modify use of freopen() to work with opaque FILE type on DragonFly
	  (report by Jeremy C Reed).
	+ modify print_line() to compute columns, use that for the call to
	  dlg_print_line().  Fix a few places where strlen() was used instead
	  of dlg_count_columns() (reports by Valentin Stoykov).

2005/10/30
	+ reviewed changes since beginning development in 1999, decided that
	  there are no appreciable portions of original code remaining.
	  Marked sources to correspond.
	+ improve cache performance for inputstr.c using tsearch() rather than
	  a linked-list search (Debian #294853).
	+ remove a special case for darwin in CF_XOPEN_SOURCE configure macro.
	+ add ms.po file from
		http://www.iro.umontreal.ca/translation/maint/dialog/
	+ remove an assignment that caused the cursor to appear initially on a
	  form field rather than button (Debian #333506).
	+ modify buttons.c to count columns rather than bytes, fixing case
	  where buttons were laid out incorrectly (report by Valentin Stoykov).
	+ change dlg_print_text() to count columns rather than bytes, fixing
	  case where fewer columns were displayed in menu than expected
	  (report by Valentin Stoykov).

2005/10/05
	+ improve fix for dlg_does_output(), eliminating redundant leading
	  separator.
	+ fill background color for item-help text (report by Peter Postma).
	+ correct interaction between --separate-output and --output-separator
	  broken in 2005/09/11 fix for Debian #326918 (Debian #331440).
	+ update config.guess, config.sub
2005-12-31 00:07:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
jmmv
b8060aa07d Unbreak this package by requiring a firefox package that provides the .pc
files.
2005-12-28 18:19:07 +00:00
reed
cc7cd45463 This will install two screenrc examples (and changes name of one) and
fixes man page to point to them.

Update patch-ap for doc/screen.1 so the location of examples files
is corrected.

Now install both examples. Update PLISTs. Note that the
screenrc example is now called screenrc and etcscreenrc is
etcscreenrc (makes sense).

Mention both examples in MESSAGE.

Bump PKGREVISION.

This will solve problem for PR #32391.

Okayed by maintainer.
2005-12-28 17:53:24 +00:00
garbled
ae0aff6153 Fixed by gtkglext fix. 2005-12-28 17:13:11 +00:00
garbled
66a05eaebf Fixed by gtkglext fix. Tested on i386/2.0 2005-12-28 17:12:36 +00:00
reed
16fc5c74ac Move include of sys/types.h earlier. Fixes build as noticed on DragonFly. 2005-12-28 16:37:59 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
martti
b056797a6b Include <sys/types.h> before <sys/socket.h>. This fixed compilation
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN
on a private mail.
2005-12-21 15:15:52 +00:00
joerg
c206e2a8e4 -lcompat needed for DragonFly as well. Include LDFLAGS on other systems
as well.
2005-12-20 17:59:59 +00:00
joerg
c89d68069d XmClientLibs is gone, use -lXm -lXt directly. 2005-12-20 17:54:10 +00:00
joerg
10f9b774de Fix errno. 2005-12-18 13:46:58 +00:00
markd
91428acb14 Fix defining of socklen_t for NetBSD (and DragonFly). Should fix
PR pkg/32311.
2005-12-18 01:29:09 +00:00
wiz
19d0af8e06 Complete move of math/goffice to misc/goffice. 2005-12-17 20:19:49 +00:00
wiz
c46811e931 Re-import in intended directory:
This is a library for common operations for document centric
applications that are conceptually simple, but complex to implement
fully. Supported operations include:
    - plugins
    - load/save documents
    - undo/redo
2005-12-17 20:18:52 +00:00
joerg
54ef4b0e60 Fix errno. Use correct thread library, not the hard-wired -lpthread. 2005-12-17 14:51:23 +00:00
christos
030a7500c2 update sums. 2005-12-16 14:08:42 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00