non port: lang/gcc28/Makefile |
Number of commits found: 29 |
Saturday, 24 Jan 2009
|
12:17 gerald
Remove lang/gcc28 (GCC 2.8) which has been DEPRECATED for more than
3 years and does not build anywhere.
No objections: mjl@luckie.org.nz (maintainer), pav
 |
Monday, 5 Jan 2009
|
20:36 pav
- Remove conditional checks for FreeBSD 5.x and older
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Tuesday, 30 Jan 2007
|
10:25 pav
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
 |
Wednesday, 9 Nov 2005
|
19:15 pav
- Portlint
PR: ports/88544 (part of)
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
 |
Friday, 19 Aug 2005
|
11:45 pav
- Fix INFO handling, fixing plist on 6.0 (different makeinfo there)
Reported by: krionmail
Approved by: portmgr (krion)
Approved by: maintainer
 |
Wednesday, 17 Aug 2005
|
12:03 pav
- Unbreak on 6.0
- Take maintainership
PR: ports/85036
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Approved by: portmgr (clement)
 |
Monday, 6 Jun 2005
|
05:42 obrien
Remove the Expiration as this builds on -CURRENT again.
Approved by: krion
 |
Sunday, 5 Jun 2005
|
02:49 obrien
Fix the build on 6-CURRENT.
 |
Sunday, 10 Apr 2005
|
18:32 netchild
Correct the syntax of the expiration date. This is what you get by just
reading the implementation, but not the docs...
Pointyhat kindly provided by: krion
 |
14:42 netchild
Set expiration date to 20050610 and mark IGNORE on -current (it peeks into
private headers)
Requested by: portmgr (krion)
 |
Saturday, 12 Feb 2005
|
13:19 das
Fix build. Ports that formerly attempted to work around problems
created by matherr() no longer need to do so.
 |
Monday, 15 Nov 2004
|
01:33 obrien
Don't install compiler binaries without a version in the file name.
 |
Sunday, 14 Mar 2004
|
03:22 kris
DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future
date.
 |
Monday, 23 Feb 2004
|
05:16 kris
BROKEN on alpha: does not compile
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Monday, 17 Nov 2003
|
12:29 trevor
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
 |
Saturday, 27 Sep 2003
|
00:50 edwin
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru <tkato@prontomail.com>
 |
Wednesday, 24 Sep 2003
|
09:37 osa
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
 |
Friday, 9 May 2003
|
05:34 obrien
These older compilers don't support amd64, sparc64, and ia64.
 |
Wednesday, 7 May 2003
|
22:59 gerald
Remove support for bounds checking (which used to be enabled by setting
WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the
author of these patches, removed them from their web-site, saying that they
contain bugs fixed in later versions and strongly suggested to use current
versions of GCC.
PR: 51738
 |
Monday, 28 Apr 2003
|
15:37 obrien
Simpler version of the "make this work on 5-CURRENT again" fix.
In this version we simply use the default emulation rather than explicitly
setting it [wrong].
 |
Sunday, 27 Apr 2003
|
12:59 gerald
Fix build on -CURRENT.
PR: 46899
Submitted by: David Holm <david@realityrift.com>
 |
Thursday, 20 Feb 2003
|
18:38 knu
De-pkg-comment.
 |
Thursday, 30 Jan 2003
|
08:23 kris
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
 |
Tuesday, 5 Nov 2002
|
03:10 obrien
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
 |
Saturday, 19 Jan 2002
|
19:15 knu
Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict with each
other's package link name.
 |
Sunday, 11 Mar 2001
|
02:35 obrien
Adjust(fix) the info processing.
 |
Friday, 10 Nov 2000
|
17:37 obrien
Add in the bounds checking patch from XXX Haj Ten Brugge if
"WANT_BOUNDS_CHECKING" is defined.
 |
Number of commits found: 29 |