Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 16:01:07 +0400
From:      "Igor B. Bykhalo" <goshik@binep.ac.ru>
To:        "Heinrich Rebehn" <rebehn@ant.uni-bremen.de>, <freebsd-ports@freebsd.org>
Subject:   Re: How to apply private patches to port?
Message-ID:  <008501c35b49$4620c9c0$ea2ce9c1@binep.ac.ru>
References:  <3F2E1EAA.5030200@ant.uni-bremen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Heinrich Rebehn" <rebehn@ant.uni-bremen.de>
To: <freebsd-ports@freebsd.org>
Sent: Monday, August 04, 2003 12:51 PM
Subject: How to apply private patches to port?


> Hi list,
> 
> Is there some documentation about how to add private patches/hacks to a port?
> Just add a patch-a{something} to the files directory?
> 

Well, in case you are using portupgrade tool, consider
the BEFOREBUILD section of pkgtools.conf. Here is how i
used it to apply patches before they were commited...

  BEFOREBUILD = {
#    'print/lyx' => 'cd /usr/ports/print && patch -p0 < lyx.diff',
#    'x11-wm/icewm' => 'cd /usr/ports && patch -p0 < icewm.diff',
  }


[...]
> Heinrich Rebehn
> 
> University of Bremen
> Physics / Electrical and Electronics Engineering
> - Department of Telecommunications -
> 
> Phone : +49/421/218-4664
> Fax   :            -3341
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008501c35b49$4620c9c0$ea2ce9c1>