| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 191013
Notes:
svn path=/head/; revision=357853
|
|
|
|
|
|
|
| |
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Notes:
svn path=/head/; revision=357833
|
|
|
|
|
|
|
| |
PR: 191026
Notes:
svn path=/head/; revision=357821
|
|
|
|
|
|
|
| |
PR: 190976
Notes:
svn path=/head/; revision=357809
|
|
|
|
|
|
|
| |
- Add option for database backends
Notes:
svn path=/head/; revision=357795
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357769
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357768
|
|
|
|
| |
Notes:
svn path=/head/; revision=357767
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357765
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357763
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357762
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357761
|
|
|
|
|
|
|
|
| |
Bug reported by: mat
Approved by: portmgr (mat)
Notes:
svn path=/head/; revision=357717
|
|
|
|
|
|
|
| |
- Try again to make portscout ignore this.
Notes:
svn path=/head/; revision=357704
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Don't install relayd.conf to staging; switch to @sample in pkg-plist
* Drop warnings for FreeBSD 7.x compat as that's long out of support
* Modernize LIB_DEPENDS
* Fix LICENSE: this is OpenBSD code, but it uses the ISC Licence
wording rather than either of the {2,3}-clause BSD licenses.
Approved by: portmgr (blanket "just fix it")
Notes:
svn path=/head/; revision=357672
|
|
|
|
|
|
|
|
| |
scripts to update the data file, turn use @sample on the data
file included in the port. PORTREVISION bump for this change.
Notes:
svn path=/head/; revision=357637
|
|
|
|
| |
Notes:
svn path=/head/; revision=357634
|
|
|
|
| |
Notes:
svn path=/head/; revision=357626
|
|
|
|
|
|
|
| |
Approved by: melifaro (maintainer)
Notes:
svn path=/head/; revision=357583
|
|
|
|
| |
Notes:
svn path=/head/; revision=357554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=357526
|
|
|
|
|
|
|
|
|
|
| |
PR: 190932
Submitted by: olivier (cochard.me)
Approved by: staging blanket
verified: Passed redports 8x
Notes:
svn path=/head/; revision=357514
|
|
|
|
| |
Notes:
svn path=/head/; revision=357504
|
|
|
|
| |
Notes:
svn path=/head/; revision=357489
|
|
|
|
|
|
|
|
| |
PR: ports/190845
Submitted by: Jim Pirzyk <pirzyk@FreeBSD.org>
Notes:
svn path=/head/; revision=357487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port was removed because it's dependency "spread" was removed.
Spread has returned, and now this one returns with a new version.
* maintainership passed to submitter (old version was not unmaintained)
* pkg-descr rewritten, WWW updated
* LIB_DEPENDS format updated
* distfile mirror added
* USES+= tar:xz used
* patches regenerated
PR: 189403
Submitted by: Chris Hutchison
Fixes by: marino
Notes:
svn path=/head/; revision=357481
|
|
|
|
| |
Notes:
svn path=/head/; revision=357441
|
|
|
|
|
|
|
|
|
|
| |
- Fix install as non-root
- Whitespace fix
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=357395
|
|
|
|
|
|
|
|
|
|
|
| |
From the announcement:
This is a stable release that adds several capabilities including Blue
Gene/Q implementation supports for MPI-3, experimental Fortran 2008
bindings, significant rework of MPICH library management, and a large
number of bug fixes.
Notes:
svn path=/head/; revision=357370
|
|
|
|
|
|
|
| |
Spotted by: qat
Notes:
svn path=/head/; revision=357365
|
|
|
|
|
|
|
| |
- Add LICENSE.
Notes:
svn path=/head/; revision=357359
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=357300
|
|
|
|
| |
Notes:
svn path=/head/; revision=357296
|
|
|
|
|
|
|
|
|
| |
ChangeLog: http://download.savannah.gnu.org/releases/quagga/quagga-0.99.22.4.changelog.txt
Approved-by: Boris Kovalenko <boris@tagnet.ru> (maintainer), jadawin (mentor)
Notes:
svn path=/head/; revision=357282
|
|
|
|
| |
Notes:
svn path=/head/; revision=357274
|
|
|
|
| |
Notes:
svn path=/head/; revision=357222
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks for being this port's first maintainer!
PR: ports/190452
PR: ports/190837
Submitted by: maintainer (Sevan Janiyan)
Notes:
svn path=/head/; revision=357217
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks for being this port's first maintainer!
PR: ports/190465
PR: ports/190838
Submitted by: maintainer (Sevan Janiyan)
Notes:
svn path=/head/; revision=357216
|
|
|
|
| |
Notes:
svn path=/head/; revision=357214
|
|
|
|
| |
Notes:
svn path=/head/; revision=357182
|
|
|
|
|
|
|
|
| |
2: use @sample on pkg-plist.
3: bump version.
Notes:
svn path=/head/; revision=357181
|
|
|
|
|
|
|
|
| |
2: use @sample on pkg-plist.
3: Bump version.
Notes:
svn path=/head/; revision=357180
|
|
|
|
| |
Notes:
svn path=/head/; revision=357179
|
|
|
|
| |
Notes:
svn path=/head/; revision=357178
|
|
|
|
| |
Notes:
svn path=/head/; revision=357177
|
|
|
|
|
|
|
|
| |
2: convert to new format of LIB_DEPENDS
3: add @sample to pkg-plist.
Notes:
svn path=/head/; revision=357175
|
|
|
|
| |
Notes:
svn path=/head/; revision=357172
|
|
|
|
| |
Notes:
svn path=/head/; revision=357171
|
|
|
|
| |
Notes:
svn path=/head/; revision=357166
|