| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
pending PR
With hat: portmgr
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
- Rearrange Makefile a bit
|
|
|
|
|
|
|
|
|
| |
While here:
- Use options helpers when possible
- Remove update-desktop-database (it is useless for this port)
PR: 190661
Submitted by: darksoul@darkbsd.org
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Update MASTER_SITES.
Add LICENSE.
Conform current LIB_DEPENDS convention.
Remove NO_STAGE mark.
Use %%DATADIR%% in pkg-plist.
|
|
|
|
| |
This is forked version from the original one bundled with migemo.
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
previous syntax
is not compatible with the old make
|
|
|
|
|
| |
PR: 190967
Submitted by: Koichiro IWAO
|
|
|
|
|
|
|
|
|
|
| |
- maintainership to submitter
- Update to 3.2.3
- Fix the build when DISCORD options is OFF
- Provide ricty-discord as a separated port
PR: 190967
Submitted by: Koichiro IWAO
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
Update message in pkg-install.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add staging support.
* Remove an verbose dependency from RUN_DEPENDS and fix typo.
* Remove "MAKE_ARGS= PREFIX=${PREFIX}" from Makefile.
It's done by bsd.port.mk.
* Remove mkfontdir command from original Makefile.
It's done by pkg-plist.
* Remove fonts.alias update command (@unexec) from pkg-plist.
It's done by pkg-deinstall.
* Remove fonts.alias from pkg-plist.
It's handled by pkg-install/pkg-deinstall.
* Add a "@mode 444/@mode" pair to pkg-plist for appropriate file permission.
PR: 190073
Submitted by: CQG00620@nifty.ne.jp
|
| |
|
|
|
|
|
|
|
|
|
| |
german/bugzilla40
german/bugzilla42
japanese/bugzilla40
japanese/bugzilla42
russian/bugzilla40
russian/bugzilla42
|
|
|
|
| |
Add missing header to fix. Covered by just-fix-it blanket.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Verify that /var/run/spamd exists before starting [2]
* While here, reformat Makefile
PR: ports/191101 [1], ports/189912 [1], ports/190005 [2]
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> and pi [1a],
brian@behlendorf.com [1b], Trond.Endrestol@ximalas.info [2]
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
PR: 189493
Submitted by: maintainer (Yasuhiro KIMURA)
|
|
|
|
|
| |
PR: 188218
Submitted by: maintainer (Yasuhiro KIMURA)
|
|
|
|
| |
Reported by: Reported by: swills
|
|
|
|
| |
Reported by: swills
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
| |
|
|
|
|
| |
(x11/eterm).
|
| |
|
|
|
|
| |
Support staging.
|
| |
|
|
|
|
| |
Support staging.
|
|
|
|
|
| |
- stage (and 'unmodernize')
- drop trailing '.' from NO_CDOM
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Pass maintainership to submitter, the listed maintainer hasn't been
active since 2005. The slave port wasn't maintained.
PR: 190874
Submitted by: Koichiro IWAO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
| |
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
- Add libtool to USES
- Add libtoolize to USE_AUTOTOOLS
PR: ports/190750
Submitted by: townwear@gmail.com (maintainer) [1]
|
| |
|
|
|
|
|
|
|
|
| |
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine
|
|
|
|
|
|
|
|
|
| |
This port never needed a roll-your-own extract target; all it needed
was the EXTRACT_ONLY definition.
While touching this unmaintained port, change it to use TAR instead
of UNZIP_CMD during installation. Poudriere-verified to install the
same way as before. And pet portlint a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removed FreeBSD 7 and earlier condition
* Switched from @exec/@unexec to @sample keywords
* Moved /var/log/xgate creation/deletion to plist
* Converted patches to unix CR
* Used DOS2UNIX for entire package
* Used @owner, @group instead of broken %%WWW???%% in plist
* Used UIDFIX and TAR:tgz
* Moved conf file renames from post-extract to post-patch where it belongs
* Removed NOPORTDOCS and used DOCS option instead
* Removed <pre>, <post>, replaced with <options>
* Lots of portlint petting
Verified in Redports
|
|
|
|
|
| |
PR: 174176
Submitted by: ports fury
|
|
|
|
|
| |
PR: 189452
Submitted by: maintainer
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
| |
PR: ports/190194
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/185268
Approved by: maintainer timeout (5 months)
|
|
|
|
|
|
| |
- Simplify PORT_OPTIONS handling.
PR: ports/190396
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit)
|
|
|
|
|
| |
PR: 184208
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix BUILD_DEPENDS when VGAFONT defined.
|
| |
|
| |
|
| |
|
|
|
|
| |
- Minor style fixes.
|
| |
|
| |
|
|
|
|
|
| |
- Add LICENSE.
- Remove GCC dependency.
|
|
|
|
|
| |
- Add LICENSE.
- Remove GCC dependency.
|
|
|
|
|
| |
PR: ports/189751
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: 188988
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
|
|
|
|
|
| |
- Add staging support
MFH: 2014Q2
|
|
|
|
|
|
|
| |
- Convert to USES=gmake
- Don't create links in pkg-plist with @exec, they are created
during build
- Unmute install commands
|
|
|
|
|
| |
- Convert to USES=tar:bzip2, new options framework
- Use @sample for configuration files
|
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Use @sample for configuration files
- Remove Enable word from options descriptions
|
|
|
|
|
| |
- Convert to new options framework, USES=tar:bzip2
- Switch to PLIST_FILES, PORTDOCS
|
| |
|
|
|
|
| |
- Switch to PLIST_FILES, PORTDATA
|
| |
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
| |
- Switch to PLIST_FILES, don't touch other package's files
- Don't support DOCS, that would create conflict with master
- Remove leading article from COMMENT
|
|
|
|
| |
- Remove leading article from COMMENT
|
|
|
|
|
| |
- Convert to new options framework
- Remove leading article from COMMENT
|
|
|
|
|
| |
- Convert to new options framework
- Remove leading article from COMMENT
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
| |
- Convert to new options framework
- Remove leading article from COMMENT
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
| |
- Convert to new options framework
- Switch to PLIST_FILES
- Remove leading article from COMMENT
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
| |
- Convert to USES=gmake
|
| |
|
|
|
|
|
| |
- Convert to USES=libtool
- Instal striped binaries
|
| |
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
| |
2014-05-12 archivers/star: Depends on deprecated smake
2014-05-12 editors/ved: Depends on deprecated smake
2014-04-12 japanese/chasen: Unmaintained since 2001
|
| |
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
| |
- Convert to USES=libtool
- Install striped binaries
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
|
|
| |
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.
The area51 repository features commits by rakuco and makc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72]
said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected:
User unknown in local recipient table (in reply to RCPT TO command)
<dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said:
550-5.1.1 The email account that you tried to reach does not exist. Please
<kawahara@nlp.kuee.kyoto-u.ac.jp>:
Sorry, no mailbox here by that name. (#5.1.1)
<hnsmaster@h14m.org>: Host or domain name not found. Name service error for
name=h14m.org type=AAAA: Host found but no data record of requested type
<jre@vineyard.net>: Recipient address rejected: User unknown in virtual
mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command)
<gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550
Recipient verify failed (in reply to RCPT TO command)
<mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1
<mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox
<gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1
<gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command)
<mickey@enforcer.cc>: Host or domain name not found. Name service error for
name=keep.yourmail.yuk type=AAAA: Host not found
<lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a]
said: 550-5.1.1 The email account that you tried to reach does not exist.
<luke@novum.am.lublin.pl>: Host or domain name not found. Name service error
for name=novum.am.lublin.pl type=AAAA: Host not found
<aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550
unknown user (in reply to RCPT TO command)
With hat: portmgr
|
|
|
|
|
|
| |
Changes: http://ja.wordpress.org/2014/05/09/wordpress-3-9-1/
PR: ports/189525
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Switch to PLIST_FILES
|
|
|
|
| |
- Fix few shwbangs
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
| |
- Switch to PLIST_FILES
- Define DOCS option
|
|
|
|
| |
- Respect CFLAGS during build
|
| |
|
|
|
|
| |
- Define DOCS option
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
|
| |
- Reomve leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Use options helpers, subs
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
| |
- Fix shebang in japana
- Unmute install commands
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
| |
- Convert to USES=gmake
|
|
|
|
| |
- Fix COMMENT, add DOCS option
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format, USES=gmake
- Define DOCS option
|
|
|
|
| |
- Convert to USES=gmake, define DOCS option
|
|
|
|
| |
- Convert to USES=gmake, define DOCS option
|
|
|
|
|
|
| |
- Install manpages to correct directory
- Switch to PLIST_FILES
- Define DOCS option
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Define DOCS option
|
|
|
|
| |
- Define DOCS option
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
- Break lines around 80 characters
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Switch to PLIST_FILES
- Define DOCS option
|
|
|
|
|
|
|
| |
- Respect CFLAGS during build
- Remove leading article from COMMENT
- Switch to PLIST_FILES
- Define DOCS option
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
| |
|
| |
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
| |
Let pkg-create handle ownership/mode better. Use @dirrmtry instead of
@unexec rmdir. Use COPYTREE_SHARE to ensure proper permissions.
Also, stop the spamd service on deinstall if it's running. It creates
zombie issues otherwise... I'm pretty sure this is the right thing to
do.
|
| |
|
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS format
PR: ports/188965
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While I'm here:
- Allow packaging as user
- Remove .include <bsd.port.options.mk>
Changes: http://ja.wordpress.org/2014/04/17/wordpress-3-9-ja/
PR: ports/189017
Submitted by: Joe Horn <joehorn@gmail.com>
|
|
|
|
|
|
| |
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
|
|
|
|
| |
- Staging.
|
|
|
|
|
|
| |
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- Fix build with clang.
|
|
|
|
|
|
| |
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
|
|
|
|
| |
- Staging.
|
|
|
|
|
| |
- New LIB_DEPENDS syntax.
- Staging.
|
|
|
|
|
|
| |
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
|
|
|
|
|
|
|
| |
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- japanese/tomoe: remove FreeBSD 6 support.
|
|
|
|
|
| |
- Fully qualify DOCSDIR.
- Staging.
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
|
| |
PR: ports/185122
Submitted by: Oota Toshiya
Approved by: maintainer (SHIOZAKI Takehiko)
|
|
|
|
|
|
|
|
|
| |
The PR claims the port is broken and this patch unbreaks it, but
portsmon is clean. In any case, the port builds cleanly in poudriere
with the patch so I defer to the maintainer.
PR: ports/187827
submitted by: maintainer (Yasuhiro KIMURA)
|
|
|
|
| |
MFH: 2014Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
|
|
|
|
| |
Tiarra cannot be stopped with SIGTERM in some cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2014Q2
|
|
|
|
|
| |
PR: ports/188587
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: QAT
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Stage support
- Install libchasen.la
Note that japanese/chasen remains expired.
PR: ports/183764 [1]
Submitted by: Akira Noda <you.akira.noda@gmail.com>
MFH: 2014Q2
Security: http://vuxml.org/freebsd/972837fc-c304-11e3-8758-00262d5ed8ee.html
|
|
|
|
| |
- Use new @sample keyword
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
KDE ports:
- Convert to USES=tar:xz
devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style
devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port
net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)
x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall
The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
|
|
|
|
|
|
| |
plugin to error out.
Thanks to DutchDaemon for the legwork here.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-02-27 devel/hyena: Broken for more than 6 month
2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards
2014-04-01 security/gnutls-devel: Stale, broken and vulnerable
2014-04-01 sysutils/epylog: distfiles no longer fetchable
2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted
2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted
2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted
2014-04-01 news/dnews: Unmaintained, interactive and restricted
2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead
2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
|
|
|
|
|
|
|
|
| |
preventing user-config file creation is a good thing. Recommend
one of those scenarios in the rc.d description.
PR: ports/187659
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
|
|
|
|
|
|
| |
- Mark Ruby binding BROKEN as it doesn't detect rbobject.h
correctly after gem version of ruby-glib2 was enforced.
Spotted by: pkg-fallout
|
|
|
|
|
|
|
| |
- Use option helper
PR: ports/188023 [1]
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
cc -o jvim3 alloc.o unix.o buffer.o charset.o cmdcmds.o cmdline.o csearch.o digraph.o edit.o fileio.o getchar.o help.o linefunc.o main.o mark.o memfile.o memline.o message.o misccmds.o normal.o ops.o param.o quickfix.o regexp.o regsub.o screen.o search.o tag.o term.o undo.o window.o kanji.o track.o u2s.o s2u.o feponew.o version.o -ltermlib -L/usr/local/lib -lX11 -L/usr/local/lib -lonew-canna+freewnn -lcanna -ljd -lcrypt
/usr/bin/ld: cannot find -lonew-canna+freewnn
*** [jvim3] Error code 1
Reported by: pkg-fallout
|
|
|
|
|
| |
Reported by: many
Pointyhat to: swills
|
|
|
|
|
|
|
|
| |
- Make PORTDOCS always install [1]
- Change LICENSE_COMB to multi, fix spelling in pkg-descr
PR: ports/187829 [1]
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert 'USE_BZIP2' to 'USES=tar.bzip2' [1]
- Make ${PORTDOCS} always install [1]
- Use options subs, helpers
- Define perl path in CONFIGURE_ENV so that
port sets correct shebangs
PR: ports/187828 [1]
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/187425 (based on)
Submitted by: Takefu <takefu@airport.fm>
Approved by: maintainer
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
Noticed by: ume
|
|
|
|
| |
still require HTTP::Date.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop p5-libwww, as SA will use fetch(1)
- Use p5-IO-Socket-IP unconditionally
- Drop p5-IO-Socket-INET6
- Remove the IPV6 option
- Use p5-Geo-IP instead of p5-IP-Country
- Remove unnecessary p5-Mail-Tools dependency
- Remove RAZOR and DKIM from OPTIONS_DEFAULT. All
plugins now default to off.
- Make instructions clearer in pkg-message and rc.d script
|
|
|
|
|
|
|
|
|
|
|
| |
upstream. We include the missing commit, and also the release notes
themselves for good measure.
PR: ports/187632
Submitted by: Spil <spil.oss@gmail.com>
Also, as long as we're here, pet portlint a little bit (though it
still complains loudly about other things).
|
|
|
|
|
|
| |
- Integrate FREEWNN and CANNA into one option.
- STAGEDIR support.
- Bump PORTREVISION due to the option change.
|
| |
|
|
|
|
| |
- STAGEDIR support.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
|
| |
|
|
|
|
|
| |
- Eliminate duplicate files installed by each */FreeWnn-lib.
- Bump PORTREVISION because of dependency and pkg-plist changes.
|
| |
|
|
|
|
|
| |
PR: 180690
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
automatically on installation. With this, spamassassin installation
is no longer interactive.
- Break out plugin options into a PLUGIN group, for clarity.
- Add a pyzor plugin.
- Fold pkg-install contents into the pkg-plist.
- Add targets to ALL_TARGET, rather than invoking sub-makes multiple
times.
- PORTREVISION bumps all around.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As part of this upgrade, the SPAMC option has been removed. First
and foremost, it was a NO-OP as spamc/spamd was being built anyway.
A number of other OPTIONS and dependencies have been cleaned up as
well.
I am also taking maintainership of p5-Mail-SpamAssassin-Alt, and I
intend to deprecate it unless I hear otherwise.
The patch/plist for japanese/p5-M-SA is no longer versioned. It'll
make future updates cleaner.
PR: ports/186756
The patch is a collaborative effort between myself and
Takefu <takefu@airport.fm>
|
|
|
|
| |
since more than 12 years)
|
| |
|
|
|
|
| |
- Use new syntax for LIB_DEPENDS.
|
|
|
|
|
|
|
|
| |
- install "docs" into staging area unconditionally and remove no more needed
inclusion of bsd.port.options.mk, while here
PR: 187244
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]
misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)
security/kwallet:
- moved to security/kwalletmanager (renamed upstream)
x11/kdelibs:
- remove workaround, which is not needed after global fix in
Mk/bsd.kde4.mk (r315373)
PR: ports/187259 [1]
Submitted by: Tobias Berner <tcberner@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
with perl 5.18's changes to "each" ordering. This fixes the message:
Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0x2880d800 at /usr/local/lib/perl5/site_perl/5.18/Mail/SpamAssassin/AsyncLoop.pm line 363, <GEN84> line 98.
PR: ports/186819
Approved by: perl (maintainers)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Delete files/patch-configure: This patch is non-functional because
configure is regenerated by USE_AUTOTOOLS=autoconf.
- Replace files/patch-aclocal.m4 with USE_AUTOTOOLS=aclocal.
- Replace files/patch-config.h.in with USE_AUTOTOOLS=autoheader.
- Replace files/patch-ltmain.sh with USE_AUTOTOOLS=libtoolize.
- Replace USE_AUTOTOOLS=libtool with USES=libtool.
- Remove indefinite article from COMMENT.
Approved by: hrs (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
|
| |
|