Commit graph

5131 commits

Author SHA1 Message Date
hira
210500d406 Fix PLIST on NetBSD/amd64. 2004-11-15 11:15:55 +00:00
hira
e49a64b3f9 Make this build on NetBSD/amd64. Patch provided by Nicolas Joly
on port-amd64@.  OK'd by xtraeme@.
2004-11-15 11:15:42 +00:00
markd
172740c7b6 Update kkbswitch to 1.4.2 from maintainer Ian Zagorskih.
This maintenance release adds the Hebrew translation contributed previously,
as well as a manpage to comply with Debian standards.
2004-11-15 08:51:13 +00:00
snj
10b1527e0c Update devilspie to 0.7.
Changes:
* Fix the fullscreen action
* Set the Motif hint when setting the decoration hint (Vaclav Lorenc)
2004-11-15 06:35:50 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
sketch
9a6f4c6ef2 Backout previous, the root cause has been fixed via pkgtools/x11-links. There
were going to be far too many packages requiring small tweaks like this one.
2004-11-11 17:49:07 +00:00
sketch
c1fc13a3ae Turn on ANSI when compiling with SunPro to work around certain revisions of
OpenWindows headers which incorrectly check __STDC__ and lead to macro
concatenation breakage with the SunPro compiler.
2004-11-11 13:47:32 +00:00
sketch
1eb6a355bb Remove incomplete (and apparently ineffective) patch I added to work around
certain versions of OpenWindows headers which incorrectly check __STDC__.
There are cleaner ways of fixing this if deemed necessary.
2004-11-11 13:32:06 +00:00
sketch
bc77469c8a Use ${VARBASE} instead of hardcoding /var. 2004-11-10 14:49:36 +00:00
markd
4ab3f4f1bb Make dependency on Xrandr and xcursor explicit rather than trying to note
which bits wouldn't get built if you didn't have them.
2004-11-08 12:50:18 +00:00
markd
45756c52e5 Allow distinguishing the version of Xrandr that came with XFree86 4.2
from that of XFree86 4.3.
2004-11-08 12:38:19 +00:00
markd
30f695e1ae SunOS PLIST that got left off yesterday. 2004-11-08 08:22:02 +00:00
xtraeme
9cc1edf787 Remove patch-ai, which is the same file than DragonFly.cf in ${FILESDIR},
noted by hira@ in private email.
2004-11-08 08:19:48 +00:00
markd
f3f0b4be43 Add support for building XFree86 packages on Solaris.
Claim to be using gcc always and assume that the wrapper framework will
deal with the differences for other compilers (rather than getting imake
to try and do it).
2004-11-07 12:57:37 +00:00
minskim
3f49cea7d6 No need to include bsd.prefs.mk; should have been removed when vte was
updated to 0.11.11.
2004-11-06 17:00:11 +00:00
minskim
dc98d9b2bd Explicitly include buildlink3 files of packages directly used. 2004-11-06 16:52:57 +00:00
wiz
b7cf10412f Add patch from jmmv that fixes scrollkeeper core dumps during installation. 2004-11-06 11:53:02 +00:00
jmmv
a2fe90800f gnome2-control-center shouldn't be here; found by dmcmahill@.
scrollkeeper doesn't have to either.
2004-11-06 10:41:08 +00:00
xtraeme
526bf2553c Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set by
EGDIR! (hi reed!)
2004-11-05 02:58:56 +00:00
adam
8ec6288233 Changes 2.4.7:
* TreeModelFitler:
  - Really fix the constructor.
  - Warn when calling set_value() on the filter mdoel instead
    of the child model.
  - set_modify_func(): Make this work - don't ignore the value.
* TreeView:
  add_column_editable() operates on the child model if the model
  is a TreeModelFiler.
* Documentation:
  - Updated popup menu section and example, to use UIManager.
  - Added 2 TreeModelFilter examples.
  (Murray Cumming)

Changes 2.4.6:
* TreeModelFilter: Correct the constructor implementation,
  so that this is usable.
* gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman)
* Gdk::Screen::get_default(): Correct the reference counting,
  to avoid a crash. (Jonathan Brandmeyer)
* Windows platform:
  - Added MSVC++ project files, which might work.
  (Timothy Shead)
  - Build fix for cygwin. (Roger Leigh)
* Documentation, book:
  - Slightly improved UIManager explanation and
    ported the menu and toolbar examples to UIManager.
  - Added custom containers section.
    (Murray Cumming)
  - Add FileChooser section, though it needs more detail.
    (Gene Ruebsamen)
  - Updated the windows installation appendix.
    (Gene Ruebsamen)

Changes 2.4.5:
* Gtk::Settings::get_default(): Correct reference-count error.
  (Murray Cumming)
* Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors
  protected instead of private (Christopher Palm).
* Examples: TreeView:
  - Added popup example, from gtkmm 2.2.
  - drag_and_drop: Correct vfuncs.
* Documentation:
  - libglademm memory management.
  - Tell people to check pkg-config for 2.4, not 2.2.
  - Gtk::TreeSortable: Document sort function return value.
  (Murray Cumming)
2004-11-04 13:59:56 +00:00
jmmv
91a51864b9 Remove some useless C99-isms that cause the build to fail with GCC 2.95.
Should fix the problem exposed by kristerw@'s NetBSD 1.6.2 bulk build.
2004-11-03 11:22:58 +00:00
xtraeme
39ba685971 Make this build/work on DragonFlyBSD. Patches were submitted by
Todd Willey via tech-pkg@.
2004-11-01 23:41:58 +00:00
gavan
40ad5f21d0 Workaround for compilation problems on Solaris/gcc. 2004-11-01 16:39:06 +00:00
gavan
bbb07c3eb7 Use GNU awk. 2004-11-01 16:35:59 +00:00
minskim
455da108b0 Add and enable p5-X11-Protocol. 2004-10-30 20:53:52 +00:00
minskim
4a4f6548f3 Import p5-X11-Protocol from pkgsrc-wip. Packaged by Roland Illig.
X11::Protocol and the related modules in this distribution are a rough
equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in)
used for drawing windows on and otherwise manipulating X11 window
servers.
2004-10-30 20:51:51 +00:00
grant
addf763609 remove patch backup files in mkspecs/ so they don't get mistakenly
installed.
2004-10-30 13:28:40 +00:00
jdolecek
158484ab16 use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
2004-10-29 05:59:23 +00:00
jmmv
191062ad12 Update to 0.9.16:
Changes in 0.9.16
=================
Speech:
    * Modify to remove information from queue for an end of speech marker
      only if the marker is for text for which information is.

Changes in 0.9.15
=================

Presentation:
    Gnopernicus now presents context information for when a
    toolbar item is focused.

Translation:
    Added and updated Romanian translation.
    Updated Canadian English, Italian and Simplified Chinese translations.

Changes in 0.9.14
=================

Miscelaneous:
    * Gnopernicus uses now version 1.7 of autotools.

Translation:
    * Updated Danish, Korean, Spanish and British translations.

Changes in 0.9.13
=================

Miscelaneous:
    * Gnopernicus uses now version 1.7 of autotools.

Translation:
    * Updated Danish, Korean, Spanish and British translations.

Changes in 0.9.12
=================

Translation:
    * Added Russian, Turkish, Traditional Chinese translations.
2004-10-28 19:13:54 +00:00
jmmv
4638dcd0dd Update to 0.11.8:
What's new in gnome-mag-0.11.8:
* bugfixes, sanity checks on client requests.

What's new in gnome-mag-0.11.7:
* magnifier's use of the new DAMAGE x extension can be turned off via
  the MAGNIFIER_IGNORE_DAMAGE environment variable, or via
  the "--ignore-damage" command line flag.  This is a debugging
  feature.
* magnifier now does some sanity checking on the setROI calls before
  attempting to comply.

What's new in gnome-mag-0.11.6:
* Fix for bug 141376 and 152300; we now provide the missing epv
  implementation for getTargetDisplay and getSourceDisplay, and
  we check to make sure we can connect to a display before
  trying to change source or target.
2004-10-28 19:12:53 +00:00
jmmv
a7c63ed6d4 Update to 2.8.1:
* Build fixes [Kjartan]
* New and updated translations
	- Meelad Zakaria, Roozbeh Pournader [fa]
	- Dmitry G. Mastrukov [ru]
	- Adam Weinberger [en_CA]
	- Marcel Telka [sk]
2004-10-28 19:06:54 +00:00
jmmv
48d7412dff Update to 1.1.1:
* New languages specs for fortran, css, javascript and pascal.
* Bug fixes and updated translations.
2004-10-28 19:05:43 +00:00
wiz
6c8e21a6e6 Convert to buildlink3. 2004-10-28 12:20:39 +00:00
wiz
7a15edcb43 Wildcard depends. 2004-10-28 11:54:12 +00:00
wiz
ce8f648141 Fix depends. 2004-10-28 11:51:04 +00:00
wiz
bd1a5f760e Fix depends, bump PKGREVISION. 2004-10-28 11:49:07 +00:00
gavan
2bc4048a48 Move USE_BUILDLINK3 into Makefile.common.
This change ensures that USE_BUILDLINK3 is defined before compiler.mk is
included.
2004-10-28 10:32:23 +00:00
gavan
69ea790b80 Pay attention to LDFLAGS when building qmake. This allows qmake to link
correctly against pkgsrc gcc.
2004-10-28 10:28:49 +00:00
jmmv
614ab4e5cf Update to 2.8.1:
Session Manager

	* Don't crash gnome-session-remove if we can't get a program name
	  (Ray Strode)
	* Add a big bunch of debug spew (Federico)
	* Don't leak the splash screen background image (Kjartan)
	* Remove the purge timeout when re-incarnating a client (Federico)

  Misc

	* Use automake 1.7 (James Henstridge)

  Translators

	* Adam Weinberger (en_CA)
	* Changwoo Ryu (ko)
2004-10-26 21:09:47 +00:00
jmmv
0a49d22cc5 Update to 2.8.1:
Bugfixes:
- Patch to fix crash-causing namespace issue (Robert Basch, bug #116693).

New/updated translations:

2004-09-22  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
       * ru.po: Updated Russian translation
       from Russian team <gnome-cyr@gnome.org>.

2004-09-15  Alessio Frusciante  <algol@firenze.linux.it>
       * it.po: Updated Italian translation by
       Luca Ferretti <elle.uca@infinito.it>.
2004-10-26 21:09:04 +00:00
jmmv
770f721993 Update to 2.8.1:
Panel

	* Prevent against future config breakage when changing
	  the default setup (Mark)
	* De-sensitize addto button when nothing is selected (Vincent Noel)
	* Fix icon scaling issue in the run dialog (Vincent Noel)

  Translators

	* Christophe Merlet (fr)
	* Alessio Frusciante (it)
2004-10-26 21:08:32 +00:00
jmmv
00843bc002 Update to 2.8.1:
- Some tweaking of the available default applications
- Background capplet fixes (#154003)
- keyboard patchs (#144490) (#153866)
- Patch leak in XKB code
- update translations
2004-10-26 21:07:56 +00:00
jmmv
df54de5695 Update gnome2-pixmaps and gnome-desktop to 2.8.1:
Fixes
	* Make %k in .desktop files work again (Brian Ryner)
	* Use automake 1.7 (James Henstridge)
	* New icons (Jakub Steiner, James Ogley)

  Translators
	* Wang Jian (zh_CN)
2004-10-26 21:05:46 +00:00
xtraeme
df743a9af6 The CONFLICTS lines for xextensions, libx11 and libXaw should be
only when X11BASE = LOCALBASE, otherwise they are useless, because
the xorg packages install the files into ${X11ROOT} aka ${PREFIX}/xorg
and not ${PREFIX}.

Bump PKGREVISION because the binary has been modified.
2004-10-22 06:31:42 +00:00
adam
36b4079794 Patches no longer needed 2004-10-21 08:30:22 +00:00
adam
994fef0d34 Changes 1.1.5rc1:
- Documentation updates (STR #186, STR #245, STR #250,
          STR #277, STR #281, STR #328, STR #338)
        - fl_scroll() did not handle scrolling from off-screen on
          WIN32 (STR #315)
        - Fl_File_Chooser did not allow manual entry of a drive
          letter (STR #339)
        - Fl_Menu now uses the boxtype to redraw the menu
          background (STR #204)
        - Fl_Scroll now shows the background image when a framed
          box type is used and the Fl_Scroll is a direct
          decendent of a window (STR #205)
        - Added a new_directory_tooltip string pointer to allow
          localization of the file chooser's new directory
          button (STR #340)
        - Added Fl_Menu_::find_item() method (STR #316)
        - The Fl_Widget copy operator definitions were not
          conditionally compiled properly (STR #329)
        - FLUID's Layout functionality did not move child
          widgets when laying out group widgets (STR #319)
        - FLUID's Layout->Center In Group functionality did not
          properly handle widgets that were children of a
          Fl_Window widget (STR #318)
        - The Fl_Text_Display destructor did not remove the
          predelete callback associated with the current buffer
          (STR #332)
        - Fixed several bugs in the MacOS X Fl::add_fd()
          handling (STR #333, STR #337)
2004-10-21 08:29:45 +00:00
minskim
8d13151221 Use POSIX termios on Interix. 2004-10-21 07:51:14 +00:00
minskim
c0a72c32b3 Use initgroups(3) only when it is available. 2004-10-21 07:39:43 +00:00
jmmv
c7de5ed683 Update to 2.8.0:
- HIG fixes
- a11y fixes for the encodings menu
- fix georgian encoding
- added and updated translations
2004-10-20 21:13:16 +00:00
xtraeme
d7856c5153 80 chars per line. 2004-10-20 18:55:57 +00:00
reed
aebd048453 Make xdm use configs from under PKG_SYSCONFDIR.
Some ideas came from NetBSD's XFree86 customizations.

Use USE_PKGINSTALL and CONF_FILES for xorg-clients.
Installs xdm configs (and shell scripts) to examples directory.
Create OWN_DIRS for the authDir.

PLIST changes are for chooser is now in bin directory.
And pixmaps moved to include/X11/pixmaps directory.
xdm configs are no longer in lib/X11/xdm (so they are no longer lost
on reinstall).

(Anyone want to do twm and other configs?)
2004-10-20 14:33:30 +00:00
jmmv
bf406443a7 Bump PKGREVISION because the evolution-data-server dependency was bumped to
ensure that a serious runtime fix gets pulled in.
2004-10-19 20:17:54 +00:00
markd
2ff1960657 Bring the qmake.conf we use in line with those from qt 3.3.3.
Bump PKGREVISION of qt3-tools.
Noted by Christoph Badura.
2004-10-19 13:27:48 +00:00
minskim
94a4dc72f5 Add patch missed in the previous commit, which replaces setpgrp with
setpgid when setpgrp is not available.
2004-10-16 21:47:37 +00:00
minskim
9290f81663 Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix). 2004-10-16 18:19:54 +00:00
tv
2aeb4bad3e Apparently, librep is a gross abuser of libtool, and breaks most of
libtool's rules about linking and installing.  Worse yet, it encourages
users of the library to reuse its libtool abuse.  So we have to whack the
installed .la files to make them correct as if libtool were *correctly*
invoked in the first place.
2004-10-15 21:02:29 +00:00
seb
a31afff67a Fix PLIST issue: fix typo on regexp to search for in Xrandr.h to determine
if X RandR extension is present and therefor its support compiled in.

XXX Should PKGREVISION bumped?

XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension
in X11BASE is supported so a dependency on Xrandr package is eventually
included?
2004-10-15 17:19:03 +00:00
jmmv
2185b1940c Update to 2.8.1.1:
Changes in GNOME-Applets 2.8.1.1
================================

Overall
 * Fix possible crasher in gweather preferences (Mark McLoughlin)
 * Fix error in Italian translation that caused gweather to not parse the
   location list (Kjarten Maraas)

Changes in GNOME-Applets 2.8.1
==============================

Overall
 * Bugfixes
 * New icons from Jakub Steiner (charpick, geyes, gswitchit)
 * Fix multiload network traffic under NetBSD (Douglas Brebner)

Translations
 * nl (Michael Sikkes)
 * az (Mətin Əmirov)
 * ca (Jordi Mallach)
 * ar (Arafat Medini)
 * fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay)
 * ko (Changwoo Ryu)
 * it (Luca Ferretti)
 * ru (Leonid Kanter)
 * it (Alessio Frusciante, Francesco Marletta)
 * en_GB (David Lodge)
 * fa (Meelad Zakaria)
 * zh_TW (Abel Cheung)
2004-10-15 16:23:28 +00:00
seb
87fdae91f5 Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to
'@comment '
2004-10-15 13:56:27 +00:00
tv
333f16c960 Update linkage to libltdl (via imlib2), now in its own package. 2004-10-15 12:22:13 +00:00
markd
ae4f95a72e Fix distinfo to match the actual release version of kdelibs-3.3.1 rather
than a pre-release version.  Proble noted by Robert Elz.
2004-10-13 20:35:28 +00:00
tv
00afe19a48 INSTALL_DATA -> INSTALL_LIB, where appropriate. 2004-10-13 15:43:43 +00:00
tv
257ee9c940 Another Interix-only fix: add -ldb, and since Qt incorrectly #includes
system C headers without extern "C", add extern "C" protection.
2004-10-13 15:15:52 +00:00
markd
17c0aac395 Update to KDE 3.3.1. 2004-10-13 13:20:20 +00:00
tv
4f001f9d15 Fix library linkage for Interix. 2004-10-13 12:06:36 +00:00
markd
a4c2da1176 Update to KDE 3.3.1. 2004-10-13 11:55:51 +00:00
markd
520946cf6c Update to KDE 3.3.1. Also provide pkgsrc option to build in SMB support.
Changes:
* kinfocenter: fixed crash in USB viewer
* konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking
* konqueror: "Duplicate Tab" now respects "After Current Tab" setting
* konqueror: Only let linked views in same tab follow changes
* konsole: Added AppScreen support to keytab
* konsole: Cycling trough tabs with keyboard caused terminal size to be
  printed
* konsole: Don't crash when showing tabbar with centered background
2004-10-13 11:54:11 +00:00
markd
fd432fb8bc Update to KDE 3.3.1
Changes:
* KHTML: fixed spurious deletion of textarea contents
* KHTML: fixed innerHTML getter to not behave like outerHTML
* KHTML: fix crash in caret mode
* KHTML: added missing <marquee> ECMAScript bindings
* KHTML: fixed missing Javascript-support for HTMLDocument.compatMode
* KHTML: fixed off-by-one error which caused decorations to exceed the
  selection-end by one pixel
* KHTML: fixed wrong positioning of text-decorations in selections
* KHTML: small paint optimization for render texts
* KHTML: fixed spurious scrollbars on the canvas when overflow of clipped
  children exceeds the viewport boundaries
* KHTML: fixed unreachable relatively positioned content on viewport
* KHTML: fixed unreachable positioned content in clipped blocks
* KHTML: fixed selection not being redrawn in overflow-area
* KHTML: jump-to-anchor fixes
* KHTML: Don't warn that a form was not submitted after pressing back button
* KHTML: fix crash on illegal CSS
* KHTML: On popular demand, double-click between two words selects both
  again as in KDE 3.2.
* kfile: Added "New Folder..." in context menu within KDirSelectDialog
* kfile: Enabled dragging of directories within KDirSelectDialog
* kfile: KURLRequester now popups KDirSelectDialog when a directory is
  requested
* kfile: Toggling hidden files didn't refresh the file selection list
* kio: Separate general from meta info in filetips
* don't crash when right clicking on a toolbar in some applications that
  are using KParts
2004-10-13 11:47:51 +00:00
jmmv
8408df500e Update to 2.4.13:
* Fix size allocation problems. [Chrispin Flowerday, Tim Janik,
  Tommi Komulainen, Owen Taylor]
* New and updated translations (fr,ta)
2004-10-13 07:28:36 +00:00
tv
934bdf2ac9 nb2: Include new Interix platform build files. (Hm, this should probably
copy only the ones needed for the build platform, but that's a future task.)
2004-10-13 03:11:50 +00:00
tv
227f63ba58 Add Interix 3.5 support. (Will be contributed back to Trolltech as well.) 2004-10-13 02:08:43 +00:00
reed
62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00
xtraeme
cbf75d6c5b Adjust BUILDLINK_RECOMMENDED to 6.8.1nb2 (compositeext and fixesext
pkgconfig files were added).
2004-10-09 09:51:47 +00:00
xtraeme
5fd81b4a02 As jmmv@ suggested in: http://news.gw.com/netbsd.pkgsrc.changes/53743
install pkgconfig files for compositeext and fixesext, required to use
the builtin versions.

Bump PKGREVISION.

Thanks for the suggestion Julio! :)
2004-10-09 09:32:19 +00:00
jmmv
9914881097 Update to 2.4.11:
* GtkFileChooser
  - Make path bar arrows larger [Matthias Clasen]
  - Make SELECT_FOLDER mode work [Matthias]
  - Speed up the completion popup [Matthias]
  - Update the preview when searching [Tommi Komulainen]
  - Pop up completions again when tab is pressed [Jon Bech Madsen]
  - Don't prepopulate the location entry [Matthias]
* Win32 bug fixes [Robert Ögren]
* Other bug fixes [Federico Mena Quintero, Joel Fredrikson, Matthias,
  Padraig O'Briain, Michèle Garoche. Frederic Crozat,
  Jonathan Blandford, John Cupitt, Morten Welinder, Christian Persch,
  Lorenzo Gil Sanchez, Federico]
  Martyn Russell]
* Documentation improvements [John Finlay, Billy Biggs, Jonathan,
  Owen Taylor]
* New and updated translations (az_IR,ang,en_CA,gl,hu,it,nl)
* Bugs fixed: 153185,153224,153628,145467,154191,153326,143826,147700,
  154186,154658,154703,153791,154444,152562,154188
2004-10-09 09:18:28 +00:00
xtraeme
988c5a9a29 s/${X11BASE}/lib/X11/pkgconfig/${X11BASE}/lib/pkgconfig/ 2004-10-09 06:40:48 +00:00
martti
6455e71a98 Updated xfce4-clipman-plugin to 0.4.1
* Bug fixes
2004-10-08 06:23:36 +00:00
xtraeme
1b30ad1668 Check for pkgconfig files (.pc) presence. 2004-10-08 05:24:46 +00:00
xtraeme
7374c7230c Back out previous, I was really really wrong! 2004-10-08 04:45:43 +00:00
xtraeme
41f1e779b9 Check for the .pc files presence... 2004-10-08 04:44:52 +00:00
xtraeme
4a48a2c651 This package does not need compositeext, remove it. 2004-10-08 04:28:16 +00:00
xtraeme
ea31e2893c s/composite_proto/compositeproto/ 2004-10-08 04:02:35 +00:00
xtraeme
f5c88a45cf typo 2004-10-08 04:01:49 +00:00
xtraeme
69bf3abe3b More builtin machinery for X11_TYPE=xorg users. 2004-10-08 03:59:36 +00:00
xtraeme
9040fc8d51 Use PKG_SKIP_REASON to print a message when X11_TYPE != xorg. 2004-10-08 03:58:18 +00:00
xtraeme
12acd45df9 Missing bits to make this build/work correctly on FreeBSD 5.x.
Not tested on 4.x, but changes should be trivial to commit...
2004-10-08 03:35:25 +00:00
tv
a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00
tv
615aad4d14 This is a meta-package. Make its dependencies more liberal. 2004-10-07 16:34:37 +00:00
tv
2353b92af1 This is a meta-package, so make its dependencies more liberal. 2004-10-07 16:28:18 +00:00
reed
cca8f51fac Like XFree86-libs, xorg-libs under Linux does not install
libGLU.a and it does install libXfont.so, libXfont.so.1, and
libXfont.so.1.5.

I decided not to bump PKGREVISION because this could not be packaged
(under Linux) in the first place.
2004-10-06 23:14:46 +00:00
reed
693afdc371 No real changes. No different entries.
Just sorted a little to make it easier to compare.
2004-10-06 22:46:46 +00:00
tron
b676098739 Fix dependences broken by package revision bump madness. Bump package
revision of this package, too.
2004-10-05 20:06:36 +00:00
martti
ac934032df Updated xfce4-utils to 4.0.6nb2
Do not depend on xscreensaver as it's not mandatory. Instead show
a message to the user which packages may be installed.
2004-10-05 09:58:52 +00:00
hira
6ce71e648e Add missing entry to PLIST. Bump PKGREVISION to 2. 2004-10-04 12:32:19 +00:00
grant
46c86378ef distinguish between gtk1 and gtk2 in COMMENT. 2004-10-04 11:11:23 +00:00
wiz
475b111156 Add buildlink3 files for two missing dependencies.
XXX: more dependencies missing, packages are in pkgsrc-wip.
2004-10-03 00:50:52 +00:00
wiz
47b2a8b8bf Add buildlink3.mk. 2004-10-03 00:46:50 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jmmv
b304b3ee5b Update to 1.04:
- Some memory leaks were nailed (thanks to kmaraas and valgrind).
- Default ruleset for partially non-compliant servers introduced
  (though it still long way to go for AccelleratedX support).
- A couple of small tests introduced.
- Hopefully the last release in 1.0x series.
2004-10-02 15:44:15 +00:00