diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /graphics/utah-glx/files/patch-ac | |
parent | - added the missing .if statement around the IGNORE (diff) |
Remove expired ports.
Diffstat (limited to 'graphics/utah-glx/files/patch-ac')
-rw-r--r-- | graphics/utah-glx/files/patch-ac | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/utah-glx/files/patch-ac b/graphics/utah-glx/files/patch-ac deleted file mode 100644 index 81348f78bf87..000000000000 --- a/graphics/utah-glx/files/patch-ac +++ /dev/null @@ -1,37 +0,0 @@ ---- libglut/Makefile.in.orig Thu Aug 24 16:53:46 2000 -+++ libglut/Makefile.in Thu Aug 24 21:44:21 2000 -@@ -13,9 +13,9 @@ - # These define the name/version of the shared library we're building - # ------------------------------------------------------------------ - LIBNAME = glut --GLUTREV_major = 3 --GLUTREV_minor = 7 --SOGLUTREV = ${GLUTREV_major}.${GLUTREV_minor} -+GLUTREV_major = ${GLUTVER} -+GLUTREV_minor = -+SOGLUTREV = ${GLUTREV_major}${GLUTREV_minor} - GLUTLIB = lib${LIBNAME}.so.${SOGLUTREV} - - # Source and Object definitions -@@ -114,8 +114,8 @@ - @if [ -d ${DESTDIR}${INSTALL_libdir} ]; then set +x; \ - else (set -x; ${MKDIR} ${DESTDIR}${INSTALL_libdir}); fi - ${INSTALL} ${INSTALLFLAGS} ${INSTBINFLAGS} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir} -- ${RM} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major} ;\ -- ${LN} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major} -+# ${RM} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major} ;\ -+# ${LN} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major} - ${RM} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so ;\ - ${LN} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so - else -@@ -147,8 +147,8 @@ - fi; - ${RM} $@ - ${MV} $@~ $@ -- ${RM} lib${LIBNAME}.so.${GLUTREV_major} -- ${LN} $@ lib${LIBNAME}.so.${GLUTREV_major} -+# ${RM} lib${LIBNAME}.so.${GLUTREV_major} -+# ${LN} $@ lib${LIBNAME}.so.${GLUTREV_major} - ${RM} lib${LIBNAME}.so - ${LN} $@ lib${LIBNAME}.so - |