Commit graph

3473 commits

Author SHA1 Message Date
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
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Jimmy Olgeni
cfcc81132c - Upgrade to version 7.19.3.1
- Set LICENSE
- Upgrade LIB_DEPENDS format
- Remove PYDISTUTILS_PKGNAME (portlint)

PR:		190125
Submitted by:	olgeni
Approved by:	maintainer (wen)
2014-06-08 17:16:28 +00:00
Sunpoet Po-Chuan Hsieh
83dce38127 - Update to 7.37.0
- Use USES=libtool:oldver

Changes:	http://curl.haxx.se/changes.html
2014-06-03 12:45:04 +00:00
Cy Schubert
225c4dad08 Stagify. 2014-05-30 02:14:04 +00:00
Dmitry Sivachenko
02a39b6cfb Update to version 4.3. 2014-05-28 10:39:38 +00:00
Sunpoet Po-Chuan Hsieh
c15071922e - Specify ABI version
Submitted by:	tijl
2014-05-24 06:18:44 +00:00
Martin Matuska
b0184824ab Bump PORTREVISION to fix builds for proftpd-mod_sql_odbc 2014-05-24 06:03:35 +00:00
Sunpoet Po-Chuan Hsieh
dad56de5a6 - Fix NSS option
- Bump PORTREVISION

PR:		ports/189987
Submitted by:	ashish
2014-05-22 17:52:50 +00:00
Ganael LAPLANCHE
a87c2d471e Use @sample for my ports 2014-05-21 12:14:01 +00:00
Martin Matuska
150de10167 Fix make check-plist 2014-05-20 19:54:23 +00:00
Martin Matuska
478475dabc Make portlint happier
Fix plist
Fix build as non-root
2014-05-20 19:42:32 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Martin Matuska
89cb192015 Update ftp/proftpd to 1.3.5
Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd)
Update security/proftpd-mod_clamav to 0.13
2014-05-19 22:58:14 +00:00
Renato Botelho
6a54e6c427 . Add LICENSE
. Fix .packlist
2014-05-15 12:59:19 +00:00
Dmitry Sivachenko
a9b8d247fb Update to version 4.2. 2014-05-13 12:24:23 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Ganael LAPLANCHE
1aeaf47008 Update to 4.4.16 2014-05-12 06:16:41 +00:00
Baptiste Daroussin
f4f46a920e Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
2014-05-05 16:24:00 +00:00
Tijl Coosemans
22efba0dc0 - Convert to USES=libtool.
- Fix COMMENT, LIB_DEPENDS.
- Always install desktop entry.
- Add DOCS and NLS options.
- Staging.
2014-04-24 17:26:57 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +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
Li-Wen Hsu
b23f0076c0 - Stage
- Drop easy_install
- Pet portlint

PR:		ports/188881
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 06:20:42 +00:00
Li-Wen Hsu
78400aac75 - Stage
- Drop easy_install
- Pet portlint

PR:		ports/188881
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 06:19:29 +00:00
Bryan Drewery
ffa389b8e0 - Update to 3.8.0 [1]
- Convert to staging [1]
- Use new LIB_DEPENDS format [1]
- Remove BSD.local.dist dirs from plist

PR:		ports/186885 [1]
Submitted by:	Matthew Rezny <matthew@reztek.cz> [1]
2014-04-21 02:18:06 +00:00
Adam Weinberger
094bafd957 With CLIENT_ONLY being an OPTION now, remove the unneeded
client-only pkg files.
2014-04-20 19:40:26 +00:00
Adam Weinberger
b35e1c83c1 STAGE support. 2014-04-18 23:24:20 +00:00
Adam Weinberger
cda1449dce STAGE support, OPTIONS helpers, strip leading article from
COMMENT.

Also, the NLS option was inexplicably being used to determine
whether to install PORTEXAMPLES, so that is fixed along with
a PORTREVISION bump.
2014-04-18 23:19:29 +00:00
Adam Weinberger
cc394b56aa Fix typo that broke packaging/installation. 2014-04-18 23:04:05 +00:00
Adam Weinberger
f47c438e2f STAGE support. 2014-04-18 19:35:44 +00:00
Adam Weinberger
f806355804 STAGE support. 2014-04-18 19:23:45 +00:00
Adam Weinberger
6817641b20 STAGE support, and turn "INSTALL_AS_NCFTP" into an OPTION. Note
that the port still doesn't build.
2014-04-18 19:21:04 +00:00
Adam Weinberger
5ba4de1ed7 STAGE support. Turn "CLIENT_ONLY" into an OPTION. Put examples into
EXAMPLESDIR instead of DOCSDIR.
2014-04-18 19:00:31 +00:00
Dirk Meyer
4edd64edcd - drop MAN8PREFIX
- preserve users and groups
2014-04-11 18:56:16 +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
Sunpoet Po-Chuan Hsieh
48441443a5 - Cleanup regression-test: 2014-04-05 16:57:06 +00:00
Johan van Selst
4fd88cb84d Stagify (now possible thanks to changes in bsd.ocaml.mk) 2014-04-04 19:56:17 +00:00
Emanuel Haupt
cdc7e75add - Support staging
- Use shebangfix
- Convert USE_BZIP2=yes to USES=tar:bzip2
2014-04-04 08:14:04 +00:00
Sunpoet Po-Chuan Hsieh
9e4fd3be1e - Fix rc script:
- Reorder variables
  - Assign default value for
    - pureftpd_authd_enable
    - pureftpd_authsocket: remove detection via pure-config.pl
    - pureftpd_upload_enable
  - Remove duplicate pidfile_authd
  - Simplify script
- Bump PORTREVISION for package change

MFH:		2014Q2
2014-04-02 19:19:11 +00:00
Sunpoet Po-Chuan Hsieh
de18099943 - Fix build failure when SPNEGO option is on 2014-04-02 19:11:00 +00:00
Sunpoet Po-Chuan Hsieh
a1a5ce5985 - Use USES=tar:bzip2 2014-04-01 14:42:34 +00:00
Sunpoet Po-Chuan Hsieh
214c9d2478 - Add pure-authd support in rc script [1][2]
- Indent rc script
- Cosmetic change
- Bump PORTREVISION for package change

PR:		ports/163339 [1], ports/180992 [2] (based on)
Submitted by:	Gabor HALASZ <halasz.g@freemail.hu> [1]
		Ari Maniatis <ari@ish.com.au> [2]
2014-03-31 14:12:42 +00:00
Martin Matuska
fc2e009026 Unbreak build with memcached support 2014-03-30 08:07:08 +00:00
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00
Sergey Matveychuk
a369bfe70a - Convert to STAGE support 2014-03-28 19:09:34 +00:00
Sunpoet Po-Chuan Hsieh
593d995963 - Fix HTTP2 option
Reported by:	many
2014-03-28 15:17:10 +00:00
Martin Matuska
eb2168cea8 The ProFTPd mod_geoip module uses the GeoIP library from MaxMind to look up
various geographic information for a connecting client.

WWW: http://www.castaglia.org/proftpd/modules/mod_geoip.html
2014-03-27 23:52:21 +00:00
Martin Matuska
a4dfab050d Add proftpd-mod_geoip to distinfo 2014-03-27 23:49:21 +00:00
Martin Matuska
d052a5a0d2 Allow specification of custom ProFTPD configuration file
PR:		ports/187678
Submitted by: 	Daniel Ylitalo <daniel@blodan.se>
2014-03-27 23:31:52 +00:00
Martin Matuska
68eeec6389 - Add DOCS option.
- When the NLS option is enabled the configure script looks for iconv_open()
and libiconv_open() functions in libiconv before trying libc. This means
that on FreeBSD 10 proftpd depends on converters/libiconv when it is
installed but it should use iconv from libc instead.
To fix this add ac_cv_lib_iconv_iconv_open=no and
ac_cv_lib_iconv_libiconv_open=no to CONFIGURE_ARGS to bypass those
configure tests when ICONV_LIB is empty.
- Remove references to -lintl. The configure script detects it correctly.

PR:		ports/187860
Submitted by:	tijl@FreeBSD.org
2014-03-27 23:26:04 +00:00
Sunpoet Po-Chuan Hsieh
a75096fe23 - Update to 7.36.0
Changes:	http://curl.haxx.se/changes.html
2014-03-27 20:59:10 +00:00
Sunpoet Po-Chuan Hsieh
d917f0d6fa - Add HTTP2 option 2014-03-27 16:22:01 +00:00
Jose Alonso Cardenas Marquez
14627e1fc1 - Update to 2.6.4 2014-03-26 03:32:45 +00:00
Sunpoet Po-Chuan Hsieh
c1275d5660 - Add security/heimdal and security/krb5 support and corresponding options:
- GSSAPI_BASE for base system (default)
  - HEIMDAL_PORT for security/heimdal
  - KRB5_PORT for security/krb5

Tested by:	redports
2014-03-25 19:53:27 +00:00
Baptiste Daroussin
e2ddbb962a Only build with wx 2.8
Use unicode version
2014-03-24 15:34:40 +00:00
Baptiste Daroussin
7b9d12c2f5 Switch to wx 2.8 2014-03-24 12:57:30 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Emanuel Haupt
a469c0579a Support staging 2014-03-18 13:20:07 +00:00
Sunpoet Po-Chuan Hsieh
b7df9d88b2 - Sort PLIST 2014-03-17 14:46:53 +00:00
Adam Weinberger
c4274e881f Clean up. Support STAGE. Turn the optional libraries into an
OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD.
2014-03-16 21:31:13 +00:00
Martin Matuska
a46a8a7dfa Enable ProFTPD module ports to use own version strings 2014-03-15 16:53:03 +00:00
Martin Matuska
08b8acf316 Remove mod_clamav from ftp/proftpd (goes to security/proftpd-mod_clamav)
Move module MASTER_SITES to module ports
2014-03-15 16:28:07 +00:00
Martin Matuska
fa84289a4f Re-enable support for mod_clamav [1]
Remove remains of mod_sql_tds

PR:		187510 [1]
Submitted by:	Joseph Benden <joe@thrallingpenguin.com> [1]
2014-03-14 14:26:42 +00:00
Sunpoet Po-Chuan Hsieh
8f341259b5 - Use USES=tar:lzma 2014-03-12 18:17:30 +00:00
Martin Matuska
c7606c98cf Horde package update:
Horde_ActiveSync 2.12.4 -> 2.13.0
Horde_Imap_Client 2.18.6 -> 2.19.0
Horde_Mime 2.2.9 -> 2.3.0
Horde_Timezone 1.0.4 -> 1.0.5
gollem 3.0.1 -> 3.0.2
groupware 5.1.3 -> 5.1.4
ingo 3.1.3 -> 3.1.4
kronolith 4.1.4 -> 4.1.5
mnemo 4.1.2 -> 4.1.3
nag 4.1.3 -> 4.1.4
turba 4.1.3 -> 4.1.4
webmail 5.1.3 -> 5.1.4
whups 3.0.0RC1 -> 3.0.0
2014-03-10 23:22:38 +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
Rene Ladan
2e2cb1318f Mark deprecated, these port depend on expired textproc/glimpse
Approved by:	portmgr (infrastructure blanket)
2014-03-10 12:06:48 +00:00
Antoine Brodin
0b20201d27 Unbreak 2014-03-08 14:02:24 +00:00
Sunpoet Po-Chuan Hsieh
347d264605 - Cosmetic change 2014-03-08 09:24:37 +00:00
Baptiste Daroussin
6d2031b8ad Convert f* to USES=zip 2014-03-07 16:59:07 +00:00
Baptiste Daroussin
82b8989676 Support stage 2014-03-06 18:36:11 +00:00
Baptiste Daroussin
09c26290ce Support stage 2014-03-06 18:34:54 +00:00
Baptiste Daroussin
5547e7093a Support stage 2014-03-06 18:33:29 +00:00
Baptiste Daroussin
9d881b4ae4 Support stage 2014-03-06 18:31:06 +00:00
Frederic Culot
6ce4a4f7d9 - Reset maintainership
PR:		ports/187285
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2014-03-06 08:12:05 +00:00
Dmitry Sivachenko
aae9d5c2b8 Update to 4.1.5. 2014-03-02 09:28:53 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
2014-03-01 00:06:29 +00:00
Sunpoet Po-Chuan Hsieh
9ba32c52bc - Remove no-op NTLM option
PR:		ports/186902
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
2014-02-23 15:20:40 +00:00
Emanuel Haupt
431d9da36d Remove trailing whitespaces from category ftp 2014-02-21 13:36:50 +00:00
Ganael LAPLANCHE
b9522af0e1 Fix typo in previous commit
Reported by:	mat
2014-02-21 10:42:06 +00:00
Ganael LAPLANCHE
edb090a04b Fix build when GNUTLS is selected
PR:		ports/186896
Submitted by:	Martijn Lina <martijn@hostage.nl>
2014-02-21 10:13:59 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Emanuel Haupt
c79912bb01 Support staging 2014-02-18 09:40:06 +00:00
Martin Wilke
44c69d4d33 - Convert USE_GMAKE to USES 2014-02-14 14:59:24 +00:00
Vasil Dimov
a7ff699ccd ftp/wget: Use LIB_DEPENDS in the form of lib<name>.so
https://wiki.freebsd.org/ports/fix_lib_depends

PR:		ports/186718
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-14 11:25:46 +00:00
Vasil Dimov
3dcf097611 ftp/wget: Upgrade from 1.14_2 to 1.15
PR:		ports/186718 (parts of it)
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-14 07:59:02 +00:00
Sunpoet Po-Chuan Hsieh
d7eb79165d - Update to 7.35.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/186557
Exp-run by:	bdrewery
2014-02-13 13:50:37 +00:00
Emanuel Haupt
704a192dc4 Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:24:00 +00:00
Tijl Coosemans
21d57aad92 Add missing dependency on iconv. 2014-02-12 13:22:28 +00:00
Martin Wilke
98057a9424 - Stage support 2014-02-11 16:58:10 +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
Alex Dupre
3bf632e183 - Update to 5.4.25 release [1]
- Enable FPM by default [2]
- Add support to override configure flags [3]

To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM

PR:		ports/186564 [1], ports/185437 [2], ports/186536 [3]
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com> [1],
		Ilya Bakulin <webmaster@kibab.com> [2],
		Reinier Schoof <reinier@skoef.nl> [3]
2014-02-09 08:39:00 +00:00
Danilo Egea Gondolfo
870c7b2ae3 - Add stage support
- Use options helpers
2014-02-09 01:54:21 +00:00
Danilo Egea Gondolfo
ec29869e78 - Add stage support
- Add LICENSE
- Convert LIB_DEPENDS to new syntax
2014-02-09 00:15:37 +00:00
Danilo Egea Gondolfo
a1188f8992 - Add stage support
- Add DANTE, NLS and GTK2 options
- Use options helpers
- Add LICENSE
2014-02-08 23:39:44 +00:00
Danilo Egea Gondolfo
54027defca - Add DOCS option
- Add stage support
- Add LICENSE
2014-02-08 22:35:58 +00:00
Danilo Egea Gondolfo
b6b512dba5 - Add stage support 2014-02-08 22:30:27 +00:00
Danilo Egea Gondolfo
8bd9efa5cc - Remove the indefinite article from COMMENT
- Add DOCS option
- Add stage support
2014-02-08 14:47:58 +00:00
Danilo Egea Gondolfo
852451d54e - Add stage support
- Add shebangfix to USES
2014-02-08 14:44:59 +00:00
Danilo Egea Gondolfo
70cc23c69f - Add DOCS options
- Add LICENSE
- Add stage support
2014-02-08 14:41:16 +00:00
Danilo Egea Gondolfo
4b395dc7a2 - Add stage support 2014-02-08 14:38:50 +00:00
Danilo Egea Gondolfo
59490432fd - Add stage support 2014-02-08 14:37:44 +00:00
Danilo Egea Gondolfo
60145bfe76 - Add stage support
- Add LICENSE
2014-02-08 14:34:00 +00:00
Danilo Egea Gondolfo
df4fdef577 - Use options helpers
- Add stage support
2014-02-08 14:31:11 +00:00
Danilo Egea Gondolfo
5d14c6f625 - Add LICENSE
- Remove the indefinite article from COMMENT
- Add stage support
2014-02-08 14:28:05 +00:00
Danilo Egea Gondolfo
b073b822c1 - Add stage support 2014-02-08 14:23:50 +00:00
Danilo Egea Gondolfo
f8481c2f40 - Add stage support 2014-02-08 14:20:51 +00:00
Danilo Egea Gondolfo
ae21656d2c - Add stage support 2014-02-08 14:18:50 +00:00
Danilo Egea Gondolfo
02dbedfbfb - Add DOCS option
- Add stage support
2014-02-08 14:16:21 +00:00
Danilo Egea Gondolfo
fd6d7d7eb0 - Add stage support
- Remove the indefinte article from COMMENT
2014-02-08 13:48:54 +00:00
Sunpoet Po-Chuan Hsieh
49b8a762e3 - Update to 7.34.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/185456
Exp-run by:	bdrewery
2014-02-06 11:40:40 +00:00
Emanuel Haupt
c1b28a5174 Convert to new OPTIONS framework and support staging. 2014-02-06 10:11:47 +00:00
Emanuel Haupt
9730f97a8a Support staging and convert to new OPTIONS framwork. 2014-02-06 10:04:10 +00:00
John Marino
17bb757c44 ftp/pureadmin: Explicitly link libm (taken from dports) 2014-02-05 22:32:41 +00:00
Pietro Cerutti
46793216a2 - STAGE-clean
- Use PYDISTUTILS_AUTOPLIST [1]

Suggested by:	koobs
2014-02-05 09:01:28 +00:00
Sunpoet Po-Chuan Hsieh
a7045a1a94 - Update to 0.48
Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2014-02-04 16:15:28 +00:00
Ganael LAPLANCHE
3a28b40c85 Update to 4.4.15 2014-02-04 07:12:12 +00:00
Martin Wilke
88cec958c8 - Covert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV
2014-01-30 08:28:25 +00:00
Martin Wilke
218677a7c5 - Stage support 2014-01-28 13:33:39 +00:00
Bernhard Froehlich
1a4e87af80 - Fix typo in options conversion
With hat:	portmgr
2014-01-28 09:19:20 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Martin Wilke
c598999dab - Stage support 2014-01-27 13:30:28 +00:00
Baptiste Daroussin
80eab28172 Support stage
Modernize LIB_DEPENDS
Add DOCS option
2014-01-25 21:15:01 +00:00
Baptiste Daroussin
fe106da773 Support stage
Convert USE_GMAKE to USES=gmake
2014-01-25 21:12:24 +00:00
Baptiste Daroussin
e444939b51 Add a DOCS options
Convert USE_GMAKE to USES=gmake
2014-01-25 21:10:40 +00:00
Baptiste Daroussin
a05ee6f513 Support stage
Use options helpers
USE_GNOME=desktopfileutils -> USES=desktop-file-utils
USE_GMAKE -> USES=gmake
2014-01-25 20:58:12 +00:00
Baptiste Daroussin
ee522bf927 Support stage
Respect CC
USE_GMAKE -> USES=gmake
2014-01-25 20:47:31 +00:00
Baptiste Daroussin
62ce000d16 Support stage
USE_GMAKE -> USES=gmake
Simplify do-install
Strip libraries
2014-01-25 20:43:37 +00:00
Baptiste Daroussin
51fb72abd8 Support stage
USE_GMAKE -> USES=gmake
Use options helpers
Add DOCS option
No need to strip twice the binary
2014-01-25 20:39:36 +00:00
Baptiste Daroussin
cd97dcdb3f Support stage
USE_GMAKE -> USES=gmake
2014-01-25 20:32:02 +00:00
Baptiste Daroussin
af97e02d24 Support stage
USE_GMAKE -> USES=gmake
Use options helpers
2014-01-25 20:30:21 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Martin Matuska
71bbac064f Fix one-line del prev. commit 2014-01-19 13:06:19 +00:00
Martin Matuska
01c246c852 Fix pkg-plist for proftpd 2014-01-19 13:03:40 +00:00
Martin Matuska
89127e0e8f Add STAGE support to ProFTPD 2014-01-19 11:24:24 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Ganael LAPLANCHE
a1fa2f9388 Update to 4.4.14 2014-01-07 07:33:03 +00:00
Andrej Zverev
3d574e7caa - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:30:05 +00:00
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Baptiste Daroussin
6eb0b98df7 Fix pkg name collision 2014-01-04 00:56:14 +00:00
Dirk Meyer
f48f86101a - create share/vsftpd/empty 2013-12-31 07:48:47 +00:00
Dirk Meyer
4cc160ab2d - remove user ftp on deinstall
- remove deinstall/install scripts

- create /var/ftp in stage
PR:		185300
2013-12-31 07:41:01 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
Baptiste Daroussin
4aa4b34b01 Support stage 2013-12-26 16:17:25 +00:00
John Marino
d0ba060e55 ftp/ftpproxy: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake.

PR:		ports/184616
Approved by:	maintainer timeout
2013-12-24 21:28:45 +00:00
Rene Ladan
d8338d9bfa Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
2013-12-22 11:48:43 +00:00
Pawel Pekala
87d3ab0421 - Fix build with clang
- Add desktop entry file
- Support staging

PR:		ports/184814
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 14:02:50 +00:00
Xin LI
7f12df195a Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignore
with GnuTLS.  Document the vulnerability fix in vuxml while I'm here.
2013-12-18 23:04:24 +00:00
Florian Smeets
6fbff9d8da Update to 5.3.28
Security:	47b4e713-6513-11e3-868f-0025905a4771
2013-12-14 23:30:36 +00:00
Ganael LAPLANCHE
167722741a - Update to 4.4.13
- Update MASTER_SITES

PR:		ports/184548
Submitted by:	olgeni
2013-12-10 11:52:44 +00:00
Dmitry Sivachenko
8b25e5f107 Update to version 4.1.4;
convert to staging.
2013-12-06 06:09:25 +00:00
Sunpoet Po-Chuan Hsieh
bf915ae0b1 - Fix USE_PYTHON
- Use PYDISTUTILS_AUTOPLIST
2013-11-30 20:14:15 +00:00
Sunpoet Po-Chuan Hsieh
12fdeaec2f - Add LICENSE
- Sort OPTIONS
- Convert to new options helper
- Fix shebang
- Reword pre-fetch: message and change variables:
  - Change CERTFILE to TLS_CERTFILE
  - Change WITH_LANG to LANG
- Support STAGEDIR
- Simplify Makefile
- Cosmetic change
- Reformat pkg-descr
2013-11-30 20:03:06 +00:00
Sunpoet Po-Chuan Hsieh
8518cb6108 - Update to 0.8.5
- Use LIB_DEPENDS

Changes:	https://github.com/taf2/curb/commits/master
2013-11-30 19:59:08 +00:00
Sunpoet Po-Chuan Hsieh
82c0a28bb1 - Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
2013-11-30 10:07:07 +00:00
Dirk Meyer
f7f9a62cb2 - use STAGEDIR 2013-11-27 21:26:02 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
Sunpoet Po-Chuan Hsieh
2f1f506aa7 - Update to 0.46
Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2013-11-27 17:20:11 +00:00
Antoine Brodin
4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00
Sunpoet Po-Chuan Hsieh
074a23b8cc - Add LICENSE
- Support STAGEDIR
2013-11-25 11:33:49 +00:00
Mathieu Arnold
d77405fd6d - Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Baptiste Daroussin
b346d3d4d6 Deprecated ports broken for more than 6 month 2013-11-22 08:24:11 +00:00
Sunpoet Po-Chuan Hsieh
44338b979c - Add LICENSE
- Support STAGEDIR
2013-11-20 03:21:36 +00:00
Pietro Cerutti
52e42e94a1 - Convert to USES=tcl
- Convert to new LIB_DEPENDS format
2013-11-19 13:26:31 +00:00
Ganael LAPLANCHE
0fac70f5f0 - Use new LIB_DEPENDS format
- Fix shebang of helper scripts
- Switch to new options format
- Always stage documentation
2013-11-15 12:42:21 +00:00
Brendan Fabeny
1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00
Emanuel Haupt
d301507a53 Make use of DESTDIR. That way we do not have to add STAGEDIR to MAKE_ENV. 2013-11-11 15:51:55 +00:00
Emanuel Haupt
88ff2718e8 Support stage. 2013-11-11 15:42:02 +00:00
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Sunpoet Po-Chuan Hsieh
2c7f31627b - Strip shared library
- Use += for CONFIGURE_ENV
2013-11-02 17:23:44 +00:00
Sunpoet Po-Chuan Hsieh
3277ab6371 - Fix build when both GSSAPI and SPNEGO options are on
When SPNEGO option is on, LOCALBASE/include/fbopenssl was added to the search
path of include files. It causes build failure when "#include <gssapi.h>" wants
/usr/include/gssapi/gssapi.h.
2013-11-02 10:11:31 +00:00
Florian Smeets
f231f04572 - convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
2013-11-01 23:49:56 +00:00
Koop Mast
44d0dc12bb Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
2013-11-01 22:14:07 +00:00
Renato Botelho
47fbd11274 . Support STAGE
. Simplify Makefile
2013-10-31 23:35:00 +00:00
Sunpoet Po-Chuan Hsieh
05ad87dfe4 - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/183388 [1]
Submitted by:	avilla [1]
Reported by:	antoine
2013-10-31 14:54:48 +00:00
Hiroki Sato
42bc4e4802 - Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
  specific condition.
2013-10-31 02:03:01 +00:00
Alex Dupre
c8e30015e9 Stagify. 2013-10-30 13:32:02 +00:00
Kevin Lo
47d2fb89b9 - Support stage
- Silent warnings
2013-10-30 05:45:42 +00:00
Steve Wills
c4295e8d58 - Add stage support 2013-10-30 02:48:42 +00:00
Sunpoet Po-Chuan Hsieh
3b4644a994 - Reword COMMENT: remove "very"
Suggested by:	eadler
2013-10-28 06:42:24 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Vasil Dimov
8eae7be17a Fix compilation of ftp/wget when perl 5.18 is installed.
Patch from upstream repo suggested by Anton Yuzhaninov <citrin@citrin.ru>.

PR:		ports/182159
Submitted by:   Jeremy Chadwick <jdc@koitsu.org>
2013-10-24 14:23:53 +00:00
Alex Kozlov
546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00
Sunpoet Po-Chuan Hsieh
0e5c05a56a - Update to 7.33.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/183151
Exp-run by:	bdrewery
2013-10-23 15:31:27 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Sunpoet Po-Chuan Hsieh
51bc21f9d7 - Convert to new LIB_DEPENDS format
- Convert to new options helper
- Remove --disable-threaded-resolver from CONFIGURE_ARGS, it is handled by THREADED_RESOLVER option
2013-10-20 18:07:48 +00:00
Brooks Davis
14ee9c1701 STAGIFY 2013-10-18 14:12:41 +00:00
Sunpoet Po-Chuan Hsieh
10bc648258 - Add SSP support 2013-10-15 17:36:34 +00:00
Baptiste Daroussin
b41ebe474d Remove all options bringing gnome1 libraries 2013-10-15 09:47:11 +00:00
Dmitry Sivachenko
03561fa503 Update tp version 4.1.3. 2013-10-14 10:37:09 +00:00
David Chisnall
6b795da3dc Update GNUstep FTP to the latest release. 2013-10-08 15:47:49 +00:00
Sunpoet Po-Chuan Hsieh
f4b2d5508e - Fix STAGEDIR support
Reported by:	makc
2013-10-07 18:24:42 +00:00
Matthias Andree
c30feda81a Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCS 2013-10-06 22:06:43 +00:00
Sunpoet Po-Chuan Hsieh
9857a44495 - Fix build with curl 7.32.0
Submitted by:	sunpoet (myself)
Approved by:	maintainer (no objection, via e-mail)
2013-10-06 18:46:28 +00:00
Sunpoet Po-Chuan Hsieh
b8e2378484 - Update to 7.32.0
- Turn COOKIES on by default
- Support STAGEDIR

Note:
- mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead

Changes:	http://curl.haxx.se/changes.html
PR:		ports/181510
Exp run by:	drewery
2013-10-06 18:36:49 +00:00