From owner-svn-ports-all@FreeBSD.ORG Mon Mar 10 15:15:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6358347A; Mon, 10 Mar 2014 15:15:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5065B684; Mon, 10 Mar 2014 15:15:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFFuko006255; Mon, 10 Mar 2014 15:15:56 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2AFFu9L006254; Mon, 10 Mar 2014 15:15:56 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403101515.s2AFFu9L006254@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 10 Mar 2014 15:15:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347770 - head/devel/allegro-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 15:15:56 -0000 Author: nemysis Date: Mon Mar 10 15:15:55 2014 New Revision: 347770 URL: http://svnweb.freebsd.org/changeset/ports/347770 QAT: https://qat.redports.org/buildarchive/r347770/ Log: - Change license BSD to BSD3CLAUSE - Use USE_GL=glu instead of USE_GL=gl glu - Break lines around 80 characters - Strip executables Modified: head/devel/allegro-devel/Makefile Modified: head/devel/allegro-devel/Makefile ============================================================================== --- head/devel/allegro-devel/Makefile Mon Mar 10 15:12:18 2014 (r347769) +++ head/devel/allegro-devel/Makefile Mon Mar 10 15:15:55 2014 (r347770) @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= nemysis@FreeBSD.org COMMENT= Cross-platform library for games and multimedia programming -LICENSE= ZLIB BSD +LICENSE= ZLIB BSD3CLAUSE LICENSE_COMB= dual LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack \ @@ -25,7 +25,7 @@ LIB_DEPENDS+= libjack.so:${PORTSDIR}/aud USES= gmake cmake openal:soft pkgconfig USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga -USE_GL= gl glu +USE_GL= glu USE_GNOME= gtk20 USE_FREETYPE= yes USE_LDCONFIG= yes @@ -78,10 +78,10 @@ SUB_FILES+= cosmic_protector speed \ MASTER_SITES+= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES+= cosmic_protector.png:icons \ speed.png:icons -DESKTOP_ENTRIES+="Cosmic Protector" "Protect the earth from a deadly meteor shower" "cosmic_protector" \ - "cosmic_protector" "Game;ArcadeGame;" false -DESKTOP_ENTRIES+="SPEED" "Simultaneous Projections Employing an Ensemble of Displays" "speed" \ - "speed" "Game;ArcadeGame;" false +DESKTOP_ENTRIES+="Cosmic Protector" "Protect the earth from a deadly meteor shower" \ + "cosmic_protector" "cosmic_protector" "Game;ArcadeGame;" "" +DESKTOP_ENTRIES+="SPEED" "Simultaneous Projections Employing an Ensemble of Displays" \ + "speed" "speed" "Game;ArcadeGame;" "" .else CMAKE_ARGS+=-DWANT_DEMO=off .endif @@ -100,6 +100,25 @@ post-install: @(cd ${DOCSRCDIR2} && ${COPYTREE_SHARE} "src html" ${STAGEDIR}${DOCSDIR2}) @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) +.for l in ex_acodec ex_acodec_multi ex_audio_chain ex_audio_props ex_audio_simple \ + ex_bitmap ex_bitmap_flip ex_bitmap_target ex_blend ex_blend2 \ + ex_blend_bench ex_blend_test ex_blit ex_clip ex_color ex_config ex_convert \ + ex_dir ex_disable_screensaver ex_display_events ex_display_options \ + ex_draw ex_draw_bitmap ex_drawpixels ex_dualies ex_expose ex_file_slice \ + ex_filter ex_font ex_font_justify ex_fs_resize ex_fs_window ex_get_path \ + ex_gldepth ex_glext ex_haiku ex_icon ex_icon2 ex_joystick_events \ + ex_joystick_hotplugging ex_kcm_direct ex_keyboard_events ex_keyboard_focus \ + ex_lines ex_lockbitmap ex_logo ex_membmp ex_memfile ex_mixer_chain \ + ex_mixer_pp ex_monitorinfo ex_mouse ex_mouse_cursor ex_mouse_events \ + ex_mouse_focus ex_multisample ex_multiwin ex_native_filechooser ex_nodisplay \ + ex_noframe ex_opengl ex_opengl_pixel_shader ex_path ex_path_test ex_physfs \ + ex_pixelformat ex_premulalpha ex_prim ex_resample_test ex_resize ex_resize2 \ + ex_rotate ex_saw ex_scale ex_stream_file ex_stream_seek ex_subbitmap \ + ex_synth ex_threads ex_threads2 ex_timedwait ex_timer ex_transform ex_ttf \ + ex_user_events ex_utf8 ex_vsync ex_warp_mouse ex_windows ex_winfull + ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l} +.endfor + .if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${STAGEDIR}${EXAMPLESDIR}) @@ -109,6 +128,8 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/speed ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${_DISTDIR}/speed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @(cd ${STAGEDIR}${EXAMPLESDIR}/demos/speed && ${CHMOD} 755 speed) + ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/cosmic_protector/cosmic_protector + ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/speed/speed .endif .include