| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/77868
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Reported by: kris via pointyhat
|
|
|
|
|
|
| |
+ minor fix in the Makefile
Pointed out by: [1] kris via pointyhat
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for the libjava case (still disabled for now, though).
|
|
|
|
| |
- Nuke plist while here
|
|
|
|
|
| |
PR: ports/77863
Submitted by: Klaus Michael Indlekofer (maintainer)
|
|
|
|
|
| |
PR: ports/77862
Submitted by: Klaus Michael Indlekofer (maintainer)
|
|
|
|
|
|
|
|
| |
- Remove extra-patch in favour of USE_LIBTOOL
- Remove two-line plist
PR: ports/77563
Submitted by: Kay Lehmann (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/77856
Submitted by: maintainer
|
|
|
|
| |
Approved by: MAINTAINER
|
| |
|
|
|
|
| |
* fix proflibs issue
|
| |
|
|
|
|
|
| |
Noticed by: kris
Approved by: demon
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
use cd ${PORTSDIR}/deve/pwlib && make -V WRKSRC instead of
hard-coding default location which is not always applicable
- While I'm here, pacify portlint(1) (spaces -> tab)
|
| |
|
|
|
|
| |
probably not the right category for it).
|
| |
|
|
|
|
| |
Pointer by: kris
|
|
|
|
|
| |
Spotted by: pointyhat via kris
Approved by: krion
|
|
|
|
| |
add a patch which fixes non-7-bit-clean header handling
|
|
|
|
|
|
|
| |
game.
PR: ports/48426
Submitted by: Eugene Grosbein <eugen at grosbein dot pp.ru>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Maildir quota is now enabled by default.
The following options were deleted:
- WITH_MAILDIRQUOTA
- WITH_TRASHQUOTA
- New option WITH_AUTHLIB is added, which provides optional support for
Courier Auth Library (mail/courier-authlib port).
- Userdb authentication, LDAP and MySQL support are provided through
courier-authlib now, thus the following options
- WITH_USERDB
- WITH_LDAP
- WITH_MYSQL
have been superceded by WITH_AUTHLIB.
WARNING! WARNING! WARNING!
- Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the
resulting binary cannot properly locate libcourierauth.so.0 library:
yasu@sugar[22]% ldd /usr/local/bin/maildrop
/usr/local/bin/maildrop:
libcourierauth.so.0 => not found (0x0)
libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000)
libm.so.2 => /usr/lib/libm.so.2 (0x280d3000)
libc.so.4 => /usr/lib/libc.so.4 (0x280ee000)
This is because libcourierauth.so.0 is not installed in the standard library
path of dynamic linker.
One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib'
to linker flags. Unfortunately, this breaks the installation procedure.
A solution to this problem is being actively sought, and I hope it will be
fixed shortly.
PR: ports/76786
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the features that people like so much in languages like Python, Ruby and
Smalltalk, making them available to Java developers using a Java-like syntax.
Groovy is designed to help you get things done on the Java 2 Platform in a
quick, concise and fun way. Groovy brings the power of a scripting language
directly into the Java 2 Platform. For example:
- Shell scripting using Groovy allows the full power of the Java Platform to be
brought to bear to the task at hand.
- Groovy can be used (and indeed is already being used) as a replacement for
Java for small and medium sized applications to execute on the Java 2
Platform.
- Groovy can be used as an embedded language for dynamic business rules or
extension points utilizing the agility of Groovy and saving the cost of
redeploying applications for each change of rule (especially when the rules
are stored in a database).
- Groovy makes writing test cases for unit tests very easy.
As well as being a powerful language for scripting Java objects, Groovy can be
used as an alternative compiler to javac to generate standard Java bytecode to
be used by any Java project.
WWW: http://groovy.codehaus.org/
|
| |
|
|
|
|
|
|
|
|
| |
- Update WWW: line to point to game website, couldn't
find server website.
PR: ports/77843 [1]
Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
|
|
|
|
|
|
| |
ChangeLog: http://slipgate.za.net/dosage/downloads/changelog
PR: ports/77844
Submitted by: Antoine Brodin (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/77783
Submitted by: Thomas-Martin Seck (maintainer)
Obtained from: gatling CVS
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Zbynek Burget <zburget@miastudio.cz>
and Pavel@Janik.cz (Pavel Janik) [2]
|
|
|
|
|
|
|
| |
Forgot to mention about submitter of 77198 and 77199
PR: 77199, 77198
Submitted by: IIJIMA Hiromitsu <isunin@dennougedougakkai-ndd.org>
|
|
|
|
|
|
|
|
| |
The dictionaries are purely data anyway, so it is safe
to set this.
PR: 77199
Submitted by: Mikhail Teterin <mi+kde@aldan.algebra.com>
|
|
|
|
| |
Submitted by: Rail Aliev <rail@iqchoice.com> [1]
|
|
|
|
|
|
| |
- Improve launcher shell script: use JAVA_VERSION instead of hardcoding a
particular JDK
- Use SUB_FILES to generate the launcher shell script
|
|
|
|
|
| |
PR: 77836
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/77714
Submitted by: Sam Lawrance
|
|
|
|
|
|
|
| |
utility is available from syutils/heirloom.
PR: ports/77714
Submitted by: Sam Lawrance
|
|
|
|
|
| |
PR: ports/77831
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Add accessibility to CATEGORIES
PR: ports/77806
Submitted by: Stephen Montgomery-Smith
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Mark IGNORE on 4.x and 6.x since it wants libc.so.5
PR: ports/77832
Submitted by: Sam Lawrance <boris@booknet.com.au>
|
|
|
|
|
| |
PR: ports/77798
Sumitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/77801
Submitted by: Andrew Thompson <andy@fud.org.nz>
|
| |
|
|
|
|
|
| |
PR: ports/77737
Submitted by: Mark Foster <mark AT foster dot cc>
|
|
|
|
| |
Reported by: maintainer.
|
|
|
|
|
|
| |
- correct the setting of plugin direcroty and utilize DATADIR
Noticed by: kris
|
|
|
|
|
| |
note that this port was removed. Perhaps the maintainer can investigate
whether some other tool can be used instead.
|
| |
|
|
|
|
|
|
|
|
| |
- Add WITH_EXTRAS knob to include source code examples
- Improve pkg-descr
PR: 77796
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BASE is the Basic Analysis and Security Engine. It is based on the code
from the ACID project. This application provides a PHP-based web front-end
to query and analyze the alerts coming from a Snort IDS system.
BASE is a web interface to perform analysis of intrusions that Snort has
detected on your network. It uses a user authentication and role-base
system, so that you as the security admin can decide what and how much
information each user can see. It also has a simple to use, web-based
setup program for people not comfortable with editing files directly.
WWW: http://secureideas.sourceforge.net/
PR: ports/74492 [1], ports/77103 [2]
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> [1],
Paul Schmhel <pauls@utdallas.edu> [2]
|
|
|
|
|
|
| |
PR: ports/77761
Submitted by: Gerard Samuel <fbsd-ports@trini0.org>
Approved by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/77688
Submitted by: Danny Boudrot <dboudrot@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Java(TM) Management Extensions (JMX) and of the JMX Remote API
(JSR 160) specifications, and to build tools relating to JMX.
JMX is an optional package for J2SE that provides a standard
way to manage applications. It can also be used to wrap legacy
systems and provide a standard interface to the outside world,
enabling the development of web services. JMX allows developers
to write more modular and loosely coupled system components and
reduce the complexity of large, interoperating systems.
WWW: http://mx4j.sourceforge.net
PR: 77642
Submitted by: filippo@widestore.net
|
|
|
|
|
| |
PR: 77797
Submitted by: maintainer
|
| |
|
|
|
|
| |
share/gnome/apps/Internet to share/gnome/applications.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Research Laboratory.
PR: 76122
Submitted by: Pedro F. Giffuni
|
|
|
|
|
| |
${X11BASE}/share/gnome/apps/Internet to ${X11BASE}/share/gnome/applications.
It works better for the future GNOME 2.10 and the 'share/gnome/apps/*' is old.
|
|
|
|
|
| |
Security: http://vuxml.FreeBSD.org/a413ed94-836e-11d9-a9e7-0001020eed82.html
Approved by: erwin (mentor)
|
| |
|
|
|
|
| |
. Sort packing list.
|
|
|
|
|
|
| |
build time.
Reported by: lofi
|
|
|
|
|
|
| |
since Gaim cannot use PERL_CONFIGURE directly.
Reported by: pointyhat via kris
|
| |
|
| |
|
| |
|
|
|
|
|
| |
WARNING: does not respect PTHREAD_{FLAGS,LIBS}. I could not find a clean
way to patch it in. It should still work fine for the common case, though.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
# This port should probably be repo-copied to audio/jackit, since that
# is what the package calls itself.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
| |
Disable cdparanoia support
Drop maintainership
Reported by: pointyhat cluster
|
|
|
|
|
| |
(common file lib/libwx_gtk2u_xrc-2.5.so).
- Bump PORTREVISION.
|
|
|
|
| |
wxgtk2-contrib-devel-2.5.2.
|
|
|
|
|
|
|
| |
(common file lib/libwx_gtk2_xrc-2.5.so).
- Bump PORTREVISION.
PR: 76692
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to Hiroki Sato:
"In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex
always detects the PDF output feature. Although there are several means
to fix this problem, I think disabling such detection should be simple
and enough."
Reported by: kris via pointyhat
Obtained from: hrs
|
|
|
|
| |
Reported by: Peter Jeremy <PeterJeremy@optushome.com.au> on freebsd-ports
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix some cross-platform build format warnings
- allow high characters in generated FTP and Gopher directory listings
(squid bug #1220)
- cleanup generation of FTP URLs
- relax the newly introduced strict HTTP parser slightly to work around some
more malformed HTTP responses (squid bug #1242)
PR: ports/77779
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
|
|
|
|
|
|
|
| |
- Engage OPTIONS
PR: ports/77789
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
|
|
|
|
|
|
|
|
| |
- Engage OPTIONS
- Drop maintainership
PR: ports/77788
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
|
|
|
|
|
| |
in the teTeX distribution.
- Fix dependency and take maintainership.
|
|
|
|
|
| |
PR: ports/77785
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/77781
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/77776
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/77773
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77770
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
| |
Noticed by: pointyhat
|
|
|
|
|
| |
PR: ports/77769
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77731
Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer)
|
|
|
|
|
|
|
| |
- Style
PR: ports/77683
Submitted by: Marco Molteni <molter@tin.it>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/77768
Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
|
|
|
|
|
|
|
| |
shared library correctly.
- Add WITH_XVMC knob.
Submitted by: Jon Spencer <jon@jackson-spencer.ca>
|
| |
|
|
|
|
|
| |
placed on him by real life, he haven't practiced his port skills much, so he
promised to get non-trivial patches reviewed before checking them in.
|
|
|
|
|
|
| |
- Fixed output redirection for p4web [2]
Submitted by: arved [1], "Ryan F." <ryan@kalama.no-ip.org> [2]
|
|
|
|
|
|
|
|
| |
- disable the sxml stuff in default build (to avoid issues with
textproc/gauche-sxml
PR: ports/77542
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
| |
|
|
|
|
|
|
| |
- don't build the shared library and thus remove CONFLICTS.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
|
|
|
| |
Reported by: krismail, sf
|
|
|
|
|
| |
PR: ports/77739
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
| |
- Bump PORTREVISION.
|
| |
|
|
|
|
|
|
| |
Bump PORTREVISION.
Reported by: Valentin Nechayev <netch at segfault dot kiev.ua>
|
|
|
|
| |
Submitted by: Christopher Nehren
|
|
|
|
| |
Reported by: Kris via pointyhat.
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
| |
* get's rid of the linux_devtools dependency
* fixes the conflicts seen at deinstall time on pointyhat
- correct the paths for the GL/GLU libs in the dependencies (the RPM
installs the mesa libs to .../lib/ instead to .../X11R6/lib/)
Nagging by: pointyhat
|
|
|
|
|
| |
PR: ports/77763
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77767
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77766
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77765
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77759
Submitted by: am Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77755
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77764
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77760
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77758
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77745
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77749
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77747
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77754
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77752
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
|
|
|
| |
Bumping up of the Scorched3D game to the last official release : 38.
Note that net players need it to connect to current servers.
PR: ports/76712
Submitted by: Guy P.<guy@device.dyndns.org>
|
| |
|
|
|
|
|
|
| |
PR: ports/77762
Submitted by: Kang-min Liu <gugod@gugod.org> (maintainer)
Pointed out by: pointyhat via kris
|
| |
|
|
|
|
| |
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
| |
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
installed, the patched gram.y file would not be used and the security
patch would be a no-op. Also, I've had reports of compilation errors
related to bison.
Since checking for the correct version of bison is hard and error
prone, I'm doing what the postgresql distribution does - patching the
yacc:ed .c file to get rid of the building dependency.
Bumping portrevision of -server.
Pointy hat to: me
Noticed by: Mike Harding and others
Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by: seanc (implicit)
|
|
|
|
|
|
|
| |
o Update mozilla runtime to 1.7.5
o Add entries for newly added localized langs: hi-IN, ms [1]
Submitted by: HIRANO, Kazunari <khirano@openoffice.org> [1]
|
|
|
|
|
|
| |
- some minor cosmetic fixes
Noticed by: kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:
2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
*** POTENTIAL INCOMPATIBILITY ***
The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
The build problems were pointed out by Kris, as usual. ;-)
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/77738
Submitted by: Gerhard Gonter <g.gonter@ieee.org>
|
|
|
|
|
| |
PR: ports/77735
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
|
|
|
|
|
|
|
| |
This copy of the distfile is also called .tar.gz but is an uncompressed
copy of that file.
Nagged by: kris
|
|
|
|
|
| |
PR: ports/77730
Submitted by: Johan van Selst <johans@stack.nl>
|
| |
|
|
|
|
|
| |
PR: ports/77722
Submitted by: Russell Jackson <raj@cserv62.csub.edu> (maintainer/author)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Unfetchable, removal suggested by author
PR: ports/77719
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
| |
|
|
|
|
|
|
|
| |
slideshow-style dvd with some simple menus
PR: ports/77625
Submitted by: Phil Oleson <oz@nixil.net>
|
|
|
|
|
| |
PR: ports/77705
Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer)
|
|
|
|
|
| |
PR: ports/77699
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
| |
BSD# Project: http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Submitted by: tmclaugh
|
| |
|
|
|
|
|
|
| |
PR: ports/77127
Submitted by: Thomas Melzer <tmelzer@tomesoft.de>
Approved by: maintainer timeout (14 days)
|
|
|
|
|
|
|
| |
- Utilize PORTDOCS and PLIST_FILES
PR: [1] 77702
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Rename to match new name of the project
- Take maintainership
PR: ports/77611
Submitted by: Johan van Selst <johans@stack.nl>
Repocopy by: marcus
|
|
|
|
|
| |
PR: ports/77660
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
|
|
|
|
|
|
|
| |
change dependency on x11-fonts/mkbold|mkitalic to x11-fonts/mkbold-mkitalic.
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Approved by: maintainer timeout (1 week)
|
|
|
|
|
|
|
| |
change dependency on x11-fonts/mkbold|mkitalic to x11-fonts/mkbold-mkitalic.
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Approved by: yoichi
|
|
|
|
|
| |
PR: ports/77696
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
|
|
| |
itself under certain conditions. The old 5.4.6a distfile wasn't
available any longer anyway [1].
Drop maintainership.
Pointed out by: kris [1]
|
|
|
|
|
| |
PR: ports/77734
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77741
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Fix pthread libs by using PTHREAD_LIBS
PR: ports/77742
Submitted by: Florent Thoumie <flz at xbsd.org>
|
|
|
|
|
| |
- Update distinfo because tarball is rerolled.
(the only difference is LF -> CR/LF change on README.)
|
|
|
|
|
|
|
|
| |
- fix "chunk is already free": nasty (and free of side effects in the
actual code) but works (patch-reference.C)
- fix refcounting (now my links page shows the tophits again... finally)
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/76952
Submitted by: maintainer
Obtained from: SQLObject's CVS
|
|
|
|
| |
Spotted by: kris
|
|
|
|
|
|
| |
Spotted by: simon
Security: http://www.vuxml.org/5192e7ca-7d4f-11d9-a9e7-0001020eed82.html
Security: an information leakage vulnerability is fixed.
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/PHPUnit2/download/2.1.5/>.
PR: ports/77321
Submitted by: maintainer.
|
|
|
|
|
| |
PR: 76883
Submitted by: Gerhard Schmidt <estartu@augusta.de>
|
|
|
|
|
|
|
| |
Changelog at <http://pear.php.net/package/Var_Dump/download/1.0.2/>.
PR: ports/77318
Submitted by: maintainer
|
|
|
|
| |
- Unmark BROKEN.
|
|
|
|
|
| |
PR: 77562
Submitted by: delphij
|
|
|
|
|
| |
PR: 77687
Submitted by: Radim Kolar <hsn@netmag.cz>
|
|
|
|
|
| |
PR: ports/77650
Submitted by: Johan van Selst
|
|
|
|
|
|
|
| |
- Utilize PLIST_FILES
PR: 77726
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/76320
Submitted by: Johan van Selst
|
|
|
|
|
|
|
|
|
|
|
|
| |
TrueType fonts in chinese/*ttf
- update related Makefile(s) and remove pkg-{install,pkg-deinstall,pkg-plist}
- relocate non-font files to DATADIR or DOCSDIR
- fix "unable to reomve fonts from gscjk" problem in ttfm.sh and gscjk.ttfm
- update chinese/zh-fireflyttf to 1.2.6 [1]
PR: [1] 77438
Submitted by: leeym
Approved by: statue at freebsd.sinica.edu.tw
|
|
|
|
|
|
| |
been fixed in FreeBSD >= 600013 regarding using the GCC-compatibility.
Approved by: netchild (blanket)
|
|
|
|
| |
have been fixed.
|
|
|
|
| |
Noticed by: kris
|
| |
|
|
|
|
|
|
|
| |
diffs.
PR: 77715
Submitted by: Joseph Scott <joseph (at) randomnetworks.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prevent overrunning a heap-allocated buffer if more than 1024
parameters to a refcursor declaration are specified. This is a
minimally-invasive fix for the buffer overrun.
Define LATEST_LINK to avoid package name clashes between the different
branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to
branch 7.4, keep its LATEST_LINK to a generic value.)
Set UNIQUENAME and let it be the same for server & client, so each
branch's ports will share the same options file. This adds some no-op
knobs to the -client port, but IMO it is better this way.
Add space inside paranthesis in OSVERSION conditional to work around
(ancient) make bug. [2]
Remove the Rendez-Vouz knob for 8.0 since I can't find the software
needed to even compile it on FreeBSD.
Bump portrevision (for -server only).
Noted by: kris [1]
PR: ports/77530 [2]
Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by: seanc (mentor)
|
|
|
|
|
| |
PR: ports/77724
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77723
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
| |
Prompted by: pointyhat via kris
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/76916
Submitted by: maintainer.
|
|
|
|
|
| |
PR: ports/77712
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77691
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77718
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77716
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77704
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77700
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77695
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/77706
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
|
|
| |
Portlint(1).
PR: ports/77709
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77694
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77132
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/77697
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
| |
|
| |
|
|
|
|
|
| |
<shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
<shanee@augusta.de>... User unknown (in reply to RCPT TO command)
|
|
|
|
|
| |
<fab@gcu.info>: host mail.gcu.info[213.91.10.50] said: 550 5.1.1
<fab@gcu.info>... User unknown (in reply to RCPT TO command)
|