| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
remove -lxpg4; FreeBSD.cf knows how to handle it.
honor CC.
PR: 23438
|
| |
|
| |
|
| |
|
|
|
|
| |
(Patch is from "KATO Tsuguru" <tkato@prontomail.ne.jp> )
|
| |
|
|
|
|
| |
and BROKEN some gnome ports until I upgrade it.
|
|
|
|
| |
Pointed out by: steve
|
|
|
|
|
| |
emiclock mlclock mouseclock rclock swisswatch t3d wmtime xalarm
xdaliclock" from x11 to x11-clocks.
|
|
|
|
|
|
|
|
|
|
|
| |
(2) The "copy extra file to ${PATCHDIR}" trick doesn't work well if
${PATCHDIR} doesn't exist. Also, you need to delete the patch in
pre-clean. In addition, it may give problems to people who are
trying to build this on a read-only medium.
Solve all the above problems by calling ${PATCH_CMD} ${PATCH_ARGS}
directly on the patch in ${FILESDIR}. Also, make the message a
little clearer about what's going on.
|
|
PR: ports/5272
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
|