Changeset 12609 in hybrid for branches/releng-10/nanobsd/cfg/nanobsd.wleiden
- Timestamp:
- Dec 29, 2013, 10:08:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/cfg/nanobsd.wleiden
r12607 r12609 59 59 60 60 # Extra WL ports 61 net/lvrouted61 # net/lvrouted 62 62 ` 63 63 # Package target … … 226 226 # keep us as close as possible to the base OS 227 227 # Patches are applied to the directory they live in 228 cust_apply_nanobsd_patches() (229 for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do230 cd `dirname ${PATCHFILE}`231 232 #XX: What to with installed patch files? Delete them for the time beeing233 rm -v ${PATCHFILE}234 228 #cust_apply_nanobsd_patches() ( 229 # for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do 230 # cd `dirname ${PATCHFILE}` 231 # patch -t -N -p0 -i `basename ${PATCHFILE}` 232 # #XX: What to with installed patch files? Delete them for the time beeing 233 # rm -v ${PATCHFILE} 234 #done 235 235 236 236
Note:
See TracChangeset
for help on using the changeset viewer.