1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
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
Ying-Chieh Liao
04ba4d96ca upgrade to 2.4.0
assign maintainer (was ports@FreeBSD.org0

PR:		32548
Submitted by:	Tim Pierce <twp@unchi.org>
2001-12-08 06:22:03 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Brian Feldman
355868389f Mark this broken for -CURRENT. 2000-02-27 17:44:01 +00:00
Justin M. Seger
a1d94b37d5 Unbreak and upgrade to gcl-2.3 1999-11-25 18:34:01 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Justin M. Seger
90eebc7d64 Mark BROKEN for ELF:
cd unixport; make saved_gcl)
../xbin/if-exists /usr/u9/wfs/schelter "../xbin/inc-version"
../xbin/if-exists saved_gcl "rm -f saved_gcl"
cat init_gcl.lsp |  sed -e "s"DATE"Version(`cat ../majvers`.`cat ../minvers`) `date`g"  -e 'ssaved_gclsaved_gclg'  -e 'slinks t)links t)(setq compiler::*cc* "gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I/usr/ports/lang/gcl/work/gcl-2.2.2/o -I/usr/local/lib/gcl-2.2.2/h -fsigned-char")(si::build-symbol-table)g'  -e "sGCLDIR/usr/ports/lang/gcl/work/gcl-2.2.2g"  -e "s(defun lisp-imp(setq si::*gcl-version* `cat ../minvers` si::*gcl-major-version* `cat ../majvers`)(defun lisp-impg"  -e "s:GCL-1:GCL-"`cat ../majvers`":g"        > foo
../unixport/raw_gcl ../unixport/ -libdir /usr/ports/lang/gcl/work/gcl-2.2.2/ < foo
GCL (GNU Common Lisp)  April 1994  32768 pages

Unrecoverable error: GBC is not enabled.
Abort trap - core dumped
*** Error code 134
1998-10-14 01:17:50 +00:00
Thomas Gellekum
643bcf78d1 Handle info files.
Submitted by:	Justin M. Seger <jseger@freebsd.org>
1997-10-13 09:10:33 +00:00
Thomas Gellekum
230c1ffd69 <expletive> Forgot to cvs add/remove these. 1997-10-07 09:22:04 +00:00
Thomas Gellekum
ae3c2d150f Upgrade to 2.2.2.
PR:		4699
Submitted by:	Justin M. Seger <jseger@freebsd.scds.com>
1997-10-07 09:20:12 +00:00
Satoshi Asami
575590a86b Well, I did my best to try to make this thing compile but it seems
to require and older version of tcl/tk.  Given that the latest version
(called 2.2, as opposed to 2.0 that we have) is timestamped November
'95, we may not have much hope. :(
1997-03-05 12:24:57 +00:00