Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F155027829
D11523.id30547.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11523.id30547.diff
View Options
Index: en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
@@ -49,6 +49,9 @@
[section for distributed patches -- can be empty]
PATCH_SITES= ftp://ftp.sra.co.jp/pub/X11/japanese/
PATCHFILES= xdvi-18.patch1.gz xdvi-18.patch2.gz
+[If the distributed patches were not made relative to ${WRKSRC},
+ this may need to be tweaked]
+PATCH_DIST_STRIP= -p1
[maintainer; *mandatory*! This is the person who is volunteering to
handle port updates, build breakages, and to whom a users can direct
@@ -65,21 +68,18 @@
[dependencies -- can be empty]
RUN_DEPENDS= gs:print/ghostscript
+[If it requires GNU make, not /usr/bin/make, to build...]
+USES= gmake
+[If it is an X application and requires "xmkmf -a" to be run...]
+USES= imake
[this section is for other standard bsd.port.mk variables that do not
belong to any of the above]
[If it asks questions during configure, build, install...]
IS_INTERACTIVE= yes
[If it extracts to a directory other than ${DISTNAME}...]
WRKSRC= ${WRKDIR}/xdvi-new
-[If the distributed patches were not made relative to ${WRKSRC},
- this may need to be tweaked]
-PATCH_DIST_STRIP= -p1
[If it requires a "configure" script generated by GNU autoconf to be run]
GNU_CONFIGURE= yes
-[If it requires GNU make, not /usr/bin/make, to build...]
-USES= gmake
-[If it is an X application and requires "xmkmf -a" to be run...]
-USES= imake
[et cetera.]
[non-standard variables to be used in the rules below]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 7:00 PM (14 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32594322
Default Alt Text
D11523.id30547.diff (1 KB)
Attached To
Mode
D11523: Sort sample Makefile to be more inline with chapter guidelines
Attached
Detach File
Event Timeline
Log In to Comment