diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index a2253f4a9129..0e1944a2b2e9 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -8,8 +8,7 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISION= 1 -PORTREVISOIN= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/ @@ -18,23 +17,16 @@ COMMENT= A program calculating Feynman diagrams LIB_DEPENDS= ginac-1.2.3:${PORTSDIR}/math/GiNaC +USE_GCC= 3.3 +USE_GNOME= gnometarget lthack USE_GMAKE= yes -USE_LIBTOOL_VER=13 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +CFLAGS+= -O0 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.include - -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS} -LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} -.endif - -.include +.include diff --git a/science/xloops-ginac/files/patch-configure b/science/xloops-ginac/files/patch-configure deleted file mode 100644 index 83ea6ec44709..000000000000 --- a/science/xloops-ginac/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Feb 28 01:06:04 2002 -+++ configure Fri Oct 10 10:45:33 2003 -@@ -7385,6 +7385,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool'