| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: DK Hostmaster A/S
|
|
|
|
|
|
|
|
| |
To enable this for a particular port, add "cpe" to the USES list and
optionally define CPE_VENDOR, CPE_PRODUCT etc. if the defaults are not
correct (they should be in most cases).
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Cleanup plist-related clever
- Pacify portlint(1)
- Bump PORTREVISION
With hat: ports-secteam
|
|
|
|
|
| |
- Convert to new options framework
- Remove leading article from COMMENT
|
|
|
|
|
| |
- Convert to new options framework
- Remove leading article from COMMENT
|
|
|
|
|
| |
Submitted by: des
MFH: 2014Q2
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
| |
As a side-effect, also make use of install-strip for installation.
Approved by: bdrewery
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes:
- Taking ownership of the package (with ack from previous maintainer).
- Forcing all file registrations into pkg-plist.
- Fully dropping support for the deprecated tools.
- Adding support for the TEST option.
- Properly using libtool via USES.
- Not using OSREVISION to determine whether atf can or can't be installed.
- Avoiding Makefile.in hacks by just using MAKE_FLAGS.
... which basically means this really is a full rewrite of the port.
Approved by: bapt, bdrewery
|
|
|
|
|
| |
- Convert to new options framework
- Remove leading article from COMMENT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).
audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.
net/online-desktop: Remove obsolete patches.
net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.
net-im/pidgin-audacious-remote: Disable static plugin.
net-im/pidgin-birthday-reminder: Disable static plugin.
net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.
net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.
net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.
net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
net-im/pidgin-manualsize: Fix build on systems without gcc.
net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.
net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.
security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.
security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
when necessary like Mk/bsd.ssp.mk does.
Approved by: portmgr (PORTREVISION bump on unstaged port)
|
| |
|
|
|
|
|
|
| |
- Simplify Makefile
Changes: http://svn.xiph.org/icecast/trunk/icecast/ChangeLog
|
|
|
|
|
|
|
| |
ephemeral storage on an EC2 instance is less than the amount of swap space
we want to autoconfigure. (In particular, the m3.medium instance type has
4 GB of attached SSD storage but 3.75 GB of RAM, which results in a desired
7.5 GB of swap space.)
|
|
|
|
|
| |
PR: 188363
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188361
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188360
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188357
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188356
Submitted by: Ports Fury
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
|
|
| |
- Expanding the listing option of processors.
- Added the missing CONFIG2 DEBUG file definition in some pic12f inc files.
- The gputils can be compiled with newer versions of bison and flex.
- French translation of gputils/man/fr/gpasm.1.in.
- inc and lkr files are synced with MPLABX 2.10
|
|
|
|
|
|
|
|
| |
- Add another notice for 10.0 users/OpenSSL
- Bump PORTREVISION
PR: ports/189881
Submitted by: Olli Hauer <ohauer@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build on 9.1 which does not have F_DUPFD_CLOEXEC
Changes:
* status/jail -l: Fix sort(1) error on <10
* Fix crash with SIGINFO done too early in build
* Prevent appending the same make.conf multiple times
* Fix (-s) showing in sanity when pkg is missing
* Fix jail -u
* jail -u: Name the jail with -default so it can be stopped
with jail -k.
* Add ALLOW_MAKE_JOBS_PACKAGES which lets the named package globs
to always run with MAKE_JOBS regardless of ALLOW_MAKE_JOBS. Default
is set to allow 'pkg' and 'ccache' to build with MAKE_JOBS as they
typically holdup the rest of the build.
* No longer run 'make clean' before building a port as it is not needed
due to always using a WRKDIRPREFIX
* Fix -a to work with bad-styled category Makefiles
* sem(4) is only needed on <9
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
- Convert to new options framework
- Switch to PLIST_FILES
- Remove leading article from COMMENT
|
|
|
|
|
| |
Two source files have non-standard names as they were build options.
The gpr file needs to pass this information to gprbuild users.
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
|
| |
- Stage support
PR: 188354
Submitted by: Ports Fury
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Adjust OPTIONS:
- AUT -> AUTOMATED
- BAS -> BASIC
- CON -> CONSOLE
- CUR -> CURSES
- DEB -> DEBUG
- EXA -> EXAMPLES
- ITE -> TEST
- MEM -> MEMTRACE
- Bump PORTREVISION for package change
|
|
|
|
| |
Submitted by: swills@
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
| |
- Convert to USES=gmake
|
|
|
|
|
|
|
| |
- Reset maintainership as I have no intention to maintain this anymore
PR: ports/189011
Submitted by: Boris Samorodov <bsam at passap.ru>
|
| |
|
|
|
|
|
| |
- Convert to USES=libtool
- Instal striped binaries
|
|
|
|
| |
Change Log: http://cpansearch.perl.org/src/ALEXMV/Plack-Middleware-Test-StashWarnings-0.08/Changes
|
| |
|
|
|
|
|
| |
PR: 189184
Submitted by: maintainer
|
|
|
|
|
| |
PR: 187744
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 189184
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Update pkg-descr
PR: 188860
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188857
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and libglesv2. This fixes undefined symbol issues in libglesv2.
Clean up stagedir of unwanted files/directories, so check-plist passes.
Switch logic and always build gallium support in graphics/dri on i386 and
amd64. Gallium is used for Radeon HD 5000+ support.
Use USES=tar:bzip2
Under WITH_NEW_XORG:
Add patch to remove some dependencies for aclocal.m4 which are absent.
This allows the removal of USE_AUTOTOOLS, REAPPLY_PATCHES and pre-configure
target.
Add INSTALL_TARGET=install-strip to strip libraries.
USES=libtool:keepla
Fix a /use typo with /usr in post-patch.
Bump PORTREVISION for the libtool and libglapi changes.
Submitted by: tijl@ (libtool and autotools changes)
Obtained from: xorg-dev repo (libglapi and gallium changes)
|
|
|
|
|
|
|
| |
- Support GITHUB
PR: 187745
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Support ncurses USES macro
- Add LICENSE
PR: 187761
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Stage support
- Options helper
PR: 187759
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Support PLIST_FILES
PR: 187746
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 187742
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Stage support
PR: 187755
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Update uses,
- Options helper
PR: 188146
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188143
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Support USE_GITHUB
- Support shebangfix USES macro
PR: 187758
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188858
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 188362
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 187753
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Fix info file
- Options helper
PR: 187752
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- sysutils/megacli
- net-mgmt/aspathtree
Approved by: portmgr (implicit)
|
|
|
|
| |
should instead correctly define NO_PACKAGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename lang/dmd -> lang/dmd1 (cy)
Merge legal text for net/vmware-vsphere-cli (zi)
Fix sysutils/tarsnap to have text in LEGAL (cperciva)
games/linux-savage restricted reason (acm)
text edit for archivers/rar (gabor)
copy from port to LEGAL for lang/ifc (maho)
copy from LEGAL to port for science/gamess (maho)
add LEGAL_PACKAGE to lang/dmd1 (cy)
This brings the total number of ports with issues to below 100
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.14.1 -> 2.15.1
devel/pear-Horde_Icalendar 2.0.7 -> 2.0.8
mail/pear-Horde_Imap_Client 2.19.5 -> 2.19.6
devel/pear-Horde_View 2.0.3 -> 2.0.4
|
|
|
|
| |
this hack any more because it is statically linked now.
|
|
|
|
|
|
|
| |
able to find libjli.so from RPATH because argv[0] points to the symlink.
Note it seems Linux does not have the problem when /proc/self/exe exists.
If it does not exist, it also fails to find libjli.so. Clean up patches
while I am here.
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Test-OpenLDAP/
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
- Add LICENSE.
|
|
|
|
|
|
|
| |
annotation keys. For each key "foo", there should be a variable
PKG_NOTE_foo which contains the corresponding value.
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
- Fix build on 10.x and later.
- Add LICENSE.
|
| |
|
|
|
|
|
|
|
|
|
| |
- New JSProxy DLL for automatic proxy configuration.
- More OLE Accessible Object support.
- Improvements to the XML writer.
- Fixes for various memory issues found by Valgrind.
- Initial headers for Direct2D support.
- Various bug fixes.
|
|
|
|
| |
- Fix build with clang
|
| |
|
|
|
|
|
|
|
| |
This flag is GCC specific, and there should be no big loss with its removal.
This commit fixes the build on HEAD (clang 3.4).
MFH: 2014Q2
|
|
|
|
|
| |
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
|
|
|
|
|
|
| |
- Bump portrevision.
Reference: http://trac.sagemath.org/ticket/16368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support staging.
- Fix the library names in LIB_DEPENDS after the conversion to the new
format.
- Remove the dependency on gmake, the port builds fine without it.
- Convert to the new OPTIONS helpers.
This should make the port build again.
PR: ports/189269
Submitted by: rakuco
Approved by: maintainer timeout (14 days)
MFH: 2014Q2
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/189848
Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
|
|
|
|
|
|
| |
Fix indentation
Reported by: des
|
|
|
|
|
|
| |
PR: ports/189730
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/189790
Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
|
|
|
|
|
|
|
| |
- Add default option
PR: ports/189809
Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> (maintainer)
|
|
|
|
|
|
| |
PR: ports/186959
Submitted by: cs
Approved by: maintainer timeout (>2 months)
|
| |
|
|
|
|
| |
- set maintainer to ruby@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/liblo
- Pass maintainership to koalative at gmail.com
cad/brickutils
- Bump PORTREVISION for adding PDF
- Add DIST_SUBDIR because more files
- Pass maintainership to koalative at gmail.com
- Add PDF to DOCS
cad/ldraw
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Break lines around 80 characters
- Cosmetical changes
cad/leocad
- Update to 0.80.3, Announce message:
Fixed mouse coordinates in OSX retina displays.
Fixed shortcuts in the parts tree.
- Pass maintainership to koalative at gmail.com
- Remove TODO.txt from DOCS
- Add more supplied icons
textproc/unoconv
- Pass maintainership to koalative at gmail.com
|
|
|
|
|
|
|
|
|
|
| |
Test Plan: Build test only
Reviewers: antoine, bapt
Reviewed By: bapt
Differential Revision: https://phabric.freebsd.org/D21
|
| |
|
|
|
|
|
|
|
| |
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.
Approved by: portmgr (implict)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Packaging changes include:
- Staging support.
- Switch LICENSE to MIT following what upstream has done.
- My repackaged tarball now contains the source BDF files, and the PCF files
are generated as part of the build process to follow what upstream does
more closely.
To be clear, the only reason for me to keep a repackaged tarball is the
fact that upstream just hosts a "dina.zip" with no version information and
which can change at any moment.
|
|
|
|
| |
Reported by: jenkins via swills
|
|
|
|
|
| |
. Use USERS and GROUPS
. Remove old check for FreeBSD > 7.x
|
|
|
|
| |
Submitted by: bdrewery
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was part of the Ada Web Server, but it is maintained separated and
even needs to be recursively cloned into AWS git repository. Now the
AWS template engine is a separate library that AWS will use in the
upcoming update. The package description is below.
================================================================
This is the template engine for the Ada Web Server. It is modular and
therefore can be split out of AWS and used on its own.
As it was designed for generating web pages, it's function is to parse
a page template and replace tokens with specified values. This template
engine is amazingly fast due to its concurrent cached compiled templates
support.
WWW: http://docs.adacore.com/aws-docs/templates_parser
|
|
|
|
| |
Approved by: lme (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: Garrett Garrison
|
|
|
|
|
|
|
| |
makeplist.
Reported by: droso
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
| |
depth-first remove of empty directories under the Mailman directory.
Submitted by: jenkins/swills@
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add a hack to prevent USE_GCC to add a useless runtime dependency
- Remove gettext dependency and teach the configure script that --disable-nls really means I do not want nls at all
- Teach the Makefiles that if I do not want nls then it is really not need to try to link anyway to libintl
Requested by: gehan
Approved by: kmoore (maintainer)
|
|
|
|
|
| |
Approved by: cy (maintainer, implicit)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
| |
. USe USES=tar:xz
. Strip binaries
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
2: make portlint happy.
Approved by: portmgr@
|
|
|
|
|
|
|
|
| |
- Some files are missing after staging, add them manually
PR: ports/188905
Submitted by: swills (myself)
Approved by: maintainer timeout (osa, >3 weeks)
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
|
|
| |
GNATPython was hardcoded to use gcc and that caused the c-based rlimit
utility to fail to build. Changing "gcc" to "cc" in the setup script
solved the issue for clang-based systems.
|
|
|
|
| |
Submitted by: swills@
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Submitted by: swills@
|
|
|
|
| |
Submitted by: swills@
|
| |
|
|
|
|
|
|
| |
Reviewed by: zi@
Noticed by: swills@ / jenkins
Pointy hat to: me
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add rsyslog8 at version 8.2.1
Reviewed by: zi@
|
| |
|
| |
|
|
|
|
| |
- Strip library
|
|
|
|
| |
Approved by: portmgr@
|
| |
|
|
|
|
|
|
| |
Changes: http://www.httrack.com/page/4/en/index.html
https://code.google.com/p/httrack/source/list
https://code.google.com/p/httrack/source/browse/trunk/history.txt
|
|
|
|
| |
Reported & tested by: Cyril Kalinchikov <cyr.k@me.com>
|
| |
|
|
|
|
| |
Changes: https://github.com/ahoward/open4/commits/master
|
|
|
|
|
|
| |
PR: ports/189840
Submitted by: sunpoet (myself)
Approved by: Buganini <buganini@gmail.com> (maintainer)
|
| |
|
| |
|
|
|
|
| |
added support for pkg *
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adacore provides annual releases for its major GPL-licensed products.
GPRBuild is an important tool, but it's source is only exposed once
per year, in May. The 2014 release of GPRBuild relies on features in
Adacore's commercial product, GNAT Pro, that has not yet been migrated
to FSF GNAT. I had to patch 2014 to get it to build with FSF GNAT 4.9,
losing minor new functionality in the process.
My first decision was to simply skip GPRBuild 2014 stay on the 2013
version, but it turns out packages are already using the new features
in gprinstall, one of the tools in the GPRBuild package.
Tests on adabooch, aws, asis and opentoken indicate they build fine
with GPRBuild 2014.
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
2: use USE_RC_SUBR instead.
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
| |
|
|
|
|
|
| |
Poked by: many
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
| |
|
| |
|
|
|
|
|
| |
working on 10.x.
- Add LICENSE.
|
|
|
|
|
| |
officially supported by the upstream and the next major release will drop
support for OpenJDK6.
|
| |
|
|
|
|
|
|
|
| |
- Update devel/liblogging from 1.0.1 to 1.0.4
- Update sysutils/rsyslog7 from 7.6.0 to 7.6.3
Reviewed by: zi@
|
|
|
|
|
| |
- Add LICENSE.
- Fix WWW tag.
|
| |
|
|
|
|
|
| |
Submitted by: Shawn Webb <lattera@gmail.com>
Obtained from: https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5
|
| |
|
| |
|
|
|
|
|
|
| |
from spamming the user.
Submitted by: marino@
|
|
|
|
|
|
|
|
|
| |
This changeset is primarily based on the (*) change submitted by Volodymyr
Kostyrko <arcade b1t name> who have offered to keep the existing maintainer
of OpenX.
PR: ports/186606, ports/189439 (*)
Security: CVE-2013-7149
|
|
|
|
|
| |
-Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47
but this has been removed. Force them by declaring USES=fortran.
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
| |
Module converting between Julian dates and calendar dates
- Update textproc/py-openpyxl to 2.0.2
|
| |
|
|
|
|
| |
myitcrm: fix typo
|
|
|
|
| |
Reported by: pkg-fallout and Andrea Venturoli
|
|
|
|
|
|
| |
which will lead to a circular dependencies which is revealed by pkg autodeps functionnality
Reported by: kwm
|
|
|
|
| |
PORTREVISION bumps where plist or pkg-message changed.
|
|
|
|
| |
The annual Adacore release happened!
|
| |
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
|
|
|
| |
fallback distfile fetching from ftp to http.
Requested by: many
Approved by: Ports and Package Summit, BSDCan 2014
|
|
|
|
| |
Changes: https://github.com/guard/listen/releases
|
|
|
|
|
|
| |
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/189808
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
PR: ports/189810
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- Add INSTALLS_ICONS=yes
- Use USES=libtool
Changes: http://www.httrack.com/page/4/en/index.html
https://code.google.com/p/httrack/source/list
https://code.google.com/p/httrack/source/browse/trunk/history.txt
|
|
|
|
| |
Changes: https://bitbucket.org/bobf/bpython/src/default/CHANGELOG
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
|
|
|
|
| |
Reviewed by: bapt
Approved by: bapt
|
|
|
|
|
|
|
|
|
|
|
|
| |
The annual Adacore release happened!
Notable changes:
* parallel build supported now
* generated plist converted to static plist
* License installed now (it was only defined before)
* Restriction of building dynamic libraries on FreeBSD 8 removed; the
issue wasn't with this port but rather configuring the Ada compiler to
use the system linker. Using binutils 2.24 linker fixed the issue.
|
|
|
|
| |
Approved by: gahr (maintainer)
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
|
|
| |
2014-05-12 archivers/star: Depends on deprecated smake
2014-05-12 editors/ved: Depends on deprecated smake
2014-04-12 japanese/chasen: Unmaintained since 2001
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
|
|
|
|
|
| |
pkg_install and pkgng.
PR: 189823
Submitted by: erwin
Prodded by: swills
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
|
|
|
| |
Approved by: portmgr@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Until a release is done, this will be a snapshot from the github source tree.
http://bundy-dns.de/
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Stagify
- Fix build with clang
Reviewed by: zi@
|
| |
|
|
|
|
|
|
| |
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of clamav
. Fix REQUIRE names on rc.d scripts
|
|
|
|
|
|
| |
- Add LICENSE
- Update my email to FreeBSD
- Pet portlint
|
|
|
|
|
|
|
| |
- Stage support
- Update my email to FreeBSD
- Pet portlint
- Add LICENSE
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
| |
PR: 189263
Submitted by: Josh Cepek <josh.cepek@usa.net>
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Digest-SHA/Changes
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Net-Server/Changes
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/File-Modified/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Config-GitLike/Changes
|
| |
|
|
|
|
|
| |
Poked by: swills
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
. Move to new LIB_DEPENDS
Approved by: portmgr (blanket)
|
|
|
|
| |
Submitted by: me
|
|
|
|
| |
The annual Adacore release happened!
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
. Use new LIB_DEPENDS syntax
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
| |
The annual Adacore release happened!
|
|
|
|
| |
. Fix .packlist
|
|
|
|
|
|
|
|
|
|
| |
Config::Identity is a tool for loadiing (and optionally decrypting via GnuPG)
user/pass identity information
For GitHub API access, an identity is a "login"/"token" pair.
For PAUSE access, an identity is a "user"/"password" pair.
WWW: http://search.cpan.org/dist/Config-Identity/
|
| |
|
|
|
|
| |
- Simplify Makefile
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update strongSwan port to 5.1.3 to resolve CVE 2014-2338
- Fixed rcvar issue with FreeBSD 10 (ports/186865)
- Added building of additional tools included in strongswan (ports/186867)
- libtool fix
- pkg-plist updated
PR: ports/189132, ports/186865, ports/186867
Submitted by: Robert Sevat, Dewayne Geraghty, Francois ten Krooden (maintainer)
Approved by: jadawin (mentor)
|
| |
|
|
|
|
|
|
| |
This fixes issues after xorg update,
as share lib versions going backwards.
Tested by: Sergey V. Dyatko
|
|
|
|
|
|
| |
Release notes:
http://www.mesa3d.org/relnotes/10.1.3.html
http://www.mesa3d.org/relnotes/10.1.2.html
|
|
|
|
|
|
|
|
|
| |
This was the only Ada port not maintained by me. The listed maintainer
never submitted or approved any changes after the port was imported in
2006, and he did not respond to my request to take it over. It was the
only port he maintained.
Approved by: maintainer timeout (~8 weeks)
|
|
|
|
|
|
|
|
|
| |
TOML implements a parser for Tom's Obvious, Minimal Language, as defined at [1].
TOML exports two subroutines, from_toml and to_toml.
[1] https://github.com/mojombo/toml
WWW: http://search.cpan.org/dist/TOML/
|
|
|
|
|
|
|
|
|
|
| |
The options weren't getting sent to the linker. Moreover, the -lncurses
switch was not required and runpath switches are required, otherwise
the realtime linker finds the system libncurses before the ports version.
Use "Linker_Options" instead of "Switches" to enable linker options.
Reported by: Natacha Porte
|
|
|
|
|
| |
- Leave WIN32_CODECS option off by default to get an official package.
- Remove iconv configure argument. ICONV_CONFIGURE_ARG is always empty.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=gmake libtool pathfix tar:bzip2.
- INSTALL_TARGET=install-strip.
- Use options.
- Staging.
- Simplify post-patch commands.
- This update changes the library version but this allows removing
libdvdcss related patches from dependent ports.
multimedia/libxine: [1]
- Add USES=libtool:keepla and remove libtool related patches and post-patch
commands.
- Move bsd.port.pre.mk include down and remove WANT_GNOME.
- Remove USE_XORG=sm. libxine doesn't link to it.
- Remove CONFIGURE_ENV. Not needed.
- Clean up CPPFLAGS and CFLAGS.
- Rename the GTK2 option PIXBUF and depend on gdkpixbuf2 instead of gtk20.
- Remove PATCH_DIST_ARGS. Leftover from when there were external patches.
- Remove -fno-force-addr clang hack. Modern gcc does not support the flag
either and it was only added in case the user has -fforce-addr in CFLAGS
in make.conf.
- Fix IMAGEMAGICK option.
- Merge pre-configure with post-patch and remove most commands because they
don't do anything.
multimedia/libdvdread:
- USES=libtool:oldver pathfix.
- INSTALL_TARGET=install-strip.
multimedia/handbrake:
- Add build dependency on devel/libtool because configure script expects
to find existing libtool program.
- Turn dependency on libdvdcss into library dependency such that headers
are available during build.
- Add USES=libtool to patch libtool scripts in contrib code.
- Remove run-autotools-aclocal target and replace USE_AUTOTOOLS=aclocal
with "autoconf:env automake:env" to indicate only build dependencies
are needed and the tools don't have to be run.
Approved by: nox [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Fix typo in qjail.8 manual.
Change "See jailip below" to "See -4 option"
2. Fix typo in qjail-howto.8 manual as per PR# 186269.
Change a comma , inside of ip address to a . period.
73.x.97,51,10.0.10.126 to 73.x.97.51,10.0.10.126
3. Change qjail.portsnap.conf,
remove index-6 index-7 index-8 statements
replace index-9 with index-10
4. Removed rcvar=`set_rcvar` statement from qjail.bootime script.
In Release 10.0 its no longer included in the rc.d scripts and
was causing a non-harmful bogus boot time message. But this
de-activated the ability to control the selection of boot time
starting of jails using the qjail_enable="YES" statement in
the hosts /etc/rc.conf. Put rcvar="qjail_enable" in qjail.bootime
script and things work as exspected.
5. Correct coding bug in archive logic to archive sharedfs per zone.
6. Correct coding bug for Sanity check to see if any jails are running.
7. Changed "qjail install" logic to check that this version of qjail only
runs on release-10.0. This is due to unique properties of jail(8) & rc.d
that are not in 9.2 and older releases.
8. Changed "qjail create" and "qjail config" logic to check if the
-4 and/or -6 IP address are prefixed with "<if_device>|" and/or
suffixed with "/<netmask>" values. jail(8) says this is valid syntax,
but its NOT allowed as valid syntax to qjail.
9. Changed "qjail create" logic to check if no -n value was entered. If not
then populate the -n value with the interface default nic device name
obtained from route command. This is now the automatic default behavior.
The default interface is the one connected to the public internet.
This shortens the "qjail create command" and forces the use of the
automatic creation and deletation of the alias for the jails IP address
on that "network interface name". Made appropriate changes to qjail.8
man page documentation.
10. Changed "qjail create" logic to target another zones archives as input
source. Now you can use any zones archive file as a template to create
a new jail using the existing -a option. New -A option is coded with the
zone name of the target archive file name populating the -a value.
Made appropriate changes to qjail.8 man page documentation.
11. Added -S option to "qjail update" This option will copy the hosts
/usr/src filesystem to sharedfs/usr/src to be shared among all the jails.
Made appropriate changes to qjail.8 man page documentation.
12. Add -P option to "qjail update" This option will copy the hosts
/usr/ports filesystem to sharedfs/usr/ports to be shared among all the jails.
Made appropriate changes to qjail.8 man page documentation.
13. The long time jail(8) bug since 9.1 that deals with the jails /dev
directory which allowed the jail to access things jail should be restricted
from became fixed with 10.0-RELEASE-p2. The hosts /etc/defaults/rc.conf
devfs_load_rulesets="NO" changed to devfs_load_rulesets="YES"
Removed the jail.conf work-a-round statments from the qjail script
build_config_def routine as they are no longer needed.
14. Converted the Port's Makefile to do "stageing".
PR: ports/189120
Submitted by: Joe Barbish (maintainer)
Approved by: culot (mentor)
|
|
|
|
|
|
|
| |
- Remove trailing space
PR: ports/189818
Submitted by: zi
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary:
PR: ports/189429
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Test Plan: Build tested in poudriere
Differential Revision: https://phabric.freebsd.org/D13
|
|
|
|
| |
Approved by: portmgr (blanket)
|