1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

7328 Commits

Author SHA1 Message Date
Pawel Pekala
a0bf4c0257 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-08 18:01:17 +00:00
Jung-uk Kim
fabaf5ddfa Update to 4.1.6. 2014-05-06 16:13:01 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
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
2014-05-05 09:45:36 +00:00
Danilo Egea Gondolfo
afc8849404 - Update from 0.20140401 to 0.20140501 2014-05-02 13:04:26 +00:00
Adam Weinberger
e432a01d92 Improvements.
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.
2014-05-01 17:01:18 +00:00
Jun Kuriyama
8039481510 - Update to 20140430. 2014-05-01 15:08:37 +00:00
Steve Wills
3d871a3704 - Stage
- Use new LIB_DEPENDS format

PR:		ports/188965
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-26 20:45:51 +00:00
Sunpoet Po-Chuan Hsieh
d25745fe4f - Update to 3.9
- 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>
2014-04-26 18:16:30 +00:00
Tijl Coosemans
a3ff7a02f8 - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
2014-04-24 18:33:57 +00:00
Tijl Coosemans
f9b3c03926 - Convert to USES=libtool.
- Staging.
2014-04-24 18:32:47 +00:00
Tijl Coosemans
13bad6e085 - Convert to USES=libtool.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- Fix build with clang.
2014-04-24 18:31:48 +00:00
Tijl Coosemans
bb55d36724 - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
2014-04-24 18:29:13 +00:00
Tijl Coosemans
ac9afac851 - USES=libtool.
- Staging.
2014-04-24 18:28:14 +00:00
Tijl Coosemans
fbb1a2260c - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Staging.
2014-04-24 18:26:02 +00:00
Tijl Coosemans
26e8e7d103 - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
2014-04-24 18:24:08 +00:00
Tijl Coosemans
99fcbb2484 - Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- japanese/tomoe: remove FreeBSD 6 support.
2014-04-24 18:21:56 +00:00
Tijl Coosemans
687cff984d - USES=libtool pathfix.
- Fully qualify DOCSDIR.
- Staging.
2014-04-24 18:14:38 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
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)
2014-04-23 13:25:16 +00:00
John Marino
09f62b4ab0 japanese/mutt-devel: Rev bump due to change in library dependencies 2014-04-21 21:16:51 +00:00
John Marino
f9970e82e9 japanese/mutt-devel: Eliminate use of problematic libslang
PR:		ports/185122
Submitted by:	Oota Toshiya
Approved by:	maintainer (SHIOZAKI Takehiko)
2014-04-21 21:10:34 +00:00
John Marino
ccc6c731dc japanese/eblook: Apply maintainer patch per PR
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)
2014-04-21 19:35:01 +00:00
Olli Hauer
200651ab13 - update japanese bugzilla language templates
MFH:		2014Q2
2014-04-21 18:31:10 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
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/)
2014-04-18 11:17:45 +00:00
Hajimu UMEMOTO
22787557f3 Add tiarra_sig_stop to change signal to stop tiarra.
Tiarra cannot be stopped with SIGTERM in some cases.
2014-04-17 17:09:54 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
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)
2014-04-16 18:28:47 +00:00
Antoine Brodin
e8755ccd4c Chase chasen-base update
Reported by:	pkg-fallout
MFH:		2014Q2
2014-04-16 16:35:54 +00:00
Steve Wills
85d15d5bc9 - Update to 20140319
PR:		ports/188587
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2014-04-16 14:41:38 +00:00
Rene Ladan
2d5bbfc8ec - Fix leftover file
- Bump PORTREVISION

Submitted by:	QAT
2014-04-13 13:18:45 +00:00
Rene Ladan
3baff476bf - Update to 2.4.5 [1]
- 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
2014-04-13 12:40:32 +00:00
Rene Ladan
b982998742 - Stage support
- Use new @sample keyword
2014-04-13 12:36:43 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
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
2014-04-11 13:20:44 +00:00
Danilo Egea Gondolfo
8a2b755c60 - Update from 0.20140303 to 0.20140401 2014-04-11 02:34:34 +00:00
Baptiste Daroussin
33201e7481 Mark as broken non staged ports using the ruby framework
With hat:	portmgr
2014-04-09 07:47:01 +00:00
Baptiste Daroussin
ffb2c4a628 perl 5.0 is gone long ago, port is unmaintained and messy 2014-04-08 06:27:52 +00:00
Baptiste Daroussin
f44a083868 Support stage 2014-04-08 06:25:33 +00:00
Baptiste Daroussin
0f2e2fd864 Support stage 2014-04-08 06:23:26 +00:00
Baptiste Daroussin
7436fa8d87 Support stage 2014-04-08 06:21:34 +00:00
Baptiste Daroussin
3fdd47f985 Support stage 2014-04-08 06:19:29 +00:00
Baptiste Daroussin
530f1e3aaf Support stage 2014-04-08 06:17:39 +00:00
Baptiste Daroussin
0deabe8423 Support stage 2014-04-07 15:06:02 +00:00
Baptiste Daroussin
51ce1f9c89 Support stage 2014-04-07 14:42:45 +00:00
Baptiste Daroussin
d80fbd1aae Fix packaging as a user 2014-04-07 14:38:18 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
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.
2014-04-03 09:49:10 +00:00
Adam Weinberger
a4a4b37976 Add a patch fix bug #7018, a typo that caused the Razor
plugin to error out.

Thanks to DutchDaemon for the legwork here.
2014-04-02 19:46:27 +00:00
Rene Ladan
3ede9c4875 Remove expired ports:
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
2014-04-01 21:24:16 +00:00
Adam Weinberger
3efc22c772 Partially revert r348415. There are many good scenarios where
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>
2014-04-01 14:06:57 +00:00
Hajimu UMEMOTO
2daf398ec5 - Make Ruby binding optional and off by default.
- Mark Ruby binding BROKEN as it doesn't detect rbobject.h
  correctly after gem version of ruby-glib2 was enforced.

Spotted by:	pkg-fallout
2014-03-30 17:38:21 +00:00
Pawel Pekala
f1ccf7bea0 - Add staging support [1]
- Use option helper

PR:		ports/188023 [1]
Submitted by:	maintainer
2014-03-29 17:26:29 +00:00
Antoine Brodin
06f54d1c5f Mark broken: Fails to link
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
2014-03-29 12:30:28 +00:00
Steve Wills
871e6c8a3c - Fix index after removal of ruby-gnome ports
Reported by:	many
Pointyhat to:	swills
2014-03-24 20:03:27 +00:00
Pawel Pekala
8b12146613 - Strip shared library [1]
- Make PORTDOCS always install [1]
- Change LICENSE_COMB to multi, fix spelling in pkg-descr

PR:		ports/187829 [1]
Submitted by:	maintainer
2014-03-22 20:47:04 +00:00
Pawel Pekala
2685843a93 - Strip shared library [1]
- 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
2014-03-22 20:14:45 +00:00
Pawel Pekala
76c175fb69 Mans are installed automatically, forgot to remove those lines 2014-03-20 18:01:39 +00:00
Pawel Pekala
545db202d3 - Add LICENSE
- Support staging

PR:		ports/187425 (based on)
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	maintainer
2014-03-20 17:44:44 +00:00
Antoine Brodin
496c5e1f2c Fix LIB_DEPENDS
Reported by:	pkg-fallout
2014-03-18 18:56:29 +00:00
Adam Weinberger
28631cab32 Fix order of spamd args.
Noticed by:	ume
2014-03-16 16:46:25 +00:00
Adam Weinberger
db882f5dbf sa-update no longer requires p5-libwww, but it does
still require HTTP::Date.
2014-03-16 16:05:40 +00:00
Adam Weinberger
67bb95866d - Switch to recommended dependencies
- 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
2014-03-16 15:18:57 +00:00
Adam Weinberger
702d928483 The release notes for 3.4.0 were never included in the tarball from
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).
2014-03-16 14:24:10 +00:00
Hiroki Sato
ec04db7b67 - Fix build.
- Integrate FREEWNN and CANNA into one option.
- STAGEDIR support.
- Bump PORTREVISION due to the option change.
2014-03-14 14:38:50 +00:00
Hiroki Sato
83c014d789 Fix build. 2014-03-14 14:07:15 +00:00
Hiroki Sato
8361f146e5 - Fix build.
- STAGEDIR support.
2014-03-14 14:01:40 +00:00
Hiroki Sato
30f208c29a Fix build breakage. "wnn" user is added after the stage target. 2014-03-14 12:42:44 +00:00
Emanuel Haupt
a620e24f64 Support staging 2014-03-14 10:19:25 +00:00
Emanuel Haupt
ae4eec5b72 Support staging 2014-03-14 08:45:25 +00:00
Baptiste Daroussin
16ea4dd5a8 Convert to USES=lha 2014-03-12 09:49:06 +00:00
Adam Weinberger
531cd7932f Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
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."
2014-03-11 21:49:40 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Hiroki Sato
e2537f3be2 - STAGEDIR support
- Eliminate duplicate files installed by each */FreeWnn-lib.
- Bump PORTREVISION because of dependency and pkg-plist changes.
2014-03-11 06:49:56 +00:00
Antoine Brodin
1fd2f422ac Unbreak 2014-03-11 06:36:21 +00:00
Martin Wilke
6c064f4f53 - Update to 1.3.3
PR:		180690
Submitted by:	Ports Fury
2014-03-11 02:33:17 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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 20:55:20 +00:00
Baptiste Daroussin
4af74fc7f1 Convert j* to USES=zip 2014-03-10 15:21:21 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
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
2014-03-10 11:50:26 +00:00
Adam Weinberger
ac8ceca428 Bump PORTREVISION for the rc script changes in r347704. 2014-03-10 03:33:01 +00:00
Adam Weinberger
a1d47aac42 - Introduce an option (on by default) to run sa-update and sa-compile
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.
2014-03-09 18:04:06 +00:00
Adam Weinberger
f6d988f444 Oops, wrong path to p5-Mail-SpamAssassin crept in. 2014-03-09 16:28:24 +00:00
Adam Weinberger
2b870848bc Update SpamAssassin to 3.4.0, and take maintainership.
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>
2014-03-09 15:54:52 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Hiroki Sato
2d58c74481 Fix MASTER_SITES. 2014-03-08 14:46:12 +00:00
Hiroki Sato
05ef929953 - STAGEDIR support.
- Use new syntax for LIB_DEPENDS.
2014-03-06 08:51:18 +00:00
Ruslan Makhmatkhanov
35cc919dd0 - update to 20140227
- 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)
2014-03-04 20:50:14 +00:00
Danilo Egea Gondolfo
3c14c59e3f - Update from 0.20140203 to 0.20140303 2014-03-04 19:34:36 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
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>
2014-03-04 19:15:39 +00:00
Antoine Brodin
7728bb4877 Unbreak after master port was staged 2014-03-03 20:48:15 +00:00
Adam Weinberger
72d1d4a7b8 Add a patch from SpamAssassin bug #6937 to improve compatibility
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)
2014-03-03 18:19:16 +00:00
Jun Kuriyama
7dd5e27e8f - Update to 20140228. 2014-03-03 15:15:25 +00:00
Tijl Coosemans
ec308f87c7 For both japanese/FreeWnn-lib and japanese/FreeWnn-server:
- 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-03-02 18:01:04 +00:00
Antoine Brodin
aac06e1c7a Deprecated some unmaintained, interactive and restricted ports 2014-03-01 17:25:28 +00:00
Rene Ladan
529cd25c5b Remove expired ports:
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
2014-02-27 22:39:42 +00:00
Emanuel Haupt
e7d044bcfb Support staging 2014-02-27 15:06:33 +00:00
Rene Ladan
a601e2fb08 Remove expired ports:
2014-02-25 japanese/ruby-man: Documents EOLd version of Ruby and unmaintained
2014-02-25 lang/ruby-programmingruby: Documents EOLd version of Ruby and unmaintained
2014-02-25 lang/ruby-man: Documents EOLd version of Ruby and unmaintained
2014-02-25 lang/ruby-usersguide: Documents EOLd version of Ruby and unmaintained
2014-02-25 graphics/wmgrabimage: No more public distfiles
2014-02-25 19:32:51 +00:00
Jung-uk Kim
5436ddf062 Update to 4.1.5. It is partially based on the following PR.
PR:		ports/186265
2014-02-25 19:09:28 +00:00
Martin Wilke
2becbf62ef - Stage support 2014-02-22 10:36:29 +00:00
Martin Wilke
ac1d984b38 - Stage support 2014-02-22 10:33:35 +00:00
Pawel Pekala
5d166536b5 Add staging support
PR:		ports/182395
Submitted by:	maintainer
2014-02-21 22:08:02 +00:00
Antoine Brodin
f27f0fe550 Stage support 2014-02-21 18:55:46 +00:00
Martin Wilke
ab6e8253f3 - Stage support 2014-02-21 15:48:26 +00:00
Martin Wilke
d14e7e71d3 - Stage support 2014-02-21 15:48:11 +00:00
Martin Wilke
657a524527 - Stage support 2014-02-21 14:00:28 +00:00
Emanuel Haupt
86a45dbcea Remove trailing whitespaces from category japanese 2014-02-21 13:37:36 +00:00
Martin Wilke
e586b62eab - Use DOCSDIR 2014-02-21 09:52:57 +00:00
Martin Wilke
dd261bc1de - Stage support 2014-02-21 01:59:55 +00:00
Martin Wilke
8ad3f1c3bb - Stage support 2014-02-21 01:59:08 +00:00
Martin Wilke
cc2c926e6d - Stage support 2014-02-21 01:55:26 +00:00
Antoine Brodin
706d08dec8 Mark broken again, fails to install
mkdir -p /usr/local/bin
install  -s -o root -g wheel -m 555 jvim3 /usr/local/bin
mkdir -p /usr/local/man/man1
install  -o root -g wheel -m 444 ../doc/vim.1 /usr/local/man/man1/jvim3.1
mkdir -p /usr/local/lib
install  -o root -g wheel -m 444 ../doc.j/vim.hlp /usr/local/lib/jvim3.hlp
/bin/ln -sf /usr/local/bin/jvim3 /usr/local/bin/jvim
install  -s -o root -g wheel -m 555 /wrkdirs/usr/ports/japanese/jvim3/work/vim/src/grep/grep /usr/local/bin/jgrep
install: /wrkdirs/usr/ports/japanese/jvim3/work/vim/src/grep/grep: No such file or directory
*** Error code 71

Reported by:	pkg-fallout since August 2013
2014-02-20 21:06:49 +00:00
Emanuel Haupt
fb120e96e6 Support staging 2014-02-20 14:40:47 +00:00
Emanuel Haupt
8748c5126e Support staging 2014-02-20 14:35:46 +00:00
Emanuel Haupt
77205c346f Support staging 2014-02-20 14:34:58 +00:00
Pietro Cerutti
c356a57c83 - Convert to USES=tk
- STAGE-clean
- Remove article from COMMENT line
2014-02-20 10:15:43 +00:00
Emanuel Haupt
ec50876fbd Support staging 2014-02-20 08:46:05 +00:00
Koop Mast
80a9009d44 Remove gnomepanel option, old gnome-panel 2.x will go away. 2014-02-18 20:33:12 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Antoine Brodin
65ec1c02c9 - Stage support
- Move obsolete pkg-req to pkg-install/pkg-deinstall
2014-02-15 13:14:43 +00:00
Antoine Brodin
24054bf9f8 - Stage support
- Move obsolete pkg-req to inside pkg-install/pkg-deinstall
2014-02-15 13:04:30 +00:00
Antoine Brodin
ee22b1abf4 - Stage support
- Convert obsolete pkg-req to pkg-install/pkg-deinstall
2014-02-15 09:00:50 +00:00
Antoine Brodin
5064c0f785 - Stage support
- Convert obsolete pkg-req to pkg-install/pkg-deinstall
2014-02-15 08:52:16 +00:00
Steve Wills
933d79b143 Koruri Japanese TrueType fonts.
WWW: http://koruri.lindwurm.biz/

PR:		ports/186673
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
2014-02-12 19:05:43 +00:00
Dmitry Marakasov
ae3524c133 Bits from original ports/186216 which were noc committed + additional
fixes.

- Remove g-ir-scanner from BUILD_DEPENDS since it's handled by USE_GNOME
- Do not hide warnings
- Whitespace fix

PR:		186216
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-02-10 22:51:01 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Rusmir Dusko
b9649039e8 - Update to 1.0.1
- Change master site
- Add license (GPLv3)
- Add dependencies for lang/vala, textproc/p5-XML-Parser
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- USES pathfix instead of USE_GNOME gnomehack
- Add USE_GNOME=introspection [1]
- Remove USE_GCC=any, builds properly with Clang
- Disable all warnings with -w
- Add DOCS and Option
- Support STAGEDIR and add OPTIONS_SUB
- Remove obsolete REINPLACE
- Strip library
- Change WWW

PR:		ports/186181, ports/186216
Submitted by:	nemysis (self), amdmi3@ [1]
Approved by:	maintainer timeout (14 days)
2014-02-10 13:17:56 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Ruslan Makhmatkhanov
7b977bb455 - correct man-page symlink path
- bump PORTREVISION

PR:		186538
Submitted by:	    Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> (maintainer)
2014-02-09 10:03:23 +00:00
Tijl Coosemans
59db801bb4 - Update to version 2.3.5.
- Add DOCS option, USES=libtool, staging.

PR:		ports/186470
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
2014-02-08 17:05:40 +00:00
Hiroki Sato
a23d342635 - Add STAGEDIR support.
- Add LICENSE.
- Update MASTER_SITES.
- Remove old hacks for systems prior 5.1-RELEASE.
- Fix undefined reference to `polyfill' issue on 10.0 and later. [*]
- Style clean-ups.

Submitted by:	TAKEHARU KATO [*]
PR:		ports/185203
2014-02-07 19:06:19 +00:00
Danilo Egea Gondolfo
911a10d5a0 - Update from 0.20140106 to 0.20140203 2014-02-06 18:35:10 +00:00
Baptiste Daroussin
a324be6d3f japanese/grep: remove, no longer useful
textproc/gnugrep or base grep supports multi-byte, consider using one of them
This also remove one of the last user of ancient autotools
2014-02-06 13:24:28 +00:00
Emanuel Haupt
9379a75ce1 Restore language specific package prefix. This has been erroneously removed
during the staging conversion. Sorry about the noise.
2014-02-06 11:43:02 +00:00
Emanuel Haupt
2603c504ec Support staging. 2014-02-06 11:12:38 +00:00
Emanuel Haupt
aa867ed836 Support staging. 2014-02-06 11:07:55 +00:00
Emanuel Haupt
363a40e814 Support staging. 2014-02-06 11:06:36 +00:00
Emanuel Haupt
0ba222eb06 Support staging. 2014-02-06 11:05:16 +00:00
Emanuel Haupt
1c13647f24 Remove old-fashioned PKGNAMEPREFIX definition 2014-02-06 11:01:32 +00:00
Emanuel Haupt
9c93a667ca Remove old-fashioned PKGNAMEPREFIX definition 2014-02-06 11:00:29 +00:00
Emanuel Haupt
26fa542eca Support staging. 2014-02-06 10:58:26 +00:00
Emanuel Haupt
a0749208de Support staging. 2014-02-06 10:56:59 +00:00
Emanuel Haupt
700e58cb8a Support staging. 2014-02-06 10:55:10 +00:00
Emanuel Haupt
9fcf496345 Support staging. 2014-02-06 10:53:58 +00:00
John Marino
739fc1077f japanese/lynx: Mark jobs unsafe 2014-02-05 20:55:10 +00:00
Martin Wilke
1820bd2680 - Stage support 2014-02-05 09:15:26 +00:00
Hiroki Sato
8ef101d9d6 Update to 2.1.3.
Submitted by:	Takefu
PR:		ports/185128
2014-02-04 19:34:34 +00:00
Hiroki Sato
f086aa7948 Add STAGEDIR support.
Submitted by:	Takefu
PR:		ports/185128
2014-02-04 19:28:12 +00:00
Sunpoet Po-Chuan Hsieh
d131528bbd - Update to 3.8.1
Changes:	http://ja.wordpress.org/2014/01/27/wordpress-3-8-1/
2014-02-04 11:41:50 +00:00
Pawel Pekala
9e0b9664ad Stage support
PR:		ports/186325
Submitted by:	maintainer
2014-02-02 16:45:44 +00:00
Pawel Pekala
b55912c4eb - Stage support
- Fix legal statement, xorg.conf path

PR:		ports/186322
Submitted by:	maintainer
2014-02-02 14:27:37 +00:00
Pawel Pekala
23557c7727 Stage support for japanese/kon2-16dot and it's slaves
PR:		port/186321 (based on)
Submitted by:	maintainer
2014-02-02 14:09:50 +00:00
Max Brazhnikov
a6383cf6b5 - Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address

PR:		based on ports/179681
Submitted by:	RyoTa SimaMoto (maintainer)
2014-02-01 12:49:26 +00:00