1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
c1b48350c5 - Update to 5.9.6
PR:		ports/148969
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2010-08-04 23:49:13 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
a72e9fbd79 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-01-28 22:54:40 +00:00
Pav Lucistnik
f35a54d577 - Fix a typo in optional dependency
PR:		ports/143295
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2010-01-28 22:53:50 +00:00
Thierry Thomas
81a619599c Trying to fix on amd64/FreeBSD-6:
- Teach about amd64, to detect Not a Number flag, thus enabling Qhull
  support with CSA;

- Disable detection of f77 by cmake unless WITH_FORTRAN is defined.

Reported by:	pointyhat via Pav
2009-12-30 22:50:25 +00:00
Thierry Thomas
c4ed487b1d Fix for the case WITHOUT_X11.
Notified by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2009-12-30 11:26:21 +00:00
Thierry Thomas
0242a38770 Upgrade to 5.9.5, required by GDL.
Notes:

- support of Gnome2 and VGAlib are now deprecated;

- support of Qt added;

- plrender is also deprecated, but we force it to build.

Many more options could be enabled, if someone needs them.
2009-12-29 13:43:18 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Dmitry Marakasov
52e64acacb - Make BROKEN message for WITH_PYTHON case more informative
- Reset maintainer at his request

PR:		134195
Submitted by:	"Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
2009-05-05 23:00:02 +00:00
Gerald Pfeifer
5339b81f88 No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.

Approved by:	Pedro F. Giffuni <giffunip@tutopia.com>	 (maintainer)
2009-01-18 20:32:20 +00:00
Dmitry Marakasov
034c1b69c7 - Cleanups, no functional change:
- Remove build dependency on GNU m4.
  - Sort knobs.
  - Remove unneeded use of REINPLACE.
  - Fix plist for WITH_GNOME case and mark BROKEN for WITH_PYTHON

PR:		130168
Submitted by:	"Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
2009-01-12 03:27:03 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Beech Rintoul
60e9a12c8f - Make Fortran support conditional
- Pass maintainership to submitter

PR:		ports/130121
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2009-01-02 19:56:38 +00:00
Beech Rintoul
3b52334622 - Add to science category.
- Make explicit that the python bindings are not building.
- For now keep using the autoconf interface, we have sorted out the issues
  there but we will have to move to CMake soon anyways.

- This is the latest stable version, and apparently the last one to support
  the autoconf tools. It includes C++ and Octave updates.

PR:		ports/130097
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
2009-01-02 05:11:05 +00:00
Dmitry Marakasov
71c757a64b - Fix plist for NOPORTDOCS and WITH_TCLTK cases (WITH_PYTHON build still broken)
Reported by:	QAT
2008-08-25 00:15:59 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Maho Nakata
269ae10910 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 09:51:49 +00:00
Maho Nakata
5aec51a29d maho has mistakingly committed 1st patch instead of 2nd patch...
Submitted by:	Pedro F. Giffuni
2007-07-09 02:49:37 +00:00
Maho Nakata
c0034bd853 - Added a dependency to devel/lasi to build the psttf driver on X.
- reorder the pkg-plist a bit
- Buimped the PORTREVISION

BTW: WITH_GNOME part is temporary commented out: it is automatically
detected and not easy to remove.
Submitted by:	Pedro F. Giffuni
PR: 114273
2007-07-06 03:50:15 +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
Gabor Kovesdan
c44fa33a5e - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
2007-04-18 11:46:10 +00:00
Maho Nakata
b8a6a01418 fix pkg-plist
Submitted by:	pointyhat
2007-01-22 14:17:12 +00:00
Maho Nakata
248da961e9 * Migrate to gfortran (Fortran95 support has been added)
* Bump port revision.
2007-01-16 04:59:31 +00:00
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Pav Lucistnik
8d59c1055b - Mark BROKEN on FreeBSD 4.X
Submitted by:	maintainer
Reported by:	krismail
2006-06-09 08:45:27 +00:00
Pav Lucistnik
47c0f2c9da - Update to 5.6.1
PR:		ports/98200
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-06-05 22:17:49 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +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
Jean-Yves Lefort
9b844bc2fc Update to 5.5.2
PR:		ports/80770
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-05-08 23:40:45 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
404f9d762d Fix build
PR:		ports/74426
Submitted by:	Ports Fury
2004-11-26 21:03:59 +00:00
Kris Kennaway
de0d75b1e2 BROKEN: Broken pkg-plist 2004-11-26 00:46:02 +00:00
Volker Stolz
78e011891c Update to 5.3.1
PR:		ports/70264
Submitted by:	Ports Fury
2004-08-11 11:07:14 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Kirill Ponomarev
ffa3bf9e8a - Update to version 5.3.0
PR:		ports/62641
Submitted by:	Ports Fury
2004-02-10 15:39:09 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Kirill Ponomarev
47d5228a1a - Fix build
PR:		56193
Submitted by:	Ports Fury
2003-08-30 17:02:43 +00:00
Norikatsu Shigemura
efb928619b o Main modification
graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]
2003-08-18 16:15:10 +00:00
Daichi GOTO
03a385a3d0 fix man: math/plplot
PR:		52698
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-01 06:23:16 +00:00
Pete Fritchman
37501b1297 - update to 5.2.1
- add a WITHOUT_X11 knob
- improve the WITH_TCLTK knob

PR:		51375
Submitted by:	Ports Fury
2003-05-18 19:37:30 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00