aboutsummaryrefslogtreecommitdiffstats
path: root/server.mk
blob: 827165755cc89d953a53bd3723d1687da758a031 (plain) (blame)
1
2
3
4
5
6
7
8
9
%.server.in: %.server.in.in
    sed -e 's|\@BINDIR_IN_SERVER_FILE\@|$(bindir_in_server_file)|'  \
    -e 's|\@PRIVLIBEXECDIR_IN_SERVER_FILE\@|$(privlibexecdir_in_server_file)|'  \
    -e 's|\@COMPONENTDIR_IN_SERVER_FILE\@|$(componentdir_in_server_file)|'  \
    -e 's|\@VERSION\@|$(BASE_VERSION)|'             \
    -e 's|\@EXEEXT\@|$(EXEEXT)|'                \
    -e 's|\@SOEXT\@|$(SOEXT)|'              \
    -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@

/cgit.cgi/freebsd-ports-gnome/diff/audio?id=b81f7a07a185e6f99a4abccfb1e2052f826b656e'>diffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ports broken for more than 6 monthsantoine2015-09-272-0/+4
* Convert my ports to USES=localbasejbeich2015-09-273-9/+4
* Update gstreamer1 ports to 1.6.0.kwm2015-09-264-0/+42
* Update to 1.3.3olivierd2015-09-263-3/+4
* - Switch to options helpersamdmi32015-09-251-6/+4
* Convert to @samplebapt2015-09-252-5/+4
* - Drop 8.x supportamdmi32015-09-242-6/+0
* - Drop no-op WX_UNICODE and unneeded {CPP,LD}FLAGSamdmi32015-09-231-3/+0
* Don't create ${PREFIX}/lib/oss/logs - it currently doesn't get toamdmi32015-09-231-1/+0
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-211-1/+1
* Remove BROKEN on Tier-2 systems statements which no longer true at leastdanfe2015-09-202-6/+0
* audio/gogglesmm: minor cleanupjbeich2015-09-201-3/+1
* Add USES=alias to 10 ports (Aids DragonFly support)marino2015-09-201-1/+1
* Make all GNUstep ports install into the System domain so that the Local domai...theraven2015-09-196-157/+155
* - Update to 0.6.7wen2015-09-182-4/+3
* audio/soundtouch: adjust optionsjbeich2015-09-181-0/+3
* - Add CPE informationsunpoet2015-09-181-1/+4
* - Update to version 1.2.0danfe2015-09-175-19/+27
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-172-2/+2
* - Add empty directory to plistamdmi32015-09-171-0/+1
* Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3bapt2015-09-151-2/+2
* Update to 0.19.10crees2015-09-153-5/+7
* Make it so that the default Perl is always called perl5.mat2015-09-147-21/+21
* Use options helpersbapt2015-09-141-1/+2
* Switch to GTK2 by default and remove option to switch back to gtk 1.2bapt2015-09-141-8/+8
* Convert to use wxGTK3bapt2015-09-141-2/+2
* Convert to options helpersbapt2015-09-131-50/+27
* Remove useless WANT_GNOMEbapt2015-09-131-1/+0
* The 'NAS" option had handlers but was not listed in OPTIONS,novel2015-09-131-1/+1
* Convert the automatically discovered esound into a proper optionbapt2015-09-131-9/+4
* Update to upstream version 2.7riggs2015-09-135-101/+79
* Turn WMA into a non-default OPTION for all but i386 and amd64riggs2015-09-131-3/+3
* Fix Github repo declarationrodrigo2015-09-132-4/+5
* Fix opusenc buffer overflow, channel integer overflow, and divisionnaddy2015-09-112-1/+86
* Fix oggenc crash on raw file close, channel integer overflow, andnaddy2015-09-113-3/+82
* - Update to 1.31olivierd2015-09-102-4/+5
* - Switch to options helpersamdmi32015-09-10