| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
| |
Submitted by: Craig Green (private mail)
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
| |
installed on 7.0.
PR: ports/120793
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: garga (mentor)
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net/ntop doesn't build under certain circumstances (it is
confusing versions of autoconf). Attached is a patch submitted
to me by Edward Sutton and tested by Jeffrey Goldberg which
fixes this problem. I haven't been able to reproduce this
problem but Jeffrey pointed out that this patch fixed it
for him. I don't believe that a bump of PORTREVISION is
necessary for this, but feel free to correct me if I am
wrong. :)
A discussion of this can be found at
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports
PR: ports/116289
Submitted by: Wesley Shields <wxs@atarininja.org>
|
|
|
|
|
| |
PR: ports/114681
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 112689
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
Reported by: Portsnap buildbox
|
|
|
|
|
| |
PR: ports/102291
Submitted by: Wesley Shields (maintainer)
|
|
|
|
|
| |
PR: ports/102705
Submitted by: maintainer (Wesley Shields)
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION [1]
- Remove IS_INTERACTIVE and admin password creation from installation and put admin password check in rc.d script
- Add OPTIONS to install AS data [2]
- portlint(1)
PR: 94672 [1], 94809 [2]
Submitted by: maintainer
Notified by: Andy Wettstein [1]
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
| |
- Prompt for ntop admin password and set IS_INTERACTIVE only if necessary.
- Quote BROKEN message.
- Adds pkg-deinstall with cleanup instructions.
- Submitter takes maintainership.
PR: ports/90264
Submitted by: Wesley Shields <wxs@csh.rit.edu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
to prevent hang on reboot, since ntop asks for password on 1st
execution. The real fix is to convert script to rc-ng.
Submitted by: Clement Laforet <clement@FreeBSD.org>
|
| |
|
|
|
|
|
|
| |
- Re-add version checking allow ntop developers to know how many FreeBSD
people use it
- Drop maintainership
|
|
|
|
|
|
|
|
| |
- mark port BROKEN if WITH_XMLDUMP defined (does not build)
Submitted by: mich
Reported by: Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019),
piotrekk@excite.com
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
Notes:
- IPv6 support is disabled
- now startup script prompts for admin password, if unset.
|
|
|
|
|
|
| |
interface as well as in shutting down ntop.
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
| |
PR: 65276
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
|
|
|
|
| |
- Add ipv6 to CATEGORIES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: ale
|
|
|
|
| |
- SIZEify distinfo
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
|
|
|
| |
- Change my email address
Noticed by: Bob Rakov <bob@rakov.net> [1]
Approved by: erwin (mentor)
|
|
|
|
|
| |
PR: ports/60256
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Get rid of interactive menu
- Rework build options
- Fix optional XML dumping support
PR: ports/60184
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
|
|
|
|
|
| |
PR: ports/60160
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
| |
PR: ports/59641
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
| |
|
|
|
|
|
| |
PR: 54482
Submitted by: Melvyn Sopacua <melvyn@webteckies.org>
|
|
|
|
|
| |
PR: 54300
Submitted by: Mark Linimon <linimon@lonesome.com>
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
| |
PR: 51077
Submitted by: Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw>
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
| |
consistently unable to find the time to update the port.
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
| |
has been a "massive public demand" that this port be unFORBIDDEN.
- Remove FORBIDDEN.
- Add a PKGMESSAGE to explain new post-install procedure, and to warn the
user that this port/package is likely to have future security issues.
- Install startup script mode 444, forcing the user to change this explicitly
to run ntop at system startup. Document this in PKGMESSAGE.
|
|
|
|
| |
Pointy hat to: dinoex
|
|
|
|
| |
has been no official response from the author as yet.
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
- Update pkg-{comment,descr} while I'm at it.
Requested by: Dave Cole <dacole@corp.attcanada.ca> (libwrap support)
|
|
|
|
|
|
|
|
|
|
| |
modified LOCALBASE.
- This port should now also build on OSVERSIONs before OpenSSL was imported
(untested).
- Bumped PORTREVISION.
PR: 34052
Submitted by: Thomas Hurst <freaky@aagh.net>
|
|
|
|
|
|
|
| |
- Major update of ntop - much of it rewritten
- Take over maintainership for a while
Approved by: billf (previous maintainer)
|
|
|
|
|
|
|
| |
it GNU_CONFIGURE...
PR: ports/32235
Submitted by: Thomas Hurst <freaky@aagh.net>
|
|
|
|
|
|
|
|
|
|
|
| |
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
|
| |
|
|
|
|
| |
to root only.
|
| |
|
|
|
|
| |
to multiple local and remote root exploits.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
|
|
|
|
| |
Submitted by: Anders Nordby <anders@fix.no>
Pointy Hat: Me.
|
|
|
|
|
|
|
| |
PR: ports/11536
Submitted by: Anders Nordby <anders@fix.no>
(2) Fix some uglyness
|
| |
|
|
|
|
| |
being sufficient for almost everything. :)
|
|
|
|
|
|
|
|
|
| |
and other people's -CURRENT systems. Glad to get this in under the ports
freeze crunch so this port doesn't have to be marked BROKEN.
PR: ports/8709
Reviewed by: Brian Ruth <bruth@wmht.org>
Submitted by: Brian Ruth <bruth@wmht.org>
|
|
|
|
|
|
|
| |
It's not sane to require a completly different port (sniffit) just for two
simple header files, so I'm putting them in ${FILESDIR}.
Thanks to Anders Andersson <anders@sanyusan.se> for the remind.
|
|
|
|
|
|
|
| |
mistakes so most of the patches were deleted. Two of the patches were to
the same file, but changed so drastically, I just reimported them.
PR: 8292
|
|
|
|
| |
the grave would be enough to kill __dead.
|
|
|
|
|
| |
via INSTALL_TARGET variable to install ntop's manpage as well.
While I'm at it, compress the manpage as well via MAN8 setting.
|
|
to what top(1) does for processes.
PR: 7566
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
|