| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
(this port always requires glib20)
- While here regenerate patches to silence portlint warnings
Reporterd by: Marc van Houtum <marc at dutchsecurity.net> (by email) [1]
Notes:
svn path=/head/; revision=389710
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382189
|
|
|
|
| |
Notes:
svn path=/head/; revision=371247
|
|
|
|
|
|
|
| |
Approved by: portmgr (myself)
Notes:
svn path=/head/; revision=359586
|
|
|
|
| |
Notes:
svn path=/head/; revision=359146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=353600
|
|
|
|
|
|
|
| |
- Don't install .la files
Notes:
svn path=/head/; revision=353597
|
|
|
|
| |
Notes:
svn path=/head/; revision=353226
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=349426
|
|
|
|
| |
Notes:
svn path=/head/; revision=348449
|
|
|
|
|
|
|
|
|
| |
Update Comment
Add LICENSE blob.
Stagify.
Notes:
svn path=/head/; revision=339537
|
|
|
|
|
|
|
| |
LIB_DEPENDS in comms
Notes:
svn path=/head/; revision=336176
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331271
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Use options helpers
Notes:
svn path=/head/; revision=328668
|
|
|
|
|
|
|
| |
comms)
Notes:
svn path=/head/; revision=327714
|
|
|
|
| |
Notes:
svn path=/head/; revision=326089
|
|
|
|
|
|
|
|
|
|
|
|
| |
Many thanks to the Mike Bernard for reporting and helping me debug
this problem.
While here remove obsolete MAKE_JOBS_SFE flag
Reported by: Mike Barnard Kwatampora <mike.barnardq@gmail.com>
Notes:
svn path=/head/; revision=324715
|
|
|
|
| |
Notes:
svn path=/head/; revision=322531
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316831
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info>
Notes:
svn path=/head/; revision=309647
|
|
|
|
| |
Notes:
svn path=/head/; revision=308635
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300277
|
|
|
|
|
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
Notes:
svn path=/head/; revision=298830
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop
Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer)
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=297905
|
|
|
|
|
|
|
| |
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=294819
|
|
|
|
|
|
|
|
|
| |
PR: ports/163158
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=287151
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
| |
PR: 158660
Submitted by: maintainer
Notes:
svn path=/head/; revision=277702
|
|
|
|
|
|
|
|
|
| |
PR: ports/157545
Submitted by: Chris Rees [utisoft gmail com]
Approved by: maintainer
Notes:
svn path=/head/; revision=275152
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE information
- Add SQLite support option
- Remove MD5 checksum
PR: ports/154303
Submitted by: Guido Falsi <mad AT madpilot.net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=268264
|
|
|
|
|
|
|
|
|
| |
PR: 147288
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: maintianer
Notes:
svn path=/head/; revision=255769
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
| |
Notes:
svn path=/head/; revision=254795
|
|
|
|
|
|
|
|
| |
PR: 146129
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=254052
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
|
| |
- While here, fix handling of manpage which is installed unconditionally (approved by maintainer)
PR: 142834
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Reported by: Ebbe Hjorth <info at ebbehjorth.dk>
Notes:
svn path=/head/; revision=247872
|
|
|
|
|
|
|
|
| |
PR: 138674
Submitted by: maintainer
Notes:
svn path=/head/; revision=241224
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: QATty
Notes:
svn path=/head/; revision=235322
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Notes:
svn path=/head/; revision=231972
|
|
|
|
|
|
|
|
| |
PR: 133067
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=231074
|
|
|
|
|
|
|
|
|
|
|
| |
installs another spd.so to localbase)
PR: ports/131778
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Reported by: Vladimir Kushnir <vkushnir@bigmir.net>
Notes:
svn path=/head/; revision=230699
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
Notes:
svn path=/head/; revision=229765
|
|
|
|
|
|
|
|
|
|
|
| |
only in 8.0, so revert it to a simple strdup().
PR: ports/131350
Reported by: ledondo2000 at gmail.com
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=227595
|
|
|
|
|
|
|
|
| |
PR: 128589
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=225745
|