mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
cc4e71cb59
* Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com>
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
*** ./Makefile.in.orig Wed Jun 23 02:34:31 1999
|
|
--- ./Makefile.in Wed Jun 23 02:35:29 1999
|
|
***************
|
|
*** 152,158 ****
|
|
ENQUIRE_LDFLAGS = $(LDFLAGS)
|
|
|
|
# Sed command to transform gcc to installed name. Overwritten by configure.
|
|
! program_transform_name = -e s,x,x,
|
|
program_transform_cross_name = -e s,^,$(target_alias)-,
|
|
|
|
# Tools to use when building a cross-compiler.
|
|
--- 152,158 ----
|
|
ENQUIRE_LDFLAGS = $(LDFLAGS)
|
|
|
|
# Sed command to transform gcc to installed name. Overwritten by configure.
|
|
! program_transform_name = -e s,^,ada,
|
|
program_transform_cross_name = -e s,^,$(target_alias)-,
|
|
|
|
# Tools to use when building a cross-compiler.
|
|
***************
|
|
*** 2151,2157 ****
|
|
# Install the driver last so that the window when things are
|
|
# broken is small.
|
|
install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
|
|
! install-man install-info lang.install-normal install-driver
|
|
|
|
# Do nothing while making gcc with a cross-compiler. The person who
|
|
# makes gcc for the target machine has to know how to put a complete
|
|
--- 2151,2157 ----
|
|
# Install the driver last so that the window when things are
|
|
# broken is small.
|
|
install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
|
|
! install-man lang.install-normal install-driver
|
|
|
|
# Do nothing while making gcc with a cross-compiler. The person who
|
|
# makes gcc for the target machine has to know how to put a complete
|