1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Sunpoet Po-Chuan Hsieh
a902e23e72 Clean up MASTER_SITES
- Add LICENSE_FILE
- Use PORTDOCS
- Regenerate patch files with makepatch:
- While I'm here:
  - Fix indent
  - Remove superfluous space in PLIST

PR:		216412
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
2017-01-23 18:52:21 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Baptiste Daroussin
255e26a157 Conver to @sample keyword 2016-04-10 09:19:12 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Danilo Egea Gondolfo
b62db23e43 - Add stage support
- Pass maintainership to submitter

while here
- Improve COMMENT
- Convert USE_GMAKE to USES
- Add DOCS option
- Install docs unconditionally
- Use %%DATADIR%% in pkg-plist

PR:		ports/188279
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2014-04-05 20:03:34 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Stefan Walter
285b5520e9 - Fix segmentation faults on amd64.
- Reset maintainer due to multiple long response timeouts.

PR:		139867
Submitted by:	Bartosz Stec <admin@kkip.pl>
Patch by:	arved
2010-11-15 15:24:54 +00:00
Stefan Walter
8914afa41e Mark as BROKEN on amd64: produces segmentation faults when run.
PR:		139867
Submitted by:	Bartosz Stec <admin@kkip.pl>
Approved by:	maintainer timeout (8 months)
Feature safe:	yes
2010-06-27 17:36:12 +00:00
Ion-Mihai Tetcu
82c6657dd6 Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-09 17:43:39 +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
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +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
03df7abf41 Update to 2.2.1
PR:		ports/78545
Submitted by:	maintainer
2005-03-08 10:30:22 +00:00
Pav Lucistnik
914c17058e - Update to 2.2
PR:		ports/68233
Submitted by:	Omer Faruk Sen <ofsen@enderunix.org> (maintainer)
2004-06-23 19:24:28 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Kirill Ponomarev
e0144a8c81 - Update to 2.1.1
PR:		58193
Submitted by:	maintainer
2003-10-19 14:08:33 +00:00
Pete Fritchman
f4f5873d3b Update to 2.1.
PR:		46723
Submitted by:	maintainer
2003-03-02 22:42:18 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Vanilla I. Shu
986081a3c2 Fix patch problem.
Submitted by:	Andrew Stuart <elitetek@tekrealm.net>
2002-07-21 03:21:02 +00:00
Vanilla I. Shu
1135846b6f Add isoqlog, it's an MTA log analysis program written in C.
PR:		ports/40720
Submitted by:	Omer Faruk Sen <roots@enderunix.org>
2002-07-20 16:39:49 +00:00