| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Notes:
svn path=/head/; revision=383107
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365343
|
|
|
|
|
|
|
|
| |
- Remove bsd.port.pre.mk
- Add LICENSE
Notes:
svn path=/head/; revision=350757
|
|
|
|
|
|
|
| |
Noted By: Lukasz Wasikowski <lukasz@wasikowski.net>
Notes:
svn path=/head/; revision=338078
|
|
|
|
| |
Notes:
svn path=/head/; revision=336411
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
| |
Notes:
svn path=/head/; revision=316749
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
With hat: portmgr
Notes:
svn path=/head/; revision=311049
|
|
|
|
| |
Notes:
svn path=/head/; revision=309342
|
|
|
|
|
|
|
|
| |
PR: ports/174572
Submitted by: cubox@cubox.me
Notes:
svn path=/head/; revision=309264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=276991
|
|
|
|
|
|
|
|
|
|
|
| |
patch taken from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/oidentd/oidentd-multiple-ip.patch
Bump PORTREVISION
PR: ports/156182
Submitted by: nico <nico@lifeisabug.com>
Notes:
svn path=/head/; revision=275274
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
starting with P,R,S
Notes:
svn path=/head/; revision=240075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
| |
BROKEN)
PR: ports/126676
Submitted by: "Anton E. Kartashev" <amokk@seb.org.ua>
Notes:
svn path=/head/; revision=219331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=218268
|
|
|
|
|
|
|
|
|
|
| |
Add the following lines to /etc/rc.conf to enable dovecot
to "oidentd"
Reported by: "Dan Corrigan" <dancorrigan1@gmail.com>
Notes:
svn path=/head/; revision=216044
|
|
|
|
|
|
|
|
|
|
|
| |
use new RC_SUBR style (old start file removed, no real history to preserve)
Bump PORTREVISION
PR: 122054 [1]
Submitted by: Jase Thew <bazerka@beardz.net> [1]
Notes:
svn path=/head/; revision=209798
|
|
|
|
| |
Notes:
svn path=/head/; revision=209422
|
|
|
|
| |
Notes:
svn path=/head/; revision=163152
|
|
|
|
| |
Notes:
svn path=/head/; revision=162215
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
| |
Noted by: pointyhat via kris
Notes:
svn path=/head/; revision=139343
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Noted By: Dariusz Kulinski <d.kulinski@gmail.com>
Notes:
svn path=/head/; revision=120075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_GMAKE (builds okay here with BSD make)
- Clean up portions of main Makefile (don't need post/pre)
- Add %%PREFIX%% man page patches
- Add patch for ipv6_missing.h; removes EAI_MEMORY
re-definition warnings, and is more FreeBSD-focused
- Support 'oidentd_conf' rc.subr variable for those who want to
be able to specify a configuration file. Also update the
'required_files' code to work with this too...
[2]:
- make it work with FreeBSD-5 in combination with option --reply
PR: ports/71378 [1]
Submitted By: Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
Noted By: Markus Hästbacka <midian@ihme.org> [2]
Notes:
svn path=/head/; revision=119520
|
|
|
|
|
|
|
| |
Reported by: pointyhat (via kris)
Notes:
svn path=/head/; revision=116966
|
|
|
|
|
|
|
|
|
|
|
| |
continue instructions, which skipped "head = pcbp.inp_list.le_next;"
making oidentd go into infinite loop.
Submitted By: Dariusz Kulinski <takeda3@netzero.net>
PR: ports/66858
Notes:
svn path=/head/; revision=109516
|
|
|
|
|
|
|
|
|
|
| |
Fix plist
PR: 64546 [1]
Submitted By: Dariusz Kulinski <takeda3@netzero.net>
Notes:
svn path=/head/; revision=105256
|
|
|
|
|
|
|
|
|
| |
bump PORTREVISION
Noted By: Robin Breathe <robin@isometry.net>
Notes:
svn path=/head/; revision=100236
|
|
|
|
|
|
|
|
|
|
| |
* Use *.conf files in PREFIX/etc rather than /etc
* SIZE in distinfo
Submitted By: Robin Breathe <robin@isometry.net>
Notes:
svn path=/head/; revision=100228
|
|
|
|
| |
Notes:
svn path=/head/; revision=100139
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Provide style rc.d script.
* Provide sample configuration files (standard + masquerading).
* CONFIGURE_TARGET to remove configure warning.
* Bump PORTREVISION
Submitted By: Robin Breathe <robin@isometry.net>
PR: ports/62010
Notes:
svn path=/head/; revision=99603
|
|
|
|
|
|
|
| |
I have contributed, in hopes of attracting less spam.
Notes:
svn path=/head/; revision=93876
|
|
|
|
| |
Notes:
svn path=/head/; revision=84883
|
|
|
|
|
|
|
| |
Approved By: alex (mentor)
Notes:
svn path=/head/; revision=80276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update port security/oident: 2.0.5 -> 2.0.6
MAINTAINER timeout: since May 1
Notes:
svn path=/head/; revision=80200
|
|
|
|
|
|
|
|
| |
PR: ports/48604
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes:
svn path=/head/; revision=76490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 25 Feb 2003 00:10:09 -0800 (PST)
From: Mark Laws <mdl@60hz.org>
To: freebsd-ports-bugs@FreeBSD.org
This is fine. In fact, if you would like to take over the port, you may
do so if you wish. Unfortunately, I've been too busy to give it
the attention it deserves as of late. :(
--
Mark Laws mdl@60hz.org
http://www.60hz.org
Date: Tue, 25 Feb 2003 08:10:15 -0800 (PST)
From: Oliver Lehmann <lehmann@ans-netz.de>
To: freebsd-ports-bugs@FreeBSD.org
Ok, thanks. If nobody object, I'm willing to take the maintainership.
Greetings, Oliver
Notes:
svn path=/head/; revision=76489
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: ports/44798
Submitted by: maintainer
Notes:
svn path=/head/; revision=69230
|
|
|
|
|
|
|
|
| |
PR: 36595
Submitted by: maintainer
Notes:
svn path=/head/; revision=57099
|
|
|
|
|
|
|
| |
Noticed by: rob@cyberpunkz.org
Notes:
svn path=/head/; revision=52146
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
running ipf
Update description
Update to 2.0.1
PR: 31466
Submitted by: mdl@60hz.org
Approved by: trevor (according to originator)
Notes:
svn path=/head/; revision=52083
|