Commit graph

2533 commits

Author SHA1 Message Date
Adam Weinberger
95bc73a719 Fix build without gcc. 2014-07-23 17:23:16 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Baptiste Daroussin
d22728a7e8 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:26:25 +00:00
Adam Weinberger
fa4bf2ee1d Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
Adam Weinberger
1f65a30b2a Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
Adam Weinberger
2e3438be2c Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:47:45 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Mark Felder
8f659c1de7 Update to 0.7.18
Submitted by:	bryce@cobryce.com
2014-07-10 12:14:26 +00:00
Jimmy Olgeni
7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00
Sunpoet Po-Chuan Hsieh
0b602232c5 - Update to 14.0.0
- Use PYDISTUTILS_AUTOPLIST
- Use USES=tar:bzip2

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/news/topfiles/NEWS
2014-07-06 18:52:29 +00:00
Adam Weinberger
aaf137da80 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 21:57:08 +00:00
Antoine Brodin
cd419fd1df Make those ports more likely to build with texinfo from ports
With hat:	portmgr
2014-07-01 17:37:41 +00:00
John Marino
49681f72c7 news/p5-NNML: interactive port is no longer maintained, so deprecate
This port will be removed after 20 August with the other unmaintained
interactive ports unless someone converts it to a regular port.
2014-06-30 06:09:43 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Vanilla I. Shu
1f11b850f7 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-24 14:58:51 +00:00
Marcus von Appen
2bd9d3f7d0 - Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-15 08:05:37 +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
Martin Wilke
c3a0a8dbd2 - Convert gmake to USES 2014-05-29 11:39:16 +00:00
Johan van Selst
0b8fd39f3d - Please poudriere build by using @sample (better and simpler)
- Bump PORTREVISION
2014-05-24 11:13:09 +00:00
Tim Bishop
8023736c28 - Update to 2.19
- Add NO_ARCH
2014-05-13 16:41:50 +00:00
Tim Bishop
9eceba4ac2 Remove ftp://ftp.i-scream.org/ master site. The http equivalent still
exists. Also remove DIST_SUBDIR where there's no need to have it.
2014-05-13 14:22:57 +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
Johan van Selst
a2703243a4 Update to tin 2.2.1 2014-05-04 15:21:21 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +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
Mark Felder
64735bfcdc Just spotted in the 0.7.17 changelog they implemented my request for full
control over the pidfile! Now we no longer scrape the config file to guess
its name, which was based on both the hostname of the server and the port.

Previously, if you changed the hostname of your server you could no longer
signal the running sabnzbd process through the rc framework...
2014-04-16 15:14:29 +00:00
Mark Felder
7c6298f0f0 update to 0.7.17 2014-04-16 14:41:29 +00:00
Antoine Brodin
914a1249c1 Mark broken: Fails to configure
configure: error: use --with-newsbindir=DIR or --without-news option
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
2014-04-12 22:06:34 +00:00
Koop Mast
16ccff16fa Stagify
USES=gmake tar:bzip2 and sort USES
Use new LIB_DEPENDS syntax.
Add USE_GCC=any to fix the build on 10.0+. [1]

PR:		ports/182203 [1]
Submitted by:	Walter Hurry <walterhurry@gmail.com>
2014-04-11 13:51:28 +00:00
Baptiste Daroussin
6ce8b0ec31 Fix bash detection in the makefile
Reported by:	QAT
2014-04-04 11:44:41 +00:00
Baptiste Daroussin
d964dbfc91 Properly strip binaries and support cross building 2014-04-04 11:36:08 +00:00
Baptiste Daroussin
8ea9e7a706 Do not leak stagedir in the generated binary
Remove now useless pre-su target

MFH:	2014Q2
2014-04-04 11:00:35 +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
d917c27384 Missed a ${STAGEDIR} 2014-03-29 19:00:05 +00:00
Adam Weinberger
480a784385 Missed a direct access of $PREFIX 2014-03-29 18:12:30 +00:00
Adam Weinberger
c7d698a435 --with-news makes configure barf. Only use --without-news and --with-newsbindir= 2014-03-29 17:53:54 +00:00
Adam Weinberger
2a58169b19 Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.

atp:
	stage, improve pkg-message
crashmail:
	stage
diablo:
	too wacky to stage, but convert WITH_* to OPTIONS, unmute
	commands that shouldn't be muted, use :MDOCS
fidogate-ds:
	stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
	/var/* in the plist properly
golded+:
	stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
	this was an unbelievably PITA
	stage, add missing prototypes, add missing return types,
	rename patch files to what they actually patch
nntpcache:
	stage support, required lots of Makefile.in patching,
	call submakes correctly, handle config files properly
nzbperl:
	stage, use OPTIONS, remove obsolete pkg-message
papercut:
	stage, handle config file properly
py-pynzb:
	stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
	stage
slrnconf:
	stage
slrnface:
	stage, install required files to datadir, not examplesdir,
	generate proper pkg-message
sn:
	stage
2014-03-29 17:28:56 +00:00
Dirk Meyer
7a069c6f58 - fix build with clang again
Submitted by:	Wolfgang Zenker
2014-03-28 20:52:21 +00:00
Johan van Selst
6bb82fe3f9 Fix character set selection that was broken with iconv from base
PR:		ports/187847
Submitted by:	David Marec <david.marec@davenulle.org>
2014-03-26 18:54:55 +00:00
Dirk Meyer
ee16702944 - revert r346880
Approved by:	bapt

- update LICENSE
- fix build with new clang
2014-03-19 14:09:29 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Baptiste Daroussin
44105bbef8 Convert n* to USES=zip 2014-03-10 16:38:00 +00:00
Dirk Meyer
280380c162 - remove broken MANPREFIX 2014-03-04 06:51:37 +00:00
Baptiste Daroussin
c5ec73597e Fix build with clang 2014-03-03 10:55:26 +00:00
Antoine Brodin
aac06e1c7a Deprecated some unmaintained, interactive and restricted ports 2014-03-01 17:25:28 +00:00
Emanuel Haupt
1d89037964 Define DOCS option 2014-02-27 07:30:09 +00:00
Emanuel Haupt
951f0ab2bb Support staging 2014-02-27 07:29:19 +00:00
Emanuel Haupt
aa547c9b84 Support staging 2014-02-25 08:51:47 +00:00
Emanuel Haupt
3f42b73262 - Support staging
- Use shebangfix
- Define DOCS
2014-02-25 08:50:24 +00:00
Emanuel Haupt
1995878755 Remove trailing whitespaces from category news 2014-02-21 13:38:58 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Emanuel Haupt
82f93acc32 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:05 +00:00
Emanuel Haupt
f32749c57d Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:24:47 +00:00
Antoine Brodin
1f20bf271d Stage support 2014-02-11 20:57: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
Johan van Selst
7a14a04810 Enable stage support 2014-02-10 07:31:17 +00:00
Johan van Selst
093200b051 Enable stage support 2014-02-08 13:10:58 +00:00
Emanuel Haupt
a97fb4a965 Support staging. 2014-02-06 13:28:36 +00:00
Johan van Selst
ba02f78f21 Enable stage support 2014-02-05 19:52:28 +00:00
Martin Wilke
2e95bf0cd1 - Stage support 2014-02-03 13:40:25 +00:00
Baptiste Daroussin
ef086f0077 Switch from ispell to aspell-ispell 2014-01-28 15:30:02 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Raphael Kubo da Costa
1f77f1f913 Update to 12.0.
PR:		ports/185750
Submitted by:	feld@
Approved by:	Jeff Burchell <toxic@doobie.com> (maintainer)
2014-01-19 14:18:17 +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
Johan van Selst
c721770f22 correct plist for staging 2014-01-10 19:02:59 +00:00
Johan van Selst
b1abf0f3db Enable stage support 2014-01-10 18:40:47 +00:00
Andrej Zverev
3d574e7caa - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:30:05 +00:00
Dima Panov
2842932537 - Tell bmake we use the old :L :U modifiers
PR:		185301
Submitted by:	naddy@
2013-12-31 03:45:01 +00:00
Johan van Selst
07df58ac3f - Enable STAGE support
- Simplify OPTIONS handling
2013-12-29 22:31:27 +00:00
Dirk Meyer
1efbf0ed50 - new options PGP2 PGPIN PGPGPG
- do not default to security/pgp, which is broken on amd64
2013-12-29 08:00:22 +00:00
Dirk Meyer
24e7c71e0a - apply gawk patch in any case 2013-12-28 06:39:26 +00:00
Dirk Meyer
e80a770c59 - add LICENSE 2013-12-28 06:37:24 +00:00
Johan van Selst
33d7a827c1 - Update tin to 2.2.0
- Enable STAGE support
2013-12-27 20:20:30 +00:00
Dirk Meyer
38139d5b65 - new option INETD 2013-12-27 16:20:16 +00:00
Baptiste Daroussin
999e63c021 Support stage
Fix shebang
2013-12-27 10:20:38 +00:00
Baptiste Daroussin
361999f99d Support stage
Fix build with modern compilers
2013-12-27 10:18:51 +00:00
Baptiste Daroussin
372e6f6a1d Support stage 2013-12-27 10:12:13 +00:00
Baptiste Daroussin
79a7710acf Support stage
Fix configure script with clang
2013-12-27 10:11:07 +00:00
Baptiste Daroussin
d73ebe397f Support stage
Fix build with clang
Allow packaging as user
2013-12-27 10:04:01 +00:00
Baptiste Daroussin
c07f64abcc Support stage 2013-12-27 10:02:11 +00:00
Baptiste Daroussin
3603578ecc Support stage 2013-12-27 10:01:32 +00:00
Baptiste Daroussin
07af00c73a Support stage 2013-12-27 10:00:14 +00:00
Baptiste Daroussin
7ca417ab99 Support stage 2013-12-27 09:58:03 +00:00
Baptiste Daroussin
aae15c44b2 Add the missing plist bits 2013-12-27 09:52:53 +00:00
Baptiste Daroussin
42daabef36 Support gcc
Fix build on head but enforcing gcc
2013-12-27 09:52:21 +00:00
Baptiste Daroussin
851e129d44 Support stage 2013-12-27 09:49:49 +00:00
Baptiste Daroussin
08029efab0 Support stage 2013-12-27 09:45:54 +00:00
Baptiste Daroussin
2f3a258e5d Support stage 2013-12-27 09:43:50 +00:00
Baptiste Daroussin
6524537c5c Support stage 2013-12-27 09:35:29 +00:00
Baptiste Daroussin
08e4dbaeae Support stage 2013-12-27 09:33:23 +00:00
Baptiste Daroussin
eb1ec6b731 Support stage 2013-12-27 09:32:18 +00:00
Baptiste Daroussin
5af17692d1 Support stage 2013-12-27 09:30:31 +00:00
Baptiste Daroussin
1376c18ec6 Support stage 2013-12-27 09:29:34 +00:00
Dirk Meyer
4132656f31 - use STAGEDIR 2013-12-21 12:53:25 +00:00
Dirk Meyer
230fad1027 - reset owner/group 2013-12-21 09:49:53 +00:00
Dirk Meyer
69d111b272 - use STAGEDIR 2013-12-19 07:39:14 +00:00
Dirk Meyer
de50c23821 - use OPTIONS_SINGLE
- merge defines to master
2013-12-19 07:26:07 +00:00
Dirk Meyer
a7e576f8b2 - use STAGEDIR
- use OPTIONS_SINGLE
- merge defines from slave
- cleanup patches
- fix path to rnews
2013-12-19 07:24:58 +00:00
Dirk Meyer
c0f6b9ab24 - use STAGEDIR
- use OPTIONS_DEFINE
- honor option EXAMPLES
- use pkg-message
- change default path for over.view, note in UPDATING
2013-12-18 16:27:36 +00:00
Dirk Meyer
f7fc18628f - use STAGEDIR 2013-12-17 16:08:30 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Mark Felder
b06ea36cf8 Redesigned rc script to use a pidfile instead of attempting to use web API
which cannot stop the server in some configurations.

I've confirmed in the python codepath that both the web API shutdown and
the signal handling both call save_state() so it is safe to shutdown
this way.

PR:		ports/177944
Approved by:	crees (mentor)
2013-12-05 19:32:43 +00:00
Dirk Meyer
8e450647cb - use STAGEDIR
- USES=gmake
2013-12-01 18:33:26 +00:00
Li-Wen Hsu
63d1c68436 - Support STAGEDIR 2013-11-28 16:08:33 +00:00
Thierry Thomas
db9989e931 - Chase the update of INN;
- Stagify.
2013-11-27 22:33:26 +00:00
Sunpoet Po-Chuan Hsieh
6670f0b757 - Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
2013-11-20 20:51:25 +00:00
Max Khon
0756362fee Unbreak clang build. 2013-11-18 12:11:40 +00:00
Max Khon
2eab7a7202 Fix clang-only build. 2013-11-18 10:33:36 +00:00
Dima Panov
639c936996 - Missed new etc files.
Reported by:	QAT
2013-11-18 02:14:56 +00:00
Dima Panov
131d638448 - Fix MLINKS 2013-11-17 23:25:24 +00:00
Dima Panov
a77cb8b9a6 - Oops, forgot about MAN section during update :(
Noticed by:	QAT
2013-11-17 23:19:12 +00:00
Dima Panov
17647b8db5 - Update to 2.5.3 security release
- Remove outdated patches
- Preserve configured database during upgrade [1]

PR:		183614 [1]
Submitted by:	Horia Racoviceanu [1]
2013-11-17 15:25:56 +00:00
Dirk Meyer
0c8ddf962a - use STAGEDIR
- rename patchfiles
2013-11-16 20:07:54 +00:00
Sunpoet Po-Chuan Hsieh
a653ba704a - Update to 13.2.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/news/topfiles/NEWS
2013-11-15 20:53:42 +00:00
Vanilla I. Shu
af2c66f206 support STAGEDIR. 2013-11-05 13:01:55 +00:00
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Matthias Andree
826216342d Give up on empty directory games about lib/leafnode.
Fix massively broken pkg-plist. (Bump PORTREVISION.)
2013-10-31 02:22:14 +00:00
Matthias Andree
5e1965dcff Attempt to fix build issues.
Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION.
2013-10-31 00:38:31 +00:00
Rusmir Dusko
b1f00efc7e - Reset maintainer to ports@
PR:		ports/183261
Submitted by:	chris petrik <c.petrik.sosa@gmail.com>
Approved by:	pawel / wg (mentors, implicit)
2013-10-29 17:59:47 +00:00
Dirk Meyer
f9a95694ae - revert r331810 2013-10-28 20:17:49 +00:00
Dirk Meyer
b59bfa0126 - use PLIST_FILES 2013-10-28 06:31:18 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Emanuel Haupt
96e924e3e0 Support staging. 2013-10-26 07:52:07 +00:00
Matthias Andree
ebe8dcb8a3 Support staging.
Reorder Makefile targets (post-install after post-patch).
Update to new LIB_DEPENDS format.
Disable chown, and leave that to the package.

Note that this apparently exposes issues with
poudriere testport/make check-orphans due to absolute /var paths.
2013-10-23 22:17:50 +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
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Mark Felder
ec465c0f07 - General cleanup
- unrar and Python are default enabled options
- New p7zip option, disabled by default
- The final release of 11.0 only requires --disable-sigchld-handler on
  32bit FreeBSD [1]

[1] http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&start=10

PR:		ports/183026
Approved by:	maintainer, swills (mentor)
2013-10-18 15:02:22 +00:00
Tim Bishop
e94f806db4 - Remove no longer needed MAN1 from Makefile.
Submitted by:	az
2013-10-18 09:23:34 +00:00
Tim Bishop
4e207b09be - Update to 2.18 [1]
- Add stage support

Submitted by:	Andre Heider <a.heider@gmail.com> [1]
2013-10-17 15:54:33 +00:00
Danilo Egea Gondolfo
9d855d1b38 - Update from 10.2 to 11.0 [1]
- Remove gmake from USES [1]
- Convert LIB_DEPENDS to new syntax
- Add options helpers
- Add stage support

PR:		ports/182867
Submitted by:	Jeff Burchell <toxic@doobie.com> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-11 05:57:14 +00:00
Mark Felder
d4c4d3cc6f - Update to 0.7.16
- STAGE support

Approved by:	crees (mentor)
2013-10-07 16:02:20 +00:00
Johan van Selst
747c0c97a5 Use PKGNAMESUFFIX and remove NO_LATEST_LINK
Suggested by:	bapt
2013-10-06 15:22:10 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Matthias Andree
264c555c5e Support staging, and update LIB_DEPENDS format. 2013-09-30 21:37:18 +00:00
Dirk Meyer
0bc513777a - fix perl compatibility with getopt 2013-09-23 18:54:29 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Guido Falsi
73aadfabb8 - Add explicit $ICONV_LIB
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-19 22:24:49 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +00:00
Guido Falsi
033e4d2b29 Add missing iconv in USES.
Reported by:	swills
Approved by:    portmgr (bapt, implicit)
2013-09-13 14:45:55 +00:00
Sunpoet Po-Chuan Hsieh
a9b5868fc8 - Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Cleanup Makefile header

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/news/topfiles/NEWS
2013-09-07 16:15:40 +00:00
Baptiste Daroussin
3a4866fb15 Add an explicit dependency on pkgconf 2013-09-05 09:15:49 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Mark Felder
4e33fa2dc3 Fix SSL and Feedparser options
PR:		ports/181806
Approved by:	crees (mentor)
2013-09-04 17:39:41 +00:00
Dirk Meyer
9d82b16ff9 - cleanup configure stage
- fix side effects in Makefile
2013-09-03 19:04:16 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
3f0ee0e031 Add an explicit dependency on pkgconf 2013-09-02 22:11:23 +00:00
Andrej Zverev
ca11b0d6e9 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:22:47 +00:00
Alexey Dokuchaev
8223a9e378 - Enable SSL by default again, missed during OptionsNG conversion in r325030
- Fix a silly typo: double -e option was passed to sed(1), breaking slave
  `news/suck-cnews' port
- Bump port revision, as defaults had changed (again)

Noticed by:	dinoex
Pointy hat to:	danfe
2013-08-30 13:01:33 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
Alexey Dokuchaev
dd2bb3f6ad Couple of minor, non-functional changes forgotten in the previous commits. 2013-08-24 16:46:12 +00:00
Alexey Dokuchaev
885c52414d - Try to unbreak parallel builds (-jX); respect CC/LD and CFLAGS
- Trim Makefile header, fix a typo in email address
- Convert USE_GMAKE, define LICENSE (GPLv2), sort the knobs
- Allow non-root installation: pre-install should be pre-su-install
  since it touches non-user writable directory
- Make INSTALL_DATA command atomic and $cwd-agnostic
- While here, fix port description: drop explicit author attribution
  and use space, not tab, after WWW: per PH section 3.2.1

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-24 16:23:43 +00:00
Alexey Dokuchaev
7206deaa2e - Attempt to unbreak parallel (-jX) builds: call sub-makes correctly
- Pad pkg-message display for consistency of port vs. package install
- Cleanup the port a bit: drop gratuitous variables, use REINPLACE_CMD
  instead of MV/SED, convert to OptionsNG, etc.

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-22 11:18:13 +00:00
Alexey Dokuchaev
626caaab55 - Unbreak parallel builds (sf.net ticket #116)
- Cleanup Makefile a bit while here
- Kill EOL space, correctly spell FidoNet

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-21 11:17:07 +00:00
Alexey Dokuchaev
cc5738c701 - Allow parallel (-jX) builds to work: some object files
depend on the generated header; convert USE_GMAKE
- Use contemporary form of MASTER_SITES for local distfiles
- Convert to OptionsNG (SSL and EXAMPLES only this time)
- Utilize REINPLACE_CMD more vividly in post-patch
- Simplify installation of examples while here

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-20 05:36:09 +00:00
Steve Wills
753e952e7d - Fix build on CURRENT 2013-08-18 19:19:11 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Alexey Dokuchaev
d451e40da1 - Fix Makefile header, normalize COMMENT, add LICENSE
- Make the port parallel build (-jX) safe
- Install manual page relative to MANPREFIX
- Convert to OptionsNG (DOCS), sort the knobs, etc.
- Reformat pkg-message, convert three-line pkg-plist

While here, mute REINPLACE_CMD (debug leftover) from previous commit.

Reported by:	pointyhat-west
2013-07-27 11:12:27 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Andrej Zverev
b9cf423050 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 10:46:37 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Johan van Selst
52b5fab34e Rename pipe2 variable to avoid conflict with pipe2 function
Fixes compilation on CURRENT
2013-07-19 14:28:59 +00:00
Baptiste Daroussin
55c7913e0e Do not define gmake usage after pre.mk
While here:
- trim headers
- convert to uses=gmake
- remove now useless pre.mk/post.mk dancing
2013-07-12 12:28:43 +00:00
Baptiste Daroussin
0bdf3055bd Mark as job unsafe 2013-07-10 17:04:49 +00:00
Baptiste Daroussin
ff8ef96b46 Mark jobs unsafe 2013-07-10 11:57:49 +00:00
Pav Lucistnik
0caf410ed8 - Drop all my ports 2013-07-09 21:26:48 +00:00
Mark Felder
4c3c70b590 - Update to 0.7.14
Approved by: swills (mentor)
2013-07-08 17:43:15 +00:00
Mark Felder
922c03c944 - Add REQUIRE keyword fixing startup order
Submitted by: matt.raspberry@gmail.com
Approved by: crees (mentor)
2013-06-29 14:28:10 +00:00
Mark Felder
5d14ec6137 - Update to 0.7.13
Approved by: crees (mentor)
2013-06-28 20:08:25 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
William Grzybowski
5d910c3624 news/nzbget: fix build with openssl
- Fix build with OpenSSL, path to base lib

PR:		ports/179508
Submitted by:	Nicolas Raspail <nicolas@whisperingvault.net>
Approved by:	maintainer (timeout)
2013-06-26 21:53:51 +00:00
Antoine Brodin
a7ee38adaf - Trim Makefile header
- Convert to PORT_OPTIONS
- Add a missing directory to pkg-plist
2013-06-20 16:18:29 +00:00
Dirk Meyer
e4f7d6f685 - fix patch naming 2013-06-15 11:48:42 +00:00
Matthias Andree
2329c6fcd5 Update to new upstream release 1.11.10, fixing abort() when running
fetchnews in verbose mode.
2013-06-11 22:00:36 +00:00
Martin Wilke
cdc3589d71 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 02:18:11 +00:00
Matthias Andree
b68d6da8d8 Update to new upstream version 1.11.9.
ChangeLog: http://www.leafnode.org/NEWS.txt
2013-06-10 23:58:25 +00:00
William Grzybowski
2d75064e04 - Remove USE_GCC for PAR option
libpar2 has been update and compiles with clang, so as the configure test.

PR:		ports/179399
Submitted by:	wg (myself)
Approved by:	culot / jpaetzel (mentors, implicit), maintainer
2013-06-08 19:53:32 +00:00
Steve Wills
5c4ec3ffcc - Put back PATH setting, so that unrar and par2 are found, but only add it to
prestart
- Bump PORTREVISION

Reported by:	flo
Submitted by:	"Mark Felder" <feld@feld.me> (maintainer, private email)
2013-05-30 17:18:21 +00:00
Baptiste Daroussin
6cbb095e83 Fix build with new flex version 2013-05-27 13:30:20 +00:00
Steve Wills
dbac5fdf8a - Update to 0.7.12
- rc script passes rclint now

PR:		ports/178886
Submitted by:	Mark Felder <feld@feld.me>
2013-05-27 01:28:29 +00:00
William Grzybowski
827df33b5a - Update to 10.2 [1]
- Fix typo in pkg-descr
- Remove PORTDOCS in Makefile
- USE_GCC for PAR option (test fails with clang)

Changes: http://nzbget.sourceforge.net/History_%28ChangeLog%29

PR:		ports/177839 [1]
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> [1]
Approved by:	jpaetzel (mentor)
2013-05-26 20:15:30 +00:00
Bryan Drewery
edd15b0ec3 Fix another syntax error from conversion 2013-05-24 11:47:26 +00:00
Bryan Drewery
f8ddb11b40 - Fix options conversion 2013-05-24 11:46:11 +00:00
Koop Mast
fd2af4bdc0 Swith to gmime 2.6, pan prefers it over gmime 2.4.
Fix reversed logic in the GTK3 option [1].

PR:		ports/177973
Submitted by:	Thomas Mueller <tmueller@sysgo.com>
2013-05-22 09:30:19 +00:00
William Grzybowski
4568ca3b53 - Fix undetermined strings [1]
- Trim Makefile header
- Use OptionsNG for DOCS option

PR:		ports/177660 [1]
Submitted by:	John Marino <draco@marino.st> [1]
Approved by:	culot (mentor)
2013-05-15 19:39:20 +00:00
Dirk Meyer
de515f214d - update WWW
- update MASTER_SITES
2013-05-13 15:32:01 +00:00
Matthias Andree
7099acd456 Make pkgNG happier.
Reported by:	miwi
2013-05-13 05:39:50 +00:00
Baptiste Daroussin
df06cc9690 Convert to new options framework 2013-05-10 16:24:05 +00:00
Max Khon
13b670ee0c Unbreak on !i386. 2013-05-09 06:59:06 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Jason Helfman
057a0f2dbc - USES conversions
Approved by:	portmgr (bapt@)
2013-04-30 07:11:19 +00:00