1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
Thomas Abthorpe
b29113ab0d - Fix build with clang
PR:		ports/183279
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2013-10-25 15:02:57 +00:00
Thomas Abthorpe
4965f0bc28 - Remove the real un-needed patch
- Restore needed file
- Bump PORTREVISION

Submitted by:	maintainer
Pointyhat to:	tabthorpe
2013-10-19 13:24:59 +00:00
Thomas Abthorpe
da1e3da8ba - Remove un-needed patch
Submitted by:	maintainer via email
2013-10-17 12:47:25 +00:00
Thomas Abthorpe
15e0b75b85 - Split broccoli library into separate port
- Use new infrastructure
- Bump PORTREVISION

PR:		ports/182475
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2013-10-16 22:56:27 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Baptiste Daroussin
f56f112403 Convert to new perl framework
Convert USE_GMAKE to USES=gmake
2013-09-16 16:58:41 +00:00
Martin Wilke
4f62587bd2 - Unbreak build
Reported by:	pointyhat
Approved by:	portmgr
2013-03-30 13:47:49 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Kevin Lo
5950919d7a Assign maintainership to Craig Leres.
PR:	ports/175152
2013-01-10 02:29:44 +00:00
Kevin Lo
72aa8a0002 Add missing patch.
Feature safe:	yes
2012-12-06 01:59:29 +00:00
Kevin Lo
1f12fd1bad Update to 2.1.
Feature safe:	yes

PR:	ports/174016
Submitted by:	Paul Schmehl <pauls at utdallas dot edu>
2012-12-03 05:20:38 +00:00
Pietro Cerutti
37a282d06d - fix mtree by avoiding to install a .in CMake configure file
Reported by:	PH (via beat@)
Approved by:	portmgr@ (implicit)
Feature safe:	yes
2012-11-08 09:49:04 +00:00
Kevin Lo
76d3c9736b - Add missing dependency on perl
- Adopt new Makefile header

Feature safe:	yes
2012-10-16 06:41:41 +00:00
Beat Gaetzi
592cf5e025 - Make as BROKEN: missing prerequisites
CMake Error at aux/binpac/CMakeLists.txt:17 (message):
   Could not find prerequisite package 'Perl'

Reported by:	pointyhat
Feature safe:	yes
2012-10-15 19:10:49 +00:00
Kevin Lo
67cfe15374 - Add missing dependency on bison
- Bump PORTREVISION

Reported by:	portmgr (linimon)
2012-09-18 07:50:34 +00:00
Kevin Lo
9c0b49d590 Update to 2.0; with some help from rm@
PR:	ports/169690
Submitted by:	Paul Dokas <paul at dokas dot name>
2012-09-12 08:09:18 +00:00
Philip M. Gollucci
df76bcba43 - Update to 1.5.3
- Mark MAKE_JOBS_UNSAFE
- Remove < 7.0

PR:             ports/160897
Submitted by:   Dikshie <dikshie@sfc.wide.ad.jp>
Approved by:    maintainer timeout (kevlo ; 141 days)
2012-02-11 22:27:42 +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
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Kevin Lo
33940ccbac Update to 1.5.1
PR:	ports/150987
Submitted by:	dikshie <dikshie at sfc dot wide dot ad dot jp>
2010-10-15 06:42:25 +00:00
Pav Lucistnik
2bc0a5b07d - Mark BROKEN on 6.x: does not package
Reported by:	pointyhat
2009-01-24 09:45:22 +00:00
Kevin Lo
6a4039a8e1 - Fix pkg-plist
- Bump PORTREVISION
2008-12-20 05:35:14 +00:00
Kevin Lo
53978bc2fe Add USE_PERL5=yes 2008-12-18 07:03:19 +00:00
Kevin Lo
1a94b500c8 - Update to 1.4
- Take maintainership

PR: ports/129715
Submitted by: kevlo
2008-12-18 06:43:03 +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
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Thomas Abthorpe
5594cb0d5b - Add CONFLICTS for sysutils/lbl-cf sysutils/lbl-hf
PR:		ports/123681
Submitted by:	tabthorpe
Approved by:	Paul Schmehl <pauls utdallas.edu> (maintainer)
2008-05-14 19:53:00 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Edwin Groothuis
78892e719d Undo changes to the header. 2007-09-11 20:50:54 +00:00
Edwin Groothuis
13b2aeec3d security/bro, port upgrade to version 1.2.1, take over maintainership
This is an upgrade of the security/bro port to the current
	stable version.  The port is very complex, so it needs to
	be tested carefully to make sure that I'm not screwing
	anything up or using wrong conventions. Also, I'm willing
	to take over maintainership of the port if it's accepted
	into the tree.

	Please note, there are several files that need to be removed
	from the port and quite a few that need to be added. All
	these files are in FILESDIR.  I have provided blank patches
	for the files that need to be removed, so the patches will
	create blank files.

Added IS_INTERACTIVE to the port
Left original freebsd header comments in it.
Next time please use one big patch-file instead of lots of little ones :-)

PR:		ports/114999
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2007-09-10 13:28:12 +00:00
Tilman Keskinoz
2b626a4c3b Fix build with gcc41 2006-12-21 12:42:16 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Pav Lucistnik
d679262e6c - Add SHA256 2005-11-25 18:01:15 +00:00
Ade Lovett
a817a3eaa8 Revert back to devel/bison 2005-09-04 19:36:50 +00:00
Pav Lucistnik
a895ae4dab - Switch bison dependency to bison175 port 2005-09-02 08:01:07 +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
Yen-Ming Lee
5a33db37d4 - unbreak this port on 5.x
PR:		71853
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-19 02:09:40 +00:00
Kris Kennaway
3462fa1f72 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-17 23:02: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
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Sergey A. Osokin
b94eee9cb2 Fix broken (checksum mismatch) by change suffix of distro
from "-current" to "a37".

No changes for MD5.
2003-11-04 16:00:01 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Sergey A. Osokin
7dcf650512 Update to 0.8, fix RESTRICTED. 2003-10-14 14:50:58 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
David E. O'Brien
4cb33dba94 To ports@freebsd.org. 2002-06-08 17:33:41 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00