| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Simplify MASTER_SITES
- Install LICENSE with LICENSE framework
- Use options helpers
- Use @sample in pkg-plist
- Bump PORTREVISION
Approved by: portmgr (blanket approval)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- devel/py-configparser
- devel/py-durus
- devel/py-geotypes
- devel/rubygem-deep_merge
- devel/rubygem-librarian
- devel/rubygem-open3_backport
- sysutils/mcollective-nrpe-agent
- sysutils/mnrpes
- sysutils/rubygem-librarian-puppet
Approved by: swills (mentor)
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Fix fetch by using USE_GITHUB. Checksum of distfile is different, but
contents are the same.
- Remove indefinite article from COMMENT
- Add LICENSE
- Use @sample in pkg-plist
Approved by: portmgr (blanket approval)
|
| |
|
|
|
|
| |
Changes: https://github.com/guard/guard-minitest/releases
|
| |
|
|
|
|
|
|
| |
- Stagify the port
Approved by: bapt (mentor)
|
|
|
|
|
|
| |
Maintainers had more than 4 years to fix them
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
- Update sysutils/rubygem-facter to 2.0.2 as in PR 191246
- Change maintainer address to robak@FreeBSD.org
- Update URL in pkg-descr
PR: 191246
Submitted by: Michael Moll
Approved by: swills (mentor)
|
|
|
|
| |
Reported by: pkg-fallout@FreeBSD.org
|
| |
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provides some handy tools for magento developers like a quick database
info from local.xml or a database dump feature, cache clearing, admin
user password reset. You can also easily install a complete shop and
sample data with buildin installer. For coders there are also many
features like a module kickstarter (with modman support).
WWW: http://magerun.net/
PR: 189873
Submitted by: Melvyn Sopacua <melvyn@magemana.nl>
|
|
|
|
| |
2014-06-22 sysutils/syslog-ng-devel: Use sysutils/syslog-ng instead
|
|
|
|
|
|
|
|
|
| |
sysutils/syslog-ng-devel
While here fix order of Makefile variables.
PR: 191288
Submitted by: myself
Approved by: maintainer (cy, implicit)
|
|
|
|
|
|
| |
PR: 185380
Submitted by: takefu airport fm
Approved by: maintainer (timeout)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
- Bump PORTREVISION on dependent ports.
|
| |
|
|
|
|
| |
- Remove support OSVERSION minor than 700048.
|
|
|
|
|
|
|
| |
- Use the @sample helper for handling config files.
PR: 191037
Submitted by: basil@vpm.net.ua (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Make EXAMPLES optional
- Remove useless MANCOMPRESSED
- Bump PORTREVISION
PR: 190937
Submitted by: Bill <willambender934@yahoo.com>
Fixed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE and remove license from PORTDOCS
- Factor out MASTER_SITES
- EXTRACT_SUFX=.tgz -> USES=tar:tgz
- Pass maintainership to submitter
PR: 191105 (based on)
Submitted by: k@stereochro.me
|
|
|
|
|
|
|
|
|
|
| |
Tartarus is a new port of wrappers around common unix tools for simplified
backup utility, as submitted in PR 191077 with my fixes and testing.
PR: 191077
Submitted by: Juraj Lutter
Reviewed by: marino (mentor), mat
Approved by: marino (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
- Remove NEED_ROOT
- Update pkg-descr
Changelog: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191213#c0
PR: ports/191213
Submitted by: qjail@a1poweruser.com
|
|
|
|
|
|
|
|
| |
The new version of dar uses the gnu sed -r switch which is not recognized
by DragonFly's BSD sed. Switch this to the equivalent -E switch so both
FreeBSD and DragonFly are happy.
Approved by: general blanket
|
|
|
|
|
| |
PR: 191021
Submitted by: tigger (at) lvlworld (dot) com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Interactive ports can't be packaged which means they don't get tested
weekly either. Ideally all interactive ports should be converted to
regular ports. Reduce the number of these types of ports by pruning
unmaintained ones first. Those wishing to pick up these ports are
expected to convert them to regular ports if this can be done with
reasonable effort. Ports deprecated for removal on 20 August 2014:
* mail/mailagent
* net/delegate
* net-mgmt/nocol
* print/hplip-plugin
* print/xdvi
* sysutils/autopsy
* x11-clocks/xalarm
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
| |
PR: 191063
Submitted by: jharris@widomaker.com (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Adapt the minion example to pkgng [2]
PR: ports/190952
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) [1],
ohauer@ [2]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer email
- Add LICENSE
- Update WWW
while here
- Convert USE_BZIP2 to USES
- Fix build with clang
PR: ports/191188
Submitted by: erik@bz.bzflag.bz
|
|
|
|
|
|
|
| |
- Change maintainer address to robak@freebsd.org
Reviewed by: marino (mentor)
Approved by: swills (mentor)
|
|
|
|
|
|
|
| |
- Change maintainer address to robak@freebsd.org
Reviewed by: marino (mentor)
Approved by: swills (mentor)
|
|
|
|
|
|
| |
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
|
|
|
|
|
| |
PR: 190630
Submitted by: maintainer (joe Benden)
|
|
|
|
|
|
|
|
| |
- Stagify
- While here, fix patch filename
PR: 190876
Submitted by: Frank Wall <fw@moov.de> (maintainer)
|
|
|
|
|
|
| |
Spotted by: takefu (airport.fm)
Approved by: Muhammad Rahman
PR: 185354
|
|
|
|
|
| |
Submitted by: skreuze (via phabricator)
Phabricator id: D243
|
|
|
|
|
|
|
|
|
|
| |
Move installation from vendor makefile to do-install target to properly
install the executables, man pages, and documentation.
PR: 185354
Submitted by: takefu (airport.fm)
Reworked by: maintainer (Mohammad M. Rahman)
tweaked by: marino
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WANT_PHP_CLI, since froxlor cron jobs rely on the cli sapi
- Add WANT_PHP_MOD due to separation of Apache PHP5 module
- Use WWWGRP/WWWOWN in pkg-plist
- Add option for depending on dns/bind99
- Remove superfluous NEED_ROOT
- Bump PORTREVISION
PR: 191102
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS with sysutils/pstack.
"pstack" is a workalike for the Solaris program of the same name.
Running pstack on a process produces a stack trace of
each thread in that process.
It's useful for finding out what wedged processes are up to, getting
profiles of applications, and just satisfying one's curiosity.
WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 191153
Submitted by: Muhammad Moinur Rahman
|
| |
|
|
|
|
| |
PR: 191076
|
|
|
|
| |
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
| |
|
|
|
|
| |
to Bugzilla
|
|
|
|
| |
PR: 191098
|
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
Bug fix and security fixes release:
http://mx.gw.com/pipermail/file/2014/001553.html
While here convert to USES=libtool
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Handle user account creation via Makefile rather than pkg-install
- Handle permissions and ownerships via pkg-plist
- USE_* -> USES
- Add LICENSE
- Bump PORTREVISION
PR: 190972
Submitted by: ports@encarnate.com (maintainer)
Reviewed by: maintainer
Approved by: maintainer, mentors (implicit)
|
|
|
|
|
|
| |
While here do not print twice the pkg-message
Reported by: pjd [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/trio
editors/poedit
ftp/ftpsync
net-mgmt/rrdbot
sysutils/fusefs-gstfs
textproc/smu
www/p5-HTML-Template-Associate
www/p5-WWW-FreeProxy
Submitted by: rodrigo
Approved by: bapt (mentor)
|
|
|
|
|
| |
PR: 190991
Submitted by: gaod@hychen.org
|
| |
|
|
|
|
| |
Reported by: jenkins
|
|
|
|
|
|
| |
PR: 190712
Submitted by: Lawrence Chen
Approved by: maintainer
|
|
|
|
| |
PR: 191014
|
|
|
|
| |
Pointy hat to: me
|
|
|
|
|
|
|
| |
Users should choose named pipes in a heterogeneous environement that uses
both screen 4.0.3 and 4.2.1.
PR: 191029, 191017
|
| |
|
| |
|
|
|
|
|
| |
PR: 190903
Submitted by: ports fury
|
|
|
|
|
| |
PR: 191017
Submitted by: bdrewery
|
|
|
|
|
|
| |
for it
- Fix a use after free when dealing with ewf images (already committed upstream)
|
|
|
|
| |
- Simplify Makefile
|
|
|
|
| |
Submitted by: maintainer (private email)
|
|
|
|
|
|
| |
library version change.
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
- Add LICENSE
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
- Added LICENSE
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
| |
Changes: https://raw.githubusercontent.com/ansible/ansible/v1.6.3/CHANGELOG.md
PR: ports/190882
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
2: new format of LIB_DEPENDS
3: switch to tar:bzip2.
|
|
|
|
| |
2: new format of LIB_DEPENDS.
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Changes: https://github.com/guard/guard-rspec/releases
|
|
|
|
| |
Three consecutive PR timeouts...
|
|
|
|
|
| |
PR: 190873
Submitted by: erdgeist@erdgeist.org (MAINTAINER)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
so far.
Submitted by: maintainer
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
- Convert USE_BZIP2 to USES
- Add stage support
PR: ports/190853
Submitted by: erdgeist@erdgeist.org
|
|
|
|
|
|
|
|
| |
- Convert USE_BZIP2 to USES
- Add stage support
PR: ports/190846
Submitted by: erdgeist@erdgeist.org
|
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
PR: ports/190849
Submitted by: jhixson@gmail.com [1]
|
|
|
|
| |
- Rename patch file to eliminate ':'
|
|
|
|
| |
Submitted by: bdrewery
|
|
|
|
|
|
|
| |
clsync is a utility that initatiates automatic rsync transfers after
detection of filesystem changes
Caution: port may have rough edges. Its FreeBSD support is very new.
|
|
|
|
|
|
|
|
| |
- Define BSD4CLAUSE license
PR: 190499
Submitted by: "Konrad Heuer" <kheuer@gwdg.de> (maintainer)
Approved by: eadler (mentor), swills (mentor)
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove non needed include
|
|
|
|
| |
- allow staging as a regular user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to the provided stage support:
* separate pkg-plist was created
* install-strip was implified with the use of INSTALL_TARGET
* most configure switches pulled into options framework
* redundant post-install pkg-message removed
* 2-clause BSD license documented
* USE_BZIP2 converted
* patch to buffer.cpp added by maintainer
PR: ports/190164
Submitted by: Stephan Esser
Approved by: maintainer (Alex de Kruijff)
Simplified by: marino
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to the provided stage support:
* separate pkg-plist was created
* install-strip was implified with the use of INSTALL_TARGET
* most configure switches pulled into options framework
* redundant post-install pkg-message removed
* 2-clause BSD license documented
* USE_BZIP2 converted
* patch to buffer.cpp added by maintainer
PR: ports/190164
Submitted by: Stephan Esser
Approved by: maintainer (Alex de Kruijff)
Simplified by: marino
|
|
|
|
|
| |
Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Sponsored by: BalaBit IT Security / syslog-ng upstream
|
|
|
|
|
| |
This installs PC-BSD's custom grub 2.02-prerelease, which includes
various enhancements for Boot-Environments and ZFS support
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 190670
|
|
|
|
|
|
|
| |
Tidy up this unmaintained (but surprisingly staged) port. It has
multiple distfiles of different types, but no special post-extract
target or extraction tool is needed. Make a small adjustment to remove
an unnecessary build/extract dependency.
|
|
|
|
| |
Approved by: mentors (implicit)
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
|
|
|
|
|
|
|
| |
Modernisation:
- Use @sample
- Install pam files into prefix
- Use USERS/GROUPS framework
- Remove now useless pkg-install/pkg-deinstall scripts
PR: 190162
Submitted by: Zsolt Udvari
|
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Switch maintainer
PR: 189641
Submitted by: Darren Pilgrim (maintainer)
|
|
|
|
|
| |
PR: 190326
Submitted by: maintainer
|
|
|
|
|
| |
PR: 190069
Submitted by: maintainer
|
|
|
|
|
| |
PR: 190070
Submitted by: maintainer
|
|
|
|
| |
Reported by: many
|
|
|
|
|
|
|
| |
Pass maintainership to submitter
PR: 179499
Submitted by: clarkjc@runbox.com
|
|
|
|
| |
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
|
|
|
|
| |
Pointed out by: bapt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 190393
Submitted by: maintainer
|
|
|
|
|
| |
PR: 190560
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/190563
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/190565
Submitted by: maintainer
|
|
|
|
|
| |
PR: 190572
Submitted by: bradleythughes
|
| |
|
|
|
|
|
| |
PR: 189641
Submitted by: ports.maintainer@evilphi.com (maintainer)
|
|
|
|
|
|
|
|
| |
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 190107
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
|
|
|
| |
- Strip binaries
|
|
|
|
|
|
|
|
| |
CFEngine distfile hosting has moved to the "cloud".
Submitted by: Robert Simmons <rsimmons0@gmail.com>
Approved by: cy (maintainer, implicit)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
| |
Replace NO_INSTALL_MANPAGES with a MANPAGES option.
Remove /var/lib/DeviceKit-power from pkg-plist. This directory
was only created when installing from packages and isn't referenced anywhere.
Create /var/lib/upower with @exec to support old pkg_install.
PR: 185287
Submitted by: tijl@
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update maintainer email address
PR: ports/190438
Submitted by: Steve Polyack <spolyack@collaborativefusion.com>
Approved by: eadler (mentor)
|
|
|
|
|
|
|
| |
PR: 189450, Bartek Rutkowski <ports@robakdesign.com>
PR: 189886, demon
PR: 190325, Bartek Rutkowski <ports@robakdesign.com>
Approved by: maintainer timeout (2-3 weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and consumers of lang/python31 or lower to use Python 2.X
This is in preparation of removing lang/python31 which expired on 2014-06-01
While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line
Approved by: python (mva)
|
|
|
|
| |
PR: ports/189662
|
|
|
|
|
| |
this contains several improvements, including IPv6 and NTP support
- Adopt port
|
|
|
|
| |
- Convert BZIP2 to USES
|
|
|
|
| |
- Stage support
|
|
|
|
| |
- Stage support
|
|
|
|
| |
- Convert xz to USES
|
|
|
|
| |
- Convert USE_BZIP2 to USES
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
- Adjust LEGAL entry
PR: ports/189704
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- do not use easy_install
- support stage
- bump PORTREVISION
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
| |
Reported by: sbruno
|
|
|
|
|
|
|
|
|
|
| |
- Include patch from https://github.com/ansible/ansible/pull/7539
Changes to what's given in the PR were discussed and submitted by
email.
PR: ports/190231
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
|
|
|
|
|
| |
PR: ports/190395
Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer)
|
|
|
|
|
| |
- move post-install hint into pkg-message
- move port from apache@ to ports@ (port it is not apache@ related)
|
|
|
|
|
| |
PR: 189725
Submitted by: Stefan Rumetshofer <sterum@overrider.at> (maintainer)
|
| |
|
|
|
|
| |
Approved by: gnn, sbruno
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update for stagedir
- Update WWW
PR: ports/190284
Submitted by: jesse (maintainer)
Reviewed by: bapt
Approved by: swills (mentor), eadler (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/190390
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Respect PORTDATA and PORTEXAMPLES
- Use PLIST_FILES instead of PLIST
PR: ports/190387
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
|
|
|
|
|
| |
determine whether to install EXAMPLES. It still seems really strange
to have the manpage listed under %%PORTDOCS%% though.
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=libtool
- Use USES+= to fix slave port.
- Remove LATEST_LINK and PTHREAD_CFLAGS.
- Remove $FreeBSD$ from patch.
mail/dbmail22:
- USES=libtool.
- Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS.
- Remove pre-install target. Not needed with staging.
PR: ports/189749
|
|
|
|
|
|
| |
utmpx).
Approved by: portmgr (bdrewery)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
exposed functionnality of registered apps. This way, applications don't have
to have the functions hard coded into them.
WWW: https://launchpad.net/contractor
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
| |
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
Approved by: infrastructure improvements blanket
|
|
|
|
|
|
|
| |
Fix other issues including USES shebangfix and libtool. Stage remaining
cfengine ports.
PR: 190135 and 190329
|
| |
|
|
|
|
| |
While here remove check for non supported version of freebsd
|
| |
|
|
|
|
|
| |
- Stagify
- Adopt port
|
|
|
|
|
| |
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
|
|
|
|
|
| |
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
|
| |
|
|
|
|
| |
- Strip libraries
|
|
|
|
| |
Convert to USES=scons
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
PR: 189894
Submitted by: Joe Barbish <qjail@a1poweruser.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 184656
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
|
|
|
|
|
|
|
| |
PR: ports/189436
PR: ports/189483
PR: ports/189770
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
|
|
|
|
|
|
| |
- Add missing RUN_DEPENDS for misc/getopt
Approved by: swills (mentor)
|
|
|
|
|
|
|
| |
Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7987
https://savannah.gnu.org/forum/forum.php?forum_id=7953
PR: ports/190171
Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Use USES=gmake and USES=tar:bzip2
- Support STAGEDIR
- While I'm here, simplify Makefile
PR: ports/190165
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/189465
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/190077
Submitted by: freebsd@nagilum.org
Approved by: "Patrick M. Hausen" <pmh@hausen.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Remove some generic Linux configuration files containing the '*'
character: they are interpreted as shell globs in the plist and cause
poudriere's staging tests to fail.
- Do not let the setup script change file owners and permissions.
|
|
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS format
- Stage support
- Use @sample pkg-plist keyword
PR: ports/189739
Approved by: portmgr (antoine)
|
|
|
|
|
| |
PR: ports/186951
Submitted by: Nuno Subtil <subtil at gmail com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cc -Wall -O2 -pipe -fno-strict-aliasing -I/usr/local/include -DHAVE_CONFIG_H -I/usr/local/include -DHAVE_CONFIG_H -DSWAPD_DEF_CONFIG=\"/usr/local/etc/swapd.conf\" -c -o swapd.o swapd.c
swapd.c: In function 'swapd_init_stats':
swapd.c:93: error: too few arguments to function 'sg_init'
swapd.c: In function 'swapd_get_free_mem':
swapd.c:111: error: too few arguments to function 'sg_get_mem_stats'
swapd.c:116: error: too few arguments to function 'sg_get_swap_stats'
gmake: *** [swapd.o] Error 1
Reported by: pkg-fallout
With hat: portmgr
|
|
|
|
| |
Changes: https://github.com/guard/guard-livereload/releases
|
|
|
|
|
|
|
|
| |
- Add missing dep on misc/getopt
- Patches updated against 1.6.2
- New contrib option for import scripts, shell completions, etc
Approved by: swills (mentor)
|
|
|
|
|
|
|
| |
WWW: https://github.com/WinRb/WinRM
PR: ports/189435
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/189445
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
| |
Suggested by: tijl
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
PR: ports/189158
Submitted by: Masato Minda <minmin@wide.ad.jp>
|
| |
|
| |
|
|
|
|
|
|
| |
Fix issue with parallel build, pre-build prof_err.h.
Reported by: ak@, mat@ [1]
|
| |
|
| |
|
| |
|
|
|
|
| |
Define LICENSE
|
| |
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Sysadm-Install/Changes
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.10
|
|
|
|
| |
Pet portlint
|
|
|
|
|
|
|
|
|
|
| |
- Add new patch, 'patch-panel-plugin__wavelan.ci', in order to change percentage
values (25%, 50% and 75%, instead 40%, 55% and 70%)
- Fix signal quality
- Bump PORTREVISION
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Obtained from: http://lists.freebsd.org/pipermail/freebsd-xfce/2014-May/000914.html
|
|
|
|
|
| |
PR: ports/190052
Submitted by: Sam Cassiba <sam@cassiba.com> (maintainer)
|
|
|
|
| |
Approved by: culot (mentor)
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 189800
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
|
| |
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
|
| |
|
|
|
|
| |
Redports:ignore
|
|
|
|
|
| |
PR: ports/188423
Submitted by: Tomasz Walaszek <tmwalaszek@gmail.com> (maintainer)
|