Commit graph

8647 commits

Author SHA1 Message Date
Dmitry Marakasov
e3cc604e9c - Convert texproc/uim and friends to USES=libtool, drop .la files
- Bump ports dependent on uim as some .so versions have changed
- While here, convert some USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr blanket
2014-07-25 12:19:07 +00:00
Baptiste Daroussin
752da6b94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 16:33:10 +00:00
Guido Falsi
e99d0fcada - Update to 0.6.2
- Add devel/libsysinfo to LIB_DEPENDS
- Add x11/xmessage to RUN_DEPENDS
- Add netstatus, volumeasla, thermal, cpu, cpufreq,
  monitors and wnckpager plugins to CONFIGURE_ARGS
- Add cpufreq, netstatus and thermal plugin patches
- Add batt plugin patch
- Remove -Wno-return-type from CFLAGS
- Change ALSA_RUN_DEPENDS to ALSA_LIB_DEPENDS

PR:		190362
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-07-24 13:12:35 +00:00
Dmitry Marakasov
53506387f7 - Switch to USES=libtool, drop .la files
- Strip binaries
- Fix shebangs
2014-07-24 11:27:04 +00:00
Raphael Kubo da Costa
c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Alexey Dokuchaev
281f5ab696 - Fix the build across the gang; stagify and undeprecate
- Update CONFLICTS, remove vestiges of Gnome 1.x support
2014-07-23 11:28:40 +00:00
Tijl Coosemans
c958a48581 Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
2014-07-23 10:28:03 +00:00
Dmitry Marakasov
6edb625ebc - Fix shebang
Approved by:	portmgr blanket
2014-07-23 09:41:10 +00:00
Dmitry Marakasov
83390a8b7f - Update to 0.85.0
- Bring back xine support
- Strip binaries
2014-07-22 22:08:29 +00:00
Rusmir Dusko
d33e5bfd7e - Update to 0.6.2, Announce message:
A lot of bug fixes.
    Add commands to the dbus interface.
    Add command line options to control the keyboard.
    Move at-spi2 handling to a new process in order to avoid deadlocks.
    Implement a floating icon for desktops with no systray.
    Fix gradients.
    remove deprecated GTK3 functions.

- Remove BUILD_DEPENDS and RUN_DEPENDS, implicit
- Add USES=libtool, .la
- Change USE_GSTREAMER to USE_GSTREAMER1
- Add --disable-static to CONFIGURE_ARGS
- Quote variable in CONFIGURE_ARGS
- Add NLS_CONFIGURE_ENABLE=nls
- Strip library
- Change pkg-plist

PR:		190363
Submitted by:	maintainer (Horia Racoviceanu)
2014-07-22 20:27:54 +00:00
Baptiste Daroussin
9d16fc36a8 Update to 7.0.26 2014-07-20 22:52:59 +00:00
Baptiste Daroussin
d519b6dc3f Update to 2.12
Strip binaries
2014-07-20 22:51:38 +00:00
Baptiste Daroussin
04278c1c2c Update to 1.0.6
Strip binaries
2014-07-20 22:49:21 +00:00
Baptiste Daroussin
75311f9fa0 Update to 1.0.9
Strip binaries
2014-07-20 22:48:30 +00:00
Baptiste Daroussin
7aecf960bb Update to 0.4.2
Strip binaries
2014-07-20 22:47:34 +00:00
Baptiste Daroussin
2ac766a699 Update to 1.7.4
Strip binaries
2014-07-20 22:46:12 +00:00
Baptiste Daroussin
066d023bd2 Update to 1.0.9
strip binaries
2014-07-20 22:45:00 +00:00
Baptiste Daroussin
82408f4141 Update to 2.3.1 2014-07-20 22:43:38 +00:00
Veniamin Gvozdikov
0af95c83f9 New port: x11/leechcraft
LeechCraft is a free open source cross-platform modular live environment.
It has modules for everything:

* Full-featured web-browser with support for all major web-standards.
* Advanced multiprotocol modular IM client currently supporting XMPP (Jabber),
IRC, WLM/MSN, MRIM and quite a few other protocols and with a bunch of
features from metacontacts and Off-The-Record support to audio calls.
* Collection-oriented media player with a lot of features from gapless
playback and transcoding for removable devices to social features like
recommended artists and nearby events.
* Efficient and fast BitTorrent client with full support for the BitTorrent
protocol and all its widespread extensions and magnet links.
* Modular document viewer supporting PDF, DjVu, PostScript, MOBI and other
formats.
* RSS feed reader supporting common feed formats with extensions like MediaRSS
or GeoRSS as well as with extensive support for Broadcatching and podcasts and
their automatic retrieval.
* User-space package manager with its own repository of plugins, themes, icons
and much more.
* A bunch of Desktop Environment-enabling modules from window manager
controller to power manager, taskbar, tray and a customizable panel.
* The "Summary" tab that displays all your downloads, updates and statuses.

PR:		170571
Submitted by:	myself
2014-07-20 16:13:50 +00:00
Emanuel Haupt
dba2c54526 - Add radio-style selection of Xaw3d/Xaw3dxft/neXtaw
- Add option to enable the logging function of xterm

Submitted by:   "S. Wall" <xterm-user@wallfamily.us> (based on)
2014-07-18 08:02:55 +00:00
Raphael Kubo da Costa
de5d8c26a8 Add patch to fix a SSL MITM vulnerability in the POP3 ioslave.
MFH:		2014Q3
Security:	4a114331-0d24-11e4-8dd2-5453ed2e2b49
2014-07-16 20:13:17 +00:00
Baptiste Daroussin
6ca92592d5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:44:04 +00:00
Adam Weinberger
e894c29ad5 Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
2014-07-16 03:34:56 +00:00
Adam Weinberger
8f42b29354 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 17:14:33 +00:00
Emanuel Haupt
ca53ab48f7 Remove patches that are not functionally relevant (accidentally imported with
the previous commit).
2014-07-15 12:31:32 +00:00
Emanuel Haupt
03d9c6ceb8 Add an Xaw 3d xft library support option. 2014-07-15 12:24:32 +00:00
Baptiste Daroussin
ebad0cdb45 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:59:13 +00:00
Emanuel Haupt
0a84704697 Update to 309 2014-07-14 10:10:25 +00:00
Baptiste Daroussin
ce21d8d964 Convert to new LIB_DEPENDS
With hat:	portmgr
2014-07-13 16:59:42 +00:00
Jung-uk Kim
d3839cf9e1 Fix xshmfence_alloc_shm() on 8.3 and 9.x. O_CLOEXEC is available on all
supported versions but mkostemp(3) is only available from 10.0.  Therfore,
the fd was not properly initialized on them.
2014-07-08 21:06:40 +00:00
Sean Bruno
00ece54f31 Fix typo in pkgplist for options XDMSHELL
PR:		186391
Submitted by:	elrond@phoe.frmug.org
Reviewed by:	kwm
2014-07-08 15:51:09 +00:00
Sean Bruno
22b0bf9681 Move include of float.h to enable build on armv6
PR:		190983
Submitted by:	andrew@freebsd.org
Reviewed by:	mat@freebsd.org
2014-07-05 23:21:46 +00:00
Raphael Kubo da Costa
f19bffc0fe Fix the way --with-mmx is passed to configure.
<OPTION>_CONFIGURE_ARGS does not exist, so the option was not being passed
at all. We need <OPTION>_CONFIGURE_WITH here.

CR:		D357
Approved by:	olgeni (maintainer)
2014-07-05 19:32:50 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Adam Weinberger
6c12cc811b Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 23:16:47 +00:00
Rene Ladan
2cf40c9314 Remove expired ports:
2014-07-04 x11-clocks/wmitime
2014-07-04 x11/xorg-edit: Depends on older version of wxGTK
2014-07-04 18:53:35 +00:00
Baptiste Daroussin
f817e54335 Add dependency on perl (run)
Use options helpers
Use modern lib_depends
2014-07-04 09:58:49 +00:00
Danilo Egea Gondolfo
c699e30fbf - Update from 1.2.0 to 1.2.1
- Add libtoolize:env to USE_AUTOTOOLS
- Add static libraries to Options, remove from default
- Add nls to CONFIGURE_ARGS
while here
- Use @sample in pkg-plist

PR:		ports/191589
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-07-04 04:06:22 +00:00
Dmitry Marakasov
99158e61c6 - Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-03 11:35:21 +00:00
Baptiste Daroussin
ed9c6dc173 Mark as broken and set deprecation date to stage EOL
With hat:	portmgr
2014-07-02 06:57:38 +00:00
Tijl Coosemans
366d3f6908 - New LIB_DEPENDS syntax
- Add USES=libtool
2014-07-01 22:16:23 +00:00
Tijl Coosemans
50279924cf Add USES=libtool 2014-07-01 21:43:54 +00:00
Tijl Coosemans
aaafc1cb96 - Convert to USES=libtool
- Rearrange Makefile a bit
2014-07-01 21:42:25 +00:00
Tijl Coosemans
0285fbcb07 - Fix problems with the location of the locale directory by setting
CPPFLAGS and LIBS instead of using a patch
- Use option helpers for NLS option
- Add USES=libtool
2014-07-01 21:08:43 +00:00
Tijl Coosemans
0167e3d083 - Install documentation in standard location
- Add USES=libtool and bump dependent ports
- Use OPTIONS_SUB
2014-07-01 19:38:35 +00:00
Tijl Coosemans
9a5583ea9e - USES=libtool tar:bzip2
- Remove pthread patches
2014-07-01 19:22:37 +00:00
Tijl Coosemans
e23052d85f Convert to USES=libtool 2014-07-01 18:55:15 +00:00
Tijl Coosemans
99a0320463 Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent ports 2014-07-01 18:53:47 +00:00
Tijl Coosemans
7f1c520d06 - USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
2014-07-01 18:39:09 +00:00
Tijl Coosemans
3c32c2b633 - Convert to USES=libtool
- Replace -L/usr/X11R6/lib with -L/usr/local/lib in patch
2014-07-01 18:24:05 +00:00
Tijl Coosemans
8a4b2f03c7 USES=libtool tar:bzip2 2014-07-01 18:16:52 +00:00
Koop Mast
2a34757d99 Remove no_stage. This has no impact since this port doesn't build at
present. Updated, staged and most important working version will be
committed this summer! With some extra 'random' stuff.
2014-06-30 21:48:11 +00:00
Tijl Coosemans
5123b58834 - Add USES=libtool to x11-toolkits/xforms and bump dependent ports.
- Remove xforms dependency from graphics/qslim.
2014-06-30 17:52:23 +00:00
Tijl Coosemans
97a5771bb5 x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS.  Not needed and it
  causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.

x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
  because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
2014-06-29 21:45:03 +00:00
Olivier Duchateau
990d366814 - Convert USE_BZIP2 to USES
- Switch to USES= libtool, drop .la files
- Add LICENSE_FILE
- Bump PORTREVISION

Approved by:	portmgr blanket
2014-06-28 13:10:01 +00:00
Olivier Duchateau
02d5f8ac59 - Convert USE_BZIP2 to USES
- Add LICENSE

Approved by:	portmgr blanket
2014-06-28 12:56:16 +00:00
Antoine Brodin
df1f66d426 Reset maintainer, email bounces
With hat:	portmgr
2014-06-28 07:48:01 +00:00
Danilo Egea Gondolfo
5e20a13809 - Update from 3.1.3 to 3.1.4 2014-06-26 17:58:13 +00:00
Baptiste Daroussin
7d99bffbf0 Stagify (this is a meta ports hence no mtree) 2014-06-26 15:56:17 +00:00
Antoine Brodin
af7cc6136e Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 13:51:14 +00:00
Antoine Brodin
79cee04bec Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 07:32:36 +00:00
Olivier Duchateau
7e9d763d1e - Update to 1.4.0
- Add LICENSE_FILE
2014-06-25 15:38:23 +00:00
Renato Botelho
84ed3cbb4f Update to 0.3.9 2014-06-25 11:20:10 +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
Alexey Dokuchaev
7b7db2ff12 - Reapply r331937 that got somehow lost back
- Convert USE_BZIP2 to USES while here

Pointy hat to:	zeising
2014-06-24 07:54:12 +00:00
Baptiste Daroussin
6d92b3c4cf Remove packagekit from gnome2 packages to allow having a gnome2 package in the release
With hat:	portmgr
2014-06-22 22:30:47 +00:00
Tijl Coosemans
3e4a806167 Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-06-22 10:44:29 +00:00
Jimmy Olgeni
cea2c9fc27 Upgrade to version 0.97.
PR:		190886
Submitted by:	olgeni
Approved by:	maintainer
2014-06-21 15:48:37 +00:00
Emanuel Haupt
e18a21b0b6 Update to 308 2014-06-20 12:02:16 +00:00
John Marino
ecc4e0248a x11/sterm: Upgrade version 0.4.1 => 0.5
PR:		188302
Submitted by:	anonymous (gmail)
Approved by:	maintainer timeout (2 months)
Verified by:	Redports 8x pass
2014-06-18 22:43:25 +00:00
Alex Kozlov
ce3eca6187 - Remove sysutils/gtk-send-pr, it's obsolete after transition to Bugzilla
Approved by:	gnome (kwm)
2014-06-18 20:14:08 +00:00
Emanuel Haupt
41122b83fe Update to 307 2014-06-18 18:16:57 +00:00
Koop Mast
cf906e5cf2 Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]

JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
  the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
  anymore at run-time.

PR:		185462 [1]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
2014-06-17 20:05:30 +00:00
Marcus von Appen
0d6c257ebe - 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-17 16:56:01 +00:00
Martin Wilke
e1747056d9 - Update to 3.2
PR:		191099
2014-06-17 15:48:54 +00:00
Vanilla I. Shu
225be7dbd0 1: remove NO_STAGE
2: switch tar:bzip2

Approved by:	portmgr@
2014-06-17 15:18:08 +00:00
MANTANI Nobutaka
7691d1063b Update to 3.3.6. 2014-06-16 12:13:36 +00:00
Niclas Zeising
b31ab69b33 Fix build on CURRENT. 2014-06-14 14:56:36 +00:00
Martin Wilke
61f6fcd5fc - Update to 1.10.1
PR:		190906
Submitted by:	ports fury
2014-06-14 05:59:13 +00:00
Niclas Zeising
1dc8933449 Update to 5.29 2014-06-13 18:25:07 +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
5868438ed6 Add staging support; do not @dirrmtry directories owned by dependencies. 2014-06-10 18:36:46 +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
Cy Schubert
100908c86d Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Dmitry Marakasov
837043c5d1 - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-09 20:40:41 +00:00
Dmitry Marakasov
fb1f93a73f - Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
2014-06-06 13:21:59 +00:00
Dmitry Marakasov
47996e70a5 - Fix build on 10.x+
- Fix and sort plist
- Use new LIB_DEPENDS syntax
- Whitespace nits

MFH:		2014Q2
2014-06-05 19:57:16 +00:00
Dmitry Marakasov
eaba056af6 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 18:05:53 +00:00
Dmitry Marakasov
0ab52e50c8 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 18:05:41 +00:00
Dmitry Marakasov
05b5968a8f - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-06-05 09:03:55 +00:00
Raphael Kubo da Costa
bb027d45e3 Add upstream patch to fix the build of the translation ports after r353989.
The libxml2 fix for CVE-2014-0191 broke meinproc4, which resulted in the KDE
translation ports failing to build.

MFH:		2014Q2
2014-06-04 21:55:08 +00:00
Baptiste Daroussin
ab929fd691 Switch to wxGTK 3.0 now that is supports wxGTK 2.6 API 2014-06-04 09:59:31 +00:00
Baptiste Daroussin
b03b72d4c9 Deprecate a ports that work on wxGTK 2.8 only because of compatibility with wxGTK 2.6 (activated by default in wxGTK 2.8 not in wxGTK 3.0)
wxGTK 2.6 is EOLed for long
2014-06-04 06:53:28 +00:00
Emanuel Haupt
4be10c3472 Update to 306 2014-06-04 06:26:01 +00:00
Dmitry Marakasov
db8e99440b - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-06-04 03:12:02 +00:00
Emanuel Haupt
ea0fbce592 Update to 305 2014-06-03 13:42:45 +00:00
Dmitry Marakasov
bed55d358e - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-02 23:33:40 +00:00
Olivier Duchateau
70ab5c22f1 - Update to 1.2.6
Announce: https://mail.xfce.org/pipermail/xfce-announce/2014-May/000325.html
2014-05-31 19:21:19 +00:00
Tijl Coosemans
8caa4c3a39 USES=libtool:keepla tar:bzip2. 2014-05-30 13:33:15 +00:00
Rene Ladan
781e4f52cd Remove expired ports:
2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on
2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on
2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on
2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on
2014-05-27 21:22:44 +00:00
Emanuel Haupt
3e93215c08 Update to 304
PR:		190185
Submitted by:	pi
2014-05-27 12:18:47 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
912c68df95 Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 09:24:47 +00:00
Steve Wills
45c27c87f9 - Update to 0.12.6
- Use variables in plist to avoid having to update it in future versions
2014-05-23 17:23:01 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
Alex Kozlov
b9782138b7 - Use @sample to handle configuration file 2014-05-22 19:24:21 +00:00
Steve Wills
a890339a6e - Update to 0.12.5
- Fix for bzip USES

PR:		ports/189635
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-22 03:23:50 +00:00
Marius Strobl
b4449fb54a Fix two issues with r354638:
- Use MACHINE_CPUARCH rather than MACHINE_ARCH. While the former technically
  is more correct it unfortunately doesn't exist in stable/8, yet, and using
  the latter actually doesn't make a difference for i386.
- Allow to build nvidia-driver on OSVERSION > 1000052 with the LINUX option
  enabled.

Reported by:	swills
2014-05-21 10:32:46 +00:00
Marius Strobl
773fd2d837 - Update nvidia-driver to 331.67.
- For i386, allow to build the non-legacy NVIDIA drivers with PAE support
  via an option, defaulting to disabled. This is tricky in two ways. First
  off, while their binary part is PAE-capable since around version 285,
  their build glue and wrapper only partially is. Second, for modules
  built along the kernel, enabled PAE support would be picked up via the
  generated opt_global.h from KERNBUILDDIR, which isn't available when
  compiling modules stand-alone. Nevertheless, these source modifications
  are modeled in a way so they also do the right thing when integrating a
  nvidia-driver module into a kernel build.

Approved by:	maintainer timeout (2 weeks)
Sponsored by:   Bally Wulff Games & Entertainment GmbH
2014-05-20 13:23:15 +00:00
Alex Kozlov
3597b1f0e8 - Fix CATEGORIES order
Reported by:	erwin
2014-05-20 13:13:56 +00:00
Alex Kozlov
5d6a8e4ab8 - Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
2014-05-20 06:06:35 +00:00
Tijl Coosemans
5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00
Renato Botelho
7c2d4fb932 Move to USES=tar:bzip2 2014-05-16 15:29:00 +00:00
Pawel Pekala
1bc4cb6443 Update to version 3.19 2014-05-15 15:20:59 +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
Tijl Coosemans
1f8935d509 Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]

audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.

Approved by:	portmgr (implicit) [1]
2014-05-13 11:54:53 +00:00
Tijl Coosemans
b5c2d79aad - USES=libtool:oldver tar:bzip2.
- INSTALL_TARGET=install-strip.
2014-05-13 10:30:58 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Dmitry Marakasov
bb67066000 - Remove redundant dependency
- Don't remove mtree directories

PR:		185917
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-05-12 02:39:47 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +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
Tijl Coosemans
10eec45cc8 Add USES=libtool:keepla tar:bzip. 2014-05-10 11:09:22 +00:00
Sunpoet Po-Chuan Hsieh
d60b005d21 - Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-05-08 03:25:06 +00:00
Dmitry Marakasov
dd660ea58d - Convert USE_BZIP2 to USES 2014-05-07 18:21:33 +00:00
Tijl Coosemans
3a759a9883 Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.
And USES=tar:bzip2 here and there.

deskutils/xfce4-notification-daemon:
- Don't patch Makefile.am.
- Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not
  imply it.

x11/xfce4-wmdock-plugin:
- Make it fetchable.
2014-05-06 14:44:07 +00:00
Koop Mast
2a5b8b1446 Remove gnome-games-extra-data, it not used in GNOME3. 2014-05-05 14: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
Jason Helfman
1bd96dd54f - fix staging issue, bump portrevision as build behavior is changed
- while here convert bzip2 to new uses framework

PR:             188779
Submitted by:   john.hein@microsemi.com (via mail)
2014-04-29 22:47:23 +00:00
Tijl Coosemans
0f4e2dc25a Fix build after r351936 by adding a dependency on libICE.
Reported by:	olgeni
2014-04-29 16:17:08 +00:00
Thierry Thomas
0306b5ab1f Upgrade to 9.20.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
2014-04-27 13:18:10 +00:00
Danilo Egea Gondolfo
c255964061 - Convert USE_BZIP2 to USES 2014-04-26 14:38:30 +00:00
Nicola Vitale
6173183add - Add graphics/librsvg2 to LIB_DEPENDS
- Bump PORTREVISION
2014-04-26 02:06:38 +00:00
Baptiste Daroussin
f356f1035f Remove libtool from USE_AUTOTOOLS
Reported by:	tijl
2014-04-25 21:36:10 +00:00
Baptiste Daroussin
f8472ea346 Fix expiration date
With hat:	portmgr
Reported by:	Dan Langille
2014-04-25 13:46:13 +00:00
Baptiste Daroussin
c024fd9030 Deprecate java bindings for gnome
They have never been used, are not updated upstream since 2009 and gnome@ team has already way too many things to care about

Discussed with:	kwm (gnome)
Approved by:	self (portmgr)
2014-04-25 13:37:43 +00:00
Danilo Egea Gondolfo
04d8a078f6 - Update WWW 2014-04-25 13:34:16 +00:00
Baptiste Daroussin
863f7524ea Keep the .la file it might be reference by la files from ports depending on this one
and result in hard to debug failures for people building ports with portupgrade/portmaster

Discussed with:	tijl
2014-04-25 09:53:21 +00:00
Baptiste Daroussin
75ee77df45 Switch to USES=libtool
Strip binaries
2014-04-25 07:38:01 +00:00
Rene Ladan
ce5e8e1754 Remove expired ports:
2014-04-23 emulators/mupen64-sdlinput: Use mupen64plus instead
2014-04-23 emulators/mupen64-sdlaudio: Use mupen64plus instead
2014-04-23 emulators/mupen64-tr64: Use mupen64plus instead
2014-04-23 emulators/mupen64-gln64: Use mupen64plus instead
2014-04-23 emulators/mupen64-sound: Use mupen64plus instead
2014-04-23 emulators/mupen64-rsp: Use mupen64plus instead
2014-04-23 emulators/mupen64-input: Use mupen64plus instead
2014-04-23 emulators/mupen64-glide: Use mupen64plus instead
2014-04-23 emulators/mupen64: Use mupen64plus instead
2014-04-23 emulators/mupen64-softgfx: Use mupen64plus instead
2014-04-23 emulators/mupen64-dummyaudio: Use mupen64plus instead
2014-04-23 emulators/mupen64-base: Use mupen64plus instead
2014-04-24 x11/emu: Broken, not staged
2014-04-24 lang/ruby-doc-stdlib: Upstream rerolls frequently, online docs work well
2014-04-24 21:44:24 +00:00
Tijl Coosemans
6a640580d0 - Replace libXft dependency with USE_XORG=xft.
- Convert to USES=libtool.
- Add include directories to CPPFLAGS instead of CFLAGS.
- Use LDFLAGS instead of LIBS.
- Remove PTHREAD_LIBS reference.
- Add DOCS option.
- Staging.
- Remove MAKE_ENV.  Not needed.
2014-04-24 19:27:33 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
Alexey Dokuchaev
8ca34b7ec5 - Define LICENSE (GPLv2), reword COMMENT line
- Take maintainership, undeprecate, and stagify
- Unbreak on !i386
2014-04-23 13:37:58 +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
Baptiste Daroussin
9d67b4ddf0 Convert gtkmm20 to stage
USES=libtool
Chase gtkmm20 shlib number change
2014-04-22 12:11:59 +00:00
Baptiste Daroussin
b6601a9c02 Support stage 2014-04-22 06:02:58 +00:00
Baptiste Daroussin
dcca29aded Support stage
Modernize
2014-04-22 06:01:14 +00:00
Baptiste Daroussin
0a872bc63e Suppot stage
Modernize
USES=libtool
2014-04-22 05:50:18 +00:00
Rusmir Dusko
69553e4f7c These ports are no longer used or cared for.
Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports
with my help.

misc/lxde-common

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

misc/xdg-menu

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Add DOCS Option
- Break lines around 80 characters
- Change pkg-plist, remove mtree

sysutils/lxinput

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

sysutils/lxtask

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Remove TODO from DOCS

sysutils/lxterminal

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11/florence

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils
- Remove not needed MAN1 from Makefile

x11/libfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree

x11/lxde-meta

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11/lxmenu-data

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, remove mtree

x11/lxpanel

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Strip libraries
- Change pkg-plist, add missing

x11/menu-cache

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- USES pathfix instead of USE_GNOME gnomehack
- Strip library

x11-fm/pcmanfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree, add missing

x11-themes/lxde-icon-theme

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change pkg-plist, remove mtree

x11-wm/lxmed

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11-wm/lxsession

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11-wm/obapps

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Add DOCS Option
- Change Desktop entry file

x11-wm/obmenu

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Break lines around 80 characters
2014-04-21 20:27:38 +00:00