Commit graph

1311 commits

Author SHA1 Message Date
markd
d19e8461ce ioctl APM_IOC_GETPOWER has changed between 1.5 and 1.6, so
we need to set batteryid (or clear apm_power_info structure)
before calling it.  From PR 18447 by Takeshi Nakayama.
2002-11-28 03:36:42 +00:00
darcy
c7ca349d3e Adding buildlink2 for libart2. Without this the kontour package does not
build when building koffice.  Worse, if someone has installed libart2 for
some other reason then koffice will fail to build from that point on.

Perhaps a proper fix would be to change the pkgsrc system to allow for lines
like these to be added only if necessary but that is a much bigger project.
2002-11-26 13:03:08 +00:00
jlam
dcb9d52d3e USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO 2002-11-25 21:13:36 +00:00
magick
33cb7166b9 Update nxtvepg to 2.4.0:
Changes since 2.3.0 are too numerous to mention all here. Refer to the homepage
for details.

The most important changes:

* Project page was moved to sourceforge
* Implemented user-defined columns in TV schedule output, which allow
  to define the column content depending on matches against a number
  of filter shortcuts; the content can consist of static text,
  pre-defined images or a standard attribute. See the manual or this
  screenshot for details.
* Implemented inverted filters, i.e. you can now search for all
  programmes which do not match one or more of given filter criteria
  or simply invert the outcome of a complete filter setting.
* Added a new filter type: "VPS/PDC" which allows to search for
  programmes with a VPS/PDC timestamp attached, and/or whose VPS/PDC
  start time differs from the actual start time (i.e. shifted or newly
  added programmes)
* Enhanced start time filter: added an option "ignore date" which
  allows to search for programmes in a daily time window
  (e.g. restrict a search for German new magazine "Tagesschau" to
  20:00-20:10)
* Added database export in XML format (according to xmltv.dtd), provided by
  Massis Sirapian.
* Bugfix for Power-PC architecture in pioutput.c; Thanks to Gerhard Tonn
* Internal changes: split Tcl/Tk script for GUI into modules (the
* daemon only loads the script which manages the rcfile - saves
* apx. 400 kB RAM)

Plus many bug fixes.
2002-11-24 17:23:40 +00:00
jlam
d613050341 buildlink1 -> buildlink2 2002-11-14 23:24:23 +00:00
wiz
0a32083951 USE_GMAKE instead of build-dependency on gmake; drop some whitespace. 2002-11-14 03:53:02 +00:00
wiz
b23df06689 Fix depends on apel, and add an empty line for pkglint. 2002-11-14 03:46:43 +00:00
grant
cf12a2f4f0 fix MAINTAINER= Name <email> to only include email address. 2002-11-10 00:35:07 +00:00
wiz
b3d7e894a0 Update to 5.4. Changes:
5.4:
* L and l can be used to set/go to a default bookmark.
* You can scroll past the end of the file (into blank space).
  This is important because...
* :o will look for a filename on the current top line and try to open it,
  going to the bookmark if you're in your bookmarks file.
* :l will give you a list of buffers.
* Of course, bug fixes and code cleanups.

5.3:
* Filenames are reverse truncated in the status bar if they're too long.
* Updated the build system.
* Breed supports -w to word wrap files, if possible/desirable.
* Typos fixed.

5.2:
* ,, ., and r work as documented.
* :r reloads a file if it was on disk (and not a stream).
* Naming the buffer based on the manual page name is now more accurate.
* URLs load in breed again.
* Breed doesn't make a file named '-' anymore when reading postscript.

5.1:  This release no longer segfaults if the configuration file
is missing. 'H' brings up a short help file in the program. Bookmarks
are more aesthetically displayed. Some other, minor bugs were fixed.

5.0:  Reed has been completely rewritten. Searching (and highlighting)
is now file-specific. Invoking an editor now goes to the current
line within that editor. The bookmark file format has changed and
is incompatible with previous versions. The included script
fix_bookmarks.pl can update your bookmarks for you. Bookmarks can
now all be viewed with the 'B' command. 'Fake' filenames can be
changed using the 'R' command. Reed now automatically reads from
stdin if no filename is given and data is waiting. Greater 'less'
compatibility was added to the (the old j is now J).

Older changes ignored since reed was completely rewritten in 5.0.
2002-11-09 13:37:19 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
hubertf
6ff50914d7 Update screen to 3.9.13. Changes:
* 29.08.2002  3.09.12 Port to POSIX 1003.1-2001 hosts (Paul Eggert).
 *                     Fixed encoding for reattach password test.
 *                     Fixed NUL characters when encodings are active.
 *                     Fixed silly encodings bugs. Fixed bogus
 *                     oldflayer when a window gets freed.
 *                     Altscreen support by Gurusamy Sarathy.
 *                     Reuse old password in builtin_screenlock.
 *                     -- DISTRIBUTED
 * 05.09.2002  3.09.13 added missing break statement that broke
 *                     the eval command.
 *                     -- DISTRIBUTED

Upgrade requested by dolemite@wuli.nu in private mail.
2002-11-04 22:39:17 +00:00
rh
d107945163 s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02 02:42:01 +00:00
tron
ac924b3526 Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:
- Added Comment field.
- Fixed ebay time sync'ing.
- Fix bad "Host:" entity-header if a proxy server was used. It used
  to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com".
- It now sends an "User-Agent" string which looks like Mozilla 1.1
  including the real operating system and machine.
- It support using "POST" for the actual bid. I've succesfully tested
  this by bidding on an auction.
- Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions
- Fixed handling bad DNS responses.
2002-10-27 21:54:25 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
grant
029cbf29fa Update to less-378.
Changes since less-376:

* Bug fixes:
  Default buffer space is now 64K as documented.
  Search highlighting works properly when used with -R.
  Windows version works properly when input file contains carriage returns.
  Clean up some compiler warnings.

See the NEWS file for the full list of changes.

Update MASTER_SITES and HOMEPAGE.
2002-10-26 16:01:37 +00:00
drochner
df75b5067e from the koffice site:
21th October 2002 - Fix available for KSpread's crash
A fix is available for kspread's crashes when working with long text
which overlaps several cells or when working with merged cells.
2002-10-26 14:31:12 +00:00
bouyer
481cdd1560 Solaris's yacc doesn't work too well here, use bison on SunOS.
Solaris doesn't have yy_size_t, use int instead on SunOS.
2002-10-26 13:20:21 +00:00
wiz
bc0b44ab11 buildlink1 -> buildlink2. 2002-10-25 18:40:53 +00:00
wiz
2bd0737533 buildlink1 -> buildlink2. 2002-10-25 17:51:44 +00:00
jlam
900c2d4826 * Use java.mk for proper Java handling.
* Don't use Makefile.gcc, which is going away.  Just add the contents of
  that file into the openoffice Makefile.
* Use pth/buildlink.mk instead of pthread.buildlink.mk, which is going
  away.
* Minor whitespace changes.
2002-10-22 22:06:13 +00:00
wiz
770ccbe8db Convert to buildlink2. 2002-10-21 15:04:43 +00:00
wiz
0e5e13c9fe Convert to buildlink2. Fix do-configure step (not good using INSTALL_* here,
since we should not have to be root at this point).
2002-10-21 13:02:40 +00:00
wiz
30dbe999e3 Convert to buildlink2. 2002-10-21 12:40:53 +00:00
jlam
432e160048 Add BUILDLINK_CPPFLAGS for packages that need to find rpm headers. 2002-10-20 23:22:37 +00:00
jlam
9e78325de0 I'm not sure why this file was missed by the "cvs commit". 2002-10-20 23:20:59 +00:00
jlam
2afa2a6b7b The default value for RPM_DB_PREFIX comes from bsd.pkg.default.mk. 2002-10-20 23:19:40 +00:00
jlam
8e60140f36 * Use bsd.pkg.install.mk instead of homegrown INSTALL/DEINSTALL script
creation.

* Enhance INSTALL/DEINSTALL scripts so that they may remove the RPM
  databases on deinstallation if RPM was never used.

* Allow new knob RPM_DB_PREFIX that defaults to "/var/pkg" that is the
  prefix for the path to the RPM databases.  The databases are kept in
  ${RPM_DB_PREFIX}/lib/rpm.
2002-10-20 23:09:27 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
wiz
7f29fcf98b USE_GMAKE unneeded. Noted by Hauke Fath in PR 18504. 2002-10-20 02:41:29 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
minoura
d85dfe731b This package does not compile on XEmacs... 2002-10-18 14:56:03 +00:00
minoura
6452127186 Do not overwrite DEPENDS. 2002-10-18 01:31:21 +00:00
dillo
77ebf3f254 remove build dependency on autoconf, it's not needed 2002-10-14 12:54:31 +00:00
skrll
3e3f710d2c Update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
	* Compile fix for IRIX64

kdelibs
	* KHTML : Fixed progress bar.
	* KHTML : Fixed several crashes and misrenderings.
	* KHTML : Fixed "HTML source displayed in text viewer" after viewing
	  text.
	* KHTML : Only ask "download plugins?" once per requested mimetype in
	  the same page.
	* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
	  event.x/y) .
	* libkscreensaver : Fixed bug that in rare cases prevented the
	  screensaver from showing anything.
	* kio_file : Proper "disk full" error message in mkdir
	* KIO : Dropping links to webpages onto the desktop works in all cases
	  now
	* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
	* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice

kdebase
	* NSPlugins : Compatibility with gcc-3.x
	* Konqueror configuration : fixed default font size value
	* KDesktop : better determination of icon heights, for "lineup Icons"
	* KDesktop : Don't rearrange all icons when changing the font size
	* KControl : Fixed proxy configuration dialog layout
	* Fix a lot of mem leak
	* Kaddressbook : fix crash when we export CSV list
	* KDM
		* Security: proper temp dir creation for QT and disabled
		  crash dialog
		* Made chooser work at all
		* Fixed compilation with older glibc
		* Fixed bad lilo interaction wrt. warnings

kdegraphics
	* Kamera: Fixed crash when we didn't select camera in kcmkamera
	* KGhostview: Security related fixes

kdemultimedia
	* KMix : Fixed compilation on Solaris
	* Kaboodle : fixed when it was embedded in konqueror
	* Fix a lot of memory leak

kdenetwork
	* kpf: Security related fixes

kdepim
	* KAlarm: Fix right-to-left character sets not being displayed in
	  message edit control
	* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
	  #43250)
	* KNotes: Fixed session management (bug #22844)
	* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
	  already on mouse press)
	* KNotes: Fixed (in)famous bug that caused the big black windows
	  and lost data (bugs #22062, #44870, #45084, #45386, #45451,
	  #46570, #47352)
	* KNotes: Fixed drag'n drop of links and plain text

kdesdk
	* Disabled kbugbuster compilation because bug system changed. Use CVS
	  version if you need it.
2002-10-14 09:13:45 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
wiz
e33663a96a buildlink1 -> buildlink2. 2002-10-13 11:55:54 +00:00
wiz
382fffdf09 buildlink1 -> buildlink2. 2002-10-13 11:35:15 +00:00
tron
2c1a79550d Fix bugs in HTTP protocol handling:
1.) Send correct "Host:" entity-header if a proxy is used.
2.) Supply a more appropriate User Agent intetification.
3.) Use a "POST" for request for the actual bid like the eBay form would.
Bump package revision to 2.
2002-10-12 15:32:15 +00:00
tron
45be4ae561 Add changes from the "bidwatcher" CVS repository which fixes the problem
with the time synchronization. Bump package revision to 1.
2002-10-12 12:25:55 +00:00
wiz
32a7c12483 buildlink1 -> buildlink2. 2002-10-09 13:52:28 +00:00
wiz
3a10318293 buildlink1 -> buildlink2. 2002-10-08 17:47:05 +00:00
jlam
0fea176c52 Note conflicts with older koffice3 package. 2002-10-08 14:39:30 +00:00
jlam
8548888a52 Combine Makefile.common and Makefile into one file again since the koffice3
package is no more.
2002-10-08 14:38:48 +00:00
jlam
93fb67d15e * You can't mix buildlink1 and buildlink2, so remove USE_BUILDLINK_ONLY.
* x11.buildlink2.mk is not meant to be included by package Makefiles.
* Note conflict with older koffice3 package.
2002-10-08 14:32:57 +00:00
jlam
122237cdfb Note that this package can't use buildlink2 yet. 2002-10-08 14:17:08 +00:00
martti
2376ac3424 Updated koffice to 1.2
* bug fixes
* better filters
* ...

See http://www.koffice.org/announcements/changelog-1.2.phtml for a
complete list of changes...
2002-10-08 14:15:53 +00:00
martti
8d28108e40 Add koffice11, remove koffice3 2002-10-08 14:10:56 +00:00
martti
3969d234c4 Remove koffice3 (KDE 3.x users can now use koffice-1.2) 2002-10-08 14:09:34 +00:00
martti
d01141e0e7 Import KOffice 1.1.1 as pkgsrc/misc/koffice11 (for KDE 2.x users). 2002-10-08 14:06:59 +00:00
jlam
aac5856cf2 buildlink1 -> buildlink2 2002-10-08 12:33:23 +00:00