Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Helge Oldach wrote: Marco Beishuizen wrote on Tue, 06 Apr 2021 15:59:48 +0200 (CEST): To avoid possible future problems I placed .sujournal into $HOME/.gitexcludes as you suggested. That would work as there is no good reason a .sujournal file would be tracked by

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
oning into another directory and copying it wasn't needed. To avoid possible future problems I placed .sujournal into $HOME/.gitexcludes as you suggested. So it seems to be working again. Regards, Marco ___ freebsd-ports@freebsd.org mailing lis

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
ption on "remote add" which will ignore already existing files. Kind regards Helge Ah yes, this finally seems to be working. Thanks a lot! Regards, Marco -- Marijuana is nature's way of saying, "Hi!". ___ freebsd-ports@freeb

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Felix Palmen wrote: This is meant to avoid cloning, you can just `pull` after adding a remote to an empty repository. Pulling isn't possible either: ... There is no tracking information for the current branch. Please specify which branch you want to rebase against

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Helge Oldach wrote: cd /usr/ports git init . git remote add -t main -f freebsd https://git.freebsd.org/ports.git Kind regards Helge This created new .git subdirectories but still cannot clone into /usr/ports. -- The minute a man is convinced that he is interest

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
/ports.git. It's up since yesterday. Cloning after totally emptying /usr/ports worked fine, but today git complained about corrupt files in the .git subdirectory so I decided to start over again. Regards, Marco -- Thrashing is just virtual cra

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Hans Petter Selasky wrote: Not sure if it helps, but did you try to add a "/", like: git clone /usr/ports/ This doesn't make a difference. Isn't there a way to force git to clone it into /usr/ports? Regards, Marco -- When the usher not

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Felix Palmen wrote: Normally, you should clone only once and use `git pull` afterwards, so no problem here. Furthermore, if you don't really need git but just want to keep your ports tree up to date, you might want to have a look at net/gitup instead. It's probab

cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
do next? Recreating a new .sujournal every time a ports tree needs to be cloned is quite annoying. Regards, Marco -- It has been said that man is a rational animal. All my life I have been searching for evidence which could support this. -- Bertrand Russell __

Re: sqlite3-3.32.3_1,1 no longer build with readline

2020-07-25 Thread marco
On Sun, Jul 26, 2020 at 12:06:16AM +0900, you (Yasuhiro KIMURA) sent the following to [freebsd-ports] : > From: marco > Subject: sqlite3-3.32.3_1,1 no longer build with readline > Date: Sat, 25 Jul 2020 09:20:35 + > > > > > [~] pkg info sqlite3-3.32.

sqlite3-3.32.3_1,1 no longer build with readline

2020-07-25 Thread marco
READLINES : off Not sure in which version this changed since I hadn't done a pkg upgrade for probably at least 2 weeks. I hope this was some oversight and not a conscious decision? M -- Marco van Lienen -- Unix SysAdmin https://keybase.io/scarcry , GnuPG id: 8580E6CB &quo

Re: creating a new port from github: "_GH0" suffix in the filename

2020-04-16 Thread Marco Beishuizen
On Thu, 16 Apr 2020, the wise Mathieu Arnold wrote: On Thu, Apr 16, 2020 at 01:20:20PM +0200, Marco Beishuizen wrote: GH_TAGNAME= g0de4b1c ^ There is an extra g here, commit hash only use hexadecimals. The name of the file is correct, except for the added "_GH0"

creating a new port from github: "_GH0" suffix in the filename

2020-04-16 Thread Marco Beishuizen
[...] The name of the file is correct, except for the added "_GH0". How can I download the file without the "_GH0" suffix? Thanks, Marco -- My own dear love, he is strong and bold And he cares not what comes after. His words ring sweet as a chime of gold, And hi

Re: portupgrade + FLAVORS

2019-04-07 Thread Marco Beishuizen
st submit it in Bugzilla? Regards, Marco -- President Thieu says he'll quit if he doesn't get more than 50% of the vote. In a democracy, that's not called quitting. -- The Washington Post ___ freebsd-ports@

Re: env: ./configure: No such file or directory

2019-02-07 Thread Marco Beishuizen
On Thu, 7 Feb 2019, the wise Tobias Kortkamp wrote: WRKSRC= ${WRKDIR}/${DISTNAME}/src Try removing WRKSRC. This didn't work because then it can't find the file to patch: [...] ===> Extracting for wmmoonclock-1.29 => SHA256 Checksum OK for wmmoonclock-1.29.tar.gz. ===> Patching for

env: ./configure: No such file or directory

2019-02-07 Thread Marco Beishuizen
===> Script "configure" failed unexpectedly. Please report the problem to mb...@xs4all.nl [maintainer] and attach the "/home/marco/devel/_freebsd/ports/astro/wmmoonclock/work/wmmoonclock-1.29/src/config.log" including the output of the failure of your make command. Also, it might

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread Marco Beishuizen
On Wed, 19 Sep 2018, the wise RW via freebsd-ports wrote: I presume that's because you use a restricted set of packages. Without flavor support portupgrade can't always get the port directory from the origin. The are currently 782 ports installed on this system. Didn't have much difficulties

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread Marco Beishuizen
support for flavors into portupgrade but I don't know the status of it: https://lists.freebsd.org/pipermail/freebsd-ports/2017-December/111445.html Regards, Marco -- There are three reasons for becoming a writer: the first is that you need the money; the second that you have something to say

Re: pkg-plist and stage directory for new port

2018-09-14 Thread Marco Beishuizen
probably need to add to your makefile some lines similar to the followings: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/??/pgAdmin4 ${STAGEDIR}${PREFIX}/bin Quite possible that it's something like this. I'll dig into it. Thanks, Marco -- Never underestimate the bandwidth of a station

pkg-plist and stage directory for new port

2018-09-14 Thread Marco Beishuizen
e because then the created binary isn't installed at all I guess. Correct thing imo would be that the created binary is copied to the /stage/usr/local/bin directory. So biggest question is why is the /stage directory still empty? Thanks & regards, Marco -- QOTD: "I sprin

Re: creating makefile for new pgadmin4 port: qmake error

2018-09-14 Thread Marco Beishuizen
On Thu, 13 Sep 2018, the wise Loïc Bartoletti wrote: You have to build outsource so: USES=??? pgsql python qmake:outsource qt:5 QMAKE_SOURCE_PATH=??? ${WRKSRC}/runtime Good luck for the next steps Loïc Yes this one is solved. Thanks! Regards, Marco -- The days just prior to

creating makefile for new pgadmin4 port: qmake error

2018-09-13 Thread Marco Beishuizen
Don't look for files in pwd [project mode only] *** Error code 1 Stop. make: stopped in /home/marco/devel/_freebsd/ports/databases/pgadmin4 [...] So question is why is qmake not working? Probably need to add something in the Makefile but I've no idea what. I've tried all t

Re: print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

2017-12-26 Thread Marco Beishuizen
with the correct size somewhere else on the internet. Regards, Marco -- Finagle's Creed: Science is true. Don't be misled by facts. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: FreeBSD Port: windowmaker-0.95.8

2017-10-13 Thread Marco Beishuizen
ror: 'wand/magick_wand.h' file not found What happens if you try to install graphics/ImageMagick first? On my machine the header file is located in /usr/local/include/ImageMagick-6/wand/ Regards, Marco -- If the thunder don't get you, then the lightning will. __

Re: FreeBSD Port: windowmaker-0.95.8

2017-10-13 Thread Marco Beishuizen
On Fri, 13 Oct 2017, the wise James Geering wrote: Hello, I hope I have the maintainers correct; I was expecting a single person but find two names! Marco you have certainly helped me on another post and saw that you submitted the port on the fresh ports page - do I have this wrong

Request to commit update x11-wm/windowmaker to 0.95.8

2017-10-07 Thread Marco Beishuizen
Hi, I submitted a patch to update x11-wm/windowmaker to 0.95.8 over 3 months ago but there is no response from the maintainer. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220058 Is it possible to get this patch reviewed/committed? Thanks in advance, Regards, Marco -- A newspaper is

Re: Status of portupgrade and portmaster?

2017-10-02 Thread Marco Beishuizen
ed so /usr/obj is empty now, but next time I'll try this out. Didn't know poudriere could do this (although it's in the manpage I see now). Thanks for the info! Regards, Marco -- This sentence no verb. ___ freebsd-ports@freeb

Re: Status of portupgrade and portmaster?

2017-10-02 Thread Marco Beishuizen
On Mon, 2 Oct 2017, the wise Don Lewis wrote: Yes it can. If you use the svn method when creating a jail you can chose any arbitrary source branch from the svn repository and then you can specify any desired svn revision on that branch when you update the jail. You would probably want to use

Re: Status of portupgrade and portmaster?

2017-10-02 Thread Marco Beishuizen
On Mon, 2 Oct 2017, the wise Matthew D. Fuller wrote: On Fri, Sep 29, 2017 at 09:21:31PM +0200 I heard the voice of Marco Beishuizen, and lo! it spake thus: Using portupgrade every day and still works great. Tried portmaster once but liked portupgrade more. I use poudriere just for testing

Re: Status of portupgrade and portmaster?

2017-09-29 Thread Marco Beishuizen
On Fri, 29 Sep 2017, the wise Thomas Mueller wrote: What is the current status of portupgrade and portmaster? I haven't used portupgrade in some time, but what about portmaster? Using portupgrade every day and still works great. Tried portmaster once but liked portupgrade more. I use poudrie

libimobiledevice, ssl and "Failed to connect to lockdownd service on the device"

2017-09-20 Thread Marco Beishuizen
? Or does anyone know if there is something else going on? Thanks, Marco -- The value of a program is proportional to the weight of its output. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsu

Re: FireFox memory usage

2017-09-15 Thread Marco Beishuizen
never saw memory usage that big. But I have to say I usually close FF if memory usage gets out of hand. Regards, Marco -- A political man can have as his aim the realization of freedom, but he has no means to realize it other than through violence. -- Jean-Paul Sartre ___

Re: mail/alpine new Makefile

2017-06-09 Thread Marco Beishuizen
the pico option since it's a slave port and part of mail/alpine anyway. - made some adjustments for the LDAP option. It all seems to work now and will submit the patches asap. Thanks for the help! Regards, Marco -- Love is like a friendship caught on fire. In the beginning a flame, very

Re: mail/alpine new Makefile

2017-06-09 Thread Marco Beishuizen
On Fri, 9 Jun 2017, the wise Kubilay Kocak wrote: I think I had a brainfail, and I believe it is in-fact fine to use both (if necessary) and the wording of the handbook might need to be tweaked not to imply it. That aside, I can't see use (testing) of PORT_OPTIONS:M or other variables that p

Re: mail/alpine new Makefile

2017-06-09 Thread Marco Beishuizen
On Fri, 9 Jun 2017, the wise Kubilay Kocak wrote: On 6/9/17 7:41 PM, Marco Beishuizen wrote: Hi Marco, I believe the reason is: .include The port includes this ... AND .include This -^ Use one or the other, or neither if its *all* options helpers, but not both

Re: mail/alpine new Makefile

2017-06-09 Thread Marco Beishuizen
On Fri, 9 Jun 2017, the wise Kubilay Kocak wrote: On 6/9/17 7:41 PM, Marco Beishuizen wrote: Hi Marco, I believe the reason is: .include The port includes this ... AND .include This -^ Use one or the other, or neither if its *all* options helpers, but not both

mail/alpine new Makefile

2017-06-09 Thread Marco Beishuizen
$f ${STAGEDIR}${DOCSDIR}/tech-notes .endfor .include The port builds and installs just fine, except that the port options don't work. The checked options, other than the default, are being ignored. For testing I've marked all options to on, but Alpine for example still doesn't hav

shutting down computer causes WindowMaker coredump

2017-02-20 Thread Marco Beishuizen
something like this before? Regards, Marco -- Tax reform means "Don't tax you, don't tax me, tax that fellow behind the tree." -- Russell Long ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.or

Re: qt5 fails to build

2017-02-19 Thread Marco Beishuizen
hickup was that "qt5-quick" had a problem with another library of the older qt5-quickcontrols ("install files in the same place"). Deleting the older port was enough to finish the portupgrade. Regards, Marco -- f u cn rd th

Re: Firefox and sndio

2017-01-28 Thread Marco Beishuizen
fine here with SNDIO enabled and ALSA/PULSEAUDIO disabled (with an Audigy2, emu10kx driver in kernel). I don't have an sndiod running. Regards, Marco -- We prefer to believe that the absence of inverted commas guarantees the originality of a thought, whereas it may be merely that the u

Qt5 printing with lpr

2016-11-23 Thread Marco Beishuizen
Hi, Does Qt5 support normal lpr/lpd printing in FreeBSD? In all Qt5 applications (qpdfview, qupzilla), I'm missing a printer to choose from in the print dialogs. In the Qt5 buildoptions CUPS can be disabled so I assume CUPS isn't required. Is this correct? Thanks and regards, Ma

Re: Qt5 applications broken: could not find or load the Qt platform plugin "xcb"

2016-11-12 Thread Marco Beishuizen
d. Thanks & Regards, Marco -- Throw away documentation and manuals, and users will be a hundred times happier. Throw away privileges and quotas, and users will do the Right Thing. Throw away proprietary and site licenses, and there won't be any pirating. If these three aren't enough

Re: Qt5 applications broken: could not find or load the Qt platform plugin "xcb"

2016-11-11 Thread Marco Beishuizen
On Fri, 11 Nov 2016, the wise Tobias Kortkamp wrote: Running pkg upgrade -f qt5-gui fixed this for me. Yes, this worked. Thanks for the pointer! Regards, Marco -- Divorce is a game played by lawyers. -- Cary Grant ___ freebsd

Qt5 applications broken: could not find or load the Qt platform plugin "xcb"

2016-11-11 Thread Marco Beishuizen
ling the application may fix this problem. Abort (core dumped) [...] Reinstalling any of them didn't make a difference. Does anyone know what I'm missing here? Regards, Marco -- "Hey, Sam, how about a loan?" "Whattaya need?" &quo

FreeBSD Port: seamonkey-2.39_7

2016-04-20 Thread Marco Alberoni
Hello, is there an estimated release date for the seamonkey-2.40 port? Yours sincerely -- Marco Alberoni ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

How to use security/gnupg with mail/alpine

2016-03-23 Thread Marco Beishuizen
GP work in mail on FreeBSD? Regards, Marco -- FORTUNE'S GUIDE TO DEALING WITH REAL-LIFE SCIENCE FICTION: #2 What to do... if you get a phone call from Mars: Speak slowly and be sure to enunciate your words properly. Limit your vocabulary to simple words. Try to deter

FreeBSD Port: seamonkey-2.33.1_8

2015-09-25 Thread Marco Alberoni
Hello, is there an estimated release date for the seamonkey-2.35 port? Yours sincerely -- Marco Alberoni ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: revive wmmemload port

2015-08-28 Thread Marco Beishuizen
On Fri, 28 Aug 2015, the wise A.J. "Fonz" van Werven wrote: That *looks* like files being included in an incorrect order. Can you send me a tarball of the port directory as you have it now? With any luck I might be able to track down the problem more easily then. Yes, this was it. Seems to bu

Re: revive wmmemload port

2015-08-28 Thread Marco Beishuizen
x27; u_int xsw_version; ^ /usr/include/vm/vm_param.h:95:2: error: unknown type name 'dev_t'; did you mean 'div_t'? dev_t xsw_dev; ^ /usr/include/stdlib.h:62:3: note: 'div_t' declared here } div_t

Re: revive wmmemload port

2015-08-27 Thread Marco Beishuizen
sin' declared here static int swappgsin = -1; ^ mem_freebsd.c:115:15: error: use of undeclared identifier 'new_swappgsout'; did you mean 'swappgsout'? swappgsout = new_swappgsout; ^~ swappgsout mem_fre

revive wmmemload port

2015-08-27 Thread Marco Beishuizen
ap usage USE_XORG= xpm GNU_CONFIGURE= yes USES= gmake .include ... But then I get a configure error: ... ===> wmmemload-0.1.8 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmmemload-0.1.8 cd: /home/marco/Devel/wmmemload/work/wmmemlo

FreeBSD Port: qpdfview-0.4.3_4

2015-05-18 Thread Marco Alberoni
Hello, is this port still mantained? The current qpdfview version available on the https://launchpad.net/qpdfview page is 0.4.14 ... Yours sincerely -- Marco Alberoni ___ freebsd-ports@freebsd.org mailing list http

Re: pkg autoremove segfaulting

2015-04-25 Thread Marco Beishuizen
On Sat, 18 Apr 2015, the wise Marco Beishuizen wrote: On Fri, 17 Apr 2015, the wise Baptiste Daroussin wrote: Can you send me the output of pkg -o DEBUG_LEVEL=4 autoremove? Best regards, Bapt DBG(3)[51642]> Pkg: add a new reverse dependency origin: x11-fm/pcmanfm, name: pcmanfm, vers

Re: pkg autoremove segfaulting

2015-04-17 Thread Marco Beishuizen
On Fri, 17 Apr 2015, the wise Baptiste Daroussin wrote: Can you send me the output of pkg -o DEBUG_LEVEL=4 autoremove? Best regards, Bapt Sure but it's a lot: DBG(3)[51642]> Pkg: add a new dependency origin: x11/libXau, name: libXau, version: 1.0.8_2 DBG(3)[51642]> Pkg: add a new dependency

pkg autoremove segfaulting

2015-04-17 Thread Marco Beishuizen
Hi, After the latest upgrade to pkg 1.5.1, "pkg autoremove" segfaults: root@yokozuna:/home/marco # pkg autoremove Child process pid=33524 terminated abnormally: Segmentation fault I tried to reinstall pkg but still the same. Seems the only pkg command that does this though. Rega

[@ ports committers] Security update for devel/dulwich (Bugzilla 199162)

2015-04-08 Thread Marco Bröder
Hi, could someone take it, please? It is a security update. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199162 I am uncertain about the vuxml entry correctness. Thanks! -- Regards, Marco pgpt_a8CipEHC.pgp Description: OpenPGP digital signature

Re: plist problems upgrading alpine port [solved]

2015-02-21 Thread Marco Beishuizen
Hi, I've finally found the solution! After a lot of trial and error with the Makefile and removing all references to tech-notes.txt in the pkg-plist, make check-plist found no errors. Thanks for all the help! Regards, Marco ___ freebsd-

Re: plist problems upgrading alpine port

2015-02-20 Thread Marco Beishuizen
check but isn't. A line from your first message shows low-level.html copied but is there anything in the log about tech-notes.txt? And afaik the tech-notes.txt file is copied: ... install -o root -g wheel -m 444 /home/marco/tmp/alpine/work/alpine-2.20/doc/tech-notes/tech-notes.txt /home/

Re: plist problems upgrading alpine port

2015-02-20 Thread Marco Beishuizen
share/licenses/alpine-2.20/APACHE20 /usr/local/share/licenses/alpine-2.20/LICENSE /usr/local/share/licenses/alpine-2.20/catalog.mk In the original alpine tarball tech-notes.txt is in /doc/tech-notes/. Regards, Marco -- The duration of passion is proportionate with the original resistance of the

Re: plist problems upgrading alpine port

2015-02-20 Thread Marco Beishuizen
share/licenses/alpine-2.20/APACHE20 /usr/local/share/licenses/alpine-2.20/LICENSE /usr/local/share/licenses/alpine-2.20/catalog.mk In the original alpine tarball tech-notes.txt is in /doc/tech-notes/. Regards, Marco -- The duration of passion is proportionate with the original resistance of the

Re: plist problems upgrading alpine port

2015-02-19 Thread Marco Beishuizen
On Fri, 20 Feb 2015, the wise Marco Beishuizen wrote: On Thu, 19 Feb 2015, the wise Ben Woods wrote: It's the opposite actually. That line was already in pkg-plist, but needed to be removed. You have now added it a second time, meaning you get the error twice. You need to now delete

Re: plist problems upgrading alpine port

2015-02-19 Thread Marco Beishuizen
x27;t work either. The pkg-plist is now like this: bin/alpine bin/rpdump bin/rpload %%ETCDIR%%.conf.sample man/man1/alpine.1.gz man/man1/rpdump.1.gz man/man1/rpload.1.gz %%PORTDOCSDOCSDIR%%/tech-notes.txt And results in this: install -o root -g wheel -m 444 /home/marco/tmp/alpine/work/alpin

Re: plist problems upgrading alpine port

2015-02-19 Thread Marco Beishuizen
On Thu, 19 Feb 2015, the wise cpet wrote: On 2015-02-19 14:48, Marco Beishuizen wrote: Hi, I'm trying to upgrade the alpine port to 2.20 but I'm having problems with plist and staging. The error is: ... install -o root -g wheel -m 444 /home/marco/tmp/alpine/work/alpine-2.20/doc/

plist problems upgrading alpine port

2015-02-19 Thread Marco Beishuizen
Hi, I'm trying to upgrade the alpine port to 2.20 but I'm having problems with plist and staging. The error is: ... install -o root -g wheel -m 444 /home/marco/tmp/alpine/work/alpine-2.20/doc/tech-notes/low-level.html /home/marco/tmp/alpine/work/stage/usr/local/share/doc/alpine/

Re: updating alpine port to new version (as a maintainer)

2015-01-20 Thread Marco Beishuizen
r. Seems to me that I can't remove the other lines. Regards, Marco -- If I had only known, I would have been a locksmith. -- Albert Einstein ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: updating alpine port to new version (as a maintainer)

2015-01-20 Thread Marco Beishuizen
Error code 1 Adding things to the pkg-plist file just makes it worse so I think the cause of this is somewhere in the makefile, but I just can't find it. Does someone know how to get rid of this last error? Thanks in advance, Marco -- Be it our wealth, our jobs, or even our homes; noth

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Marco Beishuizen
items in pkg-plist which are not in STAGEDIR Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt ===> Error: Plist issues found. *** Error code 1 Regards, Marco -- I tell ya, drugs never worked out for me. The first time I tried smoking pot I didn't know what I was doing. I smoked half

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Marco Beishuizen
found ===> Fetching all distfiles required by alpine-2.20 for building => SHA256 Checksum OK for alpine-2.20/alpine-2.20.tar.xz. cannot open alpine-2.20/alpine-2.20/maildir.patch.gz: No such file or directory *** Error code 2 Regards, Marco -- I have made this letter longer than usual because

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Marco Beishuizen
mp;sdb)) != NULL); /* until no more subscriptions */ Regards, Marco ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Marco Beishuizen
2.20 ===> Applying distribution patches for alpine-2.20 ===> Applying FreeBSD patches for alpine-2.20 cp: /home/marco/tmp/alpine/work/alpine-2.20/doc/tech-notes.txt: No such file or directory *** Error code 1 The file tech-notes.txt is not in /doc/, but in /doc/tech-notes/. Where can I cha

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Marco Beishuizen
6,6 @@ pine_state->mangled_header = 1; show_main_screen(pine_state, 0, FirstMenu, &main_keymenu, 0, (Pos *) NULL); - new_user_or_version(pine_state); ClearScreen(); } Any ideas how to go from here? Regards, Marco -- W

updating alpine port to new version (as a maintainer)

2015-01-17 Thread Marco Beishuizen
ate a patch in order to upgrade the alpine port. Is this correct? I'm hoping to get some pointers from an experienced port maintainer how to deal with upgrades like this. Thanks in advance for your help. Regards, Marco ___ freebsd-ports@f

pkgng: How to prevent autoremoval during pkg delete ?

2014-09-14 Thread Marco Steinbach
Hi. Is there a way to tell pkg delete to just remove the package(s) listed on the command line, instead of automatically removing depending packages ? MfG CoCo ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: pkg-static: ruby19-bdb5-0.6.6_4 conflicts with ruby19-bdb-0.6.6_4 (installs files into the same place)

2014-08-23 Thread Marco Beishuizen
On Sat, 23 Aug 2014, the wise Bryan Drewery wrote: pkg delete -f ruby19-bdb-0.6.6_4 Yes! That worked. Was simpler than I thought. Thanks. Regards, Marco -- To a New Yorker, the only California houses on the market for less than a million dollars are those on fire. These generally go for

pkg-static: ruby19-bdb5-0.6.6_4 conflicts with ruby19-bdb-0.6.6_4 (installs files into the same place)

2014-08-23 Thread Marco Beishuizen
-bdb. ... How do get rid of this error? Regards, Marco -- Tact, n.: The unsaid part of what you're thinking. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mai

Re: texlive-texmf

2014-08-23 Thread Marco Beishuizen
deleted and doing a clean install. Regards, Marco -- Air Force Inertia Axiom: Consistency is always easier to defend than correctness. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsub

Choosing a port category for a new port

2014-08-13 Thread Marco Steinbach
Hi, I've create a port for authbind, and am unsure which category or categories to pick for it. [pkg-desc] Authbind allows a program which does not or should not run as root to bind to low-numbered ports in a controlled way. In most cases, you will probably want to use mac_portacl(4) instead

Re: Trying to build a QT5 application

2014-08-02 Thread Marco Bröder
On Fri, 01 Aug 2014 08:41:04 -0400 Daniel Morante wrote: > I am trying to create a port for an application that supports both > Qt4 and Qt5. > > Qt4 builds fine and I am using the following in the port's Makefile: > > QT4_CONFIGURE_WITH=gui=qt4 > QT4_USE= > qt4=corelib,gui,qmake_build,lingu

FF 30 XPCOM and xpcshell

2014-07-04 Thread Marco Beishuizen
stalled, but that doesn't work because "xpcshell" coredumps at installation. Has anyone an idea how to solve this? Regards, Marco -- Lord, defend me from my friends; I can account for my enemies. -- Charles D'Hericault

Re: How can I override global OPTIONS_UNSET for specific port in make.conf? www/xcache

2014-06-22 Thread Marco Steinbach
Baptiste Daroussin wrote on 22.06.2014 12:03: On Thu, Jun 19, 2014 at 11:49:29PM +0200, Marco Steinbach wrote: Miroslav Lachman schrieb: I don't need DOCS, EXAMPLES etc. for each port as I normaly do not use them on servers. I have this line in make.conf OPTIONS_UNSET= X11 GUI CUPS

Re: How can I override global OPTIONS_UNSET for specific port in make.conf? www/xcache

2014-06-21 Thread Marco Steinbach
Marco Steinbach wrote on 20.06.2014 02:06: Marco Steinbach wrote on 19.06.2014 23:49: Miroslav Lachman schrieb: I don't need DOCS, EXAMPLES etc. for each port as I normaly do not use them on servers. I have this line in make.conf OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS Now I nee

Re: How can I override global OPTIONS_UNSET for specific port in make.conf? www/xcache

2014-06-19 Thread Marco Steinbach
Marco Steinbach wrote on 19.06.2014 23:49: Miroslav Lachman schrieb: I don't need DOCS, EXAMPLES etc. for each port as I normaly do not use them on servers. I have this line in make.conf OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS Now I need www/xcache port installed with EXAMPLES. I

Re: How can I override global OPTIONS_UNSET for specific port in make.conf? www/xcache

2014-06-19 Thread Marco Steinbach
Miroslav Lachman schrieb: I don't need DOCS, EXAMPLES etc. for each port as I normaly do not use them on servers. I have this line in make.conf OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS Now I need www/xcache port installed with EXAMPLES. I tried following in make.conf: xcache_SET= EXAMPLE

Re: [CFT]: net-mgmt/icinga2

2014-06-19 Thread Marco Steinbach
Lars Engels wrote on 19.06.2014 16:08: On Thu, Jun 19, 2014 at 03:51:20PM +0200, Marco Steinbach wrote: Lars Engels wrote on 18.06.2014 16:36: Hey folks, [Icinga2 port, patch] Good catch, thanks for this! I just updated the shar file and also added WWW to pkg-descr. This patch tries

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Miroslav Lachman wrote on 19.06.2014 15:44: Marco Steinbach wrote: Hi. Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component. USE_MYSQL

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Matthew Seaman wrote on 19.06.2014 15:32: On 06/19/14 14:04, Marco Steinbach wrote: Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component

Re: [CFT]: net-mgmt/icinga2

2014-06-19 Thread Marco Steinbach
Lars Engels wrote on 18.06.2014 16:36: Hey folks, I proudly present a CFT for the shiny new monitoring software Icinga 2, a completely rewritten, multi-threaded, flexible and scalable successor to Icinga 1. Although it is completely new it still can run with your Icinga / Nagios plugins and addo

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Kurt Jaeger wrote on 19.06.2014 15:16: Hi! I'm trying to create a port of Icinga2 (https://www.icinga.org/icinga2/), FWIW. Lars Engels has already a port of icinga2 he wants us to test: http://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093372.html Thanks :) MfG CoCo _

USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Hi. Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component. USE_MYSQL seems to only pull anything in at buildtime, if the flag is set to 'c

Re: port maintainership of alpine?

2014-05-24 Thread Marco Beishuizen
faster, from what I can see 8-) Yeah, she probably will :) But if you want to start digging into this in general, I can only encourage you to learn this. I'll definitely do this. Looking at the manpage of make as we speak. Thanks for the help, Regards, Marco -- I have a map of the United S

Re: port maintainership of alpine?

2014-05-24 Thread Marco Beishuizen
On Sat, 24 May 2014, the wise Kurt Jaeger wrote: How many ports did you already build yourself ? On which fbsd versions ? Did you sometimes fix ports to get them to build ? Using FreeBSD since 4.0 (I think) as my main OS, and always used ports, so it must be hundreds? Problems I fixed myself

Re: port maintainership of alpine?

2014-05-24 Thread Marco Beishuizen
On Sat, 24 May 2014, the wise Kurt Jaeger wrote: My favorite mailer alpine has no port maintainer at the moment. Ports that have no maintainer and/or staging are at risk of being deleted from the portstree, and alpine is a port that I would definitely miss. So I was thinking of becoming a port

port maintainership of alpine?

2014-05-24 Thread Marco Beishuizen
eeBSD for 15 years now, I have no programming experience at all. So my first question is if it is possible for someone like me to become a maintainer for a port like alpine, or should I learn programming in C first? Regards, Marco -- The road to hell is paved with good intentions. And littered

Re: Upgrade dri-9.1.7_3,2 to dri-9.1.7_4,2

2014-05-18 Thread Marco Beishuizen
/../../src/gallium/auxiliary/util/u_sse.h:207: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' gmake[4]: *** [lp_rast_tri.lo] Error 1 I'm having this too. Running FreeBSD 9.2-STABLE on i386. Regards, Marco -- Tout choses sont dites deja, mais comme p

conflict nvidia-drivers-331.49 and libEGL-9.1.7_1

2014-04-25 Thread Marco Beishuizen
I can deinstall libEGL but a lot of ports depend on it so that's not a good solution either. Has anyone got a clue how to solve this? Regards, Marco -- The trouble with doing something right the first time is that nobody appreciates how difficult it was. __

Re: [@ ports committers] unassigned PR ports/187370 security update

2014-03-23 Thread Marco Bröder
On Sun, 23 Mar 2014 18:18:38 +0100 Matthias Andree wrote: > Am 23.03.2014 17:03, schrieb Marco Bröder: > > Hi, > > > > could a ports committer please look at PR ports/187370 (second patch), > > please? > > > > I know there is a huge PR count. But this

[@ ports committers] unassigned PR ports/187370 security update

2014-03-23 Thread Marco Bröder
Hi, could a ports committer please look at PR ports/187370 (second patch), please? I know there is a huge PR count. But this is somewhat urgent now because of a security vulnerability just fixed in a second new release. I am uncertain about a MFH and an vuxml entry. Thank you! -- Kind regards

install error nvidia-driver 331.20

2014-02-16 Thread Marco Beishuizen
s errors. pkg_create: make_dist: tar command failed with code 256 *** [do-package] Error code 1 ... The files mentioned above do actually exist in /usr/local/lib. I'm running FreeBSD 9.2-STABLE i386. Does anyone have a clue to solve this? Thanks in advance, Regards, Marco -- The Hollywood

Re: how to install ruby18

2014-01-05 Thread Marco Beishuizen
db seems clean again. Thanks all for the help. Regards, Marco -- GENIUS: Person clever enough to be born in the right place at the right time of the right sex and to follow up this advantage by saying all the right things to all the righ

Re: how to install ruby18

2014-01-05 Thread Marco Beishuizen
#x27;t it either I'm afraid. Marco -- The average girl would rather have beauty than brains because she knows that the average man can see much better than he can think. -- Ladies' Home Journal ___ freebsd-ports

  1   2   3   >