Commit graph

63516 commits

Author SHA1 Message Date
jmmv
da6fa87f89 Update to 0.16:
* Documentation changes to match Buildtool 0.16.

  - Track the renaming of defines, which now include the language name in
    them.

  - Added information about the bt_check_prog_make function.

  - Documented the new 'test' target/stage.

  - Documented the new BT_IS_TEST definition in the 'program' type.

  - Documented the new 'bt_logic.conf' system-wide configuration file.

  - Documented the new '--destdir' flag in bt_logic.

  - Documented the new '--workdir' flag in bt_config and bt_logic, as well
    as the BT_USE_WORKDIR variable, related to it.

  - Documented the new bt_echo and bt_source functions in bt_swcgen.

  - Rewritten the bt_swcgen chapter to match reality (no more M4).  This
    should have happened in the previous version.

* Dropped some leftovers of documentation about the bt_make module and
  related Makefiles.  The information has been reworded to match logic
  scripts where appropiate.

* Fixed the description of bt_define and bt_define_unquoted functions, as
  they take a pair of values, not a list of variables.
2004-07-04 22:19:31 +00:00
jmmv
a1f6f804cd Update to 0.16:
Sixteenth alpha version, released on 2004/07/04.

     o   Added preliminar support for work directories, which are used to put
         all temporary files created during a build in them.  This allows mak-
         ing the source tree read only, as it won't get polluted in any way.
         Note that existing packages may need some tweaks in their logic files
         to support this completely.  To help with testing, you should set the
         BT_USE_WORKDIR variable in bt_config.conf to `yes', so that this fea-
         ture is always used.

     o   Added a standard customizable `DOC' feature, which can be used by the
         end user to disable installation of documentation.  Existing packages
         may need to be fixed to honour this, though.

     o   bt_logic's core has been rewritten.  It is now much faster than
         before and has better dependency control, which solves many stupid
         bugs.

     o   A framework to run uninstalled programs (those which may be linked to
         uninstalled libraries) has been readded.  It is very similar to what
         libtool does with its .libs directory, and is completely transparent
         to the end user.

     o   Added (in fact, readded, as it was lost during the conversion to
         bt_logic) support to install packages in a fake root directory,
         needed in many package systems to support Buildtool-ized programs.

     o   Definitions' names (those written to the configuration header) have
         been changed to include the language name they refer to in them.
         This provides better support when the C and C++ compilers do not
         match.  Note that for this to take effect you need to set BT_REQUIRE
         to (at least) `0.16'; otherwise, the previous behavior is kept.

     o   Multiple fixes have been done in the bt_check_bits() function.

     o   Fixed the link command in bt_logic so that library directories
         appearing under the same project hierarchy (and manually specified by
         the -L flag) are not converted to an rpath.

     o   Fixed build under OpenBSD 3.4, HP-UX and Tru64.

     o   Added the bt_check_prog_make() check in bt_config, which looks for a
         make utility.

     o   Added the bt_echo() and bt_source() functions to bt_swcgen.

     o   The installation was changed to use unversioned directories and bina-
         ries.
2004-07-04 22:18:41 +00:00
wiz
d66a3b2e52 lib/gimp shared with gimp(2). 2004-07-04 19:24:00 +00:00
wiz
0fdf503900 lib/gimp shared with gimp1. 2004-07-04 19:23:18 +00:00
wiz
41cba31fa0 Various improvements for previous. 2004-07-04 17:41:58 +00:00
jmmv
ae4baacf87 + 10.45 How do I handle common shared directories?
+ 10.46 How can I tweak 'make print-PLIST' output?
2004-07-04 17:35:41 +00:00
jschauma
88efc6e976 Apply patch provided by Georg Schwarz in PR pkg/26157:
binutils does not build gprof on all platforms.
2004-07-04 17:16:32 +00:00
minskim
bbbefe1a97 Update mathomatic to 11.2e.
Changes:
  Renamed the Mathomatic executable to "mathomatic".

  Add inverse Laplace transform.  Usage: laplace inverse x

  Fixed bug in solving for zero, which occurred when there were no
  variables in the divisor.

  Some improvement in solve routine.
2004-07-04 16:38:47 +00:00
jschauma
3c5fb4ffa5 Apply patch by Roland Illig posted to tech-pkg to make this compile
on Linux.
2004-07-04 16:21:59 +00:00
jschauma
16b0bc5692 Apply patch by Roland Illig posted to tech-pkg to make this package
build under Linux.
2004-07-04 16:18:14 +00:00
jschauma
2ce0c09152 Not all OS have grep(1) in /usr/bin/grep, some have it in /sbin/grep, some
in /bin/grep, others in /usr/xpg4/bin/grep.  Since we don't have access
to pkgsrc's variables, rely on grep(1) being in the PATH.

Noted by Roland Illig on tech-pkg.
2004-07-04 16:12:10 +00:00
jmmv
7563c0e74d Note addition of gst-plugins-cdparanoia, version 0.8.2. 2004-07-04 15:59:33 +00:00
jmmv
85ba26aaf2 Add and enable gst-plugins-cdparanoia. 2004-07-04 15:58:16 +00:00
jmmv
b33ff08b30 Initial import of gst-plugins-cdparanoia, version 0.8.2:
This package provides the cdparanoia plugin for GStreamer, which allows
audio extraction from CDs.
2004-07-04 15:57:28 +00:00
jmmv
48a2f01114 Explicitly disable the dirac and kio plugins. 2004-07-04 15:54:51 +00:00
jmmv
49e7e86634 Note revision bump for kaffe to 2, removal of kaffe-nox11 and addition of
kaffe-esound and kaffe-x11.
2004-07-04 15:26:22 +00:00
jmmv
ca77a3794a Rework the way the kaffe packages work:
- Make kaffe the main package, on which others can depend, and which has no
  support for things like sound nor graphics.  Bump its revision to 2.
  While here, do some cleanup too.
- Add a kaffe-x11 package, that installs on top of kaffe, and which provides
  the library needed for AWT support through X11.
- Add a kaffe-esound package, that installs on top of kaffe, and which provides
  the library needed for sound support through esound (i.e., no more need for
  the USE_ESOUND variable here).
- Remove the kaffe-nox11 package.
2004-07-04 15:24:46 +00:00
wiz
a9c8fe17cc + efax-gtk-2.2.8a, gcc-3.4.1, postfix-2.1.4.
Remove florist package suggestion, since it has been imported.
2004-07-04 14:27:20 +00:00
wiz
0aa5e09d76 swfdec, not swfdef. 2004-07-04 14:25:31 +00:00
drochner
455d57eed2 gcc3 update, libsigc++2 and gtkmm-2.4 addition 2004-07-04 14:07:02 +00:00
drochner
1979e2c641 add new gtkmm parts 2004-07-04 14:01:06 +00:00
drochner
a9f4f14d66 +libgnomecanvasmm26 2004-07-04 13:58:25 +00:00
drochner
b9565fad9c +gnome-vfsmm26 2004-07-04 13:57:32 +00:00
drochner
02db8053ca +gtkmm24 2004-07-04 13:56:06 +00:00
drochner
76470be936 Import the latest generation of gnome-C++ bindings.
(can coexist with older versions)
2004-07-04 13:50:28 +00:00
drochner
50b11ff526 Import version 2 of the Type-safe callback system for C++ programs.
This can well coexist with the previous generations (1.0, 1.2).
2004-07-04 13:47:54 +00:00
mrg
04d8979dcf note swfdec was updated to 0.2.2. 2004-07-04 10:26:52 +00:00
mrg
088bfbaa0c this has been sitting in my tree for over 6 months... update a minor
revision to 0.2.2.  from the web page:

This release is only to fix a few bugs with sound in swf_play and a
few problems with the GdkPixbuf plugin.
2004-07-04 10:25:42 +00:00
wiz
60019e1e08 Unused. 2004-07-04 09:55:19 +00:00
wiz
33ba048386 Convert to bl3. 2004-07-04 09:52:15 +00:00
wiz
36ccfca825 Handle --execute the same way as --install (not modifying the arguments).
Needed to convert inputmethods/xcin to bl3. Idea from jlam.
2004-07-04 09:52:04 +00:00
wiz
0ddc5bd083 Really test CC_VERSION, as previous commit message suggests. 2004-07-04 08:43:03 +00:00
grant
4b6f21b903 transform --export-dynamic to -G and strip -fstrict-prototypes. 2004-07-04 08:30:46 +00:00
grant
846e17f5b4 this package only uses a c++ compiler. 2004-07-04 08:10:23 +00:00
mrg
28a0f889ba also works on 1.6Z. 2004-07-04 06:43:01 +00:00
tv
284e487a4a Rather than using .error, set BROKEN if an unknown compiler is encountered. 2004-07-04 02:55:42 +00:00
jlam
269b78334b Improve documentation for CYRUS_IDLE, and give it a default value of "poll"
to match the default value from the cyrus-imapd configure script.
2004-07-04 02:26:11 +00:00
wiz
8ff007ed51 Re-add USE_PKGSRC_GCC, and document it should only be
used in /etc/mk.conf. Requested by Klaus Heinz.
2004-07-04 00:38:15 +00:00
wiz
592ae724f4 Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC,
now that all instances of packages using it have been fixed.
2004-07-04 00:28:30 +00:00
wiz
87ad4ecb94 USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before) 2004-07-04 00:23:21 +00:00
recht
f1fef2d9b7 -mono-1.0 2004-07-03 23:08:42 +00:00
recht
9e8f0856e4 Note update of:
- libpixman to 0.1.1nb1
- cairo to 0.1.23nb1
- mono to 1.0
- libgdiplus to 1.0
2004-07-03 23:07:22 +00:00
recht
41ab3dd9e0 cleanup forgotten in the previous commit... 2004-07-03 23:04:22 +00:00
recht
b65f82682b update to 1.0
changes:
- bugfixes
2004-07-03 23:03:21 +00:00
recht
8575e4d0ef update to 1.0
Changes are only bugfixes compared to the rc1 version. While at it
also install the preview components.
2004-07-03 23:02:50 +00:00
recht
095963d4fe Add a patch from the mono project:
pixman_image_set_clip_region expects to take ownership of the
passed-in region, so we create a copy to give it.

bump PKGREVISION to 1
2004-07-03 23:01:36 +00:00
recht
67f323d669 Add a patch from the mono project:
avoid derefering NULL pointers

bump PKGREVISION to 1
2004-07-03 23:00:36 +00:00
recht
31fd57b706 Catch up with new mono homepage and master site. 2004-07-03 22:35:30 +00:00
grant
bb8987d2b8 catch locking failure case where we couldn't find the parent's process
ID. from Roland Illig.
2004-07-03 22:11:56 +00:00
grant
b0aaf8b819 style fix from Roland Illig. 2004-07-03 22:07:11 +00:00