1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
f5acd5e443 Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:	araujo@
Reported by:	QAT
2009-05-12 11:28:17 +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
13441eac4b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:02:06 +00:00
David Thiel
4904f8cf5a Updating to 4.2.3.
Approved by:	edwin (mentor)
2007-01-20 21:12:13 +00:00
Martin Wilke
e45b10897a - Update to 4.2.2
PR:		ports/105882
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2006-11-27 13:24:26 +00:00
Rong-En Fan
d6292b1f3a - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.

PR:		ports/101439
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by:	David Thiel <lx at redundancy.redundancy.org> (maintainer)
2006-08-07 03:19:32 +00:00
Ion-Mihai Tetcu
2649b17831 - Updating the Osiris integrity checking system to 4.2.1. This version includes
the format string exploit fixes that were also in the patch in 4.2.0_1 (hence
removed).
- Also updating master site to the new official one.

PR:		ports/100952
Submitted by:	David Thiel (maintainer)
2006-07-28 07:39:02 +00:00
Ion-Mihai Tetcu
42cd1740e9 Patching osiris in response to CVE-2006-3120.
"Ulf Harnhammar and Max Vozeler from the Debian Security Audit Project
have found several format string security bugs in osiris, a network-wide
system integrity monitor control interface. A remote attacker could
exploit them and cause a denial of service or execute arbitrary code."

PR:		ports/100793
Submitted by:	David Thiel (maintainer)
Security:	CVE-2006-3120
2006-07-26 07:51:52 +00:00
Tilman Keskinoz
9b074c47e1 Update to 4.2.0
scan command now pushes baseline database to host.
	 added import-filters command (developer submission).
	 auth.db passwords are now encrypted (hashed).
	 mod_ports has new params to ignore certain port numbers.
	 added -q option to console, to not log to system log.
2006-03-18 18:51:08 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Roman Bogorodskiy
22bea8ef86 Forgot to uncomment OPTIONS after testing.
Noted by:	David Thiel <lx@redundancy.redundancy.org>
2005-09-07 12:34:21 +00:00
Roman Bogorodskiy
af9ca2af26 Update to 4.1.9.
PR:		85673
Submitted by:	David Thiel (maintainer)
2005-09-03 04:19:09 +00:00
Jean-Yves Lefort
54db6ba876 - Update to 4.1.8
- Remove GNU_CONFIGURE, as it is implied by USE_LIBTOOL_VER

PR:		ports/80347
Submitted by:	maintainer
2005-04-26 07:12:07 +00:00
Pav Lucistnik
6073b6fd91 - Update to 4.1.7
PR:		ports/79984
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-04-17 14:25:33 +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
Pav Lucistnik
f4c8717dfa - Update to 4.1.5
PR:		ports/79362
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-04-11 21:18:37 +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
Florent Thoumie
e64ca01e85 - Add forgotten pkg-message.
Noticed by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-03-14 18:16:41 +00:00
Michael Johnson
e8877c2d4a - s/pkg-message/${PKGMESSAGE}/ to fix build if you're not actually in directory
PR:		ports/78835
Submitted by:	Maintainer
2005-03-14 18:03:58 +00:00
Sergey Matveychuk
85aa34b6f9 - Update to 4.1.3
- rcNGfy and add message how activate it
- Add mirror site
- Turn on "fancy cli" by default

PR:		ports/78713
Submitted by:	maintainer
2005-03-12 08:26:59 +00:00
Volker Stolz
bbd07566ef Update to 4.1.2:
- fixed notification email bug with url not being added to email.
- fixed http_host field not being used for log reports URLs.

PR:		ports/77522
Submitted by:	David Thiel (maintainer)
2005-02-14 22:14:21 +00:00
Pav Lucistnik
030fe20888 - There was a bug that caused osirisd not to start if built without osirismd
because of the lack of a ${PREFIX}/osiris directory. This is now created no
  matter what options are set.

PR:		ports/77221
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-02-08 15:41:07 +00:00
Pav Lucistnik
486ba351ec - Update to 4.1.1
PR:		ports/77110
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-02-05 18:46:16 +00:00
Edwin Groothuis
f31e29e939 Update: security/osiris 4.0.6 -> 4.0.8
Updating the Osiris integrity checker to 4.0.8. From changelog:

	FIXED:

	: updated copyrights.
	: cli stat of editor incorrect.
	: utilities.c, escape filename bug in octal handling.
	: fixed memory leak in regex file filter hs_regfree missing.

	FEATURES:

	: port of host.conf config keyword from the 4.1 branch.

PR:		ports/76481
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2005-01-19 23:09:50 +00:00
Edwin Groothuis
27fccfb731 Update: security/osiris 4.0.5 -> 4.0.6
Updating the Osiris integrity checking system to 4.0.6. PDF
	and RTF docs were removed from the plist and makefile, as
	they were removed from the distribution. They are available
	in HTML format on the Osiris homepage.

	Code changes:

	FIXED:

	: typo in generic osirismd rc script.
	: changed verify cert depth to 10, from 4.
	: moved 'continue' prompt to beginning of installer, where it should be.
	: fixed regular expression filter value bug with parens.

	FEATURES:

	: added default config for Linksys WRT54G(S).
	: changed notification subject lines for easier parsing.

PR:		ports/74336
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-11-27 06:01:29 +00:00
Pav Lucistnik
a84ce9020a - Update to 4.0.5
PR:		ports/73426
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-11-02 23:53:00 +00:00
Volker Stolz
fa82c9eeb9 Updating the Osiris integrity checker to 4.0.3. Many changes from the
(now unsupported) 2.x.x series, including a more modular design, support
for monitoring user/group databases and kernel extensions, more flexible
configuration syntax, and improved logging.

PR:		ports/68790
Submitted by:	maintainer
2004-07-08 13:38:59 +00:00
Kirill Ponomarev
50a21042ea - Update to version 2.4.5
PR:		ports/65836
Submitted by:	maintainer
2004-04-29 09:02:13 +00:00
Sergei Kolobov
4ceb8703f0 - Update to 2.4.4, a more recent stable version
- Pass maintainership to the submitter

PR:		ports/63077
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
Approved by:	Nicolas Jombart (current maintainer)
2004-04-20 20:36:39 +00:00
Trevor Johnson
a1bc8c46f5 Add size data, approved by maintainers. 2004-03-20 21:03:41 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Oliver Lehmann
7a527e3179 Add osiris 1.5.2,
file integrity checking, with GDBM and MySQL
support.

PR:		50026
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-07-11 20:11:11 +00:00