PERFORCE change 32605 for review

Peter Wemm peter at FreeBSD.org
Wed Jun 4 16:46:21 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32605

Change 32605 by peter at peter_hammer on 2003/06/04 16:45:30

	add a hook for local ports patches

Affected files ...

.. //depot/projects/hammer/release/Makefile#29 edit

Differences ...

==== //depot/projects/hammer/release/Makefile#29 (text+ko) ====

@@ -367,6 +367,9 @@
 .if !defined(NOPORTSATALL)
 	cd ${CHROOTDIR}/usr && ${CVSPREFIX} cvs -R ${CVSARGS} -d ${CVSROOT} co ${CVSCMDARGS} ${CVS_PORTSARGS} ${RELEASEPORTSMODULE}
 .endif
+.if defined(LOCAL_PORTSPATCHES) && exists(${LOCAL_PORTSPATCHES})
+	cd ${CHROOTDIR}/usr/ports && patch ${PORTSPATCH_FLAGS} < ${LOCAL_PORTSPATCHES}
+.endif
 .if !defined(NODOC)
 	rm -rf ${CHROOTDIR}/usr/doc
 .if defined(EXTDOCDIR)


More information about the p4-projects mailing list