| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- USES tar:bzip2
- New option to install only command line
PR: 189408
Submitted by: Zsolt Udvari
Approved by: maintainer (timeout)
|
|
|
|
|
| |
- Limit to supported python versions
- Bump PORTREVISION to enforce the correct python version
|
|
|
|
| |
PR: 190894
|
|
|
|
| |
PR: 191092
|
|
|
|
| |
PR: 191093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
- Pass maintainership to koalative at gmail.com
devel/allegro
- Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org>
- Pass maintainership to koalative at gmail.com
devel/allegro-devel
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
emulators/q4wine
- Remove not needed linie
- Pass maintainership to koalative at gmail.com
emulators/swine
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
finance/venice
- Pass maintainership to koalative at gmail.com
graphics/glfw
- Pass maintainership to koalative at gmail.com
graphics/glfw2
- Pass maintainership to koalative at gmail.com
graphics/xsane
- Pass maintainership to koalative at gmail.com
textproc/loook
- Pass maintainership to koalative at gmail.com
|
|
|
|
| |
- Simplify Makefile
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
|
|
| |
2: convert to tar:bzip2.
Approved by: portmgr@
|
|
|
|
|
|
|
| |
2: switch to USES=libtool.
3: bump version.
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
| |
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine
|
|
|
|
| |
PR: 190705
|
|
|
|
| |
PR: 190706
|
|
|
|
| |
PR: 190707
|
|
|
|
|
|
|
|
|
| |
- update to 0.17.3
- switch to github
- update dependencies
- convert to using auto-generated packing list
- add stage support
- remove patch, included into this upstream version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
deskutils/py-send2trash
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Change license BSD to BSD3CLAUSE
- Use USE_PYDISTUTILS=yes instead of easy_install
- Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST
graphics/founts
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Add REINPLACE, fix ELAST
- Change distinfo, remove supplied icon
graphics/py-pyggel
- Pass maintainership to koalative at gmail.com
graphics/radius-engine
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
irc/py-fishcrypt
- Pass maintainership to koalative at gmail.com
sysutils/gigolo
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove TODO from DOCS
- Remove useless .include <bsd.port.options.mk>
- Change pkg-plist, remove mtree
|
|
|
|
|
|
| |
- Add LICENSE where needed
- Make COMMENT more concise
- Convert USE_BZIP2 -> USES=tar:bzip2
|
|
|
|
|
| |
PR: ports/190278
Submitted by: rakuco@
|
| |
|
|
|
|
|
|
|
| |
Both post-extract and post-install targets aren't necessary.
In particular the shifting to get the src to extract into the default
WRKSRC was not only unnecessary, the home-rolled extraction could break
in the future, so just clean the whole thing up. Verified on Redports.
|
|
|
|
|
|
|
|
|
|
| |
- Reset maintainer to ports@
- Remove BROKEN
- Break lines around 80 characters
- Change pkg-plist remove *.pyc and add missing
PR: ports/19029
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to version 1.5, development moved to github
- Convert to USES=libtool, don't install la file
- Install striped version of library
- Allow to compile with OpenSSL from base
- Update homepage address
- Bump affected deskutils/cairo-dock-plugins
mail/claws-mail:
- Update to version 3.10.0
- Convert to USES=libtool tar:bzip2 [1]
- Don't install static plugin files [1]
- Replace GMAKE with MAKE_CMD [1]
Release notes: http://claws-mail.org/news.php
mail/claws-mail-clamd:
- Don't show pkg-message in post-install, staging takes care of that
Submitted by: tijl via private mail [1]
|
|
|
|
|
|
|
|
|
|
|
| |
polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
|
|
|
|
| |
- Sort plist
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/190248
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
| |
Approved by: portmgr (myself)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
===> Building package for recoll-1.19.13
pkg-static: lstat(/wrkdirs/usr/ports/deskutils/recoll/work/stage/usr/local/lib/python2.7/site-packages/recoll/__init__.pyc): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/deskutils/recoll/work/stage/usr/local/lib/python2.7/site-packages/recoll/rclconfig.pyc): No such file or directory
*** [do-package] Error code 1
Reported by: pkg-fallout
|
|
|
|
| |
Announcement: <http://www.docear.org/2014/05/21/docear-1-1-stable-released-with-strongly-improved-pdf-metadata-extraction/>
|
|
|
|
|
|
| |
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
myitcrm: fix typo
|
|
|
|
| |
PORTREVISION bumps where plist or pkg-message changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
http://www.lesbonscomptes.com/recoll/release-1.19.html
- Remove BROKEN
- Remove *.pyc, not at moment fixable
- Use STRIP_CMD only when is used PYTHON Option
Reviewed by: upstream
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
- Convert to USES=tar:bzip2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/189265
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
deskutils/rubrica
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes
graphics/Hermes
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library
graphics/aoi
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/autoq3d
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/box
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
graphics/boxer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
graphics/cbrpager
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/cbview
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/cbviewer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/eos-movrec
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree
graphics/evolvotron
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters
graphics/fracplanet
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters
graphics/gnofract4d
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/icon-slicer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS
graphics/lcdtest
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf
graphics/multican
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
graphics/photopc
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
graphics/pngcheck
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/pngwriter
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/pstoedit
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries
graphics/skencil
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries
misc/boxes
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR
misc/explosions
- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@
misc/wmweather+
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
multimedia/dvdauthor
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
multimedia/dvdid
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
multimedia/freetuxtv
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
multimedia/gtk-youtube-viewer
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters
net/wlan2eth
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
ChangeLog:
- xml: gismeteo.com: fixed
- removed freemeteo.com due to severe site changes, rendering access impossible
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
|
|
|
|
|
|
| |
PR: 188940
Submitted by: tijl [1]
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
|
|
|
|
|
|
| |
PR: ports/188873
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
| |
USES=libtool
Chase gtkmm20 shlib number change
|
|
|
|
| |
- Reset maintainer to ports@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.
Also reset maintainership of etherape - maintainer gone for more than
one yet now.
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
| |
r350957 (glade3).
gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
keyboard work automatically, and uses the Xfce mixer's defined card and track
for chosing which track to act on.
WWW: https://launchpad.net/xfce4-volumed/
PR: 188373
Submitted by: Sergey V. Dyatko
|
|
|
|
|
|
|
|
|
| |
- Add missing entries to pkg-plist
- gnomehack -> USES=pathfix
- Bump PORTREVISION
PR: ports/188232 [1]
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer)
|
|
|
|
|
|
| |
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
|
| |
|
| |
|
|
|
|
| |
Use options helpers
|
|
|
|
|
| |
clean up of the useless dirrmtry
Use options helpers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=tar
- Fix stage orphans
PR: ports/188160
Submitted by: me
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enhancements:
- Added a note linking to more information about projects
- Rename PDF files from within Docear changes the file links in BibTeX and your
mind maps
- Implemented action to remove any links from selected nodes
- Renamed some pdf management actions
Bug fixes:
- Duplicate annotations after manual import via drag & drop
- Manual Update Check did not work
- Fixed NPE in AddOnsController
Miscellaneous changes:
- Added donation note for PDF metadata extraction
|
| |
|
|
|
|
| |
Reported by: swills@
|
|
|
|
|
|
|
| |
add REINPLACE
PR: ports/187559
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
|
|
|
|
| |
ChangeLog:
- xml: gismeteo.com: city name fixed in some cases
|
|
|
|
|
|
| |
- Add staging support
MFH: 2014Q1
|
|
|
|
|
| |
- Convert to USES=pathfix from using gnomehack
- Conver to USES=gmake from USE_GMAKE
|
|
|
|
|
| |
Submitted by: Tobias Berner
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
- Use options helpers, update description to current standards
- Convert USE_GMAKE, USE_XZ to USES
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Sort pkg-plist
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
|
|
|
|
| |
Approved by: bapt (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
This is a small console program written in
perl, which allows you to manage notes similar
to programs like "knotes" from commandline.
PR: ports/187821
Submitted by: Matthias Fechner <idefix@fechner.net>
|
|
|
|
|
|
|
|
|
| |
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
(Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.
PR: ports/186779 [1]
|
| |
|
|
|
|
|
| |
PR: ports/187619
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Use USES=shebangfix
- Support STAGEDIR
- Simplify Makefile
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
| |
- Add pkg-message, information about GNU/Linux
PR: ports/187559
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
|
|
|
| |
- Break lines around 80 characters
|
| |
|
|
|
|
| |
Deprecate the ports that are incompatible with the new 3.x version.
|
|
|
|
|
| |
Replace manual pkgconfig sed with USES=pathfix.
Stagify.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Horde_ActiveSync 2.12.4 -> 2.13.0
Horde_Imap_Client 2.18.6 -> 2.19.0
Horde_Mime 2.2.9 -> 2.3.0
Horde_Timezone 1.0.4 -> 1.0.5
gollem 3.0.1 -> 3.0.2
groupware 5.1.3 -> 5.1.4
ingo 3.1.3 -> 3.1.4
kronolith 4.1.4 -> 4.1.5
mnemo 4.1.2 -> 4.1.3
nag 4.1.3 -> 4.1.4
turba 4.1.3 -> 4.1.4
webmail 5.1.3 -> 5.1.4
whups 3.0.0RC1 -> 3.0.0
|
|
|
|
|
|
|
|
|
|
|
| |
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 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
|
| |
|
| |
|
|
|
|
| |
- Works fine with requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-05 databases/mysqlard: Abandonware
2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999)
2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player
2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead
2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead
2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]
misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)
security/kwallet:
- moved to security/kwalletmanager (renamed upstream)
x11/kdelibs:
- remove workaround, which is not needed after global fix in
Mk/bsd.kde4.mk (r315373)
PR: ports/187259 [1]
Submitted by: Tobias Berner <tcberner@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang [1]
- Remove conditional installation of files
PR: ports/185144 [1]
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
|
| |
- Convert to USES framework
- Update LICENSE (BSD 2-clause)
- Fix erroneous conditional install of manpage (leading to PORTREVISION bump)
|
|
|
|
|
|
|
| |
- Stage support
PR: 175585
Submitted by: ports fury
|
|
|
|
|
| |
PR: 187045
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 187036
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
ChangeLog:
- xml: wetter.com: Current temperature fixed
- xml: openweathermap.org: north wind symbol fixed
(thanks to wettermeister)
- xml: gismeteo.com: city name fixed in some cases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to preserve version 1.x and to update to 3.0
print/py-reportlab:
- Update print/py-reportlab to 3.0 based on print/py-reportlab2
- Support STAGEDIR
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Set CONFLICTS
- Add PORTSCOUT
- Replace tab with a single space after WWW: in pkg-descr
print/py-reportlab1:
- Support STAGEDIR
- Add PKGNAMESUFFIX not to duplicate ports with the same name
- Set CONFLICTS
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Make use of PORTDOCS
- Set OPTIONS_DEFINE explicitly
- Fix include statement
- Make docs unconditional to stage
- Replace tab with a single space after WWW: in pkg-descr
print/py-reportlab2:
- Update CONFLICTS
- Set PORTSCOUT
dependent ports:
- Switch dependency from print/py-reportlab to print/py-reportlab1
* biology/py-biopython
* deskutils/gourmet
* deskutils/griffith
* games/pythonsudoku
* misc/pdfmap
* print/py-trml2pdf
* www/py-satchmo
PR: ports/186970
Submitted by: tota (myself)
Approved by: Muhammad Moinur Rahman (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.2.0
- Add dependency for textproc/p5-XML-Parser
- ADD USE_XZ=yes
- Add USES desktop-file-utils shared-mime-info
- Add USE_AUTOTOOLS=aclocal automake
- Strip executables and/or libraries
- Add DOCS and Option
- Add MAJORVER, VER and PLIST_SUB
- Change REINPLACE, remove obsolete and libfm-gtk3.pc [1]
- Remove obsolete pre-install
- Added executable and desktop for lxshortcut [1]
- Update WWW
x11-fm/pcmanfm
- Update to 1.2.0
- Remove dependency for x11/startup-notification [1]
- ADD USE_XZ=yes
- Add USES desktop-file-utils pathfix
- Add DEBUG and DOCS Options, add DOCS
- Add patch [1]
- Update WWW
deskutils/lxshortcut
- Add conflict with libfm-1.2.0
- Mark DEPRECATED, set EXPIRATION_DATE
x11/lxde-meta
- Bump PORTREVISION
- Remove dependency for deskutils/lxshortcut
Reported by:<-->Upstream (IRC) [1]
|
| |
|
|
|
|
|
| |
- Add LICENSE
- Remove unneeded patch
|
|
|
|
| |
Reported by: pkg-fallout since november 2013
|
| |
|
| |
|
|
|
|
| |
- Use options helpers
|
| |
|
|
|
|
| |
conflict with new kdepimlibs from KDE SC 4.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...
New ports:
devel/kde-dev-scripts: KDE development scripts
devel/kde-dev-utils: KDE development utilities
games/klickety: Tetris themed solitaire
games/picmi: Single player logic-based puzzle game
textproc/libkomparediff2: Library to compare files and strings
The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.
PR: ports/186491
Exp-run: by bdrewery
Approved by: beat (former maintainer) [1]
|
| |
|
|
|
|
|
|
| |
Give back to the pool; I merely demoed this at work and I do not have
an active environment where I can test it. It also may be a few versions
behind.
|
|
|
|
|
|
|
|
| |
- Convert to USES=tk
- Fix bug
http://lists.roaringpenguin.com/pipermail/remind-fans/2014/003008.html
Approved by: maintainer
|
|
|
|
| |
- Convert to USES=tk
|
| |
|
|
|
|
|
| |
PR: ports/186704
Approved by: kde (makc)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/186609
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Support staging
- Add LICENSE (Artistic 1 & GPL 1)
PR: ports/186494 [1]
Submitted by: Stuart Barkley <stuartb@4gh.net>
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
- Allow packaging as a regular user
|
| |
|
|
|
|
|
|
|
|
| |
work.
- Remove .desktop entry from the plist, as it is added automatically by
DESKTOP_ENTRIES in the Makefile.
MFH: 2014Q1
|
|
|
|
|
|
| |
public distfiles
Reported by: distilator
|
|
|
|
|
|
|
| |
- Stage support
PR: 186422
Submitted by: ports fury
|
|
|
|
| |
While here convert some LIB_DEPENDS
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/176378
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
|
|
|
|
| |
- STAGE-clean
|
|
|
|
| |
- Convert to USES
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer
2013-12-31 misc/libmcal: No more used and development discontinued
2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4
2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr
2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal
2014-02-01 deskutils/mcal: Depends on expired misc/libmcal
2014-02-01 sysutils/relpath: unfetchable distfiles
2014-02-01 sysutils/decomment: unfetchable distfiles
2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
|
| |
|
|
|
|
| |
- Use PYDISTUTILS_AUTOPLIST
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert to OPTIONS and OPTIONS helpers
|
| |
|
|
|
|
|
| |
- Use OPTIONS helpers
- The desktop file doesn't define any mime type
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Use OPTIONS helpers
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert to USES
|
| |
|
|
|
|
|
| |
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
|
|
|
|
|
| |
- Add USES shebangfix and SHEBANG_FILES
- Strip libraries
|
| |
|
|
|
|
|
|
| |
PR: ports/186267
Submitted by: Me
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix LIB_DEPENDS
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
|
|
|
|
|
|
|
|
|
| |
- Add DOCS option to config menu
- Revise DESKTOP_ENTRIES
- Fix staging support, use install.py -b option to set
STAGEDIR correctly, otherwise it leaks to compiled
code and scripts
Submitted by: bapt [1]
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631
|
|
|
|
|
|
| |
ChangeLog:
- weather information is stored on disk each time updates are downloaded
- xml: weather.com: current weather description fixed
|
|
|
|
|
|
| |
While here:
- Remove USE_GCC=any, it builds and runs fine with clang (tested on 10-amd64)
- Add stage support
|
| |
|
| |
|
|
|
|
| |
- add stage support
|
|
|
|
|
|
|
|
|
|
| |
- rename options EVO and THUNDER to EVOLUTION and THUNDERBIRD
- convert to options helpers and add NLS to available options list
- turn off EVOLUTION option by default for those who just using this app with
simple csv-file
- drop dependency on desktop-file-utils, since .desktop file defines
no mime-types
- bump PORTREVISION
|
| |
|
|
|
|
|
|
|
| |
The taskd server provides a multi-user, multi-client repository for
taskwarrior (deskutils/taskwarrior) 2.3.0 (and later) and any other
clients. It runs continuously as a daemon process, and provides several
services, primarily the synchronization of tasks between the clients.
|