Commit graph

1297 commits

Author SHA1 Message Date
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
uebayasi
e7ec62a045 Remove dictd. 2002-10-08 00:57:10 +00:00
uebayasi
41611da333 Remove misc/dictd, which already exists as textproc/dict-{server,client}, which
I'll update them later.

Pointed out by David W. Talmage and Michael Santos.
2002-10-08 00:55:58 +00:00
seb
cf0b1c7919 Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
seb
a0ea33939c Use buildlink2. Use perl5/module.mk. 2002-10-07 22:21:56 +00:00
jlam
5d80dfbff5 Use a _KDE_SETUID_ROOT helper variable for clarity. 2002-10-07 07:44:23 +00:00
jlam
ebc6e90942 Set the read permissions for the setuid program efax so that
KStandardDir::findResource() may find them.
2002-10-07 07:36:42 +00:00
jlam
8e1dbc6f37 This package is not strongly buildlinkified...it can't use x11.buildlink.mk. 2002-10-07 07:14:28 +00:00
jlam
9f62fbfb2d Use bsd.pkg.install.mk and SPECIAL_PERMS to ensure that ${PREFIX}/bin/efax
is setuid to ${ROOT_USER}:${ROOT_GROUP} at post-install time.
2002-10-07 03:54:12 +00:00
seb
9e04fbd4b5 Convert to buildlink2. Use perl5/module.mk. 2002-10-06 22:31:03 +00:00
magick
0644023264 Update nxtvepg to 2.3.0. And while there buildlinkify2 it.
Changes since 2.2.1 (Windows specific changes ommited):
* Bugfix in user-defined context menu entries: variables using
  modifiers (e.g. ${start: %H:%M %d.%m.%Y}) sometimes had trailing
  garbage; this bug was introduced in 2.2.0. Thanks to Friedrich
  Delgado Friedrichs for pointing this out.

* Bugfix in decoding of description texts (newlines were not processed
  correctly sometimes); also improved text display by inserting
  paragraph breaks when there is a completely empty line in the
  original description text

* Added "duration" filter, so that programmes ouside of given running
  time length boundaries can be suppressed (e.g. filler programmes
  which are less then 10 minutes long)

* Added possibility to manually resize all listbox columns by dragging
  the right border of the column header menu buttons (not possible if
  headers are disabled in the "show" options of the configure
  menu). Note that the automatic resizing of the network name column
  was dropped in favour of this feature.

* Timescale windows are now always made large enough to display the
  time range covered by all programmes in the database (formerly only
  the next 5 days were covered, which was by far not enough for the
  German provider Kabel1)

* Added zoom and help buttons to the timescale windows

* Improved key bindings and default keyboard focus in main browser and
  dialog windows; CTRL-F in main window now opens the text search
  dialog; CTRL-C opens the context menu; digit keys now toggle
  shortcuts; Return tunes the channel like pressing the Tune-TV button

* The search text history is now accessible from inside the text
  search filter dialog (by pressing the down cursor key or clicking
  the arrow button next to the text entry field)

* The "Refresh" mode of the EPG scan now allows to remove databases of
  obsolete providers which no longer transmit Nextview EPG (e.g. Pro7
  or TV5). Thanks to Frank Mauler for pointing out the need for this
  feature.

* Added a "Load all used" button to the sorting criterion filter
  dialog which fills the sorting criterion selection listbox with a
  list of all codes that are actually used in the current
  database. This allows a quick overview which criterions will
  produce any matches when filtered for.

* Linux only: fixed tuner frequency setting (in particular the EPG
  scan) for SECAM/PAL multi-norm tuners. Thanks to "Keuleu 36" for
  debugging this problem

* UNIX only: fine tuning offsets and TV norm in the .xawtv file are
  now evaluated for the EPG scan

* Internal reorganization of the interface between Tcl/Tk and C
  modules (using the "object-based" Tcl interface for function
  arguments and results)
2002-10-06 13:03:57 +00:00
jlam
8e27c61856 There is no conflict with kdelibs3...all of the fixes were in koffice3. 2002-10-06 03:42:13 +00:00
jlam
58ed80f4e5 Bump PKGREVISION and note PLIST conflicts between older versions of
kdelibs3 and koffice3.
2002-10-06 03:38:58 +00:00
jlam
0383b38289 * Use a separate patches directory as we use a different distfile from
koffice.
* buildlink1 -> buildlink2.
* PLIST corrections to avoid conflict with kdelibs3.
2002-10-06 03:36:19 +00:00
wiz
c6df787655 Convert to buildlink2. 2002-10-06 02:01:19 +00:00