aboutsummaryrefslogtreecommitdiffstats
path: root/security/strobe
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 06:55:24 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 06:55:24 +0800
commit9945eb084e64cb98322c9a704d7b07613777e6b6 (patch)
tree446f26536f63818c96e297aac8c4f1490814f146 /security/strobe
parentb2c65b4b2b279b798c39d52ff365fe5788618995 (diff)
downloadfreebsd-ports-gnome-9945eb084e64cb98322c9a704d7b07613777e6b6.tar.gz
freebsd-ports-gnome-9945eb084e64cb98322c9a704d7b07613777e6b6.tar.zst
freebsd-ports-gnome-9945eb084e64cb98322c9a704d7b07613777e6b6.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Diffstat (limited to 'security/strobe')
-rw-r--r--security/strobe/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/strobe/Makefile b/security/strobe/Makefile
index d491dad36688..e57ecf6bf939 100644
--- a/security/strobe/Makefile
+++ b/security/strobe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: strobe
-# Date created: 23 Sep 1996
-# Whom: proff
-#
+# Created by: proff
# $FreeBSD$
-#
PORTNAME= strobe
PORTVERSION= 1.06
@@ -22,4 +18,5 @@ MAN1= strobe.1
PLIST_FILES= bin/strobe lib/strobe.services
+NO_STAGE= yes
.include <bsd.port.mk>
dency on libtoolize * Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Add DOCS option to the remaining staged ports where PORTDOCS appearsadamw2014-07-161-0/+2 | | | | in the plist. * Replace USE_AUTOTOOLS=libtool:env with BUILD_DEPENDS on devel/libtool.tijl2014-07-012-3/+5 | * Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1 | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr * - Update to version 1.1.9miwi2014-04-265-173/+20 | | | | | PR: 187968 Submitted by: Ports Fury * - Update to 1.1.8miwi2014-03-1113-283/+242 | | | | | | | | - Stage support - Add License PR: 187297 Submitted by: ports fury * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+2 | | | | x11-toolkits) * Convert from USE_MOTIF to USES=motifbapt2013-07-101-8/+3 | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment * - update png to 1.5.10dinoex2012-06-012-2/+32 | * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 | | | | disappeared. * - Kick MD5 supportmiwi2011-07-031-1/+0 | * Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1 | * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * - update to 1.4.1dinoex2010-03-281-2/+2 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - update to jpeg-8dinoex2010-02-051-2/+2 | * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-2/+0 | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr * - update to jpeg7dinoex2009-07-181-2/+2 | | | | Tested by: pav on pointyhat * Forgot to save in vim for remove CC.mezz2009-07-131-1/+0 | * -Fix the build/installation with libtool 2.2.mezz2009-07-1310-201/+291 | | | | | | -Get all files/* to use '-ur' flag with diff(1). Got dizzy without -ur. :-P Reported by: pointyhat-exp * - Add CC and CXX to MAKE_ENV for all portspav2008-07-251-1/+1 | | | | PR: ports/86106, ports/101120 (based on) * - use PORTDOCS, PORTEXAMPLES, etc. as it shoulditetcu2008-06-162-202/+200 | | | | | | - bump PORTREVISION Submitted by: my QA Tindy run * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3 | | | | | | | | | | | | | | | - 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) * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+1 | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1 | | | | | | | - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> * Change MASTER_SITES to MASTER_SITES_NETBSD [1]itetcu2006-05-122-194/+194 | | | | | | | | | | Now we install .la libs [2] Fix plist. [3] PR: ports/97141 [3] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [3] lawrance [1], itetcu [2] Approved by: lawrance (mentor) * Conversion to a single libtool environment.ade2006-02-231-1/+1 | | | | Approved by: portmgr (kris) * SHA256ifyedwin2006-01-241-0/+1 | | | | Approved by: krion@ * - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-261-1/+1 | * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 | | | | | | | | | | | | | | | | | 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. * o) Drop maintainership cause I didn't use these ports since months anymore.lkoeller2005-11-141-1/+1 |