| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- See
https://github.com/freebsd/freebsd-ports/pull/74
Submitted by: https://github.com/hachiman8
Notes:
svn path=/head/; revision=455694
|
|
|
|
|
|
|
|
|
|
|
| |
- The -v flag disables reporting on VRRP/CARP ethernet prefixes as
described in RFC5798 (00:00:5e:00:01:xx)
PR: 202548
Submitted by: paul@dokas.name
Notes:
svn path=/head/; revision=420995
|
|
|
|
|
|
|
|
| |
PR: 208361
Reported by: ohartman@zedat.fu-berlin.de
Notes:
svn path=/head/; revision=412061
|
|
|
|
|
|
|
|
|
| |
- take maintainer
- add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks
- makepatch conform patchfiles
Notes:
svn path=/head/; revision=412035
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
|
|
|
| |
Notes:
svn path=/head/; revision=380307
|
|
|
|
| |
Notes:
svn path=/head/; revision=373380
|
|
|
|
| |
Notes:
svn path=/head/; revision=367236
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When configuring arpwatch_interfaces, /usr/local/etc/rc.d/arpwatch
failed if you use VLAN interfaces, e.g.:
arpwatch_interfaces="em0.1 em0.2 em0.3"
PR: 191344
Submitted by: dd@gizmocreative.com
Notes:
svn path=/head/; revision=362360
|
|
|
|
|
|
|
| |
- Minor style nits
Notes:
svn path=/head/; revision=353292
|
|
|
|
|
|
|
| |
Suggested by: mat
Notes:
svn path=/head/; revision=345213
|
|
|
|
| |
Notes:
svn path=/head/; revision=345195
|
|
|
|
|
|
|
|
|
| |
changed and massagevendor script won't work with it out of box
- While here, fix patches naming
Notes:
svn path=/head/; revision=345117
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=333622
|
|
|
|
|
|
|
| |
- Reassign to the heap
Notes:
svn path=/head/; revision=332807
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/152624
Notes:
svn path=/head/; revision=265522
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Arjan de Vet, via private email
Notes:
svn path=/head/; revision=249067
|
|
|
|
| |
Notes:
svn path=/head/; revision=231311
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Approved by: clsung (mentor)
Notes:
svn path=/head/; revision=198164
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 104972
Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=177259
|
|
|
|
|
|
|
|
| |
PR: ports/104970
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes:
svn path=/head/; revision=176599
|
|
|
|
|
|
|
|
|
|
|
| |
newer version anyway
PR: ports/104026
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (arpwatch maintainer)
Approved by: arpwatch-devel maintainer's address bouncing
Notes:
svn path=/head/; revision=174743
|
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: 103941
Submitted by: Fabian Wenk <fabian_AT_wenks dot ch>
Approved by: maintainer (Thomas Abthorpe)
Notes:
svn path=/head/; revision=174419
|
|
|
|
|
|
|
|
|
| |
PR: ports/102600
Submitted by: Eugene Grosbein
Approved by: Thomas Abthorpe (maintainer)
Notes:
svn path=/head/; revision=173516
|
|
|
|
|
|
|
|
|
| |
PR: ports/102509
Submitted by: Jordan Gordeev <jgordeev@dir.bg>
Approved by: Thomas Abthorpe <thomasa@tbaytel.net> (maintainer)
Notes:
svn path=/head/; revision=171557
|
|
|
|
|
|
|
|
|
|
|
| |
is used. Bump PORTREVISION
PR: ports/101462
Submitted by: Jordan Gordeev <jgordeev at dir.bg>
Approved by: Thomas Abthorpe <thomas at goodking.ca> (maintainer)
Notes:
svn path=/head/; revision=171024
|
|
|
|
|
|
|
|
|
|
| |
- Add more mirrors
PR: 101276
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes:
svn path=/head/; revision=169491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for pointing this out. The HUP only seems to affect arpwatch on 5.X and
6.X. The patch has been tested on 4.11, 5.5 and 6.1.
Bump PORTREVISION
- separate AUTHOR/WWW lines in pkg-descr
PR: ports/100613
Submitted by: maintainer
Notes:
svn path=/head/; revision=168325
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add mirror site
- Use prefered maintainer address
PR: 99902
Submitted by: Thomas Abthorpe <thomas goodking.ca> (maintainer)
Approved by: delphij (mentor, implicit)
Notes:
svn path=/head/; revision=167198
|
|
|
|
|
|
|
|
|
| |
PR: 99884
Submitted by: maintainer
Approved by: delphij (mentor, implicit)
Notes:
svn path=/head/; revision=167144
|
|
|
|
|
|
|
|
| |
PR: ports/92763
Submitted by: Eugene Grosbein <eugen@kuzbass.ru>
Notes:
svn path=/head/; revision=158603
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
| |
Reported by: Florian C. Smeets <flo@kasimir.com>
Notes:
svn path=/head/; revision=152357
|
|
|
|
|
|
|
|
| |
PR: ports/84711
Submitted by: SimpleRezo <freebsd@simplerezo.com>
Notes:
svn path=/head/; revision=152151
|
|
|
|
| |
Notes:
svn path=/head/; revision=149444
|
|
|
|
|
|
|
| |
Source: distfile survey
Notes:
svn path=/head/; revision=145127
|
|
|
|
| |
Notes:
svn path=/head/; revision=142683
|
|
|
|
|
|
|
| |
Requested by: vs
Notes:
svn path=/head/; revision=118055
|
|
|
|
|
|
|
|
|
| |
exist.
Submitted by: rob@piethief.co.uk
Notes:
svn path=/head/; revision=111615
|
|
|
|
|
|
|
|
| |
PR: ports/65508
Submitted by: Matthew George <mdg@secureworks.net>
Notes:
svn path=/head/; revision=107002
|
|
|
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes:
svn path=/head/; revision=101812
|
|
|
|
| |
Notes:
svn path=/head/; revision=99518
|