Index: head/graphics/synaesthesia/Makefile =================================================================== --- head/graphics/synaesthesia/Makefile (revision 408383) +++ head/graphics/synaesthesia/Makefile (revision 408384) @@ -1,34 +1,37 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= synaesthesia PORTVERSION= 2.4 PORTREVISION= 7 CATEGORIES= graphics audio MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ MAINTAINER= ports@FreeBSD.org COMMENT= Real-time graphical music representation program -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= alias gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} USE_SDL= sdl -PORTDOCS= README +PORTDOCS= * PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,stdint\.h,inttypes.h,' ${WRKSRC}/*.c? @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/synaesthesia/files/patch-configure =================================================================== --- head/graphics/synaesthesia/files/patch-configure (revision 408383) +++ head/graphics/synaesthesia/files/patch-configure (revision 408384) @@ -1,11 +1,11 @@ ---- configure.orig Sat May 26 11:34:45 2001 -+++ configure Sat May 26 11:34:50 2001 -@@ -785,8 +785,6 @@ +--- configure.orig 2005-12-29 02:52:19 UTC ++++ configure +@@ -1664,8 +1664,6 @@ fi + ac_config_commands="$ac_config_commands default-1" - -CXXFLAGS="-O4" -CFLAGS="-O4" - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 + ac_ext=c + ac_cpp='$CPP $CPPFLAGS'