| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360440
|
|
|
|
| |
Notes:
svn path=/head/; revision=360438
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360428
|
|
|
|
|
|
|
| |
APproved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360427
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360426
|
|
|
|
| |
Notes:
svn path=/head/; revision=359961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/bin/rexxcurl ./preinst.rexx /usr/local/bin/rexxcurl ./demo/testcurl.rexx /wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/testcurl.rexx
Error 13 running "/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/bin/rexxcurl", line 1: Invalid character in program
Error 13.1: Invalid character in program "('7f'X)"
...
===> Building package for rexx-curl-1.4_4
pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/getright.rexx): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/httppost.rexx): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/mirror.rexx): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/scp.rexx): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/testcurl.rexx): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/upload.rexx): No such file or directory
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=359669
|
|
|
|
|
|
|
|
|
|
|
| |
lists in PYDISTUTILS_SETUP
PR: 191317
Phabric: D270
With hat: python@
Notes:
svn path=/head/; revision=359664
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359353
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
|
| |
PR: 187637
Submitted by: jessefrgsmith@yahoo.ca
Notes:
svn path=/head/; revision=358189
|
|
|
|
|
|
|
|
| |
PR: 191121
Submitted by: venture37@geeklan.co.uk
Notes:
svn path=/head/; revision=358187
|
|
|
|
|
|
|
|
| |
PR: 191125
Submitted by: venture37@geeklan.co.uk
Notes:
svn path=/head/; revision=358186
|
|
|
|
|
|
|
|
| |
PR: 191123
Submitted by: venture37@geeklan.co.uk
Notes:
svn path=/head/; revision=358120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=357983
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Set LICENSE
- Upgrade LIB_DEPENDS format
- Remove PYDISTUTILS_PKGNAME (portlint)
PR: 190125
Submitted by: olgeni
Approved by: maintainer (wen)
Notes:
svn path=/head/; revision=357063
|
|
|
|
|
|
|
|
|
| |
- Use USES=libtool:oldver
Changes: http://curl.haxx.se/changes.html
Notes:
svn path=/head/; revision=356345
|
|
|
|
| |
Notes:
svn path=/head/; revision=355767
|
|
|
|
| |
Notes:
svn path=/head/; revision=355602
|
|
|
|
|
|
|
| |
Submitted by: tijl
Notes:
svn path=/head/; revision=354980
|
|
|
|
| |
Notes:
svn path=/head/; revision=354979
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/189987
Submitted by: ashish
Notes:
svn path=/head/; revision=354877
|
|
|
|
| |
Notes:
svn path=/head/; revision=354746
|
|
|
|
| |
Notes:
svn path=/head/; revision=354678
|
|
|
|
|
|
|
|
| |
Fix plist
Fix build as non-root
Notes:
svn path=/head/; revision=354675
|
|
|
|
|
|
|
| |
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes:
svn path=/head/; revision=354670
|
|
|
|
|
|
|
|
| |
Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd)
Update security/proftpd-mod_clamav to 0.13
Notes:
svn path=/head/; revision=354587
|
|
|
|
|
|
|
| |
. Fix .packlist
Notes:
svn path=/head/; revision=354119
|
|
|
|
| |
Notes:
svn path=/head/; revision=353940
|
|
|
|
| |
Notes:
svn path=/head/; revision=353800
|
|
|
|
| |
Notes:
svn path=/head/; revision=353772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
Notes:
svn path=/head/; revision=353029
|
|
|
|
|
|
|
|
|
|
| |
- Fix COMMENT, LIB_DEPENDS.
- Always install desktop entry.
- Add DOCS and NLS options.
- Staging.
Notes:
svn path=/head/; revision=352026
|
|
|
|
| |
Notes:
svn path=/head/; revision=351947
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop easy_install
- Pet portlint
PR: ports/188881
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=351914
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop easy_install
- Pet portlint
PR: ports/188881
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=351913
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to staging [1]
- Use new LIB_DEPENDS format [1]
- Remove BSD.local.dist dirs from plist
PR: ports/186885 [1]
Submitted by: Matthew Rezny <matthew@reztek.cz> [1]
Notes:
svn path=/head/; revision=351664
|
|
|
|
|
|
|
| |
client-only pkg files.
Notes:
svn path=/head/; revision=351636
|
|
|
|
| |
Notes:
svn path=/head/; revision=351575
|
|
|
|
|
|
|
|
|
|
|
| |
COMMENT.
Also, the NLS option was inexplicably being used to determine
whether to install PORTEXAMPLES, so that is fixed along with
a PORTREVISION bump.
Notes:
svn path=/head/; revision=351574
|
|
|
|
| |
Notes:
svn path=/head/; revision=351573
|
|
|
|
| |
Notes:
svn path=/head/; revision=351562
|
|
|
|
| |
Notes:
svn path=/head/; revision=351561
|
|
|
|
|
|
|
| |
that the port still doesn't build.
Notes:
svn path=/head/; revision=351560
|
|
|
|
|
|
|
| |
EXAMPLESDIR instead of DOCSDIR.
Notes:
svn path=/head/; revision=351559
|