[Lunar-commits] CVS: moonbase/devel/flex BUILD, 1.3, 1.4 DETAILS,
1.1.1.1, 1.2
Joel Vennin
jol at lunar-linux.org
Wed Jan 21 19:53:54 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/flex
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11657
Modified Files:
BUILD DETAILS
Log Message:
Add a patch, reason:
GNU flex being incompatible with the stricter C++ requirements of your g++ 3.2 or up.
You can have more information: http://bugs.kde.org/show_bug.cgi?id=69942
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/flex/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 11 Jan 2004 05:58:49 -0000 1.3
+++ BUILD 21 Jan 2004 19:53:52 -0000 1.4
@@ -1,6 +1,6 @@
(
-
- sedit "s/mandir = \$(prefix)\/man/mandir = \$(prefix)\/share\/man/" Makefile.in
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ sedit "s/mandir = \$(prefix)\/man/mandir = \$(prefix)\/share\/man/" Makefile.in &&
./configure --build=$BUILD \
--prefix=/usr \
$OPTS &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/flex/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:11 -0000 1.1.1.1
+++ DETAILS 21 Jan 2004 19:53:52 -0000 1.2
@@ -1,12 +1,14 @@
MODULE=flex
VERSION=2.5.4a
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-redhat-fixes.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-2.5.4
SOURCE_URL[0]=$GNU_URL/non-gnu/$MODULE/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/non-gnu/$MODULE/$SOURCE
+ SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
WEB_SITE=http://www.gnu.org/software/flex/flex.html
ENTERED=20010922
- UPDATED=20010922
+ UPDATED=20040121
SHORT="Flex is a fast lexical analyser generator."
cat << EOF
Flex is a fast lexical analyser generator. It is a tool for
More information about the Lunar-commits
mailing list