1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

75 Commits

Author SHA1 Message Date
Tijl Coosemans
1e5cb0b6bf Import upstream git commit fe57756a5565ca1de89b976a8f2abd6315b1eb65 to
fix compilation with devel/readline 6.3.

PR:		ports/187730
Submitted by:	Mamoru Iwaki <1wkmmr@gmail.com>
2014-03-25 18:26:09 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Martin Wilke
5332d904dd - Update to 2.6.10
- Stage support
2014-02-27 11:45:26 +00:00
Pietro Cerutti
b477d2330a - Convert to USES=tk gmake 2013-11-06 13:52:59 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Marcelo Araujo
7da006fccb - Support USE_READLINE.
- Add MAKE_JOBS_UNSAFE.

PR:		ports/172027
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 03:33:12 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Mikhail Teterin
c043f7eaf3 Ok, it builds fine with Tcl/Tk-8.5, so allow that version to be used.
Also, remove the strate --enable-debug left over...

Bump PORTREVISION.
2009-12-07 22:57:46 +00:00
Mikhail Teterin
4510ce338c Add a hunk to appease the new sh's pickiness about correctness of
unreachable code.
2009-12-07 22:09:35 +00:00
Mikhail Teterin
59b74c075b Let the healing begin by unbreaking. The main thing was to set DBEGIN to
0 as seems to happen with the upcoming version 2.6.8 (not released yet).

Add minor patches to ensure clean build with `-Wall -Werror',
proper definition of HZ, etc.

Instead of explicitly specifying LIB_DEPENDS, convert to USE_TK. Leave the
TCL_VER at 8.4 for now.

Gentoo builds theirs for various platforms -- not just i386 -- so that would
be the next step.
2009-12-07 22:00:26 +00:00
Mark Linimon
f20a2bf030 Return this to the pool at maintainer's request. While here, mark it
deprecated with a 2 month expiration period, since it has been broken
for quite some time.
2009-11-13 00:20:23 +00:00
Erwin Lansing
92fb51e015 Revert unmarking BROKEN, still dumps core during build.
Submitted by:	pointyhat
Approved by:	maintainer
2009-08-18 09:13:31 +00:00
Robert Noland
183473c17e The port maintainer says that this works on amd64 for him, but pointyhat
fails.  After discussing with the maintainer, revert enabling amd64 ARCH.

Reported by:	pointyhat (pav)
Submitted by:	maintainer (via irc)
2009-08-08 12:25:48 +00:00
Robert Noland
5cb471cb36 Remove BROKEN and allow amd64 ARCH
PR:		127304
Submitted by:	markm@ (maintainer)
2009-08-05 18:37:52 +00:00
Dmitry Marakasov
33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Pav Lucistnik
ace63100fe - Mark BROKEN on FreeBSD 7.x
Reported by:	pointyhat
Ok'ed by:	markm (maintainer)
2007-12-26 16:19:42 +00:00
Ade Lovett
1f63d4fac8 Add new files that got accidently missed during autoconf update patch.
PR:		116639
2007-09-30 05:19:51 +00:00
Mark Linimon
81dd862bc6 Remove now-empty file. 2007-09-30 05:06:02 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Mark Murray
2d128fb816 Add SHA256 checksum. 2005-12-27 09:23:36 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Mark Murray
b1dce727a2 Fix the package list.
Reported by: pointyhat
2005-11-04 08:45:31 +00:00
Mark Murray
e30c14c261 Needed for v 2.6.7, to compile Maxima. 2005-11-03 14:50:04 +00:00
Mark Murray
ef2ac32307 Upgrade to v 2.6.7, which can compile Maxima. 2005-11-03 14:49:25 +00:00
Kris Kennaway
db79cc8be7 Remove sparc64 from supported arch list; afaik this port has never
built on sparc64 because it seems to go into an infinite loop at build time.
2005-10-21 19:41:07 +00:00
Kris Kennaway
587341014d Now builds on 4.x 2005-04-30 01:39:47 +00:00
Mark Murray
08918c14c4 Update to GCL-2.6.6 2005-04-02 19:12:59 +00:00
Kris Kennaway
7a6d8b89b2 BROKEN on 4.x: Does not compile 2004-12-11 21:31:40 +00:00
Mark Murray
5f5cf805c6 Oops. Needs libgmp. 2004-08-18 18:35:08 +00:00
Mark Murray
a9be257d9b Update to v 2.6.5. 2004-08-18 18:33:58 +00:00
Mark Murray
1558c2a9c7 Upgrade to GCL 2.6.3. 2004-07-19 15:52:08 +00:00
Kris Kennaway
ff18bffd91 BROKEN on sparc64: Does not compile 2004-04-12 04:26:27 +00:00
Mark Murray
d21b52fd63 Add size info. 2004-03-18 07:57:28 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Mark Murray
48c08c472a This port only works on sparc64 and i386. ELF gurus who want to fix
this are welcome to take a look. The problem is in the undump()
arena.
2004-02-02 10:44:19 +00:00
Mark Murray
6be419559e Fix for 4.*.
Submitted by:	Bakul Shah <bakul@bitblocks.com>
2003-09-16 08:45:50 +00:00
Mark Murray
4e90ca4aa5 Rescue a hosed port from death row. GCL is now healthy enough to
compile and run Maxima (see math/). Make portlint-clean as well.
Claim maintainership in case it breaks again.
2003-09-14 15:10:02 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Kris Kennaway
8c6f3257da BROKEN: Dies with sig11 during build 2002-05-18 02:41:24 +00:00