%.h: %.list ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --header > $@.tmp \ && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 ) %.c: %.list %.h ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$*.list --body) > $@.tmp \ && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 ) ile?h=gstreamer' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/mpc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Advise PORTSCOUT not to run into a false positive due to thegerald2012-08-061-2/+4
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
* Update to libmpc version 0.9 which brings the following changes:gerald2011-02-221-1/+1
* Update to libmpc version 0.8.2 which brings a speed-up of mpc_pow_uigerald2010-06-211-2/+1
* Chase mpfr library and bump PORTREVISION.ale2010-06-111-2/+2
* Switch to use newer GMP version.ale2010-04-191-1/+2
* Update to libmpc version 0.8.1 which brings the following changes:gerald2009-12-211-1/+1
* Update to libmpc version 0.8 which brings the following changes:gerald2009-11-061-1/+1
* Assume maintainership. Thanks to Wen Heping for getting this port started!gerald2009-11-021-1/+1
* Replace pkg-plist by a PLIST_FILES in Makefile.gerald2009-10-111-0/+2
* Update to libmpc version 0.7 which brings the following changes:gerald2009-09-261-2/+1
* Explicitly set LATEST_LINK to not clash with audio/mpcerwin2009-06-111-0/+2
* - Chase math/libgmp4 shlib bumppav2009-05-141-1/+2