aboutsummaryrefslogtreecommitdiffstats
path: root/net/ifdepd
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-27 08:15:24 +0800
committerdougb <dougb@FreeBSD.org>2010-03-27 08:15:24 +0800
commitc95757bf8977796444544918518204869dc4cfb0 (patch)
treef74b156ca1cd409a2379581dbbc1d56c34d94a25 /net/ifdepd
parent1236f9731f8f6498ca2a039a20823973b1846ad4 (diff)
downloadfreebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.tar.gz
freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.tar.zst
freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.zip
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Diffstat (limited to 'net/ifdepd')
-rw-r--r--net/ifdepd/files/ifdepd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifdepd/files/ifdepd.in b/net/ifdepd/files/ifdepd.in
index 3b8972e89ebf..f45227492e5b 100644
--- a/net/ifdepd/files/ifdepd.in
+++ b/net/ifdepd/files/ifdepd.in
@@ -12,7 +12,7 @@
#ifdepd_src_ifaces="em0:em1"
#ifdepd_dst_ifaces="carp1"
-. %%RC_SUBR%%
+. /etc/rc.subr
name="ifdepd"
rcvar=`set_rcvar`
tion the new c++0x argument.rene2014-01-111-1/+2 * add LUA_VER_STR to PLIST_SUBbapt2014-01-101-1/+2 * - Handle the case where both tcl and tk are part of USESgahr2014-01-102-5/+9 * Do not overwrite existing dependenciesbapt2014-01-101-3/+3 * backout 2 changes that should not have been committed with r339348bapt2014-01-101-1/+0 * Backout encoding of comments, it is triggering a pkgng bug with one of our portsbapt2014-01-101-0/+1 * Fix dependency additionbapt2014-01-101-1/+1 * Add a USES=lua (WIP) that only supports lua 5.2bapt2014-01-101-0/+106 * Fix testbapt2014-01-091-1/+1 * Make gcc 4.6 is sufficient for c++0xbapt2014-01-091-1/+1 * Allow to choose clang from base on 9.2 when looking for a C11 compilerbapt2014-01-091-3/+38 * Add LIBOWN and LIBGRP to uidfixbapt2014-01-091-2/+4 * Do not overwrite BUILD_DEPENDSbapt2014-01-081-1/+1 * Remove bad MAKE_ENV entry (bsd.stage.mk) does the right thing alreadybapt2014-01-081-1/+0 * - Convert USES=ninja:verbose into NINJA_VERBOSE make.conf(5) switch.avilla2014-01-081-7/+11 * Add new uses ninja[:verbose]bapt2014-01-071-0/+30 * In preparation for Qt 5 ports:makc2014-01-071-20/+70 * Add new USES=fam that will replace USE_FAM=yesantoine2014-01-051-0/+63 * Properly add targets to the sequence they belong to, that now makes them pred...bapt2014-01-046-19/+0 * Mark all targets defines in _SEQ and .ORDER has .PHONY which they all should bebapt2014-01-042-2/+0 * Add charsetfix-post-patch to _PATCH_SEQbapt2014-01-041-2/+0 * Add pathfix-pre-path to the _PATCH_SEQ and do not anymore make it a dependenc...bapt2014-01-041-2/+0 * Patch has been applied twice before committingbapt2013-12-281-95/+0 * Convert Mk/bsd.cran.mk to the Uses framework.dbn2013-12-281-0/+190 * Add new USES=openal, which will replace USE_OPENALantoine2013-12-261-0/+90 * Traditionally, most (if not all) tamperings with ${TMPPLIST} were donedanfe2013-12-261-4/+5 * - Don't remove rpath from binaries during install [1]makc2013-12-221-5/+2 * Add the directory with GCC runtime libraries to LDFLAGS. This lets Clangtijl2013-12-211-1/+2 * Spell out "nestedfct"rene2013-12-161-1/+1 * Mention nestedfct parameter.rene2013-12-161-10/+11 * Add compiler:nestedfct which will automatically probe USE_GCC=anybapt2013-12-131-1/+10 * New USES=fortran to replace USE_FORTRAN.tijl2013-12-131-0/+39 * New USES=twisted, to replace the old USE_TWISTED knob.mva2013-12-081-0/+83 * Allow a user non belonging to whell to create a packagebapt2013-11-291-0/+7 * Extend description of USE=shebangfix. Improve grammar and formatting.gerald2013-11-291-10/+15 * In preparation for Qt 5 ports:makc2013-11-211-14/+10 * Fix a typobapt2013-11-211-1/+1 * Swap compiler.mk to use gcc 4.7 when requesting a C++11/C11 compiler and clan...bapt2013-11-211-4/+4 * Define the target in post section.bapt2013-11-201-7/+10 * Add CHOSEN_COMPILER_TYPE which can be clang or gccbapt2013-11-201-0/+13 * Fix some typos and use modern Perl variables in comments.rene2013-11-202-2/+2 * Mark some targets .PHONYbapt2013-11-209-0/+9 * Fix a typo in the DOS2UNIX_GLOB case (SRCSRC -> WRKSRC)rene2013-11-201-1/+1 * Fix a typo (specifed -> specified)rene2013-11-201-1/+1 * New USES=dos2unixbapt2013-11-181-0/+40 * Make sure clang uses ports ld on FreeBSD 8bapt2013-11-161-0/+2 * Fix symlink when PKGBASE, WEBPLUGIN_DIR, and WEBPLUGIN_NAME are not defined.jkim2013-11-151-4/+2 * Remove USES=npapi, please only use webpluginbapt2013-11-131-209/+0 * Do not try to remove /boot/modules, it is part of BSD.root.dist [1]rene2013-11-131-1/+3 * Fix when PREFIX != LOCALBASEbapt2013-11-131-6/+5 * No need to parse twice the webplugin argumentsbapt2013-11-121-1/+1 * Use USESDIR when possiblebapt2013-11-121-1/+1 * Convert www/firefox/Makefile.webplugins into a USESbapt2013-11-121-0/+187 * Fix with bmake which requires KMODDDIR to be defined before use.rene2013-11-121-1/+1 * On FreeBSD 8 clang will need a newer version of binutils.bapt2013-11-121-0/+6 * Make Uses/npapi.mk STAGEDIR safe.eadler2013-11-121-5/+5 * Copy npapi.mk from the mplayer port and USEify it.eadler2013-11-121-0/+209 * Change KMODDDIR to /boot/modules if it is set to /boot/kernelrene2013-11-081-0/+3 * Allow base clang to be used if version is >= 3.3bapt2013-11-081-0/+22 * - Unbreak pure.mk, use correct .include "${PORTSDIR}/Mk/Uses/gmake.mk"nemysis2013-11-071-1/+1 * Update to 0.57.delphij2013-11-071-5/+9 * Now that tinderbox knows how to properly check this, tests on OSVERSIONS are ...bapt2013-11-051-4/+1 * Remove useless OSVERSION check, now that tinderbox properly do not leak those...bapt2013-11-051-1/+1 * Using stage does not magically enforce the use of sane package tools, sorene2013-11-041-4/+2 * Use @unexec rmdir instead of @dirrmtry in the NO_STAGE case.rene2013-11-041-1/+3 * Make sure that kldxref(8) is not run when installing into the stagingrene2013-11-041-0/+3 * Add a new USES for kernel module ports.rene2013-10-311-0/+47 * Properly guard against multiple inclusion.rene2013-10-291-0/+1 * - revert r331810dinoex2013-10-291-120/+0 * - use STAGEDIRdinoex2013-10-281-0/+120 * - Use leading "-" to ignore exit status instead of trailing "|| ${TRUE}"sunpoet2013-10-281-1/+1 * - Add missing || ${TRUE}sunpoet2013-10-251-1/+1 * - Fix .packlist only when ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto existssunpoet2013-10-241-1/+1 * Allow users to install converters/libiconv on 10.x systems if theyuqs2013-10-231-1/+1 * - Cosmetic change:sunpoet2013-10-201-21/+20 * - Add staging support for USE_PERL5=modbuild*sunpoet2013-10-201-9/+20 * - New Uses pure.mknemysis2013-10-191-0/+39 * Document "openmp" as a valid argument.rene2013-10-171-2/+2 * - use new LIB_DEPENDS notation in subversion portsohauer2013-10-152-2/+2 * Mk/Uses/compiler.mk: Ensure COMPILER_TYPE can only be clang or gccmarino2013-10-151-1/+1 * Always use a recent version of gcc in case a port needs openmp supportbapt2013-10-121-1/+1 * Pass CONFIGURE_ENV to qmakemakc2013-10-091-0/+1 * Add a new argument openmp to make sure that only gcc is used (for now) is the...bapt2013-10-091-0/+9 * Really really commit the right versionbapt2013-10-091-2/+2 * Revert r329829 to restore compiler.mkbdrewery2013-10-091-0/+116 * Actually commit the right versionbapt2013-10-091-116/+0 * New USES=compilerbapt2013-10-091-0/+116 * - Add new USES= qmake (with staging support)makc2013-10-091-0/+66 * Sometimes scons do expect DESTDIR being in lowercasebapt2013-10-031-0/+3 * Introduce the new "scons" USES. The goal is to replace the old bsd.scons.mkbapt2013-10-031-0/+30 * Don't exec programs in post-install when STAGE mode is enabled.kwm2013-09-302-0/+4 * - USES+=tcl and USES+=tkgahr2013-09-271-18/+59 * - Minor cleanup for PERL5_MAN* and P5MAN*sunpoet2013-09-261-5/+2 * - Fix handling of minimum versions (e.g., USES+=tk:84+)gahr2013-09-241-2/+1 * Fix typobapt2013-09-241-1/+1 * Overwrite BINOWN/SHAREOWN/WWWOWN to allow all our INSTALL_* macros to properl...bapt2013-09-241-0/+3 * In preparation for package as user introduce a new uidfix, which will setup a...bapt2013-09-241-0/+15 * - Remove trailing slashsunpoet2013-09-241-1/+1 * Introduce a new MANDIRS macros to make the compress-man determine where the m...bapt2013-09-241-0/+1 * Simplify notation of perl man page path in pkg-plist when stagedbapt2013-09-231-2/+4 * - add new USES target: zope, and convert the tree to itrm2013-09-231-0/+94 * Add a new PERL_MANDIR substitution pattern to PLIST_SUB to easier staging p5-...bapt2013-09-231-1/+3 * - Fix on < 10gahr2013-09-191-1/+2 * - Correct typogahr2013-09-191-2/+2 * - Correct another typogahr2013-09-191-1/+1 * - Fix typogahr2013-09-191-1/+1 * - Implement USES+=tcl and USES+=tkgahr2013-09-192-0/+178 * Introduce the one-true-way to handle multi version portsbapt2013-09-191-1/+12 * Mk/Uses/readline.mk: Restore functionality for DragonFlymarino2013-09-161-1/+4 * readline won't be removed in time for 10.0, let 10.0 use readline from base.bapt2013-09-141-3/+3 * Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forbsam2013-09-081-0/+2 * . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isbsam2013-09-061-0/+2 * - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-2/+14 * - Fix things after recent modbuildtiny commitaz2013-09-051-2/+6 * * Add devel/p5-Module-Build-Tiny support to USE_PERL5 with modbuildtiny.mat2013-09-041-2/+8 * Two imake related changes:tijl2013-09-021-2/+8 * 1. Introduce using iconv with arguments:bsam2013-09-021-4/+12 * Fix grammar in commentrakuco2013-08-261-1/+1 * - Fix a documentation typomva2013-08-261-1/+1 * - Sync comment with default PERL_VERSIONsunpoet2013-08-231-2/+2 * And actually allow people to continue using ports.mat2013-08-131-1/+1 * Introduce Perl 5.18.1mat2013-08-131-0/+2 * New USES= perl5bapt2013-07-311-0/+231 * Define MAKE_CMD in post.mk to allow anything to overwrite itbapt2013-07-302-3/+2 * Reduce code duplication by overwriting MAKE_CMD when it is different.bapt2013-07-302-36/+2 * Use new LIB_DEPENDS formatbapt2013-07-301-1/+1 * Use new LIB_DEPENDS formatbapt2013-07-301-1/+1 * Quiet update-desktop-database output, like when it complaining about invalidkwm2013-07-261-3/+3 * Replace John Marino email address with FreeBSD versionmarino2013-07-121-1/+1 * New USES=motif that will handle the open-motif dependency.bapt2013-07-101-0/+30 * Remove target name restriction on USES=displaybapt2013-07-081-4/+1 * Remove direct usage of X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORTbapt2013-07-071-2/+2 * Fix MAKE_FORCE_JOBSbapt2013-07-062-2/+2 * Import new gmake.mk and rip out USE_GMAKE from bsd.port.mkbapt2013-07-051-0/+42 * Reverting r322247 it breaks too many imake:env users while only fixing a coup...bapt2013-07-041-4/+5 * LATE_INSTALL_ARGS needs to be defined either in case of imake:envbapt2013-07-041-4/+4 * New USES imake to handle the dependency on imake.bapt2013-06-281-0/+52 * Fix stop-display targetbapt2013-06-271-1/+1 * Add a new USES: fmakebapt2013-06-201-0/+39 * Add a USES display to replace USE_DISPLAY.bapt2013-06-141-0/+42 * Add some more comment to explain how SHEBANG_FILES worksbapt2013-06-101-0/+4 * Do not leave .bak files after converting shebangsbapt2013-05-291-1/+1 * Add new USES: shebangfixbapt2013-05-071-0/+53 * Fix failure when testing ncurses with pkg_installbapt2013-05-071-1/+1 * Actually commit the right version of ncurses.mkbapt2013-05-071-6/+7 * Add new USES: ncurses and readlinebapt2013-05-062-0/+127 * Add a new USES ada.mk to establish Ada-capable compiler as a build dependencybapt2013-04-301-0/+27 * Introduces USES= iconv to replace USE_ICONV.mva2013-04-271-0/+21 * Fix typos so they match the command and file name.kwm2013-04-231-7/+7 * Introduces USES= gettext to replace USE_GETTEXTjgh2013-04-231-0/+31 * Introduce USES= pkgconfig to replace USE_PKGCONFIGbapt2013-04-231-0/+34 * update-mime-database needs a argument.kwm2013-04-171-1/+1 * Run correct command in post-install target.kwm2013-04-171-1/+1 * Add desktop-file-utils and share-mime-info Uses. These will take care of allkwm2013-04-172-0/+68 * Add new replace line for pkg-config file location.kwm2013-04-161-0/+1 * Workaround a bug in tinderbox/pointyhat that leaks /sbin/mount_fusebapt2013-03-281-1/+1 * - Add New USES macro to handle support for Zenoss ports and Zenpacks:jgh2013-03-201-0/+83 * Convert USE_CMAKE to USES macro:makc2013-03-201-0/+122 * Fix a long standing bug of lib/charset.alias being overwritten, modified, and...bapt2013-03-181-0/+29 * - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featurebdrewery2013-03-161-0/+64 * - Change namespace for USES filesaz2013-03-113-9/+9 * Add tab for cosmeticbapt2013-03-091-1/+1 * - Add a short usage description inside each Uses/*.mkbapt2013-03-083-7/+30 * Convert USE_BISON to USES= bisonbapt2013-03-081-0/+27 * Convert USE_FUSE macros into USES feature.bapt2013-03-071-0/+15 * Add a newline to improve readabilitybapt2013-03-061-0/+1