Commit graph

27 commits

Author SHA1 Message Date
Renato Botelho
ca256c3b6c Update to 1.4.7
Feature safe:	yes
2010-03-04 15:59:04 +00:00
Renato Botelho
4d095201a9 Update to 1.4.6 2009-12-15 10:05:29 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Renato Botelho
4ec7c6aca9 - Update to 1.4.5 2008-09-30 17:24:54 +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
Renato Botelho
46015de6c0 - Update to 1.4.4 2008-06-20 14:01:00 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +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
Renato Botelho
574ee68002 Update to 1.4.3 2006-09-04 23:29:45 +00:00
Mark Linimon
e299b32593 Reassign from inactive maintainer to new volunteer.
Hat:		portmgr
2006-09-04 08:22:51 +00:00
Marcus Alves Grando
1a970ac431 - Update to 1.4.1
PR:		96946
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
Approved by:	maintainer timeout (16 days)
2006-05-24 01:11:19 +00:00
Kirill Ponomarev
205f4f916c Update to 1.4
PR:		ports/96106
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-01 17:27:41 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Marcus Alves Grando
231d371205 Update to 1.3.4
PR:		87680
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	Cyrus Rahman <cr@jcmax.com> (maintainer)
2005-10-20 01:41:27 +00:00
Sergey Matveychuk
3ab309a8f1 - Update to 1.3.3
PR:		ports/81407
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer timeout (2 weeks)
2005-06-05 17:59:32 +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
Volker Stolz
1116256576 - Update to 1.2.3.1 [1]
- Nuke pkg-plist while here

PR:		ports/68748 [1]
Submitted by:	Matt Peterson
Approved by:	maintainer timeout
2004-08-13 15:08:32 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sergei Kolobov
62266663da - Update to 1.2.1 (now hosted at SourceForge)
- Add a x-test target that runs the tnef tests
- Shorten COMMENT to fit the limit

While I'm here:
- Install some documentation

PR:		59459
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	maintainer
2003-12-08 14:51:31 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Ying-Chieh Liao
b010cec7f4 upgrade to 1.1
PR:		29948
Submitted by:	MAINTAINER
2001-10-14 14:28:57 +00:00
Kris Kennaway
60efde8367 Update to tnef 1.0
Submitted by:	maintainer
2001-03-19 21:59:12 +00:00
Kris Kennaway
3b3e0c7e50 Update to tnef 0.16
Reviewed by:	maintainer
2001-03-13 01:40:03 +00:00
Kris Kennaway
32a98c56d9 Upgrade to tnef 0.15
Reviewed by:	maintainer
2000-11-22 11:01:42 +00:00
James E. Housley
ade14feff9 Add new port: converters/tnef
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format

PR:		21392
Submitted by:	Cyrus Rahman <cr@jcmax.com>
2000-10-23 02:59:44 +00:00