FreeBSD Bugzilla – Attachment 135410 Details for
Bug 180275
games/nethack34 : remove QT3 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.47 KB, created by
Rene Ladan
on 2013-07-04 17:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rene Ladan
Created:
2013-07-04 17:50:00 UTC
Size:
1.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 322216) >+++ Makefile (working copy) >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: nethack >-# Date created: 27 March 1995 >-# Whom: asami >-# >+# Created by: asami > # $FreeBSD$ >-# > > PORTNAME= nethack > PORTVERSION= 3.4.3 >@@ -18,8 +14,8 @@ > > LICENSE= nethack > LICENSE_NAME= NETHACK GENERAL PUBLIC LICENSE >+LICENSE_FILE= ${WRKSRC}/dat/license > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >-LICENSE_FILE= ${WRKSRC}/dat/license > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >@@ -75,12 +71,6 @@ > PATCH_DIST_STRIP= -p1 > CFLAGS+= -DHPMON > .endif >-.elif ${PKGNAMESUFFIX} == "-qt" >-USE_QT_VER= 3 >-MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ >- QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ >- MOC="${MOC}" LIBQT="-lqt-mt" >-GRAPHICS= QT_GRAPHICS > .endif > .endif > >@@ -96,6 +86,8 @@ > ${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; \ > fi > >+.include <bsd.port.options.mk> >+ > post-patch: > .for f in include/config.h sys/unix/Makefile.src sys/unix/Makefile.top > @${REINPLACE_CMD} -e 's|%%HACKNAME%%|${HACKNAME}|g;s|%%HACKDIR%%|${PREFIX}/${HACKDIR}|g' ${WRKSRC}/${f} >@@ -113,7 +105,7 @@ > > post-install: > @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${PREFIX}/${HACKDOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/${HACKDOCSDIR} > .endif
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 180275
: 135410