Commit graph

2266 commits

Author SHA1 Message Date
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