1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

8586 Commits

Author SHA1 Message Date
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
Niclas Zeising
a09624943a Restrict these to use python 2 for the time being. 2014-04-19 10:16:56 +00:00
Bryan Drewery
5b88b2459b - Stop removing directories from BSD.local.dist.
This fixes false-positive leftover (files removed) warnings
  in Redports/QAT/Tinderbox.

  Note that some of these ports still have Orphans which I did not
  address.

With hat:	portmgr
Spotted by:	new 'check-plist'
2014-04-19 06:11:21 +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
Jung-uk Kim
8f60c3a0a1 Fix build on head. 2014-04-15 17:08:46 +00:00
Pietro Cerutti
264fd13ea4 - Update to 2.0.1
* Fix a bug where the cursor position was invalidated after an insertion
  * Implement X11 stuff on top of both libX11 (default) and XCB (OPTIONSng)
  * Handle more options related to font handling
  * Chase compiler warnings
2014-04-14 14:30:41 +00:00
Tijl Coosemans
c528884aa7 Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).

gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
2014-04-14 10:30:30 +00:00
Baptiste Daroussin
9c7f5a6978 Use the new @sample keyword 2014-04-12 22:34:18 +00:00
Danilo Egea Gondolfo
ebf588d139 - Project moved to SF
- Update from 0.25.1 to 0.26.1
- Convert USE_XZ to USES
- Add LICENSE
2014-04-12 17:04:16 +00:00
Baptiste Daroussin
461d65ef5d Remove sodipodi 2014-04-11 17:22:13 +00:00
Baptiste Daroussin
012a12bb71 Fix last leftover 2014-04-11 15:32:45 +00:00
Baptiste Daroussin
cd0bf18729 Avoid code duplication between pkg-install and plist
Fix leftovers
2014-04-11 13:18:36 +00:00
Baptiste Daroussin
78602f2dfd Support stage
Remove deprecated ports from gnome2-power-tools and gnome2-fifth-toe
2014-04-11 12:42:06 +00:00
Baptiste Daroussin
5e1d4f1147 Support stage 2014-04-11 10:20:49 +00:00
Baptiste Daroussin
e251369371 Support stage 2014-04-11 10:17:59 +00:00
Baptiste Daroussin
627dfa5b56 Support stage
modernize
2014-04-11 10:15:04 +00:00
Baptiste Daroussin
ddb2e271c5 Support stage
Modernize
2014-04-11 10:10:24 +00:00
Baptiste Daroussin
d9651d5599 Support stage
Modernize
Reduce overlinking by using USES=libtool
2014-04-11 10:07:23 +00:00
Baptiste Daroussin
bab86d0424 Support stage
Modernize
2014-04-11 10:04:00 +00:00
Baptiste Daroussin
98b2973da2 Stageify libxkalvier
USES libtool
Chase libxklavier shlib change
On all ports depending on libxklavier:
- Support stage
- USES=libtool when possible to reduce overlinking
- Support packaging as a user
2014-04-11 09:55:21 +00:00
Baptiste Daroussin
f027d4ff58 Support stage 2014-04-11 08:02:54 +00:00
Pietro Cerutti
a9a1405c7b - Update to 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on
    some systems (Emanuel Haupt)
2014-04-08 12:09:26 +00:00
Pietro Cerutti
647141d00e - Update to 1.2.1
* Add some missing #include (Emanuel Haupt)
  * Optimize the option parsing code
  * Remove unused variable
2014-04-08 11:39:10 +00:00
Pietro Cerutti
06844e2afb - Update to 1.2.0
* Implement the -bg and -fg options
  * Simplify the code by rewriting the whole stuff in C++
2014-04-08 09:45:48 +00:00
Sunpoet Po-Chuan Hsieh
56e2bca91d - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		188097
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:47:13 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Antoine Brodin
34ecfaf2ff Do not remove directory belonging to BSD.local.dist mtree
Reported by:	poudriere -cat
With hat:	portmgr
2014-04-04 16:13:19 +00:00
Pietro Cerutti
a1aad60c0f - Update to 1.1.7
* Implement bookmarks
2014-04-03 13:37:42 +00:00
Pietro Cerutti
ceada68e2c - Update to 1.1.6
* Fix a bug where the command line wasn't always '\0'-terminated
  * Fix style here and there
  * Update COPYRIGHT years to include 2014
- Fix LICENSE (BSD -> BSD2CLAUSE)
- Add another repo to MASTER_SITES
2014-04-03 11:57:50 +00:00
Dmitry Marakasov
95ab09f5a6 - Fix build on HEAD (unknown clang option -R) 2014-04-03 11:17:57 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Cy Schubert
731377dc97 Register conflicts due to x3270if.
Approved by:	araujo
2014-03-31 04:27:53 +00:00
Sunpoet Po-Chuan Hsieh
749ae647fc - Update to 0.28
Changes:	http://search.cpan.org/dist/X11-GUITest/Changes
PR:		ports/188060
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-30 18:01:16 +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
Renato Botelho
ff74787a24 Support stage
Approved by:	portmgr (blanket)
2014-03-28 13:10:16 +00:00
Antoine Brodin
018b017995 This port is also broken on freebsd 8
Reported by:	pkg-fallout
2014-03-28 00:20:17 +00:00
Chris Rees
cd9057c8df Modify manpage for FreeBSD-specific information.
Add rc note to pkg-message

PR:		ports/187431
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2014-03-26 21:18:57 +00:00
Baptiste Daroussin
052ec84b5e Support stage 2014-03-24 22:59:12 +00:00
Baptiste Daroussin
25c17fedee Deprecate an unstaged abandonware 2014-03-24 22:52:50 +00:00
Baptiste Daroussin
9f7048d8e5 Deprecate 2014-03-24 22:47:05 +00:00
Baptiste Daroussin
72edbc12b6 Fix packaging as root 2014-03-24 22:39:12 +00:00
Baptiste Daroussin
f8f4f33c07 Support stage
Use python autoplist
2014-03-24 22:31:43 +00:00
Baptiste Daroussin
9f1dfaaa3e Support stage 2014-03-24 22:29:14 +00:00
Baptiste Daroussin
2000250a37 Support stage 2014-03-24 22:27:33 +00:00
Baptiste Daroussin
923d6901b4 Support stage 2014-03-24 22:23:30 +00:00
Baptiste Daroussin
51a6067a72 Support stage
Cleanup
2014-03-24 22:20:38 +00:00
Baptiste Daroussin
dc7daad8b0 Support stage
Remove useless desktopfileutils and intltools dependencies
Use options helpers
2014-03-24 22:14:06 +00:00
Baptiste Daroussin
2b6b72274c Support stage
Use options framework
2014-03-24 22:06:18 +00:00
Steve Wills
88dbfabd36 2014-03-23 accessibility/ruby-atk: Use rubygem-atk instead
2014-03-23 devel/ruby-gio2: Use rubygem-gio2 instead
2014-03-23 devel/ruby-glib2: Use rubygem-glib2 instead
2014-03-23 graphics/ruby-cairo: Use rubygem-cairo instead
2014-03-23 graphics/ruby-gdk_pixbuf2: Use rubygem-gdk_pixbuf2 instead
2014-03-23 graphics/ruby-rsvg2: Use rubygem-rsvg2 instead
2014-03-23 x11-toolkits/ruby-goocanvas: No longer included upstream
2014-03-23 x11-toolkits/ruby-gstreamer: Use rubygem-gstreamer instead
2014-03-23 x11-toolkits/ruby-gtk2: Use rubygem-gtk2 instead
2014-03-23 x11-toolkits/ruby-gtksourceview2: Use rubygem-gtksourceview2 instead
2014-03-23 x11-toolkits/ruby-pango: Use rubygem-pango instead
2014-03-23 x11-toolkits/ruby-poppler: Use rubygem-poppler instead
2014-03-23 x11-toolkits/ruby-vte: Use rubygem-vte instead
2014-03-23 x11/ruby-gnome2: Use rubygem-gnome2 instead
2014-03-24 18:11:44 +00:00
Baptiste Daroussin
092e97f1fc Use unicode version of wx 2.8 2014-03-24 16:37:12 +00:00
Baptiste Daroussin
807e08e229 Switch to wx 2.8 2014-03-24 12:19:51 +00:00
Olivier Duchateau
632d1af395 - Update to 1.3.2
ChangeLog: https://raw.github.com/gottcode/xfce4-whiskermenu-plugin/release-1.3/NEWS
2014-03-18 20:14:23 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Boris Samorodov
c420ada1ed x11/xcm: update to version 0.5.3 2014-03-17 19:37:23 +00:00
Boris Samorodov
a20551930d x11/libXcm: update to version 0.5.3
Changes Overview:
* Patch for transposed EDID red y bits (Florian Höch)
* add xcm-edid xcm-x11 xcm-ddc pkg-config file
2014-03-17 19:25:48 +00:00
Martin Wilke
46413cf4c7 - Convert USE_BZIP/GMAKE to USES 2014-03-15 16:19:16 +00:00
Martin Wilke
ba04798fd4 - Convert USE_GMAKE to USES
- Stage support
2014-03-15 16:18:22 +00:00
Martin Wilke
45750fa86c - Convert USE_BZIP/GMAKE to USES
- While here add stage support
2014-03-15 16:17:55 +00:00
Tijl Coosemans
a19b165d3b Fix double occurences of USES= 2014-03-14 20:59:20 +00:00
Olivier Duchateau
2326cd86ac - Update to 1.3.6
- Add support of DragonFly and merge post-patch target into CMakeLists.txt patch
- Don't build locker, because VT_UNLOCKSWITCH is not defined in sys/consio.h
- Adjust dependencies

PR:		187376
Submitted by:	myself
Approved by:	Henry Hu (maintainer)
2014-03-14 15:31:42 +00:00
Eitan Adler
38550827b8 When the intel driver is being used also install the libva driver. 2014-03-13 21:22:11 +00:00
Lars Engels
a2d55e4d05 - Fix build on 10 2014-03-13 20:42:14 +00:00