| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/68880
Submitted by: maintainer
Notes:
svn path=/head/; revision=113416
|
|
|
|
|
|
|
|
| |
PR: ports/68824
Submitted by: hamigua@hotpop.com
Notes:
svn path=/head/; revision=113397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
|
| |
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-July/014104.html>
Submitted by: cnshaolin@gmail.com
Notes:
svn path=/head/; revision=113221
|
|
|
|
|
|
|
|
|
|
|
| |
+ Upgrade to 0.6.1.
+ Assign MAINTAINER to submitter.
PR: ports/68668
Submitted by: hamigua@hotpop.com
Notes:
svn path=/head/; revision=112949
|
|
|
|
|
|
|
|
|
| |
PR: ports/67133
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Somepart by: me
Notes:
svn path=/head/; revision=112811
|
|
|
|
|
|
|
|
|
| |
PR: ports/67133
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
somepart by: me
Notes:
svn path=/head/; revision=112810
|
|
|
|
|
|
|
|
|
|
|
| |
Diagnostic-Code: X-Postfix; host mta-v1.mail.vip.cnb.yahoo.com[202.43.216.28]
said: 554 delivery error: dd Sorry your message to
liu_yinghong@yahoo.com.cn cannot be delivered. This account has been
disabled or discontinued [#102]. - mta107.mail.cnb.yahoo.com (in reply to
end of DATA command)
Notes:
svn path=/head/; revision=112758
|
|
|
|
| |
Notes:
svn path=/head/; revision=112748
|
|
|
|
| |
Notes:
svn path=/head/; revision=112747
|
|
|
|
| |
Notes:
svn path=/head/; revision=112746
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=112225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.
These changes should be transparent to installs (tested and verified
locally).
While here, update two cases of stale distfile info. (MD5s
verified versus mozilla.org.)
PR: ports/67701
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=112084
|
|
|
|
| |
Notes:
svn path=/head/; revision=111893
|
|
|
|
| |
Notes:
svn path=/head/; revision=111793
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Avoid misuse of safe_strdup shipped with mutt.
+ It returns 0 (NULL pointer) instead of pointer to 0 (empty string)
if the source string is empty(""). Consequently iconv_open will cause
mutt to core-dumps itself. It expects const char* instead of NULL
pointer.
+ On each successful call to wraped iconv_open provided by the patchset,
small piece of memory is allocated by safe_strdup. The original patchset
did not free it.
Above submitted by: Kuang-che Wu <kcwu at kcwu dot homeip dot net>
+ Experimental abuse of PORTREVISION. More testing is in progress. It will
be really activated via master port if there's nothing else broken.
Notes:
svn path=/head/; revision=111610
|
|
|
|
| |
Notes:
svn path=/head/; revision=111165
|
|
|
|
| |
Notes:
svn path=/head/; revision=111013
|
|
|
|
|
|
|
|
|
|
|
| |
Note: Contrary to its purpose, chinese/cdrtools also never (during the
time it was connected to the build) installed the ISO-9660 tools.
Diagnosis by: marius
Let's remove them by: netchild
Notes:
svn path=/head/; revision=111011
|
|
|
|
|
|
|
| |
Submitted by: kientzle
Notes:
svn path=/head/; revision=110818
|
|
|
|
|
|
|
|
|
| |
master port.
Requested by: marius
Notes:
svn path=/head/; revision=110702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Suffix installed binary and man page with "-zh" in order to avoid
conflicts with other ports installing mkisofs (note that it doesn't
make sense to use MANLANG here as the man page is in English).
- Don't build and install isodump, isoinfo and isovfy. They are not
built with locale support, i.e. they don't differ in this regard
from those installed by the cdrtools ports (expect the latter are
later versions).
- Use PLIST_FILES.
Submitted by: marius
Notes:
svn path=/head/; revision=110684
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Console CJK Environment let you display and input Chinese/Japanese/Korean
under Linux/FreeBSD console, it works both in VGA mode and frame buffer
mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin
Dayi YingHan, totally around 40.
PR: ports/61943
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Notes:
svn path=/head/; revision=110042
|
|
|
|
|
|
|
|
| |
PR: ports/67160
Submitted by: maintainer
Notes:
svn path=/head/; revision=109938
|
|
|
|
| |
Notes:
svn path=/head/; revision=109769
|
|
|
|
|
|
|
|
| |
PR: ports/66802
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=109464
|
|
|
|
| |
Notes:
svn path=/head/; revision=109218
|
|
|
|
|
|
|
| |
currently unable to look after any of the ports that he has written.
Notes:
svn path=/head/; revision=109183
|
|
|
|
|
|
|
|
|
| |
PR: ports/66595
Submitted by: Rong-En Fan <rafan_at_infor.org>
No Responsed: keith@
Notes:
svn path=/head/; revision=109076
|
|
|
|
| |
Notes:
svn path=/head/; revision=109064
|
|
|
|
|
|
|
| |
- bump PORTREVISION.
Notes:
svn path=/head/; revision=108960
|
|
|
|
|
|
|
| |
Requested by: leeym
Notes:
svn path=/head/; revision=108926
|
|
|
|
|
|
|
| |
Update to 1.3.1
Notes:
svn path=/head/; revision=108575
|
|
|
|
|
|
|
| |
Submitted by: mhsin via #bsdchat
Notes:
svn path=/head/; revision=107986
|
|
|
|
| |
Notes:
svn path=/head/; revision=107688
|
|
|
|
|
|
|
| |
still broken at that time and no PRs have been submitted containing a fix.
Notes:
svn path=/head/; revision=107549
|
|
|
|
|
|
|
|
|
| |
- Bump version.
Submitted by: mhsin via #bsdchat
Notes:
svn path=/head/; revision=106915
|
|
|
|
| |
Notes:
svn path=/head/; revision=106780
|
|
|
|
|
|
|
| |
Submitted by: kcwu via #bsdchat
Notes:
svn path=/head/; revision=106723
|
|
|
|
| |
Notes:
svn path=/head/; revision=106671
|
|
|
|
| |
Notes:
svn path=/head/; revision=106669
|
|
|
|
| |
Notes:
svn path=/head/; revision=106666
|
|
|
|
| |
Notes:
svn path=/head/; revision=106662
|
|
|
|
| |
Notes:
svn path=/head/; revision=106531
|
|
|
|
| |
Notes:
svn path=/head/; revision=106396
|
|
|
|
|
|
|
| |
Submitted by: freshports, elvis via #bsdchat
Notes:
svn path=/head/; revision=106380
|
|
|
|
|
|
|
|
| |
Submitted by: mhsin
Forgotten by: me
Notes:
svn path=/head/; revision=106373
|
|
|
|
|
|
|
| |
Submitted by: mhsin (msgin_at_mhsin_dot_org)
Notes:
svn path=/head/; revision=106371
|
|
|
|
|
|
|
| |
with gtk+-2.4.
Notes:
svn path=/head/; revision=106176
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|