cvs commit: ports/devel/ORBit/files patch-gmake-3.82

Jeremy Messenger mezz.freebsd at gmail.com
Sat Mar 12 17:54:45 UTC 2011


On Sat, Mar 12, 2011 at 11:23 AM, Jeremy Messenger <mezz at freebsd.org> wrote:
> mezz        2011-03-12 17:23:49 UTC
>
>  FreeBSD ports repository
>
>  Added files:
>    devel/ORBit/files    patch-gmake-3.82
>  Log:
>  Fix the build with gmake-3.82. The upstream has forgotten to delete the
>  '@GT_YES@' in the popt/intl/Makefile.in as there is nothing in configure
>  to replace the 'popt/intl/Makefile.in'.
>
>  Reported by:    pointyhat-exp with gmake 3.82 (linimon)
>  Tested with:    ade's gmake 3.82 patch on devel/gmake only

If anyone want to test with ade's gmake 3.82 patch without complete
poke your ports tree and replace orignal gmake. I did it by manual by
patch and install gmake by manual here:

http://people.freebsd.org/~mezz/diff/gmake-382.diff

# cd /usr/ports/devel
# patch -p0 < /path/to/gmake-382.diff
# make
# cp work/make-3.82/gmak382 /usr/local/bin/
# chmod g-s /usr/local/bin/gmake382
# chgrp wheel  /usr/local/bin/gmake382

Then test port by add GMAKE=gmake382 in Makefile. Be sure to test with
both gmake 3.81 and 3.82 before commit it.

Cheers,
Mezz


-- 
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org


More information about the cvs-all mailing list