| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/92186
Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (outgoing maintainer)
|
|
|
|
|
| |
PR: ports/92963
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
|
| |
PR: ports/92972
Submitted by: Shaun Amott <shaun@inerd.com>
|
|
|
|
|
|
|
|
| |
* Take maintainership, requested by mnag (maintainer)
PR: ports/92957
Submitted by: vd
Approved by: garga (mentor), mnag (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
subvert the 'check_pid_file' procname check by setting it from the output
of 'ps'.
Remove the previous attempt at handling this problem, which was to put
a wildcard in procname. I'll wear my pointy hat for that bogus hack.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
|
|
|
|
|
|
|
|
| |
- Remove USE_REINPLACE
- Use USE_DOS2UNIX
PR: ports/92927
Submitted by: maintainer
|
|
|
|
| |
Approved by: danfe (maintainer)
|
|
|
|
|
|
|
| |
- Fix pkg-message
- Remove redundant code from a startup script
- Install a sample config in EXAMPLESDIR instead of PREFIX/etc
- Refine pkg-descr a little
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Currently unmaintained, will take maintainership
o Clean-up Makefile
- Use PORTDOCS macro and DATADIR
- Dependency on glut implies X libraries
o Change pkg-message to pkg-message.in so DATADIR and DOCSDIR variables can
be used
o Patch for joystick support
o Update WWW
PR: ports/92930
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
|
| |
|
|
|
|
| |
http://pointyhat.freebsd.org/errorlogs/i386-6-latest/fvwm-2.5.16.log
|
|
|
|
| |
Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
| |
It decreases a dependencies and so fix build on 7.0.
PR: ports/92940
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Reported by: krismail
|
|
|
|
|
|
|
| |
PR: ports/92658
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Reworked by: vd
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add 'graphics' category [2]
- Move RUN_DEPENDS [2]
- Use USE_ANT
- JAVAJARDIR -> JAVALIBDIR
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- Trim whitespaces in pkg-descr
Reported by: thierry [1], portlint [2]
|
|
|
|
| |
Noticed by: fenner's script
|
|
|
|
|
|
|
| |
this port installs encodings, try to remove them upon uninstallation, so
removing of directories has a chance to succeed. Just in case some user
has for some reason put fonts under these directories, be nice and try to
regenerate cache file and remove it again only if it is empty.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On installation try running fc-cache for directory where fonts from this
port are installed and don't complain if fc-cache (from fontconfig) is
missing. Do a bit more dancing on uninstall, just in case users have their
own fonts installed in same directory:
- first remove fonts.cache-1 if it is there since it won't be accurate
after fonts from this port are gone anyway,
- next try to regenerate cache with fc-cache for this directory
- if previous step generates empty cache file, remove it
If directory contained only fonts from this port, it should get properly
removed at the end. If there were other fonts there and fontconfig is
installed, this will leave proper cache file for remaining fonts behind
after uninstall of this port.
|
| |
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
| |
PR: 92067
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
| |
PR: 92951
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 92950
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
|
|
| |
Remove USE_REINPLACE (deprecated).
PR: 92894
Submitted by: az
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
|
|
|
|
| |
Submitted by: demon
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Authors of gallery strongly recommend to upgrade to 1.5.2-pl2
PR: 92938
Submitted by: clsung
Approved by: maintainer
|
|
|
|
|
| |
PR: 92935
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
- Remove obsolete USE_REINPLACE.
Reported by: krismail [1]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add 'devel' category
- Use USE_ANT
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- The port now installs another JAR file: jcommon-xml.jar
Tested by: thierry
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 92919
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
Reported by: kris
|
|
|
|
|
|
|
|
| |
formally been released yet, but it's very close and Fortran support is so
much better than in the latter, that this seems appropriate.
This is also based on concrete recommendations by a GFortran developer and
a user based on their experiences.
|
|
|
|
|
| |
PR: 92915
Submitted by: Soeren Straarup <xride@x12.dk> (ex-maintainer)
|
| |
|
|
|
|
|
|
| |
function).
Submitted by: Dan Lukes <dan@obluda.cz>
|
| |
|
|
|
|
| |
update PORTREVISION
|
| |
|
| |
|
|
|
|
| |
Submitted by: Tod McQuillin
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=36382&release_id=391352>
|
|
|
|
|
| |
PR: 92531
Requested by: maintainer
|
| |
|
|
|
|
|
|
|
| |
This is to work around internal compiler error in gcc33, if case anyone
wonder.
Requested by: kris
|
| |
|
|
|
|
| |
it easier to keep track of configuration files using a version control system.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add sanity checking to avoid GTK assertion errors due to missing
pixmaps.
- Resolve two known vulnerabilities:
http://secunia.com/advisories/13536/
- Replace tmpnam with mkstemp
- Disallow server-provided absolute filenames
Hopefully that's enough to get the port back in action.
PR: ports/92787
Submitted by: Shaun Amott <shaun@inerd.com>
|
| |
|
|
|
|
|
|
| |
-Remove USE_REINPLACE.
-Remove quote in BROKEN.
-Use @dirrmtry.
|
| |
|
|
|
|
| |
-Remove USE_REINPLACE.
|
|
|
|
|
| |
PR: 92900
Submitted by: Andrew Pantyukhin <infofarmer at gmail.com>
|
|
|
|
| |
Changes: http://search.cpan.org/src/ULTRADM/POE-Component-Client-SMTP-0.13/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
| |
first-order logic with equality developed at Argonne National
Laboratories.
WWW: http://www-unix.mcs.anl.gov/AR/otter/
PR: ports/92834
Submitted by: wollman
|
| |
|
|
|
|
| |
Requested by: Miguel Mendez <mmendez@energyhq.be>
|
|
|
|
|
| |
from locking up when a file for which open() blocks forever is
monitored.
|
|
|
|
|
|
|
|
| |
- Fix IGNORE message to pacify portlint(1)
- Drop USE_REINPLACE
PR: ports/92897
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/92897
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Fix BROKEN message
- Drop USE_REINPLACE
PR: ports/92897
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RSSOwl is a free, opensource RSS / RDF / Atom Newsreader.
Some special features are:
- Export News to PDF, HTML, RTF, OPML
- Import Favorites from OPML
- Full text-search with syntax-highlight of the results
- Powerful Newsfeed search-engine
- View news in internal browser
- Manage favorites in categories (Drag and Drop support)
- Runs on Windows, Linux, Solaris and Mac
For a complete list of features, see: http://www.rssowl.org/overview
WWW: http://www.rssowl.org/
PR: ports/92708
Submitted by: Matthias Sund <m.sund@arcor.de>
|
| |
|
|
|
|
|
|
|
|
|
| |
than Date::Simple, to manipulate ranges of dates.
WWW: http://search.cpan.org/dist/Time-Piece-Range
PR: ports/92850
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
|
|
|
|
|
| |
PR: 92864
Submitted by: "Phillip Neumann" <pneumann@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
information about one particular date, but about a range of dates. For
example, we may wish to know whether a given date is in a particular
range, or what the overlap is between one range and another. This module
lets you ask such questions.
WWW: http://search.cpan.org/dist/Date-Range
PR: ports/92848
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
|
| |
|
|
|
|
|
|
|
| |
request/response handling.
PR: ports/92827
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
|
|
|
|
|
|
|
| |
- While I'm here: fix pkg-plist - remove radiusd.sh.
- Bump PORTREVISION
PR: ports/92887
Submitted by: Alessandro Dellavedova <alessandro.dellavedova@gmail.com>
Obtained from: http://bugs.freeradius.org/show_bug.cgi?id=312
|
|
|
|
|
| |
PR: 92863
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- fix BROKEN
- remove GNU_CONFIGURE (included in USE_AUTOTOOLS)
- take maintainer (requested by <kcwu AT csie dot org>)
PR: 92879
Submitted by: clsung
Approved by: maintainer
|
| |
|
|
|
|
| |
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (ports@)
|
| |
|
|
|
|
|
|
|
|
| |
- Drop USE_REINPLACE
PR: ports/92890
Submitted by: maintainer
Noticed by: krismail
|
|
|
|
|
|
|
|
| |
"This update adds command line options for frame dump, dump interval,
and no display."
PR: 92555
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
|
|
|
|
|
| |
PR: 92549
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
|
| |
PR: 92536
Submitted by: triosoft@triosoft.com.ua (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and
depend on PERL5 for it).
o Add an other check for old (unsupported) options.
o Some Makefile clean-ups.
o Fix spelling in pkg-message [1]
o s/pkg_version/${PKG_VERSION}/
o Fix removal of EXAMPLESDIR on pkg-plist [2]
PR: ports/92774
Submitted by: maintainer, garga [2]
Obtained from: edwin [1]
Approved by: maintainer [2]
|
|
|
|
|
|
| |
PR: 92494
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintainer
|
|
|
|
|
| |
PR: 92234
Submitted by: "Arjan van Leeuwen" <avleeuwen@piwebs.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fix packing list issues.
- Fix PHP version detection problem.
PR: ports/90735, ports/91793, ports/92857
Submitted by: Babak Farrokhi <babak@farrokhi.net>
|
|
|
|
|
|
|
| |
- Remove USE_REINPLACE
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
PR: ports/92859
|
|
|
|
|
|
|
|
| |
- Remove maintainer's signature from pkg-descr
- Remove USE_REINPLACE
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
PR: ports/92853
|
|
|
|
| |
Approved by: Ion-Mihai Tetcu (maintainer)
|
|
|
|
| |
Submitted by: Jan Srzednicki <w@expro.pl>
|
|
|
|
|
|
|
|
| |
- Remove BEFORE line and FreeBSD in KEYWORD
PR: 92108 [1]
Submitted by: Lapo Luchini <lapo@lapo.it> [1]
Approved by: maintainer timeout, 16 days
|
|
|
|
|
| |
PR: ports/92784
Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org>
|
|
|
|
|
|
|
|
| |
- Fix IGNORE line
- Pacify portlint
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
PR: ports/92374
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Remove USE_REINPLACE
- Fix IGNORE line
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
PR: ports/92374
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
a network accessible control and diagnostic interface. This module
provides such an interface for POE applications. By default, it
provides a fairly limited set of commands but is easily extended
to provide whatever command set you require.
WWW: http://search.cpan.org/dist/POE-Component-ControlPort
PR: ports/92875
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
function from the popular TCP Wrappers security package. This
allows validation of network access from perl programs against
the system-wide hosts.allow file.
WWW: http://search.cpan.org/dist/Authen-Libwrap
PR: ports/92855
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
|
| |
|
| |
|
|
|
|
|
|
| |
providing a convenient way to store torrent file info in memory. Most
users of the module will most likely just call the new method with the
name of a existing torrent file and use the data from that
|
| |
|
|
|
|
| |
which encode and decode bencoded strings respectivly.
|
| |
|
|
|
|
|
|
|
| |
modifications, the only file that that has changed is doc/spec.txt,
the announcement is available on:
http://www.exim.org/mail-archives/exim-announce/2006/msg00000.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add explicit LIB_DEPENDS on libexpat.
Spotted by: nork
|
| |
|
| |
|
|
|
|
| |
Noticed by: Jack L. <xxjack12xx@doramail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
this port installs encodings, try to remove them upon uninstallation, so
removing of directories has a chance to succeed. Just in case some user
has for some reason put fonts under these directories, be nice and try to
regenerate cache file and remove it again only if it is empty.
Prodded by: kris' new pointyhat checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On installation try running fc-cache for directory where fonts from this
port are installed and don't complain if fc-cache (from fontconfig) is
missing. Do a bit more dancing on uninstall, just in case users have their
own fonts installed in same directory:
- first remove fonts.cache-1 if it is there since it won't be accurate
after fonts from this port are gone anyway,
- next try to regenerate cache with fc-cache for this directory
- if previous step generates empty cache file, remove it
If directory contained only fonts from this port, it should get properly
removed at the end. If there were other fonts there and fontconfig is
installed, this will leave proper cache file for remaining fonts behind
after uninstall of this port.
|
| |
|
|
|
|
|
|
|
|
| |
release dude telling the packagers. What fun.
Noticed by: Tanguy Bouzeloc <zauron@wanadoo.fr>,
Subsequently forgotten by: me,
Reminded by: kris via pointyhat
|
| |
|
|
|
|
|
| |
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
PR: ports/92847
|
|
|
|
|
| |
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
PR: ports/92838
|
|
|
|
|
| |
Submitted by: Jakub Rehor <jakub@rehor.net> (maintainer)
PR: ports/92831
|
|
|
|
| |
Changelog at <http://www.mercury.to/index.php?sub=Changelog>.
|
|
|
|
|
| |
Submitted by: ports@c0decafe.net (maintainer)
PR: ports/92802
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Default to using ffmpeg-devel unless ffmpeg is already installed
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix some problems in the new rc.d script:
PROVIDE requires a trailing colon
There is no radiusd_start_precmd defined, so don't call it
Style issue, the - expansion is better than :- (see Porter's Handbook)
The FreeBSD KEYWORD is no longer needed
Bump PORTREVISION so that packages and users get the new rc.d script
|
| |
|
|
|
|
| |
are used.
|
|
|
|
|
| |
PR: ports/91728
Submitted by: Dan Ponte <dcp1990@neptune.atopia.net>
|
|
|
|
|
|
|
|
| |
- Use @dirrmtry
- Call fc-cache after the installation/deinstallation
Submitted by: Yamashiro Jun[*]
PR: ports/92489[*]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
PR: ports/92777
|
|
|
|
| |
- bump PORTREVISION
|
|
|
|
|
| |
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
PR: ports/92823
|
|
|
|
|
| |
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/92230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- pwlib -> 1.9.2
- openh323 -> 1.17.3
The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.
They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.
Further tweaks/improvements to them may be required when other ports
start to use these versions.
Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
|
|
|
|
|
| |
PR: ports/92837
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
Approved by: linimon ("no weeping changes ATM"-Heads-Up)
|
|
|
|
|
| |
PR: 92835
Submitted by: decept <decept0@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This is an *alpha* release (5.1.5).
|
|
|
|
|
| |
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR: ports/92233
|
|
|
|
|
| |
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR: ports/92229
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It makes convenient in administration of package,
like yum, apt-get, and dpkg.
* Display a list of files in package (list)
* Display a package information (info)
* Install package from ftp server (install)
* Fetching package list (update)
* Package name search on package list (search)
* All text search on package list (allsearch)
WWW: http://www.shimazu.org/fpkg/
Submitted by: Yuki SHIMAZU <y.shimazu@nifty.com> via mixi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Query the repository's files if $user is already in there
before attempting to adding him/her.
- Exit status with 0 instead of 1 in interactive mode.
- Fix a bug crash with 'disable' function. Look if user is already
disable before attempting to disable him/her again.
- Print if user is 'enable' or 'disable' in Query mode
- Fix some others minors bugs.
I'm considering, now, that cvsdadm have passed from alpha state to
beta. It is more stable than before, but not complete.
PR: 92833
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
|
| |
|
|
|
|
| |
Add some preparation for gcj build.
|
|
|
|
|
| |
o No content change
o Archive size is identical
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This port provides a FreeBSD kernel module implementing the Linux joystick
interface (/dev/input/js0), as well as calibration (jscal) and test (jstest)
utilities.
|
|
|
|
|
|
|
| |
refferenced use ltverhack
- Remove USE_REINPLACE while I'm here
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
| |
refferenced use ltverhack
- Remove USE_REINPLACE while I'm here
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
| |
|
|
|
|
|
|
| |
for the libraries refferenced use ltverhack
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
| |
for the libraries refferenced use ltverhack
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
| |
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
| |
with a short REINPLACE_CMD in post-patch.
- Fix build so it will work with Gnome 2.14 when that lands
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
| |
use ltverhack. For the remianing two libraries just do the patching
using REINPLACE_CMD in post-patch
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
| |
|
|
|
|
|
|
|
|
| |
* Use USE_TK.
* Make sure that ODBC is not built if WITHOUT_ODBC is defined.
* Disable ODBC if ${OSVERSION} < 500000.
* Fix pkg-plist using PLIST_SUB.
* Fix some portlint warnings.
|
|
|
|
|
|
|
| |
ports use ltverhack
- Remove USE_REINPLACE while I'm here
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
| |
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
| |
- Remove USE_REINPLACE while I'm at it
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
| |
use ltverhack
- Remove USE_REINPLACE while I'm at it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Hand maintainership to bz [1][2]
- Convert to OPTIONS [1]
- Clean Makefile a bit [3]
- Mark IGNORE on 4.x [3]
This also fixes the crash reported in:
PR: 88535
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>, bz [1], erwin [3]
Approved by: phk (previous maintainer) [2]
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Hand maintainership to bz [1][2]
- Convert to OPTIONS [1]
- Clean Makefile a bit [3]
- Mark IGNORE on 4.x [3]
This also fixes the crash reported in:
PR: 88535
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>, bz [1], erwin [3]
Approved by: phk (previous maintainer) [2]
|
|
|
|
|
| |
PR: 92799
Submitted by: TAOKA Fumiyoshi <fmysh (at) iijmio-mail.jp>
|
|
|
|
| |
Noted by: kris via pointyhat
|
|
|
|
| |
Changelog at <http://bouml.free.fr/historic.html>.
|
|
|
|
|
|
|
| |
- Implement a modern feature of USE_RC_SUBR and remove redundant commands.
PR: ports/92815 [1]
Submitted by: Dan Lukes <dan@obluda.cz>
|
|
|
|
| |
four days ago. This concludes todays round of modules fixes.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Class::Schema by scanning table schemas and setting up columns and
primary keys.
DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2.
See DBIx::Class::Schema::Loader::Generic for more, and
DBIx::Class::Schema::Loader::Writing for notes on writing your own
db-specific subclass for an unsupported db.
This module requires DBIx::Class 0.05 or later, and obsoletes
DBIx::Class::Loader for DBIx::Class version 0.05 and later.
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
PR: ports/92813
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
|
|
|
|
|
| |
PR: 92814
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
| |
PR: ports/92801
Submitted by: maintainer
|
|
|
|
| |
Reported by: Chie & Kevin Reinholz <reinholz@alumni.sandiego.edu>
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
|
| |
- Fix dependency
- Unbreak on old perl
PR: 92788
Submitted by: leeym
Approved by: gkovesdan@t-hosting.hu (maintainer)
|
|
|
|
| |
- Utilize the ports version of chmlib
|
|
|
|
| |
Reported by: kris
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
controller daemon, is supported following
UPS series:
FREQUPS FW-F series
FREQUPS FW-A series
FREQUPS FW-V series
PowerUPS AX-M series
Sponsored by: Ensure Technology Ltd
Reviewed by: ume
|
|
|
|
| |
Noticed by: rushani
|
|
|
|
|
| |
Tested by: ume
Sponsored by: Ensure Technology Ltd
|
|
|
|
|
|
| |
PR: 92794
Submitted by: leeym
Approved by: Jim Geovedi <jim@corebsd.or.id> (maintainer)
|
|
|
|
|
| |
PR: ports/92767
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- Small Makefile cleanup.
- Insist dspam.conf should be updated to include the new directives.
- Fix typo in files/UPDATING [1]
PR: ports/92762
Submitted by: maintainer
Obtained from: edwin [1]
|
|
|
|
|
| |
PR: ports/92765
Submitted by: maintainer
|
|
|
|
|
|
|
| |
* fix 144 bugs (http://trac.wordpress.org/milestone/2.0.1)
PR: ports/92758
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/92766
Submitted by: maintainer
|
|
|
|
| |
Noticed by: pointyhat/kris
|
|
|
|
|
|
|
|
|
|
| |
-------
Simple version number increase; no files added or removed. I added a SHA256 to
the output of "make makesum" since it also appeared in the ports directory.
------
PR: ports/92780
Submitted by: Marc Schoolderman (maintainer)
|
|
|
|
|
|
| |
a dirrmtry since usr/local may be populated by the user.
Noticed by: pointyhat/kris
|
|
|
|
|
|
|
|
|
|
|
| |
to that of Apache LogFormat and CustomLog configuration directives.
This also allows for output in multiple formats to different log files.
See http://devel.squid-cache.org/customlog/ for more information.
PR: ports/92522
Submitted by: Matthew Will <mwill@spingen.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: 92797
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
| |
PR: 92796
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
| |
Noticed by: many
|
|
|
|
|
| |
PR: ports/92778
Submitted by: Michael Ranner <mranner@inode.at> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/92791
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/92790
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/92789
Submitted by: maintainer
|
|
|
|
|
|
|
| |
fix distinfo.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>,
pointyhat via kris
|
| |
|
|
|
|
| |
in the net-snmp mibs directory during build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't use the C99 %zd format in fattr_encode(), it fails with a
pre-C99 compiler and just prints "zd", which caused csup to send
corrupted file attributes and get kicked by the server. I have no
idea why I didn't see this when testing on ref4.FreeBSD.org but csup
now really works on RELENG_4.
- Completely revamp the file attributes computation when checking out
new files and when updating them via diffs. We now create the files
with correct attributes. If you've seen "SetAttrs" commands when you
didn't use to see with CVSup, that fixes it.
- Rewrite mkdirhier() so that it works as intended and respects the
umask setting of the collection.
- Fix a bad bug in proto_get_ascii() that made csup crash when there
were no more tokens to eat.
- Rework the status file API so that it's always possible to determine
if there was an error and to supply appropriate error messages with
status_errmsg(). Use this new function in the lister, detailer and
updater threads.
- Implement support for two new formats in proto_printf(), %f and %F,
that are used to print encoded file attributes. Use them everywhere
appropriate to simplify code.
And probably a few things more that I forgot.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- USE_ICONV
- portlint(1)
PR: 92402
Submitted by: maintainer
|