aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
blob: 9d4298deaeb25ce5f832e31456fcfb2e0cd19799 (plain) (blame)
1
2
3
4
5
6
7
%.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 -,_,$*) $*.list --body) > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
qt'>
path: root/lang/bsh/Makefile
Commit message (Expand)AuthorAgeFilesLines
* lang/bsh: switch to githubrm2015-09-261-7/+8
* Cleanup DIST* variables.mat2015-05-121-3/+3
* - Update to version 2.0.b5pawel2014-12-061-8/+12
* - Add staging supportpawel2014-06-011-4/+5
* Maintainer no longer wishes to maintain those portsantoine2014-05-111-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
* . Bump PORTREVISION for my earlier change to the wrapper script.glewis2008-11-191-1/+1
* - JAVAJARDIR should not be removed.lippe2008-06-241-2/+1
* - Fix location to install .jar file(s).lippe2008-06-241-8/+4
* - Change main category (java/bsh -> lang/bsh).lippe2008-06-231-9/+17
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* . Update to 2.0b4.glewis2005-09-211-1/+2
* - Update to bsd.java.mk 2.0hq2005-02-031-5/+5
* Use PLIST_FILES.trevor2004-02-061-0/+1