Commit graph

2481 commits

Author SHA1 Message Date
wiz
de58a34aef Fix name for distfile size info. 2001-06-28 10:35:58 +00:00
jlam
5df6c35daf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-26 19:54:48 +00:00
jlam
4514d29d05 Also add ${QTDIR}/lib to the rpath setting in LDFLAGS. 2001-06-26 17:53:35 +00:00
jlam
5b6d0333e0 Define UIC in CONFIGURE_ENV and MAKE_ENV. 2001-06-26 17:46:11 +00:00
jlam
d97ab5e1d7 Use automatic definitions for QTDIR from qt2-libs/buildlink.mk. 2001-06-26 17:45:55 +00:00
jlam
dcec27db28 Define BUILDLINK_QTDIR and QTDIR, and pass settings for QTDIR and MOC to
CONFIGURE_ENV and MAKE_ENV.
2001-06-26 17:45:27 +00:00
jlam
cc3a881bfc s/QT2_LIBS/QT2_DESIGNER/g 2001-06-26 17:33:26 +00:00
jlam
31d1b3af60 Use REPLACE_BUILDLINK instead of repeating the post-build same code over
and over again in the pkgsrc tree.
2001-06-26 16:30:55 +00:00
zuntum
6f5fd622aa o converted to use pkgsrc/graphics/imlib/buildlink.mk 2001-06-26 13:40:43 +00:00
jlam
a2484a18ef Correct typo and reorder lines to our BUILDLINK_FIX_LIBTOOL_SED setting
comes first.
2001-06-23 21:02:22 +00:00
jlam
01cd272088 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
use ${FIND}/${SORT} instead of find/sort.
2001-06-23 19:36:46 +00:00
jlam
cf38f6e818 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-23 19:36:03 +00:00
jlam
ada00ab7d3 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Handle
-L and rpath specifications in the config files by directly substituting
their final values; this is needed since the configure script directly
manipulates these values via sed and needs the substituted values, not
just ${VAR}.  Also honor CXXFLAGS passed in from the environment (possibly
containing optimization flags) during the build.
2001-06-23 19:35:27 +00:00
jlam
10b20dedae Within a package, references to it's installed location should be
${PREFIX}.
2001-06-23 19:30:03 +00:00
jlam
30a536ee18 The QT2 directory is not always ${X11BASE}/qt2. 2001-06-23 19:29:09 +00:00
jlam
e301aff54e Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:28:22 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
b62e28495f Add buildlink.mk files for use by other package Makefiles. 2001-06-21 21:41:34 +00:00
jlam
521487c367 Touch ${TK_LIB_FILE} during build so that it doesn't have to be re-linked
during installation.
2001-06-21 20:16:26 +00:00
jlam
bf088a04ac Move inclusion of buildlink.mk file below GNU_CONFIGURE and USE_LIBTOOL
settings.
2001-06-21 19:40:47 +00:00
jlam
5371ddc664 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-21 18:55:02 +00:00
martin
75587de7e1 Disable multi char glyph languages as a stopgap for now. The
implementation is broken, it breaks the program for users with
non-multi-char-glyph and non english ("C") locales.

I will file a PR for the real problem.
2001-06-21 07:35:18 +00:00
jlam
86527b6c0a Mark as USE_BUILDLINK_ONLY. 2001-06-20 21:17:36 +00:00
jlam
a4d2df0fc5 Add buildlink.mk file for use by other package Makefiles. 2001-06-20 19:57:40 +00:00
jlam
e0e4f2fff9 Use db/buildlink.mk to make this compile under Solaris with
USE_BUILDLINK_ONLY defined.
2001-06-19 07:38:33 +00:00
jlam
0dac04bee5 Make sure that installed files announce the correct version number for
the installed package.  We patch the version info in the configure scripts
to deal with shared library versioning, but we don't want those version
numbers to leak into installed files.  Fixes 2nd part of pkg/12146 by
Dan Winship <danw@ximian.com>.
2001-06-19 06:52:10 +00:00
jlam
4e4de14e1c Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:56:34 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
8f39419491 Regularize fixes to config scripts to use the same code. 2001-06-18 20:49:00 +00:00
fredb
b3c6f204ba Update xscreensaver package(s) to 3.33, with patches submitted by Daniel
Hagerty in PR pkg/13233.
2001-06-18 15:41:49 +00:00
jlam
24b4f04f58 s/INSTAL_DATA_DIRL/INSTALL_DATA_DIR. Fix by sen_ml@eccosys.com in
pkg/13235.
2001-06-18 05:02:09 +00:00
drochner
2a3d691b2e update to 2.3.1
Qt 2.3.1 is a bugfix release. It keeps both forward and backward
compatibility (source and binary) with Qt 2.3.0


****************************************************************************
*			    General					   *
****************************************************************************

- correctly reinitialize internal data structures on QApplication destruction to
  allow the sequential creation of multiple QApplication objects.

- Some bugfixes for the new support for Xft (antialiased fonts on X11)
	correct clipping when drawing with Xft
	correctly handle family names starting with a number
	handle case when no Xft font could be loaded
	correctly report bounding rectangles of strings

- Printing on Windows
	work around a bug in some HP printer drivers
	correctly map between Qt and Windows page sizes

- Improved build on HP/UX, AIX and SCO

****************************************************************************
*			   Library					   *
****************************************************************************

- QAction
	use unique object names for generated objects

- QCanvasView
	even less flicker

- QClipboard on Windows
	keep clipboard contents even after application exit

- QDns:
	fixed a crash.

- QFont
	correctly report fixed pitch on Windows
	make inFont work correctly on X11

- QFontDataBase on X11:
	report correct sizes when monitor resolution != 75 dpi
	some fixes for asian character sets

- QImageIO
	fixed saving of paletted PNGs

- QLineEdit
	fixed keyboard selection after undo/redo

- QListBox
	fix numRows() and numCols() for empty listboxes

- QMovie
	some performance optimizations

- QPainter on X11
	fixed clipping problems occuring in some cases in paint events
	fix drawText when using scaled painters

- QPopupMenu on Windows:
	child widgets now receive mouse events
	fix placement of menus

- QPrintDialog on X11
	more tolerant parsing of /etc/printcap

- QPrinter on X11
	search some more places for embeddable fonts
	produce smaller postscript when printing grayscale images

- QRichText
	fixed a problem in the HTML parser
	handle translated painters correctly
	fixed endless loop occurring rarely when printing long tables

- QString
	fixed toULong for base != 10

- QThread
	some smaller fixes in QWaitCondition and sleep functions
	don't lock application mutex for console applications

- QToolBar
	fixed moving of toolbars between main windows
	Insert toolbuttons with associated popup menus as a submenu in the
	extension popup

- QUrl / QFileDialog
	delete files with special characters
	improved processed processing of filenames on different platforms
	allow digits in protocol names

- QUrlOperator
	some memory leaks are fixed (one of them caused a segmentation
	fault if FTP was used and the FTP server timed out)

- QWidget
	preserve Widget flags when toggling to and from FullScreen mode.
	fixed some focus issues with the menubar's Alt-mode (clearFocus()
	did not always behave as desired).
	X11 only: fixed mouse move event compression when using
	QWidget::scroll().

- QWizard
	correct update of finished and next button

- QWorkSpace
	fixed minimize/maximize behaviour, hide maximize controls when the
	workspace gets hidden
	some focus handling fixes

- Windows event processing
	Use mouse position at event generation time rather than processing
	time.


****************************************************************************
*			   Extensions					   *
****************************************************************************

- OpenGL
	workaround for some Windows OpenGL drivers

- Browser plugins
	fixed OpenGL handling in plugins

****************************************************************************
*			      Other					   *
****************************************************************************

- Turn off Windows 2000 fading effects on color depths of less than 32 bit

- Designer:
	clear namespace when deleting widgets

- fix some memory leaks in the network module

- Better support for VNC

****************************************************************************
*               Changes that might affect runtime behavior                 *
****************************************************************************

- QWheelEvent
	make accept the default state for QWheelEvent as documented

- QPrinter on Windows
	unknown page sizes now return QPrinter::Custom instead of the
	wrong QPrinter::A4

****************************************************************************
*		    Qt/Embedded-specific changes		           *
****************************************************************************

- USB Keyboard support improved.
- Printing support improved.
- Development support for non-Linux platforms (eg. with QVfb on FreeBSD).
- QWSServer/QWSWindow now have a more useable (and documented) API.
- Pixmap brush polygon fills are now supported.
- Fixed freezing of modal widgets inside manager events.
- Bug fixes in masked blit, scrolling, clipped alpha-blended images,
   focus handling, and QCopChannel::isRegistered().
- iPAQ buttons F1..F4 are now F9..F12 (F4 pops up Comboboxes!)
- Support for more mice.
- Fixes to compile with GCC 3.0snapshots.
2001-06-17 19:10:37 +00:00
jlam
351e66a95f USE_MESA is defined automatically by the buildlink.mk file. 2001-06-17 17:46:32 +00:00
zuntum
61dfc19205 update DESCR 2001-06-17 07:50:06 +00:00
jlam
4357dcd760 Converted to use buildlink.mk files. 2001-06-16 20:05:10 +00:00
jlam
ecdc172162 Remove -I$(includedir) from the header search path (in spirit of
buildlink).
2001-06-16 20:04:51 +00:00
jlam
0503876cd0 Really put locale files under ${PKGLOCALEDIR}, not only under share, and
refer to orbit-config as $ORBIT_CONFIG in the configure script.
2001-06-16 20:03:19 +00:00
jlam
0f5b5101f4 Convrt to use buildlink.mk. 2001-06-16 19:50:57 +00:00
jlam
8fea51aacb Add buildlink.mk files for use by other packages. 2001-06-16 19:23:17 +00:00
drochner
d91dc0b972 update to wxGTK-2.2.7
changes since 2.2.3:
Applied patch to allow using non-Latin keyboards.
Added wxActivateEvent for top level windows.
Corrected wxActivateEvent for app (now wxEVT_ACTIAVTE_APP).
wxTextCtrl sends focus events.
Corrected so-library name.
wxTreeCtrl now shows an item, if it was programmatically selected.
wxTextCtrl no longer sends any text event upon its construction.
wxSpinCtrl misbehaviour fixed.
Corrected wxYield() to handle recursive calls more gracefully (and with a
	warning in debug mode). This fixes a problem with crashing wxTreeCtrl's
	built-in drag'n'drop and probably some other as well.
Corrected wxMenuItem::GetLabel() to handle deliberate underscore characters
	correctly.
Patch for better 8-bit-display support.
Implememted wxCommandEvent::IsSelection() for wxListBox.
Corrected wxListBox::Set() for sorted mode.
Added EVT_TEXT_UPDATED for spin ctrl.
Corrected wrongly rounded value in slider and scrollbar for negative values.
Translation updates.
Fixed wxMenu::FindItem() for sub menus.
Various other fixes.
Synchronized release with wxMSW again.
2001-06-15 16:53:27 +00:00
skrll
526936b52e pkglint doesn't like ${PKGSRCDIR} 2001-06-14 11:15:46 +00:00
wiz
2399e99ac9 Put FreeBSD patch back, on suggestion by agc. 2001-06-13 20:31:34 +00:00
wiz
eb73b18074 Fix installation if xpkgwedge is used. While here, remove patch-ab which is
only necessary on FreeBSD.
pkg/13193 by John P. Darrow.
2001-06-13 20:15:06 +00:00
wiz
53de29a8ac Fix installation path if xpkgwedge is used.
pkg/13187 by John P. Darrow.
2001-06-13 17:56:21 +00:00
tron
cc49f7b2ff - Simplify code to handle detection of what library files (shared, static,
shared library revisions, etc.) were installed.
- Get includes into a sub directorty with OpenWindows.
- Fix package list for OpenWindows systems.
2001-06-13 15:47:28 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
kei
fbd4fdebc4 Make this package happy with xpkgwedge; Since mkfontdir is a part of standard
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-12 05:25:38 +00:00
zuntum
e1fa0be1d6 Update xpenguins to version 2.1
* Version 2.1 (26 May 2001)
- Found a WM that requires vroot.h: amiwm - replaced vroot.h functionality
- Detects KDE, Enlightenment & Nautilus desktops & draws to them (at last!)
- Sends expose event to background window so that KDE icons reappear
- ToonErase does not erase whole screen on first call
- No longer segfaults if display not found (new bug in 2.0)
- Can override root window detection using `--id'
- Use `--nice' to respond to system load by killing toons

* Version 2.0 (7 May 2001)
- Minor changes to error reporting

* Version 1.9 (1 May 2001)
- Code modularisation and separation into lots of different files
- A massive rewrite of xpenguins_*.c code (toon_*.c functions mostly unchanged)
- Themability added and some default themes written
- Now use automake and autoconf
- Removed use of vroot.h - I really don't know what it did anyway
2001-06-11 22:26:56 +00:00
zuntum
a8f6f5fee0 o remove input redirection for sed
o add missing '/' to the HOMEPAGE
2001-06-11 21:36:02 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
072be2ad69 Use bsd.buildlink.mk instead of duplicating code all over the place. 2001-06-11 01:59:33 +00:00
jlam
5d02f04b3a Use cookies (.*_done) to determine whether headers and libs have been
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files.  A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
2001-06-10 00:09:29 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
271d5d6def ' ' -> '\t' 2001-06-09 15:12:04 +00:00
wiz
825d02fddc Undo previous to let rxvt use big5 fonts from intlfonts (pkg/12664).
Will be done by modifying intlfonts.
2001-06-09 14:52:16 +00:00
tron
5352ed6a46 Use wildcard dependence on "p5-HTML-Parser" package. 2001-06-08 20:34:16 +00:00
tron
e149c04afd Remove "post-configure" target for Solaris which is not necessary with
revision 1.750 of "mk/bsd.pkg.mk".
2001-06-07 16:23:10 +00:00
jlam
fd8f642dc9 Use ${X11PREFIX} as the installation prefix of fltk instead of double-listing
the headers and libraries.
2001-06-05 22:15:34 +00:00
agc
fc45415b6a Define unix, and reduce the number of warnings. 2001-06-01 11:26:43 +00:00
dent
31214698b7 Fix dead HOMEPAGE 2001-05-31 09:11:00 +00:00
hubertf
c7cf2f3efe Updated xlockmore to 5.01.2. Changes:
5.01.2
  dclock broken in 5.01.1 thanks to for Stephen Montgomery-Smith
    pointing it out.  (5.01 dclock.c put back).

5.01.1
  Missed a patch to config.h.in for Red Hat 7.1... thanks again to
    Tim Aukland <tda10@Procket.com>.
+ New "tetris -well", now uses generated images, also cleaned up some
+   bugs too.  Bug fix thanks to Tom Schmidt.
  New molecule to solve a random SEGV on Sun thanks to Tom Schmidt
    <tschmidt@micron.com> (it still crashes on my Sun with OpenGL but
    I think its an isolated case).  Also cleaned up a few mistakes in the
    menus and resource file.
  OSF1_ENH_SEC passwd updated to handle passwords with more than eight
    characters using dispcrypt, thanks to Steve VanDevender
    <stevev@hexadecimal.uoregon.edu>.
  molecule fix in sscanf thanks to Jouk Jansen.
  scooter updated thanks to Sven Thoennissen <posse@gmx.net>.
+ Got rid of of some -Wall, lint, and C++ warnings (mostly the new 5.01 modes).
+   ecgs g++ warnings removed from solitare and all glx modes, regular modes
+   left for later (casting NULL).
  Fixed generated xlock.hlp.
+ gears added -size but defaults to 0, only -planetary will use up lots of
+   CPU so added a -planetsize 400 which takes over if -size is 0 (full screen
+   if both are 0).
2001-05-29 00:55:34 +00:00
sakamoto
8b673264e3 Update to fox-0.99.172 and xunicode-0.3.2.2.
Changes:
	[Foxgui-announce]New Drop of FOX [0.99.169]
	http://groups.yahoo.com/group/fox-users/message/2431
	[Foxgui-announce]FOX 0.99.172 dropped
	http://groups.yahoo.com/group/fox-users/message/2433
2001-05-27 07:57:38 +00:00
rh
67be1eb8d5 Update gnome-core to 1.4.0.4. Changes are bugfixes only. 2001-05-26 13:28:40 +00:00
jlam
365b176070 Add buildlink.mk Makefile fragment to link headers and libs into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26 07:14:01 +00:00
jlam
d2241bc129 Update fltk to 1.0.11. Changes from version 1.0.10 include bugfixes and:
- Added new const const pointer versions of pixmap functions to eliminate
  an annoying pointer warning message that was generated by the Sun and
  other C++ compilers.

- Eliminated all "var hides class::var" warnings.

- Eliminated all "string literal converted to char *" warnings.

- The file chooser buttons use user_data() rather than the label to decide
  what to do, allowing the label to be somewhat cleaner.

- Fl_has_idle only tested N-1 callbacks and missed one.

- Fl_Gl_Window has a new method to allow you to get and set the context:

      void Fl_Gl_Window::context(void*, int destroy = 0)
      void* Fl_Gl_Window::context() const;

  Return or set a pointer to the GLContext that this window is using. This
  is a system-dependent structure, but it is portable to copy the context
  from one window to another. You can also set it to NULL, which will
  force FLTK to recreate the context the next time make_current() is
  called, this is useful for getting around bugs in OpenGL implementations.

  If destroy_flag is true the context will be destroyed by fltk when the
  window is destroyed, or when the mode() is changed, or the next time
  context(x) is called.

- Added Fl::add_check(...), Fl::remove_check, and Fl::has_check. These are
  similar to idle callbacks but are only called just before it waits for
  new events.  They can be used to watch for changes in global state and
  respond to them.

- Added simple FLTK and FLUID manual pages.
2001-05-26 06:37:45 +00:00
skrll
1517a4c70f Introduce a new variable KJS_USE_PCRE that controls the regex library
used in KJS (javascript) for kdelibs2.

This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24 22:18:21 +00:00
itojun
38a0ec704b upgrade magicpoint to 0.18a.
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
  * Supporting "cont", "mark", "again"
  * Resizing image
- bug fixes
2001-05-24 10:36:00 +00:00
jlam
a3dca94481 Fix the installed tkConfig.sh so it's possible to use its values to generate
a shared library that depends on libtk83.so.  Patch the configure script to
set TK_LIB_SPEC to include -Wl,-rpath,... or -R... depending on whether we
are ELF or a.out.

Bump version number to 8.3.2nb1.
2001-05-24 02:58:29 +00:00
wiz
41dbd7c0d9 Standardize patch name. 2001-05-22 23:35:41 +00:00
tron
da3e7df345 Add missing size entries. 2001-05-22 19:33:37 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
wiz
fc12dde951 Add size. 2001-05-21 22:04:24 +00:00
wiz
df1f8aac26 Don't ignore checksum; similar reason as for xcolors.
Add real checksum and size to distinfo.
2001-05-21 22:01:50 +00:00
wiz
da825948e7 Don't ignore checksum, no obvious reason too, and we have better methods
to deal with files that change checksums often (which probably won't happen
for this one anymore).
Add real checksum and size.
2001-05-21 22:00:05 +00:00
wiz
cd77647115 Add size. 2001-05-21 21:57:54 +00:00
wiz
d3c112794d Add size. 2001-05-21 21:45:45 +00:00
zuntum
e48bc8ecbf Add Size entries to distinfo 2001-05-21 05:43:22 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
drochner
26afe3fb70 allow python>=2.0, for those who look into the future 2001-05-19 14:49:48 +00:00
drochner
90fe60a11f add and anable gnome-- (hi Thomas) 2001-05-19 10:10:10 +00:00
drochner
ed7d7e1748 initial import of gnome--: C++ bindings for the gnome library 2001-05-19 10:08:59 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wiz
9cc80e9cf6 add and enable qt2-designer-kde 2001-05-18 23:40:49 +00:00
abs
f74924b52f Work around an arm32 compiler bug 2001-05-18 13:26:23 +00:00
abs
866c6dee43 xscreensaver-gnome can just use the distinfo from xscreensaver 2001-05-18 12:54:06 +00:00
abs
ec13ac2e64 Lose leading 'The ' on COMMENT 2001-05-17 08:32:13 +00:00
rh
64f8906786 Update gnome-core to 1.4.0.3. Changes include bugfixes and locale updates. 2001-05-14 17:18:15 +00:00
drochner
d34db1c27b Split out KDE support into a separate pkg. While qt2 already takes
hours to compile, the KDE stuff makes it absolutely unbearable for
someone not explicitely interested in it.
2001-05-14 17:09:26 +00:00
dmcmahill
39b6b9772b fix type for LP64 systems. (unsigned -> size_t) 2001-05-12 21:54:13 +00:00
jlam
e46dd25a6e Share a common distinfo file between lesstif and lesstif12. 2001-05-12 04:32:34 +00:00
dmcmahill
1403928fb7 don't return the address of a local variable. 2001-05-11 20:41:31 +00:00
dmcmahill
8888d3ed31 Don't unconditionally try and include:
lib/kde2/libkcm_energy.so
lib/kde2/libkcm_screensaver.so
in PLIST because on some systems (i386), /usr/X11R6/lib/libXdpms.so does
not exist (only the static lib) and hence the above shared libs are not
built.
2001-05-11 17:43:21 +00:00
agc
fb928b5f87 Make this package work in the presence of xpkgwedge. 2001-05-10 13:19:27 +00:00
agc
70cc818f19 Sync PLIST with reality, by adding missing files, and one missing directory.
Pointed out by the last bulk build.
2001-05-10 13:16:17 +00:00
hubertf
079c205718 Add a few leftovers from last build 2001-05-09 02:34:57 +00:00
lukem
d0e1e5b913 patch-aa updated for FSCALE load average fix 2001-05-09 01:26:50 +00:00
lukem
baf9d29c80 #undef FSHIFT and FSCALE before including <rpcsvc/rstat.h>, so that the
rstat protocol's FSCALE of 1<<8 gets used instead of <sys/param.h>'s 1<<11.
Without this fix (which rup also has), load averages are 8 times too low.
2001-05-09 01:24:33 +00:00
dmcmahill
ec677640c0 add missing PLIST entries 2001-05-08 15:58:05 +00:00
jlam
14069ecab9 Change DEPENDS from tcl-8.3.2nb1 to tcl>=8.3.2. 2001-05-05 19:52:30 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
hubertf
ce39fdbf6d The sam libs and headers are in X11PREFIX - search them there! 2001-05-05 01:56:20 +00:00
dmcmahill
ebb276349e populate distinfo with SHA1 sums and sizes for all the various
MACHINE_ARCH's and OBJECT_FMT's we currently have.
2001-05-04 14:25:11 +00:00
skrll
78febcf4d1 Add explicit dependency on MESA with USE_MESA.
Make sure the configure script gets the right location for the Mesa
includes.

Includes fix from Rex McMaster <rex@mcmaster.wattle.id.au> for his PR
(pkg/12556).
2001-05-04 11:26:06 +00:00
dmcmahill
4bda21f1cd restore checksums for alpha, arm32, m68k, i386-a.out, mipsel, ns32k, powerpc, and sparc 2001-05-04 01:33:57 +00:00
fredb
cefc585ceb Provide the executive summary, concerning how to actually run this thing.
(You may need to set the font -- it's default font is not distributed with
X by default, but other Hangul fonts are.)
2001-05-03 19:58:27 +00:00
fredb
b99e98ee19 Should be OK to include <sys/param.h> unconditionally in "misc.c", to get
the proper definition of "BSD", since it's already done so in "main.c".
2001-05-03 18:46:07 +00:00
fredb
13499173ec Use the FD_* macros with select(). Take a clue from XFree-3.3.6 xterm,
and make this conditional on only "#ifndef VMS".
2001-05-03 18:37:47 +00:00
fredb
77a8f97bde Remove defunct mirror. 2001-05-03 13:24:03 +00:00
fredb
59270a07de Regen. 2001-05-03 00:47:49 +00:00
dmcmahill
51b94997c0 Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au>
in PR pkg/12803 and integrated by me.  It also now compiles on alpha but
segfaults there so change the broken message accordingly.
2001-05-02 21:46:07 +00:00
jlam
6b22abff85 Honor CFLAGS passed in from environment during build. 2001-05-01 16:34:10 +00:00
skrll
a7fab53356 Pull in security fixes for kdesu from KDE-2.1.2.
Bump version of kdelibs to 2.1nb1 and update dependencies to the new
version.
2001-05-01 09:46:36 +00:00
agc
8744bbe3b0 + Now that editors/sam installs header files and libraries, use a
conventional DEPENDS mechanism.
+ Avoid hardcoded "/usr/X11R6" in Makefiles
+ Split patch-ab into multiple patches.

Should fix bulk-build problems, as well as getting rid of one more
"eccentric" package.
2001-05-01 09:35:40 +00:00
tron
a6740774e8 Refuse to build this package on XFree86 4.x systems. 2001-04-30 15:06:26 +00:00
tron
4d8693e108 Fix typo in last commit. 2001-04-30 15:03:32 +00:00
tron
57971d2084 Optimize check for X11 release by adding "X11_RELEASE" to "MAKEFLAGS" to
avoid recursive "make" invokations where possible.
2001-04-30 15:02:49 +00:00
skrll
24af03f299 Update to version 0.3.0 as the old one no longer exists.
- New homepage on sourceforge.
	- Package is now called qwt not qwtlib - so conflict with qwtlib.
	- New version requires QT2.
2001-04-30 11:03:30 +00:00
jlam
d75cbbb9fd Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-30 04:16:08 +00:00
skrll
17e962bd30 Modify the configure script so that the mesa headers are found when
xpkgwedge is installed.

Should fix pkg/12556 from Rex McMaster <rex@mcmaster.wattle.id.au>
2001-04-29 19:29:36 +00:00
rh
2d8061708c No need to be overly restrictive in DEPENDS. A requirement of glib>=1.2.8
instead of 1.2.10 seems to be sufficient.  Pointed out in private mail by
Hubert Feyrer.
2001-04-29 05:13:57 +00:00
jtb
86be0dbfb1 Add the missing entries. 2001-04-28 14:42:28 +00:00
zuntum
226cbaba7b Update Eterm to 0.8.10
This release is simply a bugfix release of 0.8.9.  The 0.8.x series has become
the "stable" branch of Eterm and will only involve bugfixes, no new features.
All the feature development is occuring in the 0.9 series.

Fixes pkg/12105 by myself
2001-04-28 11:07:34 +00:00
zuntum
315fb0cae1 add & enable imwheel 2001-04-27 13:35:16 +00:00
zuntum
558503eba4 Initial import of imwheel-0.9.9
This is a not so short little ditty that does the simple conversion of mouse
button presses into key presses.  By grabbing only the 4th and 5th mouse
buttons the program is able to receive input from the Intellimouse series
mice.  The wheel button can always be used as middle button, this program
does not affect how the XServer reacts towards it.  A mouse with a wheel
button is a 3 button mouse, and should be configured as such!

Note that other wheeled mice such as the Logitech MouseMan+ or TrackMan+ are
Intellimouse compatible and can be used with this as well.  For more
information on setting up your wheeled mouse to work with X, see either the
imwheel man page or the FAQ.

Fixes pkg/12515 by Philipp Huber <uebs@gmx.at>
2001-04-27 13:32:01 +00:00
tron
2cbd51587a Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirror
sites which gives us a German mirror site again.
2001-04-27 11:46:34 +00:00
tron
b0bf27a852 Remove dead mirror on "ftp.flirble.org" and unreliable mirror on
"infosoc.uni-koeln.de".
2001-04-27 11:43:40 +00:00
rh
63530dbbd8 Update gtk+ to 1.2.10. Overview of Changes in GTK+ 1.2.10:
* Fix focus drawing with no window manager
* Fix cut-and-paste with no current event
* Fix compilation using --with-xinput=gxi
* Fix problem with cut-and-paste and KOI8-R
* Fix rare problem with enter events and menus
* Fix problem with --with-native-locale and GNU libc-2.1
* Further fixes for using fonts, not fontsets, with non iso-8859-1.
* Fix problem with dropping onto internal children, such as CList buttons
* Translation updates

  This package also fixes a bug of gtk+-1.2.10 that messes up
focus-follows-pointer with embedded windows (which affects, for example,
the control center and various bonobo components in GNOME).  Thanks go to
Dan Winship <danw@ximian.com>, who provided this patch in private mail.
2001-04-26 17:42:54 +00:00
taca
1c903a2b32 Add checksum of KTerm-BGP-1.0.patch.gz, in order to compile with
KTERM_USE_WALLPAPER=YES.

How do we add those conditionaly included distfiles/patchfiles?
2001-04-26 12:28:15 +00:00
rh
46c72ab52d Update the gnome meta-package to 1.4.0.1. This concludes the update of
GNOME to 1.4.  Changes include the addition of several new packages now
present in the GNOME distribution.
2001-04-26 07:32:03 +00:00
rh
6982e40156 Update gnome-core to 1.4.0.2. Changes are italian catalog updates and
minor bugfixes only.
2001-04-24 18:07:14 +00:00
rh
bf18fa9cba Update gtk-- to 1.2.5. Changes include:
Release: Gtk-- 1.2.5
  * Fixes for code generator.
  * Fixes for RedHat 7.0 configure bug.
  * Numerous patches to clean up code and improve appearance.
  * Added SpinButton::update() (Augustin Ferrin Pozuelo)
  * Menushell namespace fixes (jaycox)
  * Fixes for gtk--.m4 (srittau)
  * Major CTree fixes
  * CTree::selection() fixed. (Murray Cumming)
  * Added CTree::{Row,Column}::moveto()
  * Fix for CTree::RowList::end() (Daniel Elstner)
  * Documentation fixes (Falk Hueffner)
  * TreeItem patch (Joe Yandle)

Release: Gtk-- 1.2.4
  * Fixes for code generator
  * Rotated Bin::add_pixlabel.
  * gcc 2.96 fixes.
  * Distribution fixes.
  * Tutorial updates.
  * Dialog demos.
  * Dialog demo from Paul Serice.
  * Warning clean up.
  * Fix for accelerator labels from Toralf Lund.

Release: Gtk-- 1.2.3
  * Fixes for container
  * Bugs in code generator
  * Minor internal fixes.
  * Major changes for libstdc++-v3 from Felix Natter
  * Patches to try to improve gcc 2.96 compilation (still problem with yacc)
  * Menu improvements to support dynamic menu items.
  * CTree iterator fixes.

Release: Gtk-- 1.2.2
  * CTree updates from Juergen Mangler, a9506264@unet.univie.ac.at
  * Tearoff menu support (Juergen).
  * New examples for ctree and menu (Juergen).
  * Changed internals to get around serious gcc bug.  Earlier versions
    should be discarded.  Use of old version with multiple inheritence
    will cause segfaults!
2001-04-24 17:27:57 +00:00
toshii
cf2f0e80d7 Pullup rev. 1.2 from xsrc/xc/programs/xterm/misc.c.
Fixes forever solid cursor bug.
2001-04-23 04:44:21 +00:00
rh
c62e47c666 Move BUILD_USES_MSGFMT to DEPENDS section 2001-04-22 09:57:31 +00:00
hubertf
70d455843d Allow pkgs that need this file to override the homepage 2001-04-21 00:22:04 +00:00
agc
5b3328f0c3 The source on the master site has changed.
For now, use the copy stored on ${MASTER_SITE_LOCAL}

Move to sha1 digest, and add distfile size.
2001-04-19 11:39:31 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
skrll
050e4d11ff Stylistic change. 2001-04-19 10:22:13 +00:00
hubertf
ce8db409bb Fix path to license-accepted file, per PR 12699
(Do we really need a file for this?)
2001-04-19 09:46:44 +00:00
dmcmahill
0b5cce7c6f use DEPENDS+= instead of DEPENDS=, put DEPENDS on seperate lines 2001-04-18 20:00:39 +00:00
jwise
410087bbbd Fix problem with libtk .la file generated by new libtool.
Pointed out (and patch provided by) Jason Beegan (jtb@netbsd.org)
2001-04-18 18:15:41 +00:00
itojun
1adaadd8bf use 3.1.4. master site has moved.
2000-11-28  John Simon  <simon@quagga.kaist.ac.kr>

	* /home/cvs/hanterm/automata.c:
	another patch from cdpark: dealing with the
	cases when incomplete char is out of KS X 1001

	* /home/cvs/hanterm/automata.c, /home/cvs/hanterm/charproc.c, /home/cvs/hanterm/hanja.h, /home/cvs/hanterm/main.c, /home/cvs/hanterm/version.h:
	applied the patch by Chong-Dae Park <cdpark@jupiter.kaist.ac.kr>:

	charproc.c: support for ksx1001.1997 XLFD encoding name. for
		baekmuk fonts.
	automata.c: check for in_ks, even when current font is not ks* but
		code system is EUC-KR, for two-bul input.
	hanja.h: hanza "Ãé" bug, by Chang-woo Ryu.
	*: BSD wtmp, lastlog patch, by Duk-hwan Kim.

1999-09-13  John Simon  <simon@quagga.kaist.ac.kr>

	* /home/cvs/hanterm/hanterm.html:
	added install information for solaris 2.x+ow
2001-04-18 07:56:17 +00:00
skrll
f2e49fd7cb Re-enable common m5,patch-sum file in new distinfo scheme. 2001-04-17 16:51:43 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
zuntum
f7927514df add & enable xpaste 2001-04-16 20:23:14 +00:00
zuntum
c73ca4fa7d Initial import of xpaste-1.1
XPaste is a short X program which creates a window and displays the
contents of the Primary paste buffer in that window.

Package submitted by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
in pkg/12621
2001-04-16 20:21:01 +00:00
sakamoto
157237e697 fix shared library path. 2001-04-15 08:26:40 +00:00
dmcmahill
096f4aad43 FOO!= .... ${ECHO} has to come after bsd.pkg.mk so that ECHO is set 2001-04-14 21:21:25 +00:00
sakamoto
2482f8dcab Update to fox-0.99.167 and xunicode-0.3.2.
Changes:
	[Foxgui-announce]New FOX Drop [0.99.160]
	http://www.geocrawler.com/archives/3/3372/2001/2/0/5233478/
	[Foxgui-announce]New drop of FOX [0.99.162]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5304347/
	[Foxgui-announce]New drop FOX [0.99.164]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5310563/
	[Foxgui-announce]New FOX released [0.99.165]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5352175/
	[Foxgui-announce]New FOX Drop [0.99.166]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5360202/
	[Foxgui-announce]New drop of FOX [0.99.167]
	http://www.geocrawler.com/lists/3/SourceForge/3372/0/5486877/
2001-04-13 19:27:05 +00:00
tron
8593eecdc6 Remove file which shouldn't have been imported. 2001-04-13 16:38:22 +00:00
tron
006d576524 Add and enable "xservers". 2001-04-13 16:34:40 +00:00
tron
5c07937403 Initial import of "xservers" package:
Old X11 servers for use under XFree86 4.x
2001-04-13 16:31:16 +00:00
wulf
30351e19ff Updated gtk+extra to 0.99.14: Bugfix update 2001-04-13 16:13:35 +00:00
wiz
1b8cc3a08d echo -> ${ECHO} 2001-04-09 12:01:26 +00:00
kei
340cd43ec0 As per discussion with mjl, moved this package from x11 category to time. 2001-04-09 06:46:12 +00:00
rh
86f97775b7 Update gnome-python to 1.4.0.
Notable changes are:
        - adds support for more panel applet APIs.
        - update to work with latest gtkhtml.
        - various bug fixes.
2001-04-07 19:43:30 +00:00
rh
aa77e2b12a Update gtkglarea to 1.2.2. Changes are minor bugfixes only. 2001-04-07 19:34:31 +00:00
rh
2e7123e187 Update gnome-applets to 1.4.0.1
Changes include:

2001-03-24  Yukihiro Nakai <nakai@gnome.gr.jp>

        * battery/docs/ja: Add Japanese translation.
        * cdplayer/docs/ja: Add Japanese translation.
        * charpick/docs/ja: Add Japanese translation.
        * clockmail/docs/ja: Add Japanese translation.
        * cpumemusage/docs/ja: Add Japanese translation.
        * diskusage/docs/ja: Add Japanese translation.
        * drivemount/docs/ja: Add Japanese translation.

2001-03-23  Yukihiro Nakai <nakai@gnome.gr.jp>

        * asclock/docs/ja: Add Japanese translation.

2001-03-20  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

        * cpumemusage/docs/C/Makefile.am:
        * cpumemusage/docs/C/cpumemusage-applet.png:
        * cpumemusage/docs/C/cpumemusage.sgml:
        * cpumemusage/docs/C/figures/cpumemusage-applet.png:
        * cpumemusage/docs/it/Makefile.am:
        * cpumemusage/docs/it/cpumemusage-applet.png:
        * cpumemusage/docs/it/cpumemusage.sgml:
        * cpumemusage/docs/it/figures/cpumemusage-applet.png:

        Fixed some bugs in the metadata.

        * cdplayer/docs/C/cdplayer_applet-C.omf:
        * life/docs/C/Makefile.am:
        * life/docs/it/Makefile.am:
        * multiload/docs/C/memload/memload_applet-C.omf:
        * multiload/docs/C/memload/memload_applet.sgml:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Fixed incorrect file name.

        * multiload/docs/it/swapload/swapload_applet-C.omf:
        * multiload/docs/it/swapload/swapload_applet-it.omf:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Removed bad tab at end of line.

        * multiload/docs/C/loadavg/Makefile.am:
        * multiload/docs/it/loadavg/Makefile.am:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-20  Dan Mueth  <dan@eazel.com>

        Fixing a few OMF and Makefile bugs.

        * another_clock/docs/C/anotherclock_applet-C.omf:
        * another_clock/docs/it/anotherclock_applet-it.omf:
        * another_clock/docs/uk/anotherclock_applet-uk.omf:
        * asclock/docs/C/asclock_applet-C.omf:
        * asclock/docs/it/asclock_applet-it.omf:
        * life/docs/C/life_applet-C.omf:
        * mixer/docs/C/mixer_applet-C.omf:
        * tickastat/docs/it/Makefile.am:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-19  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-15 John Fleck <jfleck@swcp.com>

        * woohoo - adding the last of the omf files:
        modemlights/docs/it/modemlights_applet-it.omf
        tickastat/docs/it/tickastat_applet-it.omf
        fifteen/docs/it/fifteen_applet-it.omf
        webcontrol/docs/it/webcontrol_applet-it.omf
        clockmail/docs/it/clockmail_applet-it.omf
        gkb-new/docs/hu/gkb_applet-hu.omf
        quicklaunch/docs/it/quicklaunch_applet-it.omf
        jbc/docs/it/jbc_applet-it.omf
        diskusage/docs/it/diskusage_applet-it.omf
        sound-monitor/docs/it/sound-monitor_applet-it.omf
        geyes/docs/it/geyes_applet-it.omf
        gweather/docs/it/gweather_applet-it.omf

2001-03-14  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-13  Dan Mueth  <dan@eazel.com>

        Bug fix.

2001-03-13  Dan Mueth  <dan@eazel.com>

        Adding file I forget to add last time:

        * sgmldocs.make:

2001-03-13  Dan Mueth  <dan@eazel.com>

        Fixing up the doc build stuff.

        Adding FDL license
        * COPYING-DOCS:
        * Makefile.am:

        Fixing up the doc build stuff.
        * configure.in:
        * omf-install/Makefile.am:

        Fixing up doc build stuff for Mixer applet
        * mixer/docs/C/figures/mixer_applet.png:
        * mixer/docs/C/mixer.sgml:
        * mixer/docs/C/mixer_applet.png:
        * mixer/docs/C/Makefile.am:

2001-03-12 John Fleck <jfleck@inkstain.net>

        * add a bunch of omf files (Dan Mueth will visit shortly do do the
        makefile magic to incorporate these)
        mini-commander/docs/C/mini-commander_applet-C.omf
        mini-commander/docs/it/mini-commander_applet-it.omf
        drivemount/docs/C/drivemount_applet-C.omf
        drivemount/docs/it/drivemount_applet-it.omf
        life/docs/C/life_applet-C.omf
        life/docs/it/life_applet-it.omf
        screenshooter/docs/C/screenshooter_applet-C.omf
        screenshooter/docs/it/screenshooter_applet-it.om

2001-03-11  Kjartan Maraas  <kmaraas@gnome.org>

        * configure.in: Generate Makefile for mixer/docs/es

Tue Feb 27 05:19:36 2001  George Lebl <jirka@5z.com>

        * AUTHORS: added Rusty

        * Applying:

        Mon Feb 26 23:45:45  Rusty Geldmacher <rusty@wpi.edu>

        * webcopntrol/properties.[ch]: Added browser configuration
        dialog box.

2001-02-26  Szabolcs Ban <shooby@gnome.hu>

        * gkb-new/descs/Basque.keyprop.in: added Basque keyprop files
        * gkb-new/xmodmap/xmodmap.eu: added xmodmap
        * gkb-new/gkb/eu.png: added few flag
        from I<F1>igo Serna <inigoserna@terra.es>

2001-02-26  Dan Mueth <dan@eazel.com>

        Doing some initial setup of OMF installation.  Added a handful
        of OMF files.  Note: Make sure not to set $prefix to have
        RPM_BUILD_ROOT in it or you will break this stuff.  Set
        DESTDIR=RPM_BUILD_ROOT if you like, but $prefix should refer
        to the path on the user's machine.  I'm just griping about this
        because the Ximian spec file (which I borrowed for my testing;)
        did this wrong.
2001-04-07 10:58:33 +00:00
rh
d6c8f92f65 sync w/ reality 2001-04-07 05:55:56 +00:00
rh
6756f91771 Update gnome-core to 1.4.0.1
Changes are:

2001-03-28  Dan Mueth  <dan@eazel.com>

        Linking GNOME hint capplet to doc

        * gnome-hint/gnome-hint-properties.c: (help):

2001-03-26  Darin Adler  <darin@eazel.com>

        * omf-install/.cvsignore: Quick fix to ignore .omf files.

2001-03-25  Dan Mueth  <dan@eazel.com>

        Updated index page for gnome-help-browser to point to current
        GNOME User's Guide.

2001-03-25  Jens Finke <jens@gnome.org>

        * gnome.spec.in: Include gnome-terminal datadir stuff. Make use
        of rpm macros.

2001-03-23  Yukihiro Nakai  <nakai@gnome.gr.jp>

        * configure.in: Generate Makefile of Japanese gsm help.

2001-03-23  Dan Mueth  <dan@eazel.com>

        Fixed error in metadata, placing it in the wrong locale.

        * panel/help/ja/panel-ja.omf:

2001-03-22  Dan Mueth  <dan@eazel.com>

        A couple bug fixes from the previous huge commit.

        * applets/desk-guide/help/C/Makefile.am:
        * applets/desk-guide/help/de/Makefile.am:

2001-03-22  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to use sgmldocs.make.  Making sure
        screenshots are in figures directory.  A few other small
        doc fixes.

2001-03-20  Dan Mueth  <dan@eazel.com>

        Update some of the build stuff to the latest state of
        OMF/SK system.  Plus, added ScrollKeeper stuff into configure.in
        and added sgmldocs.make so we can start using that to stay
        uniform with other packages.

2001-03-09  Kjartan Maraas  <kmaraas@gnome.org>

        * configure.in: Generate Makefile for the japanese panel docs.

2001-03-07  jacob berkman  <jacob@ximian.com>

        * pixmaps: use some of tigert's nice icons

Tue Mar 06 18:36:33 2001  George Lebl <jirka@5z.com>

        * configure.in, acconfig.h:  Add a with argument for the KDE
          documentation path

2001-03-02  Christian Schaller <Uraeus@linuxrising.org>
        * Norwegian Nynorsk translation

2001-02-28  Martin Baulig  <baulig@suse.de>

        * configure.in (configure.in): Added applets/gen_util/help/es.

Tue Feb 27 02:15:15 2001  George Lebl <jirka@5z.com>

        * configure.in: give a useful message when the canvas gdkpixbuf
          thingie isn't found

2001-02-26  Dan Mueth  <dan@eazel.com>

        Include FDL as required by the FDL, and l10n of categories for
        OMF metadata.

        * COPYING-DOCS: Added this file - the FDL
        * Makefile.am: Include COPYING-DOCS
        * applets/fish/help/no/fish_applet-no.omf: l10n of category
        * applets/gen_util/help/no/gen_util_applet-no.omf: l10n of category

2001-02-25  Gediminas Paulauskas <menesis@delfi.lt>

        * configure.in: don't create grdb Makefiles.

2001-02-19  Dan Mueth   <dan@eazel.com>

        * Localized categories in OMF metadata for:
                applets/fish/help/da/fish_applet-da.omf
                applets/gen_util/help/da/clock/clock_applet-da.omf
                applets/gen_util/help/da/mailcheck/mailcheck_applet-da.omf
                applets/gen_util/help/da/printer/printer_applet-da.omf
                gnome-terminal/es/gnome-termainal-es.omf

Sat Feb 17 23:28:01 2001  George Lebl <jirka@5z.com>

        * gnome-core.spec.in:  update so that /var/lib files are installed
          properly

2001-02-15  Dan Mueth   <dan@eazel.com>

        * omf-install/Makefile.am: Changed to install under
          $(datadir)/omf/ instead of $(prefix)/doc/omf because
          this is The Right Way, and scrollkeeper was recently fixed
          to work this way.

2001-02-14  Christophe Merlet  <redfox@eikonex.org>

        * */*.desktop: Updated French translations.

2001-02-13  Dan Mueth   <dan@eazel.com>
        * core-docs/lgpl/C/lgpl.sgml: Added a </para> to make it
          validate with nsgmls and produce a valid TOC.  Now it has
          an extra <para> somewhere, which is lame, but at least
          it validates and makes a good TOC. Finding the extra
          <para> and removing it is left as an excercise for the reader.

        * applet-docs.make: Less broken OMF bits than before

2001-02-13  Dan Mueth   <dan@eazel.com>

        * app-docs.make: Fixed(TM)
        * applet-docs.make: Fixed(TM)

2001-02-13  Dan Mueth   <dan@eazel.com>

        * applet-docs.make: fixing previous non-fix
        * app-docs.make: fixing previous non-fix

2001-02-13  Dan Mueth   <dan@eazel.com>

        * OMF files: Updated to new category list in scrollkeeper-0.0.6

2001-02-12  Dan Mueth   <dan@eazel.com>

        * applet-docs.make: Fixed to do directories without OMF files
          correctly.

2001-02-12  Dan Mueth   <dan@eazel.com>

        * app-docs.make: Fixed to do directories without OMF files
          correctly.

2001-02-08  Kjartan Maraas  <kmaraas@gnome.org>

        * configure.in: Added Norwegian (nynorsk) to ALL_LINGUAS.

2001-02-06  Dan Mueth   <dan@eazel.com>

        * Commented out the OMF files for 3 translations of gnome-terminal
          because the SGML is broken, preventing TOC extraction

2001-02-06  Dan Mueth   <dan@eazel.com>

        * Modified Makefile.am's to register the new OMF files
        * Added many OMF files:
                applets/desk-guide/help/C/desk-guide_applet-C.omf
                applets/desk-guide/help/de/desk-guide_applet-de.omf
                applets/fish/help/C/fish_applet-C.omf
                applets/fish/help/da/fish_applet-da.omf
                applets/fish/help/no/fish_applet-no.omf
                applets/gen_util/help/C/clock/clock_applet-C.omf
                applets/gen_util/help/C/mailcheck/mailcheck_applet-C.omf
                applets/gen_util/help/C/printer/printer_applet-C.omf
                applets/gen_util/help/da/clock/clock_applet-da.omf
                applets/gen_util/help/da/mailcheck/mailcheck_applet-da.omf
                applets/gen_util/help/da/printer/printer_applet-da.omf
                applets/gen_util/help/de/clock-de.omf
                applets/gen_util/help/de/gen_util_applet-de.omf
                applets/gen_util/help/de/mailcheck-de.omf
                applets/gen_util/help/no/mailcheck-no.omf
                applets/gen_util/help/no/gen_util_applet-no.omf
                applets/tasklist/help/C/tasklist_applet-C.omf
                core-docs/fdl/C/fdl-C.omf
                core-docs/gpl/C/gpl-C.omf
                core-docs/lgpl/C/lgpl-C.omf
                gnome-terminal/C/gnome-terminal-C.omf
                gnome-terminal/da/gnome-terminal-da.omf
                gnome-terminal/de/gnome-terminal-de.omf
                gnome-terminal/es/gnome-terminal-es.omf
                gnome-terminal/it/gnome-terminal-it.omf
                gnome-terminal/no/gnome-terminal-no.omf
                gsm/help/C/session-C.omf
                panel/help/C/panel-C.omf
                panel/help/de/panel-de.omf
                panel/help/it/panel-it.omf
                panel/help/no/panel-no.omf


2001-02-06  Dan Mueth   <dan@eazel.com>

        * po/POTFILES.in: Removed lines for mini-commander.  It seems that
          mini-commander is now in gnome-applets, so having these two lines
          was breaking the build.

2001-02-06  Dan Mueth   <dan@eazel.com>

        (initial setup of SK - just doing for Panel Manual for now)
        * omf-install/: created this directory
        * omf-install/Makefile.am: new
        * app-docs.make: updated for scrollkeeper(SK)
        * applet-docs.make: updated for scrollkeeper(SK)
        * configure.in: updated for scrollkeeper(SK)
        * Makefile.am: updated for scrollkeeper(SK)
        * panel/help/C/panel-C.omf: added
        * panel/help/C/Makefile.am: updated for SK

2001-02-05  Eric Baudais  <baudais@okstate.edu>
        * configure.in: Added core-docs/lgpl/Makefile and
        core-docs/lgpl/C/Makefile to AC_OUPUT.

2001-02-04  jacob berkman  <jacob@ximian.com>

        * Makefile.am:
        * configure.in:
        * grdb: remove grdb

Sat Feb 03 19:36:34 2001  George Lebl <jirka@5z.com>

        * Makefile.am:  Cleanup some OOOOOOOLD cruft

        * configure.in, Makefile.am, po/POTFILES.in, grdb/**/*:
          Integrate grdb.  The author fell of the face of the planet and
          didn't integrate it as was planned apparently, so here it goes,
          still needs to get called from gsm, and either control-center
          or something else monitoring theme changes

Wed Jan 31 20:36:25 2001  George Lebl <jirka@5z.com>

        * configure.in:  s/Gnumeric/gnome-core/  fix some cut'n'paste fun

2001-01-26  Marius Andreiana  <mandreiana@yahoo.com>

        * configure.in: Added ro (Romanian) to ALL_LINGUAS.
2001-04-06 22:25:04 +00:00
rh
66ea0dceb2 Update controlcenter to 1.4.0.1. Changes include bugfixes and the
introduction of the new GNOME OMF documentation framework.
2001-04-06 22:08:09 +00:00
rh
e3078c112c Update gnome-libs to 1.2.13. Changes are bugfixes only. 2001-04-06 21:47:04 +00:00
jwise
e358eee4b7 Replace use of (removed) install-build-depends target with code to acheive
the same result.  Fix suggested by agc.
2001-04-05 19:27:41 +00:00
wiz
fd58c6e2c7 Standardize patch file names. 2001-04-05 14:06:55 +00:00
agc
84cd6e9f60 Add and enable xpostit 2001-04-03 08:16:58 +00:00
agc
1ffee6654b Initial import of xpostit version 3.3.1 into the packages collection.
"XPostIt allows you to create small notes to yourself in windows on
the screen, and save them in disk files.  This is generally neater
than having numerous real Post-it notes stuck all around the edges of
your monitor."

Package submitted by Jim Bernard in PR 12532.
2001-04-03 08:16:14 +00:00
kei
30afc75b87 make 'make install;make deinstall;make reinstall' work. 2001-04-03 05:24:48 +00:00
mjl
6d598d1447 Add missing patch-sum 2001-04-02 22:17:19 +00:00
mjl
a952ce5b43 Oh my, have I really produced such a broken pkg? Repair it. 2001-04-02 21:49:47 +00:00
zuntum
4ed4754c22 MKDIR -> INSTALL_DATA_DIR 2001-04-02 20:07:03 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
wiz
3f1c817f7c Remove unnecessary empty line. 2001-04-02 19:24:49 +00:00
wiz
66ec434447 Remove duplicate empty line. 2001-04-02 18:46:38 +00:00
minoura
07910c1431 Forgot to regen. Thanks to zuntum. 2001-04-02 14:51:54 +00:00
rh
89b7c993d1 Add missing dependency on libglade. 2001-04-02 14:45:13 +00:00
minoura
9378385aa5 Correct the bug that it tests errno is non-zero to determine an error
occurred or not.  This bug is found in the original source; already
reported to gnome.org.
2001-04-02 11:08:15 +00:00
mjl
701960f38d Enable wmfishtime 2001-04-02 03:59:34 +00:00
mjl
87178e1f24 Initial import of wmfishtime, a dockable clock application with
clock, date and fish (and bubbles).
2001-04-02 03:58:11 +00:00
skrll
8e180be320 Actually be more forgiving about with version of qt2-designer 2001-04-01 09:22:19 +00:00
skrll
2b823a56c7 Correct BUILD_DEPENDS for qt2-designer. 2001-04-01 09:18:55 +00:00
zuntum
ef5ca26635 o Fix/add quoting
o Respect ${CFLAGS}
2001-03-31 11:14:29 +00:00
fredb
a515340e6e Set ${PERL}, and add it to CONFIGURE_ENV, so configure can munge the
she-bang lines properly. While we're at at, fake PERL_VERSION, if
necessary (i.e. lie brazenly if ${PERL} is not found), so we can build
this package correctly, even _without_ actually having perl installed!
2001-03-30 20:31:57 +00:00
zuntum
469bee5a24 Remove redundant input redirection for SED 2001-03-30 13:49:23 +00:00
tron
e708776328 Remove entry for "tix" package. 2001-03-29 12:11:06 +00:00
tron
5ba8880bce Remove "tix" package. It doesn't work with current versions of "tcl" and
seems to be completely unmaintained.
2001-03-29 12:10:25 +00:00
tron
09e513f1a0 Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
2001-03-29 08:30:31 +00:00
wennmach
8189725909 RCS Id police: forgot this one 2001-03-28 22:32:03 +00:00
wennmach
3f8af1779c RCS Id police 2001-03-28 22:30:42 +00:00
drochner
2fa964e67e update to 0.92.26
Changes:
    Fixes for small problem with List widget. More work required on this ...
    Fixes for some recently introduced bugs within configure. Now link libXm*
	against -lm if ANSI C math stuff is hidden there
    Small Scale widget fix (rounding problem)
    Added two stubs for missing 2.x interfaces. On stub level we should be very
	close to a complete 2.1 set now
    Fixes by Kazuyuki Funada, mostly for i18n.
    Fix and add more (incomplete) man pages to the install target
    Link our shared libraries against the necessary system libraries (e.g.
	libXt, libX11) to hardcode the dependencies
    Rename libDt to libDtPrint, this appears to be what it's called. Remove the
	print_screen field from struct DtPrintSetupData, the Motif 2.1
    manual pages (e.g. about XmPrintSetup) are misleading about libDtPrint.
    Add -lMrm to the Xlt tests, this is necessary as SciPlot now uses Mrm.
    Make build option --with-dmalloc to work again properly
    Make more debugging functions available in a PRODUCTION build (no
	performance penalty)
    Debugging output (DEBUG_FILE env var) is now always explicitly unbuffered
	and can now be sent to "stdin"/"stderr" as well
    The environment variable controlling which files send debugging output has
	been renamed to DEBUG_SOURCES and now accepts a
    blocking entries
    Debugging output can now be en-/disabled upon runtime. (env vars
	DEBUG_TOGGLE, DEBUG_SIGNAL)
2001-03-28 14:57:54 +00:00
skrll
a00a4f14f5 Oops. Add missing USE_LTDL. 2001-03-28 14:04:13 +00:00
skrll
95440d7e91 Add KDE support into the QT2 designer.
Note to Hubert: I wouldn't bother recompiling just yet unless you really
want to start creating KDE apps in the up and coming kdevelop 1.4
2001-03-28 09:27:50 +00:00
fredb
7b463f28ca Add dependency on JPEG lib. 2001-03-28 03:10:53 +00:00
wiz
c0d78419b0 Actually, crxvt has been superseded by rxvt in the mean time.
Remove the package.
Noted by Rui-Xiang Guo.
2001-03-27 23:18:59 +00:00
agc
623a159704 Use a wildcarded package name for bison for the new BUILD_DEPENDS format. 2001-03-27 19:55:48 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
fredb
56396b9474 Add and enable "ssystem". 2001-03-26 07:10:39 +00:00
fredb
a3a8f07542 Initial import of ssystem, a Solar System Flyby Simulator, (and most
excellent screensaver). It's possible to download and install high-res
maps of selected moons and planets, but including those in the package
would make it weigh in a little heavy, so we just install the READMEs,
and leave it to the user to download the jpgs, if he wants them.
2001-03-26 07:08:59 +00:00
hubertf
39e9e3894c ysguardd wants to be setuid root 2001-03-26 02:38:32 +00:00
hubertf
fe650da8e1 Give that
* qt2 doesn't write compressed GIFs
 * applications like KDE2's konqueror are ~useless without it and
 * there's prior art (in FreeBSD, OpenBSD)
switch on GIF support permanently.

(After compiling without GIF support for a few hours AGAIN)
2001-03-24 21:14:40 +00:00
skrll
d5c9d56a01 kdm tidy up...
Don't try and build a "shared" greeter library:

	- it never managed it anyway.
	- the libtool workaround produces a binary 10x bigger than the
	  static build.
	- its more resilient method to different versions of X.

Enable login_cap(3) support.
2001-03-24 13:42:04 +00:00