- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 30 2015
Dec 25 2015
Dec 24 2015
Dec 23 2015
Dec 21 2015
- Split long sentences.
Dec 17 2015
Dec 13 2015
Dec 12 2015
- Bump manpage's date
- Rephrase -t option description
- Clarify -T option usage
Dec 11 2015
Dec 10 2015
Dec 6 2015
Dec 5 2015
Dec 2 2015
Nov 21 2015
Oct 11 2015
Sep 25 2015
Aug 25 2015
Jul 29 2015
Jul 25 2015
Jul 20 2015
Jul 19 2015
Jul 6 2015
Jun 26 2015
Jan 25 2015
As I understand, it will be a little hard to use both libjpeg and jpeg-turbo simultaneously with this implementation?
Also jpeg-turbo's run and build cases needs to be fixed: in former binaries renamed to PREFIX/bin/*-turbo to avoid conflict and in latter static library is not installed.
Jan 6 2015
Dec 23 2014
It looks fine, though .if ${PORT_OPTIONS:MPNGTEST} is kinda ugly. But please do exp-run before committing this. The libpng major version changes is always PITA and brings many ports breakages.
Dec 3 2014
Nov 5 2014
I think that all 3 @dir keywords can be removed.
Nov 3 2014
Nov 1 2014
So, what is the consensus about:
- gzip to compressed(term, not compress(1)) change
- clarification of PORTREVISION reset. I'm agree with wblock's suggestion.
- Removal 'repo churn' phrase.
Oct 30 2014
Sync with github.com/freebsd/freebsd-ports-graphics repo:
- Fix mix of tab and spaces, make indentation consistent
- Cleanup of extra-devd patch
- Use true/false instead od 0/1 as return value from the bool function
- Combine two similar checks
- Rearrange logic to remove goto and gratuitous continue
- Add todo comment about usb_id
- Misc: s/LogMessageVerb/LogMessage/, wrap comment, lowercase two error messages
Improve the comment for keyboard's check.
76 Why removing uhid?
Good catch! This is my local change sneaked in. My keyboard has multimedia keys which attach to uhid and xorg busies the device file. On the other hand, I've never seen mouse with uhid device. Perhaps there is no harm to keep this change.
Oct 29 2014
Oct 28 2014
I think someone ment doc and not doceng :-)
Doh. Fixed, sorry for the inconvenience.
28 the example is a gzip'ed tarball.
Yes, but I think that equate 'standard compressed tarball' to the tar.gz is too narrow.
Sure, it's still most popular format in the ports tree, but tar.bz2 and tar.xz represent a significant percentage of distfiles too. I think they also can be called an 'standard compressed tarball'.
Is there a reason doceng@ is added, instead of a more wider audience?
I see no reason for doceng@ to be involved in review of such a trivial change.
I apologize, someone recommended me to add doceng@ as reviewer for handbook.
Oct 27 2014
That is somewhat wrong, I don't think we should hardcode such urls, it would be better to tell people to go to /bugzilla and where to click.
While it looks somewhat ugly, this url is stable and shouldn't change in observable future. So it's convenience versus aesthetics.
Oct 23 2014
Oct 16 2014
Oct 14 2014
Okay. This is without regard to whitespace:
Thank you.
Please do not use "package(s)", it's unnecessarily complicated and a legacy of lazy programming. "Packages" means "zero or more" and is simpler.
Fixed.
Oct 13 2014
Thanks for the suggestions, patch updated.
Oct 8 2014
Please commit
Done.
Should I also implement it for @shared-mime-info and perhaps remove @fmutil ?
Oct 7 2014
Interesting that this doesn't cause any issues with 'make checksum' or 'make fetch' currently.
There is a bug in do-fetch target, it ignores SIZE. I think it was discussed on #portmgr-lurker.
Sep 26 2014
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
It seems that in the meantime @bapt has added a few more keywords :)
Shouldn't shared-mime-info.ucl be changed and check-stagedir.sh modified too?
Or it's a special case?
22 couldn't @rmtry deal with this?
Oh, it somehow reverted to original, it should be: @unexec rm -rf /var/lib/xdm/authdir/* 2>/dev/null || true
Because directory name can be authfiles.? and authfile name is A*.
I was not able to find a way to delete file/dir with unknown name without @unexec rm. Will be glad to hear any suggestions.
Sep 25 2014
- Use options helpers (properly)
- Convert to @sample
- Strip lib(s)
- Use new @dir syntax
- Remove as many @unexec/@exec as possible
Options helper conversion is a little off. You want: XDMSHELL_CONFIGURE_ENABLE= xdmshell
Fixed, thanks.
Style-wise, I'd block OPTIONS_SUB underneath OPTIONS_DEFINE and block XDMSHELL_DESC with XDMSHELL_CONFIGURE_ENABLE.
Hmm, is it documented somewhere?
Sep 13 2014
More modest version of patch. Don't remove asserts from bsd.port.mk/bsd.sanity.mk
Sep 12 2014
No, I mean what I said. The ports framework will call 'make install' for whatever installer target is set for the port. If the port ignores DESTDIR then it will splatter files over PREFIX. *Then* the framework tries to package it and the user is alerted. It's too late for the files touched on their system though.
That's what I've tried to say. The port can touch host's fs before invocation of package manager. The only way to prevent this is to never build on the host's fs.
Hmm, I was under impression, that package is always created before installation.
But it seems that pkg register is used instead. IMO, it's bad optimization.
No, pkg register also fails with error 74.
Did you mean that bad port can install/remove files to host's fs before pkg invocation?
Yes, NO_STAGE can prevents this from happening in some cases. There is no guarantees that
private port has NO_STAGE at all, though.
Many ports will build and install just fine without STAGEDIR set. Do it from a real server (not poudriere) and you won't even know there is an issue until it's already splatted files all over /.
Hmm, I was under impression, that package is always created before installation.
But it seems that pkg register is used instead. IMO, it's bad optimization.
My reasoning was that corresponding bits were removed from bpm, so even if user will keep private port, it will fails anyway with easily recognized error.
Ok then, can I remove NO_STAGE condition from devel/ice ?
Sep 8 2014
Commited to xorg-dev repo.
Sep 6 2014
Sep 5 2014
Sep 4 2014
I thought it was fixed for all keywords because @sample/@rmtry were already implemented. Good catch, thanks.
Sep 2 2014
--disable-gallium-intel is still needed for old mesa.
It should be wrapped in .if !defined(WITH_NEW_XORG) then. So we wouldn't forget to remove it with old xorg.
Sep 1 2014
Nope but it was already ignored by pkg because @stopdaemon is wrong and dangerous
Can you please add a few words about it to CHANGES?
- The --disable-gallium-intel option doesn't exist anymore and --with-gallium-drivers doesn't contain intel driver by default, this 'if' block can be removed
- The conversion from rm to @comment worked for me after I've added @comment lib/libGL.la and @comment lib/libglapi.la. You may also want to move comments before @dirrm* for esthetic reasons.
- Unfortunately I can't test main change right now, I don't have freebsd on rpi atm.
Aug 22 2014
Aug 21 2014
- Fix title
- Use wording suggested by wblock@