aboutsummaryrefslogtreecommitdiff
path: root/audio/malint
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW and MASTER_SITESEmanuel Haupt2018-08-282-2/+2
| | | | Notes: svn path=/head/; revision=478290
* Cleanup some dead master_sites or WWWBaptiste Daroussin2017-10-131-1/+0
| | | | Notes: svn path=/head/; revision=451965
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376388
* Quiesce mkdirEmanuel Haupt2014-03-181-1/+1
| | | | Notes: svn path=/head/; revision=348550
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344052
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-2/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343965
* Support staging.Emanuel Haupt2013-10-231-3/+2
| | | | Notes: svn path=/head/; revision=331422
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Pacify portlintEmanuel Haupt2011-12-271-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268211
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209970
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* Add malint , MPEG Audio stream validator.Michael Johnson2005-06-223-0/+41
PR: ports/82443 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=137836