Commit graph

7 commits

Author SHA1 Message Date
Dmitry Marakasov
116a42e709 - Update to 1.2.0.4
PR:		133995
Submitted by:	José García Juanino <jjuanino at gmail dot com> (maintainer)
2009-04-27 01:39:20 +00:00
Beech Rintoul
56ed076747 - Fix build problems
PR:		ports/131574
Reported by:	QAT
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> Maintainer
2009-02-13 19:28:24 +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
Pav Lucistnik
d4b2a52be7 - Update to 1.2.0
PR:		ports/126129
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
2008-08-01 11:43:55 +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
Beech Rintoul
553220b409 - Update to 1.1.0.6
- Notes: 1.1.0.6 introduces full Aspell support and XML Schema-based
  element inspection.

PR:		ports/119905
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-25 17:28:02 +00:00
Beech Rintoul
499d5c44c2 - New port xmlcopyeditor-1.1.0.3
- XML Copy Editor is a fast validating XML editor.

Features:

    * DTD/XML Schema/RELAX NG validation
    * XSLT
    * XPath
    * Pretty-printing
    * Syntax highlighting
    * Folding
    * Tag completion
    * Tag locking
    * Tag-free editing
    * Spelling and style check
    * Built-in support for XHTML, XSL, DocBook and TEI

PR:		ports/118483
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-02 22:23:28 +00:00