FreeBSD Bugzilla – Attachment 33438 Details for
Bug 54782
Clean up bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.port.mk.patch
bsd.port.mk.patch (text/plain), 3.20 KB, created by
Tilman Keskinoz
on 2003-07-23 14:30:10 UTC
(
hide
)
Description:
bsd.port.mk.patch
Filename:
MIME Type:
Creator:
Tilman Keskinoz
Created:
2003-07-23 14:30:10 UTC
Size:
3.20 KB
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.457 >diff -u -r1.457 bsd.port.mk >--- bsd.port.mk 22 Jul 2003 03:51:15 -0000 1.457 >+++ bsd.port.mk 23 Jul 2003 13:11:50 -0000 >@@ -143,7 +143,6 @@ > # because it cannot be manually fetched, etc). Error > # logs will not appear on bento, so this should be > # used sparingly. >-# BROKEN_ELF - Port doesn't build on ELF machines. > # BROKEN - Port is believed to be broken. Package builds will > # still be attempted on the bento package cluster to > # test this assumption. >@@ -336,7 +335,6 @@ > # USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_XLIB. > # USE_XLIB - Says that the port uses the X libraries. > # >-# USE_DGS - Says that the port uses the dgs X11 libraries. > # USE_FREETYPE - Says that the port uses the freetype print libraries. > # USE_MESA - Says that the port uses the Mesa libraries. > # USE_MOTIF - Says that the port uses the Motif toolkit. Implies USE_XPM. >@@ -366,11 +364,11 @@ > # for more details. > # Default: not set. > # >-# USE_KDEBASE_VER - Set to either 2 or 3 to use the KDE windowing system. >-# (Only 3 is currently supported). Implies inclusion >+# USE_KDEBASE_VER - Set to 3 to use the KDE windowing system. >+# Implies inclusion > # of bsd.kde.mk. Default: not set. >-# USE_KDELIBS_VER - Set to either 2 or 3 to use the KDE libraries. >-# (Only 3 is currently supported). Implies inclusion >+# USE_KDELIBS_VER - Set to 3 to use the KDE libraries. >+# Implies inclusion > # of bsd.kde.mk. Default: not set. > # USE_QT_VER - Set to either 2 or 3 to use the QT libraries. > # (Only 3 is currently supported). Implies inclusion >@@ -1375,9 +1373,6 @@ > .if defined(USE_XPM) > LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm > .endif >-.if defined(USE_DGS) >-LIB_DEPENDS+= dps.0:${PORTSDIR}/x11/dgs >-.endif > .if defined(USE_MESA) > LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3 > .endif >@@ -1388,7 +1383,7 @@ > BUILD_DEPENDS+= ${X11BASE}/lib/X11/config/date.def:${PORTSDIR}/devel/imake-4 > RUN_DEPENDS+= mkhtmlindex:${PORTSDIR}/devel/imake-4 > .endif >-.if defined(USE_XPM) || defined(USE_DGS) >+.if defined(USE_XPM) > USE_XLIB= yes > .endif > .if defined(USE_MESA) >@@ -2422,17 +2417,6 @@ > IGNORE= "may not be placed on a CDROM: ${NO_CDROM}" > .elif (defined(RESTRICTED) && defined(NO_RESTRICTED)) > IGNORE= "is restricted: ${RESTRICTED}" >-.elif defined(NO_WRKDIR) >-IGNORE= "defines NO_WRKDIR, which is obsoleted. If you are defining NO_WRKDIR and NO_EXTRACT, try changing it to NO_WRKSUBDIR=yes and EXTRACT_ONLY= \(the right side intentionally left empty\)" >-.elif defined(NO_EXTRACT) >-IGNORE= "defines NO_EXTRACT, which is obsoleted. Try changing it to EXTRACT_ONLY= \(the right side intentionally left empty\)" >-.elif defined(NO_CONFIGURE) >-IGNORE= "defines NO_CONFIGURE, which is obsoleted" >-.elif defined(NO_PATCH) >-IGNORE= "defines NO_PATCH, which is obsoleted" >-.elif defined(BROKEN_ELF) && (${PORTOBJFORMAT} == "elf") && \ >- !defined(PARALLEL_PACKAGE_BUILD) >-IGNORE= "is broken for ELF: ${BROKEN_ELF}" > .elif defined(BROKEN) > .if defined(PARALLEL_PACKAGE_BUILD) > # try building even if marked BROKEN
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54782
: 33438