aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-28 05:24:05 +0800
committerantoine <antoine@FreeBSD.org>2014-06-28 05:24:05 +0800
commit63bef413eccdc04b4729a711f0d0d626079e6ea2 (patch)
tree6067d28db48fcf07983ca69e75afc6c936f196b8 /devel
parent41718a71c32ff3a5159b5258d9b01c8d9d9622fd (diff)
downloadfreebsd-ports-gnome-63bef413eccdc04b4729a711f0d0d626079e6ea2.tar.gz
freebsd-ports-gnome-63bef413eccdc04b4729a711f0d0d626079e6ea2.tar.zst
freebsd-ports-gnome-63bef413eccdc04b4729a711f0d0d626079e6ea2.zip
2014-06-27 devel/ode-devel: Outdated by devel/ode
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ode-devel/Makefile59
-rw-r--r--devel/ode-devel/distinfo2
-rw-r--r--devel/ode-devel/files/patch-Makefile28
-rw-r--r--devel/ode-devel/files/patch-configurator.c11
-rw-r--r--devel/ode-devel/pkg-descr7
-rw-r--r--devel/ode-devel/pkg-plist24
7 files changed, 0 insertions, 132 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a494038a98d6..8290b3a896a0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1338,7 +1338,6 @@
SUBDIR += ocamlweb
SUBDIR += ocfpcsc
SUBDIR += ode
- SUBDIR += ode-devel
SUBDIR += ois
SUBDIR += okteta
SUBDIR += omake
diff --git a/devel/ode-devel/Makefile b/devel/ode-devel/Makefile
deleted file mode 100644
index 7ea8b36bf0e6..000000000000
--- a/devel/ode-devel/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Created by: David Yeske <dyeske@yahoo.com>
-# $FreeBSD$
-
-PORTNAME= ode
-DISTVERSION= ${ODEVER}-060223
-PORTREVISION= 4
-CATEGORIES= devel
-MASTER_SITES= http://opende.sourceforge.net/snapshots/
-PKGNAMESUFFIX= -devel
-DISTNAME= ${PORTNAME}-${DISTVERSION:S/${ODEVER}-//}
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Articulated rigid body dynamics library (devel)
-
-DEPRECATED= Outdated by devel/ode
-EXPIRATION_DATE=2014-06-27
-
-ODEVER= 0.5
-
-CONFLICTS= ode-[0-9].*
-
-USE_GL= yes
-USES= gmake
-MAKE_JOBS_UNSAFE= yes
-
-OPTIONS_DEFINE= OPCODE
-OPTIONS_DEFAULT= OPCODE
-OPCODE_DESC= Enable code required by TriList (trimesh) class
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+= -fPIC -DPIC
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
- ${WRKSRC}/configurator.c
-
- @${REINPLACE_CMD} -e 's|g++|${CXX}|; s|-Wall||g; s|-L/usr/X11/lib|-lXext|; \
- s|-L/usr/lib/X11R6||; s|-L/usr/lib/X11||; s|-L/usr/X11R6/lib|-L${LOCALBASE}/lib|; \
- s|-fno-rtti||; s|-ffast-math|${CXXFLAGS} -I${LOCALBASE}/include|' \
- ${WRKSRC}/config/makefile.unix-gcc
-.if ${PORT_OPTIONS:MOPCODE}
- @${REINPLACE_CMD} -e 's/^#OPCODE_DIRECTORY/OPCODE_DIRECTORY/' \
- ${WRKSRC}/config/user-settings
-.endif
-
-do-configure:
- cd ${WRKSRC} ; ${MAKE_CMD} configure
- @${REINPLACE_CMD} -e '/include.*values.h/d' ${WRKSRC}/include/ode/config.h
-
-do-install:
- @${INSTALL_DATA} ${WRKSRC}/lib/libode.a ${STAGEDIR}${PREFIX}/lib
- @${INSTALL_DATA} ${WRKSRC}/lib/libdrawstuff.a ${STAGEDIR}${PREFIX}/lib
- @${MKDIR} ${STAGEDIR}${PREFIX}/include/ode
- @${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${STAGEDIR}${PREFIX}/include/ode
-
-.include <bsd.port.post.mk>
diff --git a/devel/ode-devel/distinfo b/devel/ode-devel/distinfo
deleted file mode 100644
index 1fc3dee0577b..000000000000
--- a/devel/ode-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ode-060223.tar.gz) = 46d3cb9265543d57814d6c274a67e320a743e75a17ba87d057ad705cc0040b05
-SIZE (ode-060223.tar.gz) = 1734092
diff --git a/devel/ode-devel/files/patch-Makefile b/devel/ode-devel/files/patch-Makefile
deleted file mode 100644
index 5beab85ea870..000000000000
--- a/devel/ode-devel/files/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile Sun Nov 6 22:34:29 2005
-+++ Makefile Sun Nov 6 22:37:04 2005
-@@ -332,13 +332,13 @@
- -$(DEL_CMD) OPCODE/*.obj OPCODE/*.o OPCODE/Ice/*.obj OPCODE/Ice/*.o
-
- %$(OBJ): %.c
-- $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(DEFINES) $(C_OPT)1 $(C_OUT)$@ $<
-+ $(CC) $(C_INC)$(INCPATH) $(C_FLAGS) $(DEFINES) $(C_OUT)$@ $<
-
- %$(OBJ): %.cpp
-- $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(INC_OPCODE) $(DEFINES) $(C_OPT)$(OPT) $(C_OUT)$@ $<
-+ $(CC) $(C_INC)$(INCPATH) $(C_FLAGS) $(INC_OPCODE) $(DEFINES) $(C_OUT)$@ $<
-
- %.exe: %$(OBJ)
-- $(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH)
-+ $(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH) ${LDFLAGS}
-
-
- # windows specific rules
-@@ -360,7 +360,7 @@
-
- # unix-gcc specific dependency making
-
--DEP_RULE=gcc -M $(C_INC)$(INCPATH) $(DEFINES)
-+DEP_RULE=${CC} -M $(C_INC)$(INCPATH) $(DEFINES)
- depend:
- $(DEP_RULE) $(ODE_SRC) $(ODE_PREGEN_SRC) | tools/process_deps ode/src/ > Makefile.deps
- $(DEP_RULE) $(DRAWSTUFF_SRC) | tools/process_deps drawstuff/src/ >> Makefile.deps
diff --git a/devel/ode-devel/files/patch-configurator.c b/devel/ode-devel/files/patch-configurator.c
deleted file mode 100644
index 0fff17513eda..000000000000
--- a/devel/ode-devel/files/patch-configurator.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- configurator.c.orig Sat May 29 21:46:03 2004
-+++ configurator.c Tue Dec 6 03:48:15 2005
-@@ -222,7 +222,7 @@
- write_header_comment (file,"is this a pentium on a gcc-based platform?");
- write_to_file ("ctest.cpp",
- "int main() {\n"
-- " asm (\"mov $0,%%eax\\n cpuid\\n\" : : : \"%eax\");\n"
-+ " asm (\"mov $0,%%eax\\n mov %%eax,(%%esi)\\n cpuid\\n\" : : : \"%eax\");\n"
- " return 0;\n"
- "}\n");
- delete_file ("ctest.exe");
diff --git a/devel/ode-devel/pkg-descr b/devel/ode-devel/pkg-descr
deleted file mode 100644
index 3c0bfc1fc169..000000000000
--- a/devel/ode-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-ODE is a free, industrial quality library for simulating articulated
-rigid body dynamics - for example ground vehicles, legged creatures,
-and moving objects in VR environments. It is fast, flexible, robust
-and platform independent, with advanced joints, contact with friction,
-and built-in collision detection.
-
-WWW: http://www.ode.org/
diff --git a/devel/ode-devel/pkg-plist b/devel/ode-devel/pkg-plist
deleted file mode 100644
index e3782fb12574..000000000000
--- a/devel/ode-devel/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-lib/libdrawstuff.a
-lib/libode.a
-include/ode/collision.h
-include/ode/collision_space.h
-include/ode/collision_trimesh.h
-include/ode/common.h
-include/ode/compatibility.h
-include/ode/config.h
-include/ode/contact.h
-include/ode/error.h
-include/ode/export-dif.h
-include/ode/mass.h
-include/ode/matrix.h
-include/ode/memory.h
-include/ode/misc.h
-include/ode/objects.h
-include/ode/ode.h
-include/ode/odecpp.h
-include/ode/odecpp_collision.h
-include/ode/odecpp_old.h
-include/ode/odemath.h
-include/ode/rotation.h
-include/ode/timer.h
-@dirrm include/ode