| Summary: | [UPDATE] x11-fm/gprename | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Felippe de Meirelles Motta <lippemail> | ||||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Felippe de Meirelles Motta
2008-01-17 20:50:01 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Thank you for the PR Felippe. A new patch is attached in this email: - Replacing /usr/local with PREFIX is needed for people who have a different prefix. - CURDIR works for GNU make, but BSD make uses .CURDIR and doesn't know about CURDIR (Your default make is GNU make..?). - p5-Locale-gettext isn't needed, and p5-Glib is already a dependency (Through Gtk2, and probably others). - PREFIX/bin/perl should be used whenever possible, /usr/bin/perl is a leftover from when perl was included in FreeBSD base and it will probably be removed at some point in the future. Regards, Martin Tournoij Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. Hey all, What you think in using WITH_NLS to control the internationalization files? Could you please think about that? Thanks about the work! Best Regards, -- Marcelo Araujo (__) araujo@FreeBSD.org \\\'',) http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) Hello araujo@, I see that this software use Makefile only for install all files, not use an configure with make options to disable any feature. My cheers! :) araujo 2008-01-26 13:26:15 UTC
FreeBSD ports repository
Modified files:
x11-fm/gprename Makefile distinfo pkg-plist
Log:
- Update to 2.5.
- Use SF macro.
PR: ports/119758
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Reworked by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Approved by: stas (mentor, implicit)
Revision Changes Path
1.14 +5 -6 ports/x11-fm/gprename/Makefile
1.10 +3 -3 ports/x11-fm/gprename/distinfo
1.3 +1 -0 ports/x11-fm/gprename/pkg-plist
_______________________________________________
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: feedback->closed Committed, with minor changes. Thanks! |