aboutsummaryrefslogtreecommitdiffstats
path: root/server.mk
blob: f5152730d38e07d08a931cc3a7b831907bda45f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
%.server.in: %.server.in.in
    sed -e 's|\@BINDIR\@|$(bindir)|'            \
    -e 's|\@LIBEXECDIR\@|$(privlibexecdir)|'        \
    -e 's|\@COMPONENTDIR\@|$(componentdir)|'        \
    -e 's|\@IMPORTERSDIR\@|$(importersdir)|'        \
    -e 's|\@VERSION\@|$(BASE_VERSION)|'             \
    -e 's|\@EXEEXT\@|$(EXEEXT)|'                \
    -e 's|\@SOEXT\@|$(SOEXT)|'              \
    -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@

%_$(BASE_VERSION).server: %.server
    mv $< $@

bf7785a'/>
path: root/devel/hs-c2hs
Commit message (Expand)AuthorAgeFilesLines
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-051-3/+1
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-18/+10
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-1/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-1/+1
* - Please welcome GHC 7.0.4pgj2012-02-13