Commit graph

25 commits

Author SHA1 Message Date
Matthias Andree
65cf7c3bf3 - Update to new upstream 0.0.23
- Change maintainer's email address
- Unconditionally depend on libpaper
- Depend on w3m (required by xmlto for certain output formats)
- Rearrange OPTIONS display
- Change way how CONFIGURE_ARGS are set, to track upstream changes
- Set MAKE_JOBS_UNSAFE (because it is)
- Simplified passivetex-related xmlto installation now possible after upstream
  fixes
- Better choice of default backend

Submitted by: mandree (maintainer)
Approved by: garga (mentor)
2009-12-23 17:28:25 +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
Wesley Shields
d10b1202f5 Update to 0.0.21.
Chase new MASTER_SITE.
Add more OPTIONS (default to off).
Cleanup post-patch and post-build targets.
Remove unnecessary patch.

PR:		ports/125837
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2008-07-22 02:00:58 +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
Edwin Groothuis
f945c80e68 [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership
Supersedes: ports/123952 - please close that one, in favour
	of this one.  (Note, if that one should have been committed
	before this one, please bump PORTREVISION to 2!)

	Changes that were already in ports/123952:
	- Fix all scripts that use cp -a to instead use cp -PpR,
	fixing output formats such as html, html-nochunks and others.
	- Take maintainership of port.

	Additional changes since ports/123952, a.k.a. "overhaul":
	- Drop non-functional passivetex autodetection
	- Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously)
	- Add COPYING ChangeLog THANKS to PORTDOCS
	- Use PORTDOCS instead of pkg-plist
	- Properly depend on print/passivetex (so the build system doesn't get away
	with just TeX installed but PassiveTeX missing)
	- Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in,
	reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable
	- Complete pkg-plist for WITH_PASSIVETEX case, it missed some files;
	thus fixing packages.
	- Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr.

	Dropped from ports/123952 (i. e. deliberately omitted from this PR,
	and not part of 0.0.20):
	- Move files/patch-xmlto.in into post-patch section of Makefile
	but keep the file.

PR:		ports/123979
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2008-05-28 12:40:05 +00:00
Pietro Cerutti
cde1421224 - Unbreak
PR:		123054
Submitted by:	Chess Griffin <chess@chessgriffin.com>
		Alexander Botero-Lowry <alexbl@FreeBSD.org>
Approved by:	miwi (mentor)
2008-05-07 09:23:11 +00:00
Pietro Cerutti
8818f1f3e7 - Update to 0.0.20
Approved by:	miwi (mentor implicit)
2008-04-22 12:38:55 +00:00
Dirk Meyer
48adb43ba3 - fix build with passivetex 2007-09-30 04:32:12 +00:00
Pav Lucistnik
66b9ee6300 - Update WWW 2007-03-03 13:22:37 +00:00
Boris Samorodov
eabcb9a740 In preparation to deprecate shells/bash2 do at textproc/xmlto [1]
and devel/cogito [2]:
. change RUN_DEPENDS shells/bash2 -> shells/bash;
. bump PORTREVISION.

PR:		107005  [1], 107113  [2]
Submitted by:	bsam (me) [1], [2]
Approved by:	anholt (maintainer timeout)  [2]
2007-01-31 19:48:12 +00:00
Sergei Kolobov
2122c3db66 - Drop port maintainership due to ENOTIME 2007-01-29 14:39:28 +00:00
Edwin Groothuis
1adfa4acd3 Remove USE_REINPLACE from categories starting with T 2006-05-13 04:24:52 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +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
Sergei Kolobov
f14c03a110 - PassiveTeX support needs more testing - mark the port IGNORE
if WITH_PASSIVETEX=yes knob is specified
- Remove now-unneeded DISTNAME override
2005-01-21 14:50:29 +00:00
Sergei Kolobov
9f1e170da6 - Update to 0.0.18
- Teach format/docbook/txt to look in ${LOCALBASE}/bin instead of /usr/bin
  This fixes this error: No way to convert HTML to text found.

PR:		ports/64952
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-04-04 13:52:57 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
676c175ca9 - Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead
Noticed by:	Nicola Vitale <nivit@email.it>
2004-01-05 06:33:16 +00:00
Sergei Kolobov
76dd233768 - Update to 0.0.17 (unbreaks fetching)
- Remove local hacks to prevent fetching DocBook XML
  from SourceForge at build-time - we now have xmlcatmgr that DTRT
2003-12-12 21:11:13 +00:00
Sergei Kolobov
100fac18df - Update to 0.0.16pre1 2003-11-01 22:18:06 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Daichi GOTO
01de9790d0 update textproc/xmlto: 0.0.14 -> 0.0.15.p1
PR:		54227
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-07-09 04:43:19 +00:00
Sergey A. Osokin
bbff107031 Add xmlto - front-end to an XSL toolchain
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
PR:		53173
Approved by:	fjoe (mentor) (implicit)
2003-06-20 16:27:08 +00:00