[kde-freebsd] Arthur plugin
Is the qt arthurplugin part of the kde build on FreeBSD? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] make install dont respect PREFIX
For kde4 the install prefix is /usr/local/kde4 unless it has changed. On Wed, Jun 12, 2013 at 11:53 PM, Otacílio wrote: > Dears > > I'm trying port qtserialport to FreeBSD, butthe make install don't > respect the PREFIX variable.Can someone giveme a help about this? Bellow > is the port's Makefile. > > PORTNAME=qtserialport > PORTVERSION=4 > CATEGORIES=devel > #MASTER_SITES=http://www.xm1math.net/texmaker/ > > MAINTAINER=otacilio.n...@bsd.com.br > COMMENT=Qt4 bindings for serial manipulation > > #LIB_DEPENDS=poppler:${PORTSDIR}/graphics/poppler \ > #poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 > #RUN_DEPENDS= > > ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme > > #USE_BZIP2=yes > USE_QT4=moc_build qmake_build > > HAS_CONFIGURE=yes > QMAKE_ARGS=PREFIX=${PREFIX} > > MAKE_JOBS_SAFE=yes > > WRKSRC=${WRKDIR}/qt-qtserialport > > CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \ > --with-qt-libraries=${QT_LIBDIR} \ > --with-extra-libs=${LOCALBASE}/lib \ > --with-extra-includes=${LOCALBASE}/include > CONFIGURE_ENV+=MOC="${MOC}" UIC="${UIC}" LIBS="${QTCFGLIBS}" \ > QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" QTDIR="${QT_PREFIX}" > MAKE_ENV+=QMAKESPEC="${QMAKESPEC}" > > PLIST_SUB+=QT_INCDIR_REL=${QT_INCDIR_REL} \ > QT_LIBDIR_REL=${QT_LIBDIR_REL} \ > QT_PLUGINDIR_REL=${QT_PLUGINDIR_REL} > > .include > > #pre-configure: > #${REINPLACE_CMD} -e 's,/usr/include,${LOCALBASE}/include,g' \ > #-e 's,/usr/lib,${LOCALBASE}/lib,g' \ > #${WRKSRC}/texmaker.pro > > pre-configure: > ${MKDIR} ${WRKSRC} > > do-configure: > @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ > ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} qtserialport.pro > > .include > ___ > kde-freebsd mailing list > kde-freebsd@kde.org > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Qt4 on FreeBSD 10.0/CURRENT using Clang as the compiler
Is it able to build at the present moment? If not, will I need to build from source within a user's home directory? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: mixups in KDE4 display of certain windows
Top On Mon, Jul 25, 2011 at 12:54 PM, Matthias Apitz wrote: > El día Friday, July 22, 2011 a las 06:56:38PM +0200, Matthias Apitz > escribió: > > > El día Sunday, July 17, 2011 a las 01:44:31PM +0200, Michal Varga > escribió: > > > > > On Sun, 2011-07-17 at 13:33 +0200, Matthias Apitz wrote: > > > > It seems that the problem is only with older (qt3/KDE3) applications, > > > > like Firefox, Pidgin, konqueror 3.5.10, ... > > > > > > > > > $ grep gtk /usr/ports/net-im/pidgin/Makefile > > > USE_GNOME= gnomeprefix gnomehack intlhack gtk20 > > > > > > > > > $ grep gtk /usr/ports/www/firefox/Makefile > > > MOZ_TOOLKIT=cairo-gtk2 > > > > Hello, > > > > How do we proceed with this? Should I file a bug report in FreeBSD or in > > KDE? Thanks > > I did over the last weekend: > > # rm -rf /var/db/pkg/* /usr/local/* > # cd /usr/ports > # make clean > # cd x11/kde4 > # make install clean BATCH=yes > > i.e. there is nothing of Gtk2 anymore during the compilation path; > > Then (after ~24 hours) I installed Xorg from binary packages and started > KDE4 in the normal user environment; > > the effect remains the same: when locking the KDE4 desktop, bringing up > the small window to unlock, after one second or so it changes as > described. I'm now clueless. > > I will make binary packages of all and try it in some VM to see if it > depends on hardware or X11 driver. > >matthias > -- > Matthias Apitz > t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 > e - w http://www.unixarea.de/ > ___ > kde-freebsd mailing list > kde-freebsd@kde.org > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information > I'm curious. I'm doing a rebuild on an iMac G4 800MHz and want to know if the same will affect. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] gtk30 should be added to ports soon
Gtk20 keeps breaking, so I remove and replace references to it with gtk30. Builds work after that. Since the normal is to have $VERSION>$LAST then upgrading this wouldn't hurt. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: Gnome3 on powerpc, KDE4 on powerpc
On Fri, Mar 25, 2011 at 5:58 PM, Koop Mast wrote: > On Fri, 2011-03-25 at 13:10 -0400, Super Bisquit wrote: > > gobject-introspection is 0.10.4 for gnome3. > > I don't see how this is a problem, can you explain it in more detail? > When building kde4 apps from the ports, it calls for an older gobject intrpspection version. I'm reinstalling my system and will do gnome3 first followed by kde4. > > > py-gstreamer is at 0.10.21 on ports and 0.10.20 on marcusports > > Fixed, by removing the MC version. Thanks for the notice. > > > marcusports has gtk3 applications while kde4 still uses gtk2 > > Well apart from the gnome desktop stuff, pure gtk2 and gtk3 applications > can just live together with no problem. There are a few exceptions but > most should just work. Not that gtk2 will be alround for a long time to > come, just look at gtk12 :) > If gtk3 is built first, there should be little reason for using gtk2. Alright, I'll report build problems separately and will do another grouped error when there is a conflict. It will take a few days to rebuild X and base on the quicksilver from ports. Thanks for the replies. > > -Koop > > > These are the first few. > > > > > > On 3/25/11, Alberto Villa wrote: > > > On Friday 25 March 2011 15:43:18 Super Bisquit wrote: > > >> Whatever dependencies that each has in common needs to be > > > updated to > > >> the most recent. If gnome3 has the most recent, then use those. If > > >> kde4 has the most recent, use those. > > > > > > do you have an idea of which dependencies do conflict? > > > > > >> I am very glad and thankful that I am allowed to work with and on both > > >> teams and would like to remain doing so. > > > > > > thank you for your effort. i hope we'll be able to reach some results! > > > -- > > > Alberto Villa, FreeBSD committer > > > http://people.FreeBSD.org/~avilla > > > > > > Your lucky color has faded. > > > > > > > > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: Gnome3 on powerpc, KDE4 on powerpc
gobject-introspection is 0.10.4 for gnome3. py-gstreamer is at 0.10.21 on ports and 0.10.20 on marcusports marcusports has gtk3 applications while kde4 still uses gtk2 These are the first few. On 3/25/11, Alberto Villa wrote: > On Friday 25 March 2011 15:43:18 Super Bisquit wrote: >> Whatever dependencies that each has in common needs to be > updated to >> the most recent. If gnome3 has the most recent, then use those. If >> kde4 has the most recent, use those. > > do you have an idea of which dependencies do conflict? > >> I am very glad and thankful that I am allowed to work with and on both >> teams and would like to remain doing so. > > thank you for your effort. i hope we'll be able to reach some results! > -- > Alberto Villa, FreeBSD committer > http://people.FreeBSD.org/~avilla > > Your lucky color has faded. > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Gnome3 on powerpc, KDE4 on powerpc
I'm going to hose /usr/local and /usr. There seems to be a lot of dependency conflicts with kde4 and gnome3. Installing gnome3 first may solve the problem. KDE4 is still dependent upon gnome2 portions, older gstreamer, and gnomelibs from gnome2. Even trying to remove videoscale from the totem3/work/totem*/configure file brings up: 1) Libraries and dependencies are not up to date. 2) Gnome-common is needed but gnome3 has gnomecommon. 3) Videoscale should be in st-plugins-base but there is gstreamer-plugins, gstreamer-plugins-core, and gstreamer-plugins-core80. 4) I will need to cvs ports, redownload the marcus ports, remove any port from /usr/ports/$SECTION which conflicts marcusports, cp -R marcusports to /usr/ports, and then build. 5) I can only use twm to build. My apologies for the endless threads. I was trying to find a solution. It didn't help to add LIBS= "$L{LOCALBASE}/libs/gstreamer-0.10" to Makefile. It didn't help using make configure --disable-videoscale. It didn't help adding LIB and CONFIGDEPENDS= /usr/local/lib/gstreamer-0.10/videoscale.so to Makefile. I use both desktop environments depending on what task I need and want to do. Whatever dependencies that each has in common needs to be updated to the most recent. If gnome3 has the most recent, then use those. If kde4 has the most recent, use those. I am very glad and thankful that I am allowed to work with and on both teams and would like to remain doing so. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] KDE4, Gnome3, This is not spam. I am not sending spam.
This is not spam. I am not sending spam. KDE4 has been built with the exception of: printer applet and printer config: Dependency on py-libnotify. This is not spam. I am not sending spam. The pastebinit url is located at the forums. This is not spam. I am not sending spam. Below is the reason why I have to constantly type that I am not sending spam. romowner-freebsd-gnome@freebsd.orgtosuperbisq...@gmail.com dateMon, Mar 21, 2011 at 11:18 PMsubjectYour message to freebsd-gnome awaits moderator approvalmailing listfreebsd-gnome.freebsd.org Filter messages from this mailing listmailed-byfreebsd.org hide details 11:18 PM (14 hours ago) Your mail to 'freebsd-gnome' with the subject Failure in building of totem 3. Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://lists.freebsd.org/mailman/confirm/freebsd-gnome/0dc4698d76e2f6b18acc96ee47d7eb1b0f93772e PLEASE NOTE! If you would like to post freely to the list, please subscribe first. If you post from multiple addresses, you can subscribe each address and go into the options page and select 'no mail' for all but one address. This will allow you to post without delay in the future. Sorry for the hassle, but certain immature people made this necessary. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Fwd: Your message to freebsd-gnome awaits moderator approval
I'm posting all errors and possible workarounds at the freebsd forums. -- Forwarded message -- From: Date: Mon, Mar 21, 2011 at 11:18 PM Subject: Your message to freebsd-gnome awaits moderator approval To: superbisq...@gmail.com Your mail to 'freebsd-gnome' with the subject Failure in building of totem 3. Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://lists.freebsd.org/mailman/confirm/freebsd-gnome/0dc4698d76e2f6b18acc96ee47d7eb1b0f93772e PLEASE NOTE! If you would like to post freely to the list, please subscribe first. If you post from multiple addresses, you can subscribe each address and go into the options page and select 'no mail' for all but one address. This will allow you to post without delay in the future. Sorry for the hassle, but certain immature people made this necessary. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: failure at /usr/ports/security/gnugpg for both main and work subdirectory
Okay. I forwarded the message. Renamed it because I had the port name wrong. Kdeutils for kde4 has been disabled in the build. On Mon, Mar 21, 2011 at 11:59 AM, Alberto Villa wrote: > On Monday 21 March 2011 16:56:29 Super Bisquit wrote: > > So, I should forward this to the maintainer? > > yes > -- > Alberto Villa, FreeBSD committer > http://people.FreeBSD.org/~avilla > > Agnes' Law: >Almost everything in life is easier to get into than out of. > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: failure at /usr/ports/security/gnugpg for both main and work subdirectory
So, I should forward this to the maintainer? KDE4 won't build on PPC because of this. On 3/20/11, Dima Panov wrote: > > > 21.03.2011, 13:06, "Dima Panov" : >> hello! >> >> 21.03.2011, 05:58, "Super Bisquit" ;: >> >>> http://slexy.org/view/s2BDGexRwL >>> http://slexy.org/view/s2aswe4VuX >>> >>> http://slexy.org/view/s2QH0DAthy >> >> It's now a KDE build problem, but security/gnupg itself. >> > > Ouch. Meant NOT, but typed "now" :( sorry for inconvience > > -- > Dima Panov (flu...@freebsd.org) > KDE@FreeBSD team > > Facebook: http://www.facebook.com/?id=10181104157 > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] failure at /usr/ports/security/gnugpg for both main and work subdirectory
http://slexy.org/view/s2BDGexRwL http://slexy.org/view/s2aswe4VuX http://slexy.org/view/s2QH0DAthy ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: Question about konqueror and performance.
I am building on a Quicksilver G4 933MHz and there is a 5 second average lag when loading. I did a search and saw that there is an option for konqueror embedded. PowerPC systems would probably benefit from such. The build can be done on the quicksilver and uploaded as a package. I'm using google code as a makeshift repository. What I can't find at the moment are the exact building instructions. On 3/19/11, Raphael Kubo da Costa wrote: > Super Bisquit writes: > >> How do I modify the build for konqueror so that it runs more >> efficiently on PowerPC based systems. >> >> Also: I am building KDE4 from ports. > > Hmm, this is very relative. What kind of specific problem are you > experiencing? > >> If there is a subversion repository or cvs of KDE4 ports/builds, >> please let me know. > > http://freebsd.kde.org/area51.php > ___ > kde-freebsd mailing list > kde-freebsd@kde.org > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Question about konqueror and performance.
How do I modify the build for konqueror so that it runs more efficiently on PowerPC based systems. Also: I am building KDE4 from ports. If there is a subversion repository or cvs of KDE4 ports/builds, please let me know. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Fwd: misc/kdeedu4 breaks with ocaml- powerpc.o not found
With both default make and the below, ocaml breaks at asmrun. Error with make: cd asmrun; make all make; don't know how to make powerpc.o. Stop. Error from using the method below: http://slexy.org/view/s20O1v8Y1m I'm going to disable kdeedu4 in the build for kde4 for the moment. -- Forwarded message ------ From: Super Bisquit Date: Wed, Mar 16, 2011 at 4:38 PM Subject: misc/kdeedu4 breaks with ocaml- powerpc.o not found To: kde-freebsd@kde.org I am aware that the next part isn't supported but, just to see if it will work. I've switched to the work/ocaml directory and ran ./configure, the make world && make opt && make install. Exactly where it breaks is where a patch for powerpc should go. I'll reply back to this message with that directory. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] misc/kdeedu4 breaks with ocaml- powerpc.o not found
I am aware that the next part isn't supported but, just to see if it will work. I've switched to the work/ocaml directory and ran ./configure, the make world && make opt && make install. Exactly where it breaks is where a patch for powerpc should go. I'll reply back to this message with that directory. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: Building KDE on PowrPC
If kdeadmin4 is built without the printer configuration utility, then the error is skipped. Probably a few would want to do this but not all. On Wed, Mar 16, 2011 at 8:31 AM, Super Bisquit wrote: > http://slexy.org/view/s2Aj8bDvyF > > > On Wed, Mar 16, 2011 at 12:49 AM, Jeremy Messenger > wrote: > >> On Tue, Mar 15, 2011 at 11:42 PM, Super Bisquit >> wrote: >> > Okay kde4 breaks at /usr/ports/devel/py-gobject with configure missing >> > gobject introspection. Gobject-introspection 0.10.4 (I am also building >> > gnome3) stops at asking for the file to patch. >> > >> > This is affecting both desktop suites. >> >> Please post the error log that way I don't have to throw a wild guess. >> >> Cheers, >> Mezz >> >> >> > On Mon, Mar 14, 2011 at 9:22 PM, Super Bisquit >> > wrote: >> >> >> >> It just stopped at security/gnupg(2). I had to cd to work/gnupg* ad do >> >> ./configure then make. >> >> After it is finished, cd to x11/kde4 and make. >> >> Okay, gpg2 fails at work/gpg*/keyserver/gpgkeys_hkp.c:385 undefined >> >> reference to 'xfree.' >> >> I went back and enabled gpg1 from gpgme options. >> >> >> >> >> >> On 3/14/11, Alberto Villa wrote: >> >> > On Sunday 13 March 2011 17:46:54 Super Bisquit wrote: >> >> >> I'm doing a new build of kde4 on a Quicksilver 2002 G4. All is set >> for >> >> >> default configurations. Whatever won't build, I'll report >> >> > >> >> > hello! >> >> > >> >> > sorry for being so late. so, you started a build outside tinderbox, >> >> > right? >> >> > good! if you still need help to setup a tinderbox i'll be happy to >> help, >> >> > but >> >> > i >> >> > think we don't need both a build outside and inside tinderbox, so >> just >> >> > choose your preferred method :) >> >> > -- >> >> > Alberto Villa, FreeBSD committer >> >> > http://people.FreeBSD.org/~avilla >> >> > >> >> > I couldn't possibly fail to disagree with you less. >> >> >> -- >> mezz.free...@gmail.com - m...@freebsd.org >> FreeBSD GNOME Team >> http://www.FreeBSD.org/gnome/ - gn...@freebsd.org >> > > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: Building KDE on PowrPC
Okay kde4 breaks at /usr/ports/devel/py-gobject with configure missing gobject introspection. Gobject-introspection 0.10.4 (I am also building gnome3) stops at asking for the file to patch. This is affecting both desktop suites. On Mon, Mar 14, 2011 at 9:22 PM, Super Bisquit wrote: > It just stopped at security/gnupg(2). I had to cd to work/gnupg* ad do > ./configure then make. > After it is finished, cd to x11/kde4 and make. > Okay, gpg2 fails at work/gpg*/keyserver/gpgkeys_hkp.c:385 undefined > reference to 'xfree.' > I went back and enabled gpg1 from gpgme options. > > > On 3/14/11, Alberto Villa wrote: > > On Sunday 13 March 2011 17:46:54 Super Bisquit wrote: > >> I'm doing a new build of kde4 on a Quicksilver 2002 G4. All is set for > >> default configurations. Whatever won't build, I'll report > > > > hello! > > > > sorry for being so late. so, you started a build outside tinderbox, > right? > > good! if you still need help to setup a tinderbox i'll be happy to help, > but > > i > > think we don't need both a build outside and inside tinderbox, so just > > choose your preferred method :) > > -- > > Alberto Villa, FreeBSD committer > > http://people.FreeBSD.org/~avilla > > > > I couldn't possibly fail to disagree with you less. > > > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: Building KDE on PowrPC
It just stopped at security/gnupg(2). I had to cd to work/gnupg* ad do ./configure then make. After it is finished, cd to x11/kde4 and make. Okay, gpg2 fails at work/gpg*/keyserver/gpgkeys_hkp.c:385 undefined reference to 'xfree.' I went back and enabled gpg1 from gpgme options. On 3/14/11, Alberto Villa wrote: > On Sunday 13 March 2011 17:46:54 Super Bisquit wrote: >> I'm doing a new build of kde4 on a Quicksilver 2002 G4. All is set for >> default configurations. Whatever won't build, I'll report > > hello! > > sorry for being so late. so, you started a build outside tinderbox, right? > good! if you still need help to setup a tinderbox i'll be happy to help, but > i > think we don't need both a build outside and inside tinderbox, so just > choose your preferred method :) > -- > Alberto Villa, FreeBSD committer > http://people.FreeBSD.org/~avilla > > I couldn't possibly fail to disagree with you less. > ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Building KDE on PowrPC
I'm doing a new build of kde4 on a Quicksilver 2002 G4. All is set for default configurations. Whatever won't build, I'll report ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] tinderbox
I'm still available with a PPC box or two and a sparc box for building/merging. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] Re: From a request at the forums.
On Tue, Mar 8, 2011 at 10:42 PM, Super Bisquit wrote: > Better yet, I can build the ports directly on the machines and in tinderbox > both. > Yes, I had trouble trying to set it up not too long ago. > > I have to step out for a day or two. > > PowerPC only or PowerPC and SPARC? > > > On Tue, Mar 8, 2011 at 9:34 PM, Alberto Villa wrote: > >> On Wednesday 09 March 2011 03:20:25 Super Bisquit wrote: >> > I have two PowerPC machines and a SunBlade 1000 (UltraSPARC). So, I >> can >> > build or test packages & ports. >> >> nice, thanks! >> that won't be easy, i guess, but as far as we have someone willing to run >> tests, we can have a try with that :) >> >> i don't think you need many instructions for this... you should start >> checking out area51 >> >> # svn co http://area51.pcbsd.org/trunk/area51 /path/to/area51 >> >> and then merge area51 ports (you could start with qt) >> >> # /path/to/area51/Tools/scripts/kdemerge -q >> /path/to/testing/ports/tree >> >> you probably want to run these builds in tinderbox... do you need help >> to set up one? >> -- >> Alberto Villa, FreeBSD committer >> http://people.FreeBSD.org/~avilla >> >> When it comes to broken marriages most husbands will split the blame >> -- >> half his wife's fault, and half her mother's. >> > Okay. I'm ready for both native and tinderbox building. How do I properly setup the former? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] From a request at the forums.
I have two PowerPC machines and a SunBlade 1000 (UltraSPARC). So, I can build or test packages & ports. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information