Commit graph

1170 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5140487d87 - Update WWW 2014-07-08 03:41:40 +00:00
Mathieu Arnold
52e9ae1c28 This port is not stage clean.
Approved by:	portmgr (implicit)
Sponsored by:	Absolight
2014-07-03 15:07:00 +00:00
Jason E. Hale
88ccd7cce4 - Support staging
- Update MASTER_SITES
- Use options helpers
- WWW disappeared, so use old site
2014-07-03 14:45:05 +00:00
Dmitry Marakasov
936bf98632 - Fix fetch
- Switch to USES=libtool
2014-07-03 00:48:13 +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
Martin Matuska
085deab3cb Update phoronix-test-suite to 5.2.0
Stage
2014-06-29 12:26:47 +00:00
Antoine Brodin
75d509b91a Reset maintainer, email bounces
With hat:	portmgr
2014-06-26 16:06:17 +00:00
Stephen Montgomery-Smith
62c80df379 - Set license_file. 2014-06-23 00:09:12 +00:00
Dmitry Marakasov
d09b50c436 - Switch to USES=libtool, drop .la files
- Fix GNU_CONFIGURE

Approved by:	portmgr blanket
2014-06-19 13:15:37 +00:00
Bruce A. Mah
4a93b234ef Update to iperf-3.0.5, also track new MASTER_SITES.
While here, use PORTDOCS for listing documentation files.

Approved by:	mat (mentor)
Sponsored by:	ESnet
2014-06-17 18:20:18 +00:00
Vanilla I. Shu
be758acae1 1: Stagify.
2: use @sample on pkg-plist.
3: bump version.
2014-06-13 14:48:58 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +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
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Olli Hauer
46e1755ca1 - add stage support 2014-06-01 09:34:52 +00:00
Olli Hauer
b3f95b0e35 cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
2014-06-01 09:00:15 +00:00
Baptiste Daroussin
88a143795b Convert to USES=pgsql
With hat:	portmgr
2014-05-27 10:42:11 +00:00
Alexey Dokuchaev
62abe08f9d - Fix parallel builds (-jX) and remove MAKE_JOBS_UNSAFE
- Utilize PLIST_FILES and PORTDOCS instead of pkg-plist
- Reword port description a bit; fix Makefile header
2014-05-26 08:47:51 +00:00
Alex Kozlov
f8ed265db4 - Convert to OptionsNG
Approved by:	portmgr (blanket)
2014-05-22 18:24:21 +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
Steven Kreuzer
d7669b5c55 Update to version 2.1.9 2014-05-13 12:44:12 +00:00
Ganael LAPLANCHE
782412b4a4 Fix build with Gcc/libstdc++
PR:		ports/188678
Submitted by:	Matthew Rezny <matthew@reztek.cz>
Tested by:	marino
2014-05-12 06:50:03 +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
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +00:00
Pawel Pekala
db5f642837 - Fix staging when DOCS=off [1]
- Switch to PLIST_FILES
- Use options helpers

PR:		ports/188390 [1] (patch not used)
Submitted by:	Alexey Markov <redrat@mail.ru>
2014-05-03 15:24:02 +00:00
Ganael LAPLANCHE
0436ef631b - Remove GCC dependency
- Fix several compilation warnings

PR:		ports/188678
Submitted by:	Matthew Rezny <matthew@reztek.cz>
2014-04-28 11:39:52 +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
Thierry Thomas
b649aeca0f - Convert to pkg-message
- Change my address.
2014-04-05 19:16:48 +00:00
Thierry Thomas
3f57818e4e Stagify. 2014-04-05 19:05:58 +00:00
Baptiste Daroussin
f562dd4993 s/post-patch-script/post-patch/ 2014-04-04 13:01:08 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +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
John Marino
6008739da8 PNET group: use EXPIRATION_DATE, not EXPIRATION 2014-03-28 13:47:31 +00:00
John Marino
9212abea29 Expire PNET and all dependencies: Abandonware, alpha quality
PNET was never more than alpha quality software and IMO never deserved
a place in ports.  It has been abandoned for years and no releases since
March 2007.   To celebrate this dubious anniversary, I'm setting a
countdown on these ports.  As illustration, even pkgsrc, which doesn't
throw anything way, eliminated their PNET ports over a year ago.

I brought up the subject to Sylvio, the maintainer, well over a year ago
but he's been MIA the entire time, so I am also resetting maintainership
now as well.

Checking on http://www.gnu.org/software/dotgnu/, it informs that the
DotGNU project has been decommissioned since December 2012.

Execution on May Day.
2014-03-28 13:24:35 +00:00
Bruce A. Mah
d2a5f28bc6 Update to iperf3 3.0.3.
Move PLIST out of the Makefile and into a separate pkg-plist file.

Approved by:	mat (mentor)
Sponsored by:	ESnet
2014-03-27 03:36:33 +00:00
Pawel Pekala
af07a759f3 - Convert to new options framework
- Support staging
2014-03-20 13:15:50 +00:00
Baptiste Daroussin
16ea4dd5a8 Convert to USES=lha 2014-03-12 09:49:06 +00:00
Bruce A. Mah
86f8853fb1 Update to iperf3 3.0.2.
Approved by:	mat (mentor)
Sponsored by:	ESnet
2014-03-11 16:01:35 +00:00
Martin Wilke
f060bf46c1 - Update to 0.73
- Use new options helper
- Update pkg-descr

PR:		187289
Submitted by:	ports fury
2014-03-11 02:36:27 +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
Antoine Brodin
42cd3e46fb Fix ignore check 2014-03-08 14:28:33 +00:00
Baptiste Daroussin
d574c51a4f Convert b* to USES=zip 2014-03-07 15:52:40 +00:00
Brooks Davis
58c290cd22 Spell OPTIONS_DEFAULT conventionally.
Bump PORTREVISION as this changes the package.
2014-03-05 21:17:30 +00:00
Baptiste Daroussin
a35f3dd7a2 Readd USE_GCC=any while it builds fine with clang, it is not compatible with libc++ 2014-03-03 12:23:16 +00:00
Baptiste Daroussin
2ff29339f0 Remove USE_GCC=any the ports builds fine with clang 3.3+ 2014-03-03 00:01:34 +00:00
Gerald Pfeifer
1a082e26a1 This needs a modern version of GCC, not just any version of GCC, to
make sure things build on FreeBSD 9.x as well as 10.x.
2014-03-02 19:57:30 +00:00
Alexander Motin
c58f4b5dbd Fix integer type overflow, limiting test range to first 4GB of the media.
Reviewed by:	pjd
2014-03-02 18:19:48 +00:00
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Emanuel Haupt
855d072aef Support staging 2014-02-26 06:30:06 +00:00
Antoine Brodin
69d102e215 - Unbreak, it seems this port wants libpcap from ports not base
- Stage support

Reported by:	pkg-fallout
2014-02-22 17:09:47 +00:00