1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

7517 Commits

Author SHA1 Message Date
MANTANI Nobutaka
26969760b7 Support staging.
Update message in pkg-install.
2014-06-22 13:17:11 +00:00
MANTANI Nobutaka
770fd39d2c * Use pkg-install/pkg-deinstall scripts instead of pkg-req.
* 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
2014-06-22 10:11:38 +00:00
MANTANI Nobutaka
0264878afd Support staging. 2014-06-22 09:52:29 +00:00
Rene Ladan
116def93ee Remove localized bugzilla ports for which the master port expired:
german/bugzilla40
german/bugzilla42
japanese/bugzilla40
japanese/bugzilla42
russian/bugzilla40
russian/bugzilla42
2014-06-21 09:25:08 +00:00
John Marino
d71e52385d japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFly
Add missing header to fix.  Covered by just-fix-it blanket.
2014-06-21 08:33:20 +00:00
MIHIRA Sanpei Yoshiro
29f15f5a02 support stage. 2014-06-21 01:26:57 +00:00
MIHIRA Sanpei Yoshiro
36fb287a3a already supported in master ports(japanese/mozc-server) 2014-06-20 22:53:29 +00:00
Adam Weinberger
8c6663bfce * Add a patch from SA bug 7057 to fix compatibility with Net::DNS >= 0.76 [1]
* 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]
2014-06-20 18:28:41 +00:00
MIHIRA Sanpei Yoshiro
56a5e70832 support stage. 2014-06-20 13:21:01 +00:00
MIHIRA Sanpei Yoshiro
0c31d9933e support stage. 2014-06-20 12:59:12 +00:00
Dmitry Marakasov
627d72d304 - Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 11:15:57 +00:00
MIHIRA Sanpei Yoshiro
8c3b93066c support stage for mozc-el. 2014-06-19 11:08:10 +00:00
John Marino
efaf84f944 japanese/mecab: Convert to USES+= libtool
PR:		189493
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-06-19 06:27:17 +00:00
John Marino
0982d7130b japanese/eb: Always set USES=iconv, move to USES+= libtool
PR:		188218
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-06-18 22:07:17 +00:00
MANTANI Nobutaka
d908e4fd4e Fix perl shebang line of kEsetroot.
Reported by:	 Reported by:	swills
2014-06-17 14:40:16 +00:00
MANTANI Nobutaka
24328f6c1f Use converters/libiconv instead of base system iconv to fix build error.
Reported by:	swills
2014-06-17 14:36:11 +00:00
Vanilla I. Shu
a0d8d64607 Stagify.
Approved by:	portmgr@
2014-06-17 04:58:17 +00:00
Vanilla I. Shu
804b0c2dc1 Stagify.
Approved by:	portmgr@
2014-06-17 02:42:57 +00:00
MIHIRA Sanpei Yoshiro
f17a506bce fix missing @dirrmtry 2014-06-16 22:03:09 +00:00
MANTANI Nobutaka
94bf0bf916 Remove NO_STAGE mark because staging is supported by the master port (x11/eterm). 2014-06-16 14:41:21 +00:00
MANTANI Nobutaka
3eeea5e971 Support staging. 2014-06-16 14:33:03 +00:00
MANTANI Nobutaka
40c1420fbf Fix build error.
Support staging.
2014-06-16 14:31:28 +00:00
MIHIRA Sanpei Yoshiro
c6839199ce support stage 2014-06-16 13:46:38 +00:00
MANTANI Nobutaka
6a2dfabd75 Update to 1.8.6.
Support staging.
2014-06-16 12:19:41 +00:00
Eitan Adler
49a67b7234 japanese/xtr
- stage (and 'unmodernize')
	- drop trailing '.' from NO_CDOM
2014-06-14 10:10:13 +00:00
Jun Kuriyama
10ff1c87b7 - Stagify. 2014-06-14 08:38:25 +00:00
Daichi GOTO
dd2f8f2d00 Stagefy 2014-06-14 03:59:11 +00:00
Daichi GOTO
27fc5ca938 Stagefy 2014-06-14 03:46:58 +00:00
John Marino
efcec66ca4 games/japanese: quit: Stage support and change maintainers
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
2014-06-13 22:15:18 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- 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
2014-06-11 14:40:31 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
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
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Danilo Egea Gondolfo
c877f60cb7 - Update from 2.8.7 to 2.8.8 [1]
- Add libtool to USES
- Add libtoolize to USE_AUTOTOOLS

PR:		ports/190750
Submitted by:	townwear@gmail.com (maintainer) [1]
2014-06-07 18:30:50 +00:00
Danilo Egea Gondolfo
0dbc02a191 - Update from 0.20140501 to 0.20140602 2014-06-06 15:41:54 +00:00
Alex Kozlov
12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00
John Marino
401286ff02 japanese/edict: Remove unnecessary extract target and dependency
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.
2014-06-06 10:13:55 +00:00
John Marino
dd4865b22d japanese/xgate: nightmarish stage support added.
* 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
2014-06-05 22:21:43 +00:00
Martin Wilke
34c5689b47 - Update to version 2.14.0
PR:		174176
Submitted by:	ports fury
2014-06-05 07:31:00 +00:00
Martin Wilke
15083bc7e4 - Update to 0.21
PR:		189452
Submitted by:	maintainer
2014-06-04 08:09:57 +00:00
Antoine Brodin
807710a0b7 Reset maintainer on staged ports too
With hat:	portmgr
2014-06-03 20:06:55 +00:00
Antoine Brodin
3baa9b8952 Reset maintainer, they are unreachable
With hat:	portmgr
2014-06-03 19:31:11 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
John Marino
b1f8a24476 2 ports: Use ${TAR} explicitly over ${EXTRACT_CMD}
Approved by:	portmgr (implicit)
2014-05-31 23:33:50 +00:00
Steve Wills
59ca7f5176 - Update to 20140524
PR:		ports/190194
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2014-05-31 13:20:39 +00:00
Tijl Coosemans
01f7cef0b3 Remove USE_GCC=any and OPTIONS_DEFAULT=DOCS.
PR:		ports/185268
Approved by:	maintainer timeout (5 months)
2014-05-30 17:42:47 +00:00
Hiroki Sato
108450505f - Fix build when only CANNA is defined in PORT_OPTIONS.
- Simplify PORT_OPTIONS handling.

PR:	ports/190396
2014-05-30 02:16:34 +00:00
Antoine Brodin
8f66ae99c3 Reset a few maintainers who are unreachable
With hat:	portmgr
2014-05-29 18:54:55 +00:00
Hajimu UMEMOTO
a620bbe799 Make password work again on recent 9-STABLE and later. 2014-05-28 03:06:23 +00:00
Martin Wilke
cf6b32bc02 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 12:33:13 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
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)
2014-05-26 02:33:38 +00:00
Martin Wilke
fe0e5623de - Unbreak build with clang
PR:		184208
Submitted by:	maintainer
2014-05-25 10:47:39 +00:00
Hiroki Sato
4d57c39003 Add a missing patch to fix build. 2014-05-25 03:29:32 +00:00
Hiroki Sato
4d4482585c Fix build. 2014-05-25 03:11:35 +00:00
Hiroki Sato
2b99d16641 Fix build on 10.x and later. 2014-05-25 03:10:37 +00:00
Hiroki Sato
6ca0f39d9f Fix pkg-plist. 2014-05-25 03:01:35 +00:00
Hiroki Sato
a8687e8806 STAGEDIR support. 2014-05-24 18:29:07 +00:00
Hiroki Sato
70d842709f - STAGEDIR support.
- Fix BUILD_DEPENDS when VGAFONT defined.
2014-05-24 18:10:10 +00:00
Hiroki Sato
f3147b0157 s/USE_BZIP2=yes/USES=tar:bzip2/ 2014-05-24 17:42:01 +00:00
Hiroki Sato
14fed617c9 s/USE_BZIP2=yes/USES=tar:bzip2/ 2014-05-24 17:39:36 +00:00
Hiroki Sato
2f57f2eeec STAGEDIR support. 2014-05-24 17:38:24 +00:00
Hiroki Sato
49d4b81f63 - s/USE_XZ=yes/USES=tar:xz/.
- Minor style fixes.
2014-05-24 17:31:34 +00:00
Hiroki Sato
a2ff46989a Update to 462. 2014-05-24 17:27:32 +00:00
Hiroki Sato
279356f957 STAGEDIR support. 2014-05-24 17:20:50 +00:00
Hiroki Sato
89c15599c4 - STAGEDIR support.
- Add LICENSE.
- Remove GCC dependency.
2014-05-24 17:14:56 +00:00
Hiroki Sato
e50fe32195 - STAGEDIR support.
- Add LICENSE.
- Remove GCC dependency.
2014-05-24 17:00:11 +00:00
Steve Wills
529efd49c9 - Update to 20140510
PR:		ports/189751
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2014-05-22 16:02:35 +00:00
Martin Wilke
a44296758a - Strip shared libraries.
- Bump PORTREVISION.

PR:		188988
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout
2014-05-22 10:16:15 +00:00
Pawel Pekala
7defb2f10b - Stage safe
- Convert to new LIB_DEPENDS format
2014-05-18 19:34:01 +00:00
Pawel Pekala
9ccc16d46f - Fix build with clang
- Add staging support

MFH:		2014Q2
2014-05-18 19:11:05 +00:00
Pawel Pekala
d834932b47 - Add staging support
- Convert to USES=gmake
- Don't create links in pkg-plist with @exec, they are created
  during build
- Unmute install commands
2014-05-18 18:13:32 +00:00
Pawel Pekala
59bdab0024 - Add staging support
- Convert to USES=tar:bzip2, new options framework
- Use @sample for configuration files
2014-05-18 16:23:53 +00:00
Pawel Pekala
a80d61a390 - Add staging support
- Convert to USES=tar:bzip2
- Use @sample for configuration files
- Remove Enable word from options descriptions
2014-05-18 16:21:50 +00:00
Pawel Pekala
54dcccb4ba - Add staging support
- Convert to new options framework, USES=tar:bzip2
- Switch to PLIST_FILES, PORTDOCS
2014-05-17 20:35:55 +00:00
Pawel Pekala
9ec4ca731b Stage safe 2014-05-17 20:12:19 +00:00
Pawel Pekala
ef24ea0594 - Add staging support
- Switch to PLIST_FILES, PORTDATA
2014-05-17 19:38:44 +00:00
Pawel Pekala
0bd093a217 Stage safe 2014-05-17 19:10:25 +00:00
Pawel Pekala
506738e899 - Add staging support
- Convert to new options framework
2014-05-17 18:41:43 +00:00
Pawel Pekala
682960d22f - Add staging support
- 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
2014-05-17 18:35:00 +00:00
Pawel Pekala
f3603472a5 - Add staging support
- Remove leading article from COMMENT
2014-05-17 18:21:40 +00:00
Pawel Pekala
1357963fb1 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 17:55:55 +00:00
Pawel Pekala
826f1bf5c8 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 17:43:46 +00:00
Pawel Pekala
1a48dd1a3e - Add staging support
- Convert to new options framework
2014-05-17 17:13:59 +00:00
Pawel Pekala
82fb8d9012 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 16:59:58 +00:00
Pawel Pekala
8b151c9d67 - Add staging support
- Convert to new options framework
2014-05-17 16:37:07 +00:00
Pawel Pekala
e3bf5b9830 - Add staging support
- Convert to new options framework
- Switch to PLIST_FILES
- Remove leading article from COMMENT
2014-05-17 15:35:36 +00:00
Pawel Pekala
44bce50c1c - Add staging support
- Convert to new options framework
2014-05-17 13:55:39 +00:00
Pawel Pekala
f73e4145e4 - Add staging support
- Convert to new options framework
2014-05-17 13:36:17 +00:00
Pawel Pekala
b1f33f2ceb - Add staging support
- Convert to new options framework
2014-05-17 13:09:53 +00:00
Pawel Pekala
54c337b7de - Add staging support
- Convert to USES=gmake
2014-05-17 13:03:03 +00:00
Pawel Pekala
2ba11be767 Port is stage safe 2014-05-17 11:32:16 +00:00
Pawel Pekala
57bdb4b913 - Port is stage safe
- Convert to USES=libtool
- Instal striped binaries
2014-05-17 11:31:14 +00:00
Pawel Pekala
a0cb664dfa Port is stage safe 2014-05-17 11:08:08 +00:00
Pawel Pekala
b3aa8f4725 - Add staging support
- Convert to new options framework
2014-05-15 17:50:28 +00:00
Renato Botelho
aac4808550 Removed some expired ports:
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
2014-05-15 16:05:40 +00:00
Edwin Groothuis
71642c89c1 Fix stagification 2014-05-13 21:13:31 +00:00
Pawel Pekala
6d1961b168 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-13 20:11:58 +00:00
Pawel Pekala
c298f316d2 - Add staging support
- Define DOCS option
2014-05-13 20:10:02 +00:00
Pawel Pekala
6493748fee - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-13 20:08:38 +00:00
Pawel Pekala
68a7ada324 - Add staging support
- Convert to USES=libtool
- Install striped binaries
2014-05-11 21:10:51 +00:00
Pawel Pekala
326074ae0b - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-11 21:09:04 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
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.
2014-05-10 19:43:14 +00:00
Antoine Brodin
2abc8d688e Reset a few maintainers
<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
2014-05-10 17:48:13 +00:00
Sunpoet Po-Chuan Hsieh
b22ad0c2bc - Update to 3.9.1
Changes:	http://ja.wordpress.org/2014/05/09/wordpress-3-9-1/
PR:		ports/189525
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-05-10 17:33:58 +00:00
Pawel Pekala
cb0f4b5c4c - Add staging support
- Convert to USES=tar:bzip2
- Switch to PLIST_FILES
2014-05-10 17:06:46 +00:00
Pawel Pekala
5e7ebdf852 - Add staging support
- Fix few shwbangs
2014-05-10 16:37:23 +00:00
Pawel Pekala
c2ffd49dc9 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-09 20:16:27 +00:00
Pawel Pekala
2b11a3f95b - Add staging support
- Switch to PLIST_FILES
- Define DOCS option
2014-05-09 20:01:05 +00:00
Pawel Pekala
59a53736bb - Add staging support
- Respect CFLAGS during build
2014-05-09 19:26:34 +00:00
Pawel Pekala
534276e2c2 Add staging support 2014-05-09 19:15:34 +00:00
Pawel Pekala
c2d9a6a061 - Add staging support
- Define DOCS option
2014-05-09 19:14:14 +00:00
Pawel Pekala
cf9e7a38bf - Add staging support
- Define DOCS option
2014-05-09 18:44:01 +00:00
Pawel Pekala
8a4061b674 - Add staging support
- Reomve leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Use options helpers, subs
2014-05-09 17:58:33 +00:00
Pawel Pekala
33ec0dfe32 - Add staging support
- Define DOCS option
2014-05-09 16:59:29 +00:00
Pawel Pekala
432adc9180 - Add staging support
- Fix shebang in japana
- Unmute install commands
2014-05-09 16:57:57 +00:00
Pawel Pekala
1899cd6bdc - Add staging support, allow it as normal user
- Define DOCS option
2014-05-09 16:35:40 +00:00
Pawel Pekala
4e04373772 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-09 16:32:17 +00:00
Pawel Pekala
54cc187c1e - Port is stage safe
- Convert to USES=gmake
2014-05-09 16:30:33 +00:00
Pawel Pekala
9275753d7b - Add staging support
- Fix COMMENT, add DOCS option
2014-05-09 12:56:57 +00:00
Pawel Pekala
57b4bd2e34 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-09 12:55:16 +00:00
Pawel Pekala
730bcef2fe - Add staging support
- Convert to new LIB_DEPENDS format, USES=gmake
- Define DOCS option
2014-05-09 12:53:35 +00:00
Pawel Pekala
7d5ff8e8bb - Add staging support
- Convert to USES=gmake, define DOCS option
2014-05-09 12:35:32 +00:00
Pawel Pekala
cfa6259f77 - Add staging support
- Convert to USES=gmake, define DOCS option
2014-05-09 12:31:53 +00:00
Pawel Pekala
86507c0e97 - Add staging support
- Install manpages to correct directory
- Switch to PLIST_FILES
- Define DOCS option
2014-05-09 12:22:40 +00:00
Pawel Pekala
f64b966d40 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-09 11:56:41 +00:00
Baptiste Daroussin
37565365f2 Support stage 2014-05-09 00:01:50 +00:00
Baptiste Daroussin
d3046af63f Support stage 2014-05-09 00:01:39 +00:00
Baptiste Daroussin
039d6ac337 Support stage 2014-05-08 23:41:30 +00:00
Baptiste Daroussin
9ea074ad24 Support stage 2014-05-08 23:41:22 +00:00
Pawel Pekala
58402a061c - Add staging support
- Define DOCS option
2014-05-08 23:06:57 +00:00
Pawel Pekala
3be5b5dbc6 - Add staging support
- Define DOCS option
2014-05-08 20:09:13 +00:00
Pawel Pekala
7a06f92780 - Add staging support
- Define DOCS option
2014-05-08 20:04:03 +00:00
Pawel Pekala
54a84fbfcc - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
- Break lines around 80 characters
2014-05-08 19:47:45 +00:00
Pawel Pekala
3e0ccc9987 - Add staging support
- Remove leading article from COMMENT
- Switch to PLIST_FILES
- Define DOCS option
2014-05-08 19:39:50 +00:00
Pawel Pekala
f061d99981 - Add staging support, allow it as normal user
- Respect CFLAGS during build
- Remove leading article from COMMENT
- Switch to PLIST_FILES
- Define DOCS option
2014-05-08 19:20:44 +00:00
Pawel Pekala
b58a5481b2 - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-08 18:40:32 +00:00
Pawel Pekala
d187ba26e5 Add staging support 2014-05-08 18:24:39 +00:00
Pawel Pekala
c5d188705a Add staging support 2014-05-08 18:23:33 +00:00
Pawel Pekala
d61410555c - Add staging support
- Remove leading article from COMMENT
- Define DOCS option
2014-05-08 18:17:13 +00:00
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