Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 07:17:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259419] deskutils/fet: update to 6.2.0
Message-ID:  <bug-259419-7788-ezkqOv2B6e@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259419-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259419-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259419

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
We can have a better Makefile formating (portfmt):

- USE_QT alphabetical list
- USE extra tabs in DESKTOP_ENTRIES to be more readable
- Put variables in each line in ONLYCL_VARS_OFF list

---
--- Makefile
+++ Makefile
@@ -16,16 +16,16 @@

 USES=3D          compiler:c++14-lang gl qmake qt:5 tar:bzip2
 USE_GL=3D                gl
+USE_QT=3D                core printsupport widgets buildtools_build
-USE_QT=3D                buildtools_build core printsupport widgets

 INSTALL_TARGET=3D        ${WRKSRC}/fet-cl

+DESKTOP_ENTRIES=3D       "FET" \
+                       "Free timetable software" \
+                       "" \
+                       "fet" \
+                       "Education;Qt;" \
+                       true
-DESKTOP_ENTRIES=3D"FET" \
-               "Free timetable software" \
-               "" \
-               "fet" \
-               "Education;Qt;" \
-               true

 PORTEXAMPLES=3D  *

@@ -34,8 +34,9 @@

 ONLYCL_DESC=3D   Build only command line version (without Qt GUI)

+ONLYCL_VARS=3D           QMAKE_SOURCE_PATH=3D${WRKSRC}/src/src-cl.pro
+ONLYCL_VARS_OFF=3D       INSTALL_TARGET+=3D${WRKSRC}/fet \
+                       USE_QT+=3D"gui network"
-ONLYCL_VARS=3D   QMAKE_SOURCE_PATH=3D${WRKSRC}/src/src-cl.pro
-ONLYCL_VARS_OFF=3D       INSTALL_TARGET+=3D${WRKSRC}/fet USE_QT+=3D"gui ne=
twork"

 post-patch:
        @${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \
---

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259419-7788-ezkqOv2B6e>