Commit graph

67 commits

Author SHA1 Message Date
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
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
161b751262 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39656
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-22 17:06:27 +00:00
Patrick Li
382d3f7a25 Update to 5.1.0
PR:		35414
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-09 17:55:40 +00:00
Kevin Lo
621afdd675 - Add build option to support Tcl/Tk
- Bump PORTREVISION

PR: 32951
Submitted by: Ports Fury
2001-12-22 13:59:12 +00:00
Mario Sergio Fujikawa Ferreira
c7084bac32 o Update to 5.0.4
o Use BSD_INSTALL_* vars where possible

PR:		29443
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-08 16:27:12 +00:00
Kevin Lo
38402701f8 Update to version 5.0.3
PR: 28055
Submitted by: Ports Fury
2001-06-13 16:07:11 +00:00
Steve Price
7317302f37 - Remove obsolete site form MASTER_SITES
- Change location of data files from libdata/ to share/

PR:		20755
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:53:50 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00