diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 60f37caaa..e330d73da 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -3,6 +3,7 @@ - Mathieu Doidy: updated lftp (2.6.10) and liferea (0.4.5) - updated mine (0.16) + - "fixed" libowfat to install the headers into $includedir/$pkg *) 2003-12-12 (2.0.0-rc3 - 2.0.0-rc4) @@ -15,6 +16,7 @@ - updated subversion (0.34.0) - added default bdb selection to the apache config.in (defaults to 42) - added ifplugd (and so libdaemon) + - STONE / ROCK Net work *) 2003-12-11 (2.0.0-rc3 - 2.0.0-rc4) diff --git a/package/sirkull/libowfat/dietlibc.patch b/package/sirkull/libowfat/dietlibc.patch index b26ba6de8..b72a7a328 100644 --- a/package/sirkull/libowfat/dietlibc.patch +++ b/package/sirkull/libowfat/dietlibc.patch @@ -8,15 +8,12 @@ # ROCK Linux: rock-src/package/sirkull/libowfat/dietlibc.patch # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. # # --- ROCK-COPYRIGHT-NOTE-END --- diff --git a/package/sirkull/libowfat/libowfat.conf b/package/sirkull/libowfat/libowfat.conf new file mode 100644 index 000000000..547123b18 --- /dev/null +++ b/package/sirkull/libowfat/libowfat.conf @@ -0,0 +1,30 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/sirkull/libowfat/libowfat.conf +# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +# libowfat install many headers that have popular names of other OS's header +# files, so we do not install it into $prefix/include because other packages +# (wine, tetex, ...) try to use them in configure and thus depend on libowfat +# ... :-( - Rene Rebe + +var_append makeopt " " "INCLUDEDIR=$includedir/${pkg}" +makeinstopt="$makeopt install" +