# $FreeBSD$ # COMMENT = Ports for managing, installing and developing FreeBSD ports and packages SUBDIR += barry SUBDIR += bpkg SUBDIR += bpm SUBDIR += fastest_sites SUBDIR += genplist SUBDIR += jailaudit SUBDIR += kports SUBDIR += kports-qt4 SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += p5-App-Pm2Port SUBDIR += p5-FreeBSD-Pkgs SUBDIR += p5-FreeBSD-Pkgs-FindUpdates SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += pib SUBDIR += pkg-orphan SUBDIR += pkg_add_it SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_install SUBDIR += pkg_remove SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_trackinst SUBDIR += pkg_tree SUBDIR += pkgfe SUBDIR += pkgsearch SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools SUBDIR += portaudit SUBDIR += portaudit-db SUBDIR += portbrowser SUBDIR += portcheck SUBDIR += portcheckout SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += porte SUBDIR += porteasy SUBDIR += portell SUBDIR += portless SUBDIR += portlint SUBDIR += portmanager SUBDIR += portmaster SUBDIR += portmk SUBDIR += portrac SUBDIR += portscout SUBDIR += portsearch SUBDIR += portsman SUBDIR += portsopt SUBDIR += porttools SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += psearch SUBDIR += pver SUBDIR += qtpkg SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel SUBDIR += vulnerability-test-port SUBDIR += xps .include liptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libnoise/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Add LICENSEamdmi32015-03-101-1/+7
| | | | - Strip library
* - Update devel/libtool and devel/libltdl to version 2.4.2.418tijl2014-10-061-1/+1
| | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine)
* - Fix libtool use (add -rpath)tijl2014-09-15