Commit Graph

9 Commits

Author SHA1 Message Date
Satoshi Asami
e244b8bccc 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. :)
1999-03-08 07:28:36 +00:00
Shigeyuki Fukushima
1f2aad2de5 Changed my e-mail address. 1999-03-02 10:12:10 +00:00
Shigeyuki Fukushima
b9bf9b4f9f Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,
because this port includes a long long patch for configure.
And patches/patch-ce removed.
1999-03-01 09:17:43 +00:00
Shigeyuki Fukushima
37ac05b0ea Fix build error on 4.0-current by registering __FreeBSD__ == 4
with src/s/freebsd.h.
This change is by Takayuki TAMURA <ttathome@remus.dti.ne.jp>.
PR:		ports/10192
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-02-28 08:10:07 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Hidetoshi Shimokawa
ac34d7309c Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
1999-01-23 14:28:28 +00:00
Satoshi Asami
0b9169f1a1 Add USE_XLIB -- otherwise the packages will be built without X support. 1999-01-16 22:58:59 +00:00
Satoshi Asami
3ebf185670 No need to use ${.CURDIR}/... trick in RUN_DEPENDS. 1998-12-17 09:08:09 +00:00
Jun Kuriyama
10a16f1335 GNU editing macros with dynamic loading module function (binary only).
PR:		ports/8776
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-12-13 14:27:06 +00:00