aboutsummaryrefslogtreecommitdiffstats
path: root/net/vortex
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 06:10:23 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 06:10:23 +0800
commitea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch)
tree3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/vortex
parentf4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff)
downloadfreebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz
freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.zst
freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/vortex')
-rw-r--r--net/vortex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/vortex/Makefile b/net/vortex/Makefile
index e06c11fd1187..6b2732e3e89b 100644
--- a/net/vortex/Makefile
+++ b/net/vortex/Makefile
@@ -19,6 +19,7 @@ LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config
WRKSRC= ${WRKDIR}/${PORTNAME}-2.9.0
USE_GNOME= glib20
+NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${CC} -c vortex.c -I${LOCALBASE}/include
cd ${WRKSRC} && ${CC} -o vortex vortex.o -L${LOCALBASE}/lib ${LOCALBASE}/lib/libnids.a `${LIBNET_CONFIG} --libs` -lgthread-2.0 -lpcap
to 0.3.17mm2010-03-092-5/+5 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - Update to 0.3.16amdmi32009-05-062-4/+4 * Fix non-PIC calls in assembly for PowerPC. While here, definemarcel2009-03-302-0/+79 * Bump USE_GCC=4.1+ to USE_GCC=4.2+.gerald2009-01-071-1/+1 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-9/+0 * Update to 0.3.15ahze2008-07-262-4/+4 * The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-10/+11 * Use gcc 4.1+ instead of 4.0 when WITH_3DNOW_GCC40 is defined since it's not ...ahze2008-02-051-1/+1 * - Fix INDEXrafan2007-10-041-1/+1 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-2/+2 * Don't give the 3dnow gcc 4.0+ option on OSVERSION < 700042 since it includes ...ahze2007-10-031-3/+2 * Makes CFLAGS neater (no repetative -O*)mezz2007-08-161-1/+1 * Update to 0.3.12ahze2007-06-062-4/+4 * Update to 0.3.11.marcus2007-03-253-25/+4 * * Disable SSE2 support since it is buggy and can cause crashes inmarcus2007-01-102-1/+22 * Fix depends on gcc34 on 5.x unless WITH_3DNOW_GCC40 is defined then itahze2006-11-201-3/+9 * - Update to 0.3.10ahze2006-11-202-10/+21 * - Don't depend on glib since only the examples use glibahze2006-10-311-4/+5 * Add a RUN_DEPENDS on gcc34 (yuck!) for 5.X since liboil links to libgcc_s.somarcus2006-07-061-0/+2 * - Don't force gcc3.4 on 4.x, gcc 2.95 in base works just fine.ahze2006-06-121-1/+1 * - Force use of gcc34 on 5.x to fix build due to a bug in the base gcc version.ahze2006-06-121-0/+8 * - Transfer MAINTAINER to multimedia@ahze2006-06-101-1/+1 * - Update to 0.3.9ahze2006-06-074-130/+6 * - Update to 0.3.8ahze2006-05-184-46/+50 * Don't require gcc 3.4, since liboil in fact builds quite happily with olderlofi2006-05-021-1/+0 * - Update to 0.3.6ahze2006-04-303-8/+10 * Reset kwm due to no response about email.linimon2006-04-151-1/+1 * Conversion to a single libtool environment.ade2006-02-232-1/+3 * SHA256ifyedwin2006-01-221-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22