Date: Fri, 17 Sep 1999 12:51:57 -0700 (PDT) From: Dirk Froemberg <dirk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql322-server/files md5 ports/databases/mysql322-server/patches patch-ap patch-ab ports/databases/mysql322-server/pkg PLIST Message-ID: <199909171951.MAA87289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dirk 1999/09/17 12:51:56 PDT
Modified files:
databases/mysql322-server Makefile
databases/mysql322-server/files md5
databases/mysql322-server/patches patch-ab
databases/mysql322-server/pkg PLIST
Added files:
databases/mysql322-server/patches patch-ap
Log:
- upgrade to 3.22.26a
- use --enable-assembler for ${ARCH}==i386
Requested by: Martin Nilsson <martin@filex.se>
There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files,
gcc will "hang" forever, because the assembler is called with '-' and
noone is sending data.
As a workaround use .S (capital s) files. Then cpp will be called prior
to as and thus a pipe can be build.
Revision Changes Path
1.66 +9 -2 ports/databases/mysql322-server/Makefile
1.30 +1 -1 ports/databases/mysql322-server/files/md5
1.11 +15 -2 ports/databases/mysql322-server/patches/patch-ab
1.35 +10 -1 ports/databases/mysql322-server/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909171951.MAA87289>
