Commit graph

23 commits

Author SHA1 Message Date
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Martin Wilke
583bf7c618 - Stage support 2014-03-06 14:04:29 +00:00
Martin Wilke
cbb35e1713 - Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
2014-02-14 16:23:18 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Andrej Zverev
e91a050e2e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:15:53 +00:00
Rene Ladan
daaa784adc - Update to 0.9.24
- Convert Makefile header

PR:		ports/178280
Submitted by:	myself
Approved by:	maintainer timeout (vlm@lionet.info, 17 days)
2013-05-18 20:05:57 +00:00
Baptiste Daroussin
0c11ff22ec Fix build with bmake 2013-05-03 21:35:23 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +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
Cheng-Lung Sung
6bb431616b - Update to 0.9.21
- original description:
  The ASN.1 compiler port lang/asn1c needs to be updated. A new
  version of compiler is available. Changes include RRC
  and H.248.1/MEGACO encoding support (PER).

PR:		ports/103396
Submitted by:	maintainer (Lev Walkin)
2006-09-19 07:27:52 +00:00
Alex Dupre
bc4984a864 Update to 0.9.20 release.
Approved by:	maintainer
2006-05-25 06:12:22 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Tilman Keskinoz
468d4de276 Update to 0.9.16
PR:		83501
Submitted by:	Lev Walkin <vlm@lionet.info>
2005-07-15 18:06:08 +00:00
Jean-Yves Lefort
79282ab68e - Update to 0.9.14 [1]
- Fix the packing list when NOPORTDOCS is defined
- Use SUB_FILES=pkg-message

PR:		ports/80467 [1]
Submitted by:	maintainer
2005-04-30 08:27:40 +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
d8ea47a959 Update to 0.9.12
PR:		ports/78705
Submitted by:	maintainer
2005-03-11 18:45:01 +00:00
Kirill Ponomarev
53e350f745 Update to 0.9.8
PR:		ports/76405
Submitted by:	maintainer
2005-01-19 09:54:15 +00:00
Kirill Ponomarev
2ab2ebac2b Fix build on pointyhat.
Reported by:	cluster via kris
2004-10-27 05:26:28 +00:00
Kirill Ponomarev
a9b32ce1eb Update to 0.9.7.1 and fix build on amd64
Submitted by:	maintainer
2004-10-26 20:40:20 +00:00
Kirill Ponomarev
153c40f19a Add asn1c 0.9.4,
The asn1c compiles ASN.1 (Abstract Syntax Notation One)
specifications into the C source code. This compiler supports
automatic constraints checking code generation, parametrization,
basic support for Information Object Classes.  The produced C code
contains the codecs for BER & DER encoding rules.

PR:		ports/71560.
Submitted by:	Lev Walkin <vlm@lionet.info>
2004-10-14 08:51:02 +00:00