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

137 Commits

Author SHA1 Message Date
Martin Wilke
8fd6d0b0a8 - Update to 4.76
PR:		127379
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-09-24 14:47:04 +00:00
Oliver Lehmann
9d2ead2bb4 fix build when openssl is not in base but in $LOCALBASE
Approved by:	maintainer
2008-09-07 10:20:16 +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
Martin Wilke
915e27e96b - Update to 4.68
PR:		126211
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-08-03 16:09:47 +00:00
Martin Wilke
7a1b9836bb - Update to 4.62
PR:		123401
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-05-06 13:26:11 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Cheng-Lung Sung
d0bc782954 - Update nmap to 4.60 and fix moved MASTER_SITES.
Also fixed portlint warnings about Makefile structure.

PR:		ports/122728
Submitted by:	maintainer (Daniel Roethlisberge)
2008-04-14 00:53:05 +00:00
Pav Lucistnik
fb3b71be54 - Remove empty files 2008-04-10 11:56:28 +00:00
Martin Wilke
2f195e4f8d - Update to 4.52
PR:		119673
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-03-14 21:30:23 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Jean Milanez Melo
1aa08f4538 - Fix mastersite.
PR:		ports/113203
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2007-06-14 14:11:29 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
e19f7771e5 - Fix build with amd64
PR:		107478
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2007-01-03 17:17:43 +00:00
Shaun Amott
094ad8b9bf - Fix build on FreeBSD 4.x.
PR:		ports/106911
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2006-12-23 15:29:34 +00:00
Martin Wilke
627f1acd99 - Update to 4.20
PR:		ports/106567
Submitted by:	Jose Fernandes<jose@diasfernandes.pt>
Approved by:    maintainer
2006-12-12 20:32:37 +00:00
Cheng-Lung Sung
b5d29219ac - update to 4.11
PR:		ports/99833
Submitted by:	tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:	maintainer (Daniel Roethlisberger)
2006-07-08 05:32:00 +00:00
Erwin Lansing
d228603765 Update to 4.10
PR:		99461
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2006-06-25 19:04:40 +00:00
Marcus Alves Grando
cbedd5479a - Able security/nmap open more than 128 bpfs.
- Bump PORTREVISION

PR:		98080
Submitted by:	marck
Approved by:	maintainer
2006-06-06 01:30:16 +00:00
Sergey Matveychuk
e3a1552180 - Add patch resolving an infinite loop in the scan engine
- Bump PORTREVISION

PR:		ports/94264
Submitted by:	maintainer
Requested by:   Alan Amesbury <amesbury@umn.edu>
2006-03-15 14:30:41 +00:00
Emanuel Haupt
c64472e2f3 Fix build of "slave port" (security/nmapfe) on 4.x by using GCC 3.2+
PR:		93452
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2006-02-18 11:20:31 +00:00
Kirill Ponomarev
bfad4e02ad Update to 4.01
PR:		ports/93153
Submitted by:	krion
Approved by:	maintainer
2006-02-10 23:42:16 +00:00
Kirill Ponomarev
9b18585e48 Update to 4.00
PR:		ports/92684
Submitted by:	krion
Approved by:	maintainer
2006-02-02 08:13:19 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Simon Barner
bb073fdaa7 Update nmap and nmapfe to 3.95.
Notable upstream changes:

 * new help/usage screen and man page
 * new man page currently only available in en, pt_PT and pt_BR
 * nmapfe is now a shiny GTK2 application

Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
PR:		ports/90371
2005-12-14 08:46:55 +00:00
Tim Bishop
21b002e8f8 - Add SHA256 checksum
PR:		90054
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by:	clement (mentor)
2005-12-07 09:52:33 +00:00
Renato Botelho
30915f5be3 - Update to 3.93
PR:		ports/86113
Submitted by:	maintainer
2005-09-16 11:05:18 +00:00
Sam Lawrance
89f1f7b647 Give maintainership to submitter
PR:		ports/85870
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2005-09-08 23:59:46 +00:00
Kirill Ponomarev
5994a36bf8 Update to version 3.90 2005-09-08 13:18:14 +00:00
Mark Linimon
adda42bec2 With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).

Discussed among:	portmgr team
2005-07-18 03:49:55 +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
5e867622ea Update to version 3.81
PR:		ports/77425
Submitted by:	krion
Approved by:	maintainer timeout
2005-02-26 15:39:54 +00:00
Oliver Eikemeier
777bd29d06 update to version 3.77 2004-11-30 18:10:45 +00:00
Oliver Eikemeier
3a6a1c8514 - update to version 3.75
+ updated OS fingerprint database
2004-10-19 16:04:13 +00:00
Oliver Eikemeier
7365946a23 - update to version 3.71-PRE1 2004-10-13 13:52:54 +00:00
Oliver Eikemeier
b56cdf6aa7 Fix build when using ccache
PR:		71343
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-09-03 18:17:29 +00:00
Oliver Eikemeier
effb39360a - update to version 3.70 (birthday edition, try the verbose mode) 2004-08-31 20:41:10 +00:00
Oliver Eikemeier
0cc72c3698 support building nmap-3.59a5 WITH_PRERELEASE=yes 2004-08-26 10:28:04 +00:00
Oliver Eikemeier
471cedfc59 - update to 3.55
/usr/local/share/doc/nmap/CHANGELOG
2004-07-07 09:22:26 +00:00
Oliver Eikemeier
8b1f83db20 update to 3.51-TEST4 2004-07-05 00:06:07 +00:00
Oliver Eikemeier
52667c5a80 - update to 3.51-TEST3
- fix bug when ranges cross interface boundaries [1]

Notified by:	Alex Povolotsky <tarkhil@webmail.sub.ru>, Mike Benjamin <mikeb@mikeb.org> [1]
2004-06-17 11:56:03 +00:00
Oliver Eikemeier
839e10da49 SIZEify
Prompted by:	trevor
2004-03-18 01:04:31 +00:00
Oliver Eikemeier
7881db98b7 - update to version 3.50
Approved by:	marcus (mentor)
2004-01-19 22:31:35 +00:00
Oliver Eikemeier
d1b344e8cd switch my ports to my FreeBSD address
Approved by:	marcus (mentor)
2003-11-14 00:29:48 +00:00
Alexander Leidinger
e433db1745 From the submitter:
---snip---
        The security/nmap port (currently at 3.48, but previous versions also
        had this problem) triggers a bug in GCC 3.3.1 on FreeBSD/sparc64 which
        causes the compilation of the port to fail.
        The GCC bug itself is know and AFAIK Thomas Moestl (tmm@freebsd.org)
        tried to get a fix for it in upstream GCC. However, I didn't see an
        entry in the release notes of GCC 3.3.2 that would suggest that it has
        been fixed there.
        Another port that has a workaround for this particular GCC bug is e.g.
        x11/XFree86-4-libraries (files/patch-XRes.c).
---snip---

PR:		58698
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-10-30 14:09:29 +00:00
Edwin Groothuis
a3174f4845 add patches from Marius Strobls
PR:		ports/57646
Submitted by:	Marius Strobls
Approved by:	liver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-08 01:38:55 +00:00
Edwin Groothuis
5040b61a32 re-add DISTNAME with a comment regarding security/nmapfe
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-08 01:09:38 +00:00
Edwin Groothuis
e11145a0fa [MAINTAINER] port security/nmap: update to version 3.48
- improved version detection
	- integrates most FreeBSD fixes, thanks to
	  Marius Strobl <marius@alchemy.franken.de>
	- install localized man pages

PR:		ports/57646
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-07 22:31:18 +00:00
Erwin Lansing
201bc6c998 add patches forgotten in previous commit
Submitted by:	maintainer
Pointy hat to:	leeym
2003-09-26 12:05:12 +00:00