1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Adam Weinberger
cff70035fd Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
Ganael LAPLANCHE
c1d74378d8 - Always copy documentation to stage dir
- Remove useless inclusion of bsd.port.options.mk
- Remove useless trailing slash

Reported by: mat
2013-11-07 10:23:09 +00:00
Ganael LAPLANCHE
c2d03d48af Use INSTALL_DATA to install doc
Reported by:	mat
2013-11-06 07:35:38 +00:00
Ganael LAPLANCHE
d3e628ca39 Enable staging 2013-11-05 08:13:58 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Ganael LAPLANCHE
11be97e555 Switch to OptionsNg 2012-06-15 09:55:17 +00:00
Ganael LAPLANCHE
3e3d2347d0 Fix build with clang 2011-06-23 08:37:05 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Ganael LAPLANCHE
a299baf00b Add missing LICENSE
Approved by:	ehaupt (mentor)
2010-11-10 13:30:59 +00:00
Ganael LAPLANCHE
db6d323dff Update MAINTAINER address for my ports
Approved by:	ehaupt (mentor)
2010-09-27 12:08:23 +00:00
Philip M. Gollucci
2e59da295c - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
2010-09-07 15:52:18 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Marcelo Araujo
dbbdd062c6 - Fixes a missed offset update when using quiet mode with par2create.
This bug has been referenced here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698
http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698

PR:		ports/132494
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2009-03-15 18:27:46 +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
Thierry Thomas
d895620315 - Fix the "Main packet not found" error;
- Register a conflict with par2cmdline-tbb;

- Take maintainership.

PR:		ports/119860
Submitted by:	Åke Wallebom <ake (at) ake.nu>
Completed by:	Ganaël Laplanche <ganael.laplanche (at) martymac.com>
Approved by:	Jonathan Stewart <jonathan (at) kc8onw.net> (former maintainer)
2008-04-19 19:32:57 +00:00
Rong-En Fan
0e7db8a5d4 - Fix gcc4 build
PR:		ports/110589
Submitted by:	Jonathan Stewart <jonathan at kc8onw.net> (maintainer)
2007-03-22 16:51:55 +00:00
Shaun Amott
d7dfac9668 Assign maintainership to submitter.
PR:		ports/104628
Submitted by:	Jonathan Stewart <jonathan@kc8onw.net>
2006-10-31 18:19:34 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Pav Lucistnik
2c39b78ee6 - Add SHA256 2005-11-23 23:37: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
83c986007e Update to version 0.4
PR:		ports/68366
Submitted by:	Ports Fury
2004-06-27 18:00:57 +00:00
Simon L. B. Nielsen
6cd6604aa7 Fix typo.
Noticed by:	Chris Larsen <darth@vader.dk>
2004-06-02 13:23:56 +00:00
Kirill Ponomarev
c83a0c91ce - Fix configure warning
PR:		65668 65669 65670 65671 65672 65673
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:12:38 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Pav Lucistnik
f6a7eae134 Add par2cmdline, a set of commandline tools for working with PAR v2 files,
used for verifying and recovering damaged files. PAR is especially
popular on news groups.

PR:		ports/54812
Submitted by:	Chris Larsen <darth@vader.dk>
2003-12-17 20:26:47 +00:00