Displaying 6 results from an estimated 6 matches for "extract_sufx".
2003 Sep 03
1
index build killed by ports/science/chemtool
...ience.|||||||
Stop in /usr/ports.|||||||
|||||||
***
Dan's posting is reproduced below:
error executing make command for science/chemtool for database
freshports
: make -V PORTNAME -V PKGNAME -V DESCR -V CATEGORIES -V
PORTVERSION -
V PORTREVISION -V COMMENT -V COMMENTFILE -V MAINTAINER -V
EXTRACT_SUFX -V BUILD_DEPENDS -V RUN_DEPENDS -V FORBIDDEN -V
BROKEN -
f /usr/home/dan/ports/science/chemtool/Makefile
PORTSDIR=/usr/home/dan/ports
2>/tmp/FreshPorts.science.chemtool.make-
error.2003.9.3.15.37.46.6207 =>
"/usr/home/dan/ports/science/chemtool/Makefile", line 23:
Unassociated...
2004 Feb 27
0
MIT Krb5 Port Upgrade
...UBLISH).
USE_KRB5_TARBALL?= MIT
.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH"
+# XXX crypto-publish.org still distributes krb5-1.3.1
+PORTVERSION= 1.3.1
+PORTREVISION= 3
+# XXX ---
MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
EXTRACT_SUFX= .tar.gz
.else
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/krb5/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo 8 Aug 2003 23:35:18 -0000 1.18
+++ distinfo 27 Feb 2004 13:33:58 -0000
@@ -1,2 +1,2...
2014 Sep 18
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On Sep 12, 2014, at 5:15 PM, Stan Gammons <sg063015 at gmail.com> wrote:
> On 09/11/14 22:34, Charles Lepple wrote:
>> On Sep 11, 2014, at 11:04 PM, Stan Gammons <sg063015 at gmail.com> wrote:
>>
>>> I see a libusb_get_interrupt message in the log. Could that be the problem?
>> Yes, it seems related.
>>
>> 1.126896 upsdrv_initinfo...
2014 Sep 19
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...1.0 # 1.0
CATEGORIES = devel
HOMEPAGE = http://www.libusb.org
MAINTAINER = Martin Pieuchot <mpi at openbsd.org>
# LGPL 2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = pthread
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libusb/}
EXTRACT_SUFX = .tar.bz2
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
.ifdef DEBUG
CONFIGURE_ARGS += --enable-debug-log \
--enable-examples-build \
--enable-debug
.endif
.include <bsd.port.mk>
2014 Sep 12
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On 09/11/14 22:34, Charles Lepple wrote:
> On Sep 11, 2014, at 11:04 PM, Stan Gammons <sg063015 at gmail.com> wrote:
>
>> I see a libusb_get_interrupt message in the log. Could that be the problem?
> Yes, it seems related.
>
> 1.126896 upsdrv_initinfo...
> 1.126906 upsdrv_updateinfo...
> 1.127023 libusb_get_interrupt: Function not implemented
>
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...ision 1.10
diff -u Makefile
--- Makefile 12 Feb 2009 03:21:56 -0000 1.10
+++ Makefile 25 Aug 2009 14:46:39 -0000
@@ -2,14 +2,14 @@
COMMENT= open video codec
-DISTNAME= libtheora-1.0
+DISTNAME= libtheora-1.1beta3
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS+= theora 3.1
SHARED_LIBS+= theoradec 1.0
-SHARED_LIBS+= theoraenc 1.1
+SHARED_LIBS+= theoraenc 1.2
HOMEPAGE= http://www.theora.org/
@@ -30,5 +30,8 @@
CONFIGURE_ARGS= --disable-examples
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false \
ac_cv_prog_HAVE_PDFLATEX=false...