Date: Sun, 7 Mar 1999 23:28:37 -0800 (PST) From: Satoshi Asami <asami@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/splay Makefile ports/devel/gettext Makefile ports/devel/libffi Makefile ports/editors/emacs Makefile ports/editors/emacs20 Makefile ports/editors/emacs20-dl Makefile ports/editors/mule Makefile ports/editors/mule-common Makefile ... Message-ID: <199903080728.XAA44650@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 1999/03/07 23:28:37 PST Modified files: audio/splay Makefile devel/gettext Makefile devel/libffi Makefile editors/emacs Makefile editors/emacs20 Makefile editors/emacs20-dl Makefile editors/mule Makefile editors/mule-common Makefile editors/xemacs-mule Makefile editors/xemacs-mule/pkg PLIST PLIST-ja editors/xemacs-mule-common/pkg PLIST japanese/mtools Makefile korean/hanemacs Makefile lang/egcs Makefile lang/erlang Makefile lang/gcc28 Makefile lang/glibstdc++28 Makefile lang/kaffe Makefile lang/pgcc Makefile lang/swi-pl Makefile misc/dejagnu Makefile www/apache13 Makefile www/apache13-php3 Makefile www/netscape4-communicator/pkg REQ x11/XFree86 Makefile x11/XFree86/scripts configure x11/XttXF86srv-common Makefile Log: Fix to make ports work with bsd.port.mk rev. 1.306. ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Revision Changes Path 1.7 +2 -2 ports/audio/splay/Makefile 1.7 +2 -2 ports/devel/gettext/Makefile 1.8 +2 -1 ports/devel/libffi/Makefile 1.37 +4 -4 ports/editors/emacs/Makefile 1.39 +4 -4 ports/editors/emacs20/Makefile 1.7 +3 -3 ports/editors/emacs20-dl/Makefile 1.37 +2 -3 ports/editors/mule/Makefile 1.38 +4 -4 ports/editors/mule-common/Makefile 1.15 +3 -2 ports/editors/xemacs-mule/Makefile 1.2 +31 -31 ports/editors/xemacs-mule/pkg/PLIST 1.3 +31 -31 ports/editors/xemacs-mule/pkg/PLIST-ja 1.3 +2 -2 ports/editors/xemacs-mule-common/pkg/PLIST 1.2 +2 -1 ports/japanese/mtools/Makefile 1.4 +3 -2 ports/korean/hanemacs/Makefile 1.48 +2 -1 ports/lang/egcs/Makefile 1.5 +2 -1 ports/lang/erlang/Makefile 1.22 +2 -1 ports/lang/gcc28/Makefile 1.16 +2 -1 ports/lang/glibstdc++28/Makefile 1.40 +2 -1 ports/lang/kaffe/Makefile 1.15 +3 -2 ports/lang/pgcc/Makefile 1.13 +2 -2 ports/lang/swi-pl/Makefile 1.9 +1 -2 ports/misc/dejagnu/Makefile 1.67 +3 -2 ports/www/apache13/Makefile 1.67 +3 -2 ports/www/apache13-php3/Makefile 1.2 +1 -1 ports/www/netscape4-communicator/pkg/REQ 1.53 +4 -1 ports/x11/XFree86/Makefile 1.40 +1 -1 ports/x11/XFree86/scripts/configure 1.16 +3 -3 ports/x11/XttXF86srv-common/Makefile 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?199903080728.XAA44650>