Fix explicite uses of unzip in ports. Also cleanup audio/linux-mbrola Makefile. List of ports: audio/linux-mbrola/Makefile devel/ros-nxt/Makefile editors/openoffice.org-2/Makefile editors/openoffice.org-3-RC/Makefile editors/openoffice.org-3-devel/Makefile editors/openoffice.org-vcltesttool/Makefile emulators/vmsbackup/Makefile games/inform/Makefile games/sdb/Makefile games/uhexen/Makefile java/sun-wtk/Makefile mail/mailscanner/Makefile misc/mc/Makefile textproc/docbook-xml/Makefile textproc/sdocbook-xml/Makefile www/pebble/Makefile Fix: Patch attached with submission follows:
Alex Kozlov <spam@rm-rf.kiev.ua> writes: > Index: audio/linux-mbrola/Makefile > @@ -21,7 +21,7 @@ > > CONFLICTS= mbrola-* > NO_BUILD= yes > -ONLY_FOR_ARCHS= alpha amd64 i386 > +IA32_BINARY_PORT= yes > USE_LINUX= yes > USE_ZIP= yes > RESTRICTED= for non-commercial, non-military applications only Don't use IA32_BINARY_PORT for USE_LINUX port, see ports/148879. - 32bit freebsd libs (i.e. /usr/lib32) aren't required for linux- ports - ia64 is not supported by most linux- ports (and kernel?)
On Fri, Dec 24, 2010 at 10:36:31PM +0300, Anonymous wrote: > Alex Kozlov <spam@rm-rf.kiev.ua> writes: > >> Index: audio/linux-mbrola/Makefile >> @@ -21,7 +21,7 @@ >> >> CONFLICTS= mbrola-* >> NO_BUILD= yes >> -ONLY_FOR_ARCHS= alpha amd64 i386 >> +IA32_BINARY_PORT= yes >> USE_LINUX= yes >> USE_ZIP= yes >> RESTRICTED= for non-commercial, non-military applications only > > Don't use IA32_BINARY_PORT for USE_LINUX port, see ports/148879. > - 32bit freebsd libs (i.e. /usr/lib32) aren't required for linux- ports > - ia64 is not supported by most linux- ports (and kernel?) Thanks. Here is an updated patch.
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
This patch requires approval from those CCed. -- Eitan Adler Ports committer Bugbusting team
On Sun, Sep 18, 2011 at 12:39:48PM -0400, Eitan Adler wrote: > This patch requires approval from those CCed. I approve the patch. Herve
On 2011.09.18. 18:39, Eitan Adler wrote: > This patch requires approval from those CCed. > Approved for my ports. And thanks! Gabor
* Eitan Adler (eadler@freebsd.org) wrote: > This patch requires approval from those CCed. Approved, thanks! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
eadler 2011-11-03 00:38:47 UTC FreeBSD ports repository Modified files: textproc/docbook-xml Makefile misc/mc Makefile www/pebble Makefile devel/ros-nxt Makefile games/sdb Makefile textproc/sdocbook-xml Makefile games/uhexen Makefile emulators/vmsbackup Makefile Log: - fix explicit use of unzip in ports PR: ports/153429 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainers (hq, gabor, amdmi3) Approved by: maintainer timeout Approved by: bapt,sahil (mentors, implicit) Revision Changes Path 1.6 +1 -1 ports/devel/ros-nxt/Makefile 1.21 +1 -1 ports/emulators/vmsbackup/Makefile 1.20 +1 -1 ports/games/sdb/Makefile 1.20 +1 -1 ports/games/uhexen/Makefile 1.140 +1 -1 ports/misc/mc/Makefile 1.25 +1 -1 ports/textproc/docbook-xml/Makefile 1.11 +1 -1 ports/textproc/sdocbook-xml/Makefile 1.7 +1 -1 ports/www/pebble/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!
On Thu, Nov 03, 2011 at 12:41:16AM +0000, eadler@FreeBSD.org wrote: > Synopsis: [patch] Fix explicite uses of unzip in ports > > State-Changed-From-To: open->closed > State-Changed-By: eadler > State-Changed-When: Thu Nov 3 00:41:16 UTC 2011 > State-Changed-Why: > Committed. Thanks! Thanks for Your work. But it seems that patches for some ports were not approved (does maintainer timeout work in this case?) and also a few new explicit uses of unzip appeared in the ports tree. I think that pr needs to be reopened. Updated patch below. -- Adios
State Changed From-To: closed->open There is more to be done, but I don't have the time to do it. Hand it back to the pool
Responsible Changed From-To: eadler->freebsd-ports-bugs There is more to be done, but I don't have the time to do it. Hand it back to the pool
Responsible Changed From-To: freebsd-ports-bugs->ak Take my own pr
ak 2012-04-08 20:27:09 UTC FreeBSD ports repository Modified files: audio/linux-mbrola Makefile Log: - Fix explicit use of unzip - Remove vestiges of alpha PR: ports/153429 Approved by: eadler (mentor) Feature safe: yes Revision Changes Path 1.10 +4 -13 ports/audio/linux-mbrola/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
ak 2012-07-04 06:59:31 UTC FreeBSD ports repository Modified files: editors/openoffice-3 Makefile editors/openoffice-3-devel Makefile editors/openoffice.org-vcltesttool Makefile Log: - Fix explicit use of unzip PR: ports/153429 Approved by: office@ (crees) Revision Changes Path 1.542 +1 -1 ports/editors/openoffice-3-devel/Makefile 1.351 +1 -1 ports/editors/openoffice-3/Makefile 1.396 +1 -1 ports/editors/openoffice.org-vcltesttool/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed All known cases are fixed. For now.